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
*
Fix TileMap NavigationServer 'Invalid ID' error
smix8
2023-02-14
1
-2
/
+5
*
Merge pull request #73018 from smix8/fix_multilayered_tilemap_navigation_4.x
Rémi Verschelde
2023-02-13
1
-1
/
+57
|
\
|
*
Fix navigation support for multilayered TileMaps
smix8
2023-02-10
1
-1
/
+57
*
|
Fix 2D navigation debug visuals ignoring half the ProjectSettings
smix8
2023-02-13
1
-18
/
+38
|
/
*
Merge pull request #72365 from groud/warn_ysort_tilemap
Rémi Verschelde
2023-01-30
1
-0
/
+11
|
\
|
*
Warn when a TileMap layer is Y-sorted but not the TileMap node itself.
Gilles Roudière
2023-01-30
1
-0
/
+11
*
|
Rename texture_offset and unclamp it
Gilles Roudière
2023-01-27
1
-1
/
+1
|
/
*
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
1
-3
/
+3
*
Use range iterators in LocalVector loops
kobewi
2023-01-21
1
-31
/
+30
*
Merge pull request #65726 from KoBeWi/cellless
Rémi Verschelde
2023-01-21
1
-2
/
+4
|
\
|
*
Don't print error in get_cell_tile_data()
kobewi
2022-09-13
1
-2
/
+4
*
|
Merge pull request #71630 from groud/fix_tilemap_layer_delete_undo
Rémi Verschelde
2023-01-18
1
-1
/
+1
|
\
\
|
*
|
Fixes TileMap undo not restoring tiles
Gilles Roudière
2023-01-18
1
-1
/
+1
*
|
|
Merge pull request #71615 from groud/bring_back_get_cells_by_id
Rémi Verschelde
2023-01-18
1
-0
/
+17
|
\
\
\
|
*
|
|
Bring back TileMap::get_cells_by_id
Gilles Roudière
2023-01-18
1
-0
/
+17
|
|
/
/
*
/
/
Avoid recreating TileMap internals when selecting it
Gilles Roudière
2023-01-18
1
-24
/
+22
|
/
/
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
Add safety-checks before some servers `free()`
Adam Scott
2022-12-29
1
-0
/
+4
*
|
Use TileSet navigation layer layers when TileMap generates navigation polygons
reejk
2022-12-22
1
-0
/
+1
*
|
TileSet Simplify tile shape polygons
kleonc
2022-12-19
1
-26
/
+17
*
|
Fix Navigation API abbreviations inconsistency
smix8
2022-12-17
1
-4
/
+4
*
|
Merge pull request #70118 from clayjohn/tilemap-layers
Rémi Verschelde
2022-12-17
1
-1
/
+1
|
\
\
|
*
|
Use large offset for tilemap layer level canvas items
clayjohn
2022-12-15
1
-1
/
+1
*
|
|
Remove a confusing TileMap warning
Gilles Roudière
2022-12-15
1
-1
/
+0
|
/
/
*
|
Merge pull request #69950 from kleonc/tile-map-const-refs-for-the-win
Rémi Verschelde
2022-12-12
1
-10
/
+10
|
\
\
|
*
|
TileMap Pass some parameters by `const &` instead of by value
kleonc
2022-12-12
1
-10
/
+10
*
|
|
Merge pull request #69922 from adamscott/fix-tilemap-tileset-heap-use-after-free
Rémi Verschelde
2022-12-12
1
-0
/
+4
|
\
\
\
|
*
|
|
Fix `heap-use-after-free` error in `TileMap::~TileMap()`
Adam Scott
2022-12-12
1
-0
/
+4
*
|
|
|
Merge pull request #67050 from KoBeWi/syrt
Rémi Verschelde
2022-12-12
1
-0
/
+18
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Warn if isometric TileMap is not Y-sorted
kobewi
2022-10-26
1
-0
/
+18
*
|
|
|
Enable assigning an owner to navigation regions and links
Josh Jones
2022-12-10
1
-0
/
+1
*
|
|
|
Fix TileMap drawing itself twice on creation
Vladislav Slobodenyuk
2022-12-09
1
-1
/
+3
|
|
/
/
|
/
|
|
*
|
|
Rename get_surrounding_tiles to get_surrounding_cells
Gilles Roudière
2022-12-07
1
-2
/
+2
*
|
|
Don't free instanced scenes when recreating tiles
kobewi
2022-11-07
1
-12
/
+25
*
|
|
Fix terrain painting in corner-only matching mode
Gilles Roudière
2022-11-03
1
-2
/
+2
*
|
|
Merge pull request #67445 from Zylann/rename_queue_delete
Rémi Verschelde
2022-10-31
1
-2
/
+2
|
\
\
\
|
*
|
|
Rename queue_delete => queue_free
Marc Gilleron
2022-10-24
1
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #67580 from KoBeWi/little_things
Rémi Verschelde
2022-10-31
1
-4
/
+0
|
\
\
\
|
*
|
|
Minor code improvements
kobewi
2022-10-18
1
-4
/
+0
*
|
|
|
Merge pull request #67754 from kleonc/tilemap-fix-collision-shapes-debug-draw
Max Hilbrunner
2022-10-30
1
-15
/
+15
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix `TileMap` collision shapes debug draw
kleonc
2022-10-22
1
-15
/
+15
|
|
/
/
*
|
|
Merge pull request #67390 from groud/more_conservative_terrain_painting
Clay John
2022-10-23
1
-29
/
+107
|
\
\
\
|
*
|
|
Make terrain painting not change neighbors centers bits
Gilles Roudière
2022-10-20
1
-29
/
+107
|
|
/
/
*
/
/
Fix texture filter and repeat in TileMap
kobewi
2022-10-19
1
-8
/
+10
|
/
/
*
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-56
/
+56
*
|
Fix TileMap occluders having a wrong transform
Gilles Roudière
2022-10-06
1
-12
/
+37
*
|
refactor(TileMap): Return Rect2i in get_used_rect
MisterMX
2022-09-28
1
-1
/
+1
*
|
Set scene tiles' position before adding them
kobewi
2022-09-21
1
-1
/
+1
*
|
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-19
1
-2
/
+2
|
/
*
Remove / Replace old Navigation Debug Visualization
smix8
2022-09-07
1
-9
/
+8
[next]