summaryrefslogtreecommitdiffstats
path: root/scene/2d/tile_map_layer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove almost all remaining dependencies of TileMapLayer on TileMapGilles Roudière2024-02-291-117/+221
|
* Prevent threading problems in `TileMap`A Thousand Ships2024-02-271-4/+9
|
* Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-2/+2
|
* Fixes a memory leak with TileMap runtime updatesGilles Roudière2024-02-211-8/+19
|
* Merge pull request #88190 from Eoin-ONeill-Yokai/bugfix/materials-tilemap2dRémi Verschelde2024-02-131-1/+1
|\ | | | | | | Fix regression where a tile's custom material was ignored
| * Fix regression where tile-specific materials were ignored.Eoin O'Neill2024-02-101-1/+1
| | | | | | | | | | | | | | Regression stemmed from commit 48bed5050b4a2d695953ace409c577bdfefe0038 The material assigned to a tile is completely ignored in master unless this line is changed.
* | Change TileMapEditor to TileMapLayerEditorGilles Roudière2024-02-121-147/+175
|/
* Make TileMapLayers extend Node2D and work as children of TileMapGilles Roudière2024-01-171-295/+351
|
* Fix some TileMap debug drawing truncating to intskleonc2024-01-141-4/+4
|
* Fix TileMap quadrant canvas item position not being localkleonc2024-01-081-1/+1
|
* Move TileMapLayer to its own filesGilles Roudière2024-01-051-0/+2886