summaryrefslogtreecommitdiffstats
path: root/scene/resources/tile_set.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move 2D-only resources to their own folderAaron Franke2024-02-261-6928/+0
* Fix tile_set duplicationGilles Roudière2024-02-131-1/+1
* Change TileMapEditor to TileMapLayerEditorGilles Roudière2024-02-121-3/+188
* Make TileMapLayers extend Node2D and work as children of TileMapGilles Roudière2024-01-171-0/+626
* Update deferred calls to use Callableskobewi2024-01-091-2/+1
* Move tile transforms handling cache to TileDataGilles Roudière2023-12-131-18/+133
* Fix generating terrain icon with certain image formats.Saracen2023-11-061-9/+14
* Fix normals in TileSet when using CanvasTexturesGilles Roudière2023-10-241-18/+9
* Allow normal maps on TileMaps that use texture paddingGilles Roudière2023-10-181-32/+85
* Make terrains peering bit property names translatableHaoyu Qiu2023-09-291-17/+17
* [Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-4/+4
* Add per-tile flipping and transposingkobewi2023-09-091-1/+14
* Merge pull request #77986 from KoBeWi/outside_the_texture,_only_death_awaitsRémi Verschelde2023-08-281-18/+40
|\
| * Add option to cleanup tiles outside the texturekobewi2023-08-281-18/+40
* | Improve scene tiles workflowkobewi2023-08-181-2/+2
|/
* Fix crash when deleting terrainsHolonProduction2023-07-181-0/+2
* Unify and streamline connecting to Resource changeskobewi2023-07-171-5/+4
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Merge pull request #77257 from rakkarage/tile_animation_syncYuri Sizov2023-07-121-0/+33
|\
| * Add tile_animation_mode option:Rakka Rage2023-06-061-0/+33
* | Fix crash with failed compatibility tileskobewi2023-06-281-0/+1
* | Update indices after removing custom data layerskobewi2023-06-211-3/+7
* | Fixes TileSet set as local to sceneGilles Roudière2023-06-201-2/+22
* | Fix transform for transposed tiles in compatibility mode (from 3.x)kleonc2023-06-161-2/+2
* | Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-1/+1
|/
* Fix reset_state() in TileSetkobewi2023-02-211-0/+5
* Add missing i18n in tiles editorHaoyu Qiu2023-02-151-24/+24
* Check for CanvasItem instead of Control and Node2DAaron Franke2023-02-111-2/+2
* Merge pull request #72186 from groud/improve_tileset_3to4_conversionRémi Verschelde2023-01-271-7/+67
|\
| * Improve TileSet 3to4 conversion, avoiding some data lossGilles Roudière2023-01-271-7/+67
* | Merge pull request #72173 from groud/warn_autotile_conversionRémi Verschelde2023-01-271-0/+1
|\ \
| * | Warn that autotiles from 3.x cannot be converted automatically to 4.xGilles Roudière2023-01-271-0/+1
| |/
* | Merge pull request #72148 from smix8/tileset_navigationlayers_bitmask_helpers...Rémi Verschelde2023-01-271-0/+24
|\ \
| * | Add TileSet helper functions to set/get navigation layer valuessmix82023-01-271-0/+24
| |/
* / Rename texture_offset and unclamp itGilles Roudière2023-01-271-20/+26
|/
* Use range iterators in LocalVector loopskobewi2023-01-211-8/+8
* Fixes TileDate::add_source accepting invalid ID valuesGilles Roudière2023-01-161-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* TileSet Simplify tile shape polygonskleonc2022-12-191-26/+29
* Move NavigationPolygon to dedicated resource filesmix82022-12-171-1/+0
* [TileMap] Fix alternative tile issues.Zae2022-11-251-0/+1
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* Make some Image methods statickobewi2022-10-141-5/+3
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* Merge pull request #66560 from MisterMX/fix/tileset-move-custom-data-layerRémi Verschelde2022-10-051-1/+1
|\
| * fix(tileset): Move custom data layerMisterMX2022-09-291-1/+1
* | Merge pull request #65903 from groud/improve_terrain_paintingRémi Verschelde2022-09-301-0/+1
|\ \ | |/ |/|
| * Right-click to erase TileSet terrains and bugfixesGilles Roudière2022-09-161-0/+1
* | Fix MSVC warning C4702: unreachable codeRémi Verschelde2022-09-281-1/+0
|/
* Replace Vector2(i) with Size2(i) for methods returning a sizeJohan Aires Rastén2022-09-011-4/+4