index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
2d
/
tile_map.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Fix super call in various `get_configuration_warnings` methods
A Thousand Ships
2024-09-05
1
-1
/
+1
*
Add helper methods to check for tile transforms
kobewi
2024-08-12
1
-0
/
+16
*
Document converting a TileMap node to TileMapLayer using the editor
Hugo Locurcio
2024-08-07
1
-0
/
+2
*
Fix a bunch of orphan StringName errors at ProjectSettings/Editor exit
Yuri Rubinsky
2024-07-09
1
-0
/
+1
*
Automatically use property count in PropertyListHelper
kobewi
2024-05-25
1
-1
/
+1
*
Remove some TileMap dependencies from TileMapLayer
kobewi
2024-05-21
1
-85
/
+0
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+0
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-5
/
+5
*
Fix PropertyListHelper::_get_property returning a valid value even if an inde...
Gilles Roudière
2024-05-10
1
-0
/
+1
*
Merge pull request #88306 from KoBeWi/PropertyListHelper_will_come_for_you
Rémi Verschelde
2024-04-18
1
-172
/
+39
|
\
|
*
Add PropertyListHelper in all simple cases
kobewi
2024-04-11
1
-172
/
+39
*
|
Fix TileMap enabling Y-sort on child nodes
Gilles Roudière
2024-04-16
1
-3
/
+2
|
/
*
Expose TileMapLayer
Gilles Roudière
2024-04-03
1
-14
/
+237
*
Remove almost all remaining dependencies of TileMapLayer on TileMap
Gilles Roudière
2024-02-29
1
-38
/
+22
*
Revert "Update Node::get_configuration_warnings signature"
Rémi Verschelde
2024-02-17
1
-2
/
+2
*
Make TileMapLayers internal
kobewi
2024-02-15
1
-4
/
+4
*
Merge pull request #88157 from kleonc/tilemap-move-layer-fix-moving-child-nodes
Rémi Verschelde
2024-02-12
1
-1
/
+1
|
\
|
*
Fix TileMap::move_layer incorrectly moving child TileMapLayer nodes
kleonc
2024-02-09
1
-1
/
+1
*
|
Merge pull request #88105 from AThousandShips/tile_duplicate_fix
Rémi Verschelde
2024-02-12
1
-0
/
+3
|
\
\
|
*
|
Fix duplicating/copying `TileMap`
A Thousand Ships
2024-02-08
1
-0
/
+3
*
|
|
Merge pull request #87379 from groud/change_tilemap_editor_to_tilemaplayer_ed...
Rémi Verschelde
2024-02-12
1
-296
/
+21
|
\
\
\
|
*
|
|
Change TileMapEditor to TileMapLayerEditor
Gilles Roudière
2024-02-12
1
-296
/
+21
|
|
|
/
|
|
/
|
*
/
|
Fix animated tile random start time not scaled to animation duration
kleonc
2024-02-11
1
-2
/
+3
|
/
/
*
/
Update Node::get_configuration_warnings signature
RedMser
2024-02-08
1
-2
/
+2
|
/
*
Make TileMapLayers extend Node2D and work as children of TileMap
Gilles Roudière
2024-01-17
1
-743
/
+65
*
Move TileMapLayer to its own files
Gilles Roudière
2024-01-05
1
-2855
/
+5
*
Move tile transforms handling cache to TileData
Gilles Roudière
2023-12-13
1
-99
/
+27
*
Fixes TileMap occluders
Gilles Roudière
2023-12-08
1
-26
/
+49
*
Keep scene tiles even if the TileMap is invisible
Gilles Roudière
2023-12-04
1
-1
/
+1
*
TileMap: Fix compatibility code for old `cell_quadrant_size` property name
Rémi Verschelde
2023-11-28
1
-4
/
+14
*
Update tilemap physics' world2D on reparenting
Gilles Roudière
2023-11-16
1
-2
/
+21
*
Merge pull request #83888 from KoBeWi/remove_all_properties_instead_of_adding...
Rémi Verschelde
2023-11-08
1
-7
/
+86
|
\
|
*
Fix TileMap layer reverts and defaults
kobewi
2023-10-24
1
-7
/
+86
*
|
Fix rotated tile collision not working at runtime
kobewi
2023-10-31
1
-1
/
+5
*
|
Merge pull request #83560 from groud/allow_physics_for_hidden_tilemap
Rémi Verschelde
2023-10-27
1
-2
/
+2
|
\
\
|
*
|
Allow TileMap physics/navigation to still work when hidden
Gilles Roudière
2023-10-26
1
-2
/
+2
*
|
|
Fix Y-sort origin not working when set in TileMap runtime updates
Gilles Roudière
2023-10-26
1
-1
/
+7
|
/
/
*
/
Fixes get_used_rect, get_used_cells and get_used_cells_by_id in TileMap after...
Gilles Roudière
2023-10-24
1
-12
/
+27
|
/
*
Fix bug where TileMap will not update material correct on assignment
Eoin O'Neill
2023-10-16
1
-0
/
+1
*
Merge pull request #83273 from groud/disable_tilemap_navigation
Rémi Verschelde
2023-10-13
1
-1
/
+37
|
\
|
*
Allow disabling the built-in tilemap navigation
Gilles Roudière
2023-10-13
1
-1
/
+37
*
|
Merge pull request #83151 from kleonc/tile-map-layer-draw-index-update
Rémi Verschelde
2023-10-11
1
-1
/
+1
|
\
\
|
*
|
Update TileMap layer draw index when it's dirty
kleonc
2023-10-11
1
-1
/
+1
|
|
/
*
/
Warn users when TileMap is set as Y-sorted but no layer is
Gilles Roudière
2023-10-11
1
-1
/
+13
|
/
*
Fix animated tile time-slice calculation accumulating float errors
kleonc
2023-09-26
1
-4
/
+8
*
Improve TileMap Y-sorting performance
Gilles Roudière
2023-09-25
1
-58
/
+96
*
Merge pull request #80144 from KoBeWi/freedom_tiles
Rémi Verschelde
2023-09-12
1
-4
/
+90
|
\
|
*
Add per-tile flipping and transposing
kobewi
2023-09-09
1
-4
/
+90
*
|
Fix TileMap::get_used_rect incorrectly handling empty layers
kleonc
2023-09-11
1
-15
/
+15
|
/
[next]