summaryrefslogtreecommitdiffstats
path: root/scene/2d/tile_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Compile certain `CanvasItem._edit_*()` functions with `DEBUG_ENABLED`Michael Alexsander2024-11-021-8/+8
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
* Add helper methods to check for tile transformskobewi2024-08-121-0/+16
* Document converting a TileMap node to TileMapLayer using the editorHugo Locurcio2024-08-071-0/+2
* Fix a bunch of orphan StringName errors at ProjectSettings/Editor exitYuri Rubinsky2024-07-091-0/+1
* Automatically use property count in PropertyListHelperkobewi2024-05-251-1/+1
* Remove some TileMap dependencies from TileMapLayerkobewi2024-05-211-85/+0
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Add shorthand for using singleton string nameskobewi2024-05-111-5/+5
* Fix PropertyListHelper::_get_property returning a valid value even if an inde...Gilles Roudière2024-05-101-0/+1
* Merge pull request #88306 from KoBeWi/PropertyListHelper_will_come_for_youRémi Verschelde2024-04-181-172/+39
|\
| * Add PropertyListHelper in all simple caseskobewi2024-04-111-172/+39
* | Fix TileMap enabling Y-sort on child nodesGilles Roudière2024-04-161-3/+2
|/
* Expose TileMapLayerGilles Roudière2024-04-031-14/+237
* Remove almost all remaining dependencies of TileMapLayer on TileMapGilles Roudière2024-02-291-38/+22
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Make TileMapLayers internalkobewi2024-02-151-4/+4
* Merge pull request #88157 from kleonc/tilemap-move-layer-fix-moving-child-nodesRémi Verschelde2024-02-121-1/+1
|\
| * Fix TileMap::move_layer incorrectly moving child TileMapLayer nodeskleonc2024-02-091-1/+1
* | Merge pull request #88105 from AThousandShips/tile_duplicate_fixRémi Verschelde2024-02-121-0/+3
|\ \
| * | Fix duplicating/copying `TileMap`A Thousand Ships2024-02-081-0/+3
* | | Merge pull request #87379 from groud/change_tilemap_editor_to_tilemaplayer_ed...Rémi Verschelde2024-02-121-296/+21
|\ \ \
| * | | Change TileMapEditor to TileMapLayerEditorGilles Roudière2024-02-121-296/+21
| | |/ | |/|
* / | Fix animated tile random start time not scaled to animation durationkleonc2024-02-111-2/+3
|/ /
* / Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
|/
* Make TileMapLayers extend Node2D and work as children of TileMapGilles Roudière2024-01-171-743/+65
* Move TileMapLayer to its own filesGilles Roudière2024-01-051-2855/+5
* Move tile transforms handling cache to TileDataGilles Roudière2023-12-131-99/+27
* Fixes TileMap occludersGilles Roudière2023-12-081-26/+49
* Keep scene tiles even if the TileMap is invisibleGilles Roudière2023-12-041-1/+1
* TileMap: Fix compatibility code for old `cell_quadrant_size` property nameRémi Verschelde2023-11-281-4/+14
* Update tilemap physics' world2D on reparentingGilles Roudière2023-11-161-2/+21
* Merge pull request #83888 from KoBeWi/remove_all_properties_instead_of_adding...Rémi Verschelde2023-11-081-7/+86
|\
| * Fix TileMap layer reverts and defaultskobewi2023-10-241-7/+86
* | Fix rotated tile collision not working at runtimekobewi2023-10-311-1/+5
* | Merge pull request #83560 from groud/allow_physics_for_hidden_tilemapRémi Verschelde2023-10-271-2/+2
|\ \
| * | Allow TileMap physics/navigation to still work when hiddenGilles Roudière2023-10-261-2/+2
* | | Fix Y-sort origin not working when set in TileMap runtime updatesGilles Roudière2023-10-261-1/+7
|/ /
* / Fixes get_used_rect, get_used_cells and get_used_cells_by_id in TileMap after...Gilles Roudière2023-10-241-12/+27
|/
* Fix bug where TileMap will not update material correct on assignmentEoin O'Neill2023-10-161-0/+1
* Merge pull request #83273 from groud/disable_tilemap_navigationRémi Verschelde2023-10-131-1/+37
|\
| * Allow disabling the built-in tilemap navigationGilles Roudière2023-10-131-1/+37
* | Merge pull request #83151 from kleonc/tile-map-layer-draw-index-updateRémi Verschelde2023-10-111-1/+1
|\ \
| * | Update TileMap layer draw index when it's dirtykleonc2023-10-111-1/+1
| |/
* / Warn users when TileMap is set as Y-sorted but no layer isGilles Roudière2023-10-111-1/+13
|/
* Fix animated tile time-slice calculation accumulating float errorskleonc2023-09-261-4/+8
* Improve TileMap Y-sorting performanceGilles Roudière2023-09-251-58/+96
* Merge pull request #80144 from KoBeWi/freedom_tilesRémi Verschelde2023-09-121-4/+90
|\
| * Add per-tile flipping and transposingkobewi2023-09-091-4/+90
* | Fix TileMap::get_used_rect incorrectly handling empty layerskleonc2023-09-111-15/+15
|/