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
...
|
*
|
added negative X and negative Y offset to TileMap
Aaron Winter
2019-04-05
1
-5
/
+19
*
|
|
Make size cache dirty when removing tiles in 'TileMap'
Michael Alexsander Silva Dias
2019-03-15
1
-0
/
+1
|
/
/
*
|
TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ...
Mariano Suligoy
2019-03-04
1
-4
/
+22
*
|
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-27
/
+27
*
|
Fix typos with codespell
Rémi Verschelde
2019-02-13
1
-1
/
+1
*
|
-Re-added margins in one way collision (made in a more user friendly way than...
Juan Linietsky
2019-01-18
1
-1
/
+1
*
|
Appease some CppCheck warns for files in the "scene" directory
Michael Alexsander Silva Dias
2019-01-16
1
-3
/
+2
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
|
/
*
Merge pull request #24509 from guilhermefelipecgs/fix_24273
Rémi Verschelde
2018-12-21
1
-0
/
+2
|
\
|
*
Add bind for TileMap::get_cell_autotile_coord
Guilherme Felipe
2018-12-20
1
-0
/
+2
*
|
Fixes for TileSetEditor and TileMapEditor
Guilherme Felipe
2018-12-20
1
-2
/
+3
|
/
*
Add z-index to ATLAS_TILE
Guilherme Felipe
2018-12-17
1
-1
/
+2
*
Add Z-Index for Autotile
Guilherme Felipe
2018-12-07
1
-0
/
+4
*
Fixed tilemap saving, format FORMAT_2 was not correctly written since it was ...
Davide Baldo
2018-11-10
1
-1
/
+3
*
TileMap: Fix floor precision in world_to_map on tile borders
Rémi Verschelde
2018-11-02
1
-0
/
+5
*
Fixing warnings generated by MSVC
Dualtagh Murray
2018-10-19
1
-1
/
+1
*
Fix GCC 8 warnings about potentially unitialized variables
Rémi Verschelde
2018-10-04
1
-1
/
+1
*
Fix warnings about set but unused variables [-Wunused-but-set-variable]
Rémi Verschelde
2018-09-27
1
-1
/
+0
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
*
Unexpose TileMap set_celld
Marcelo Fernandez
2018-08-29
1
-2
/
+2
*
Merge pull request #20587 from groud/fix_2deditor_scrollable_zone
Rémi Verschelde
2018-08-13
1
-5
/
+6
|
\
|
*
Fixes bugs on the 2D editor scrollable area
groud
2018-07-30
1
-5
/
+6
*
|
New TileSet Editor
MAriano Javier Suligoy
2018-08-09
1
-4
/
+4
|
/
*
doc: Sync classref with current source
Rémi Verschelde
2018-07-26
1
-1
/
+1
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-2
/
+2
*
Defer TileMap::update_dirty_quadrants once again.
Pieter-Jan Briers
2018-07-22
1
-5
/
+5
*
Merge pull request #18634 from groud/fix_control_child_of_node2d
Max Hilbrunner
2018-07-03
1
-10
/
+0
|
\
|
*
Fixes the bad calculation of margin & anchors when child of Node2D
groud
2018-06-07
1
-10
/
+0
*
|
Merge pull request #19164 from marcelofg55/tilemap_undo2
Rémi Verschelde
2018-06-26
1
-0
/
+6
|
\
\
|
*
|
Improve TileMap undo operations, second try
Marcelo Fernandez
2018-05-29
1
-0
/
+6
|
|
/
*
|
Optimize _recreate_quadrants
Marcelo Fernandez
2018-06-26
1
-3
/
+7
*
|
Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotation
Rémi Verschelde
2018-06-08
1
-1
/
+3
|
\
\
|
*
|
Fix bugs related to bad handling of rotated/translated shapes in tilemap
Bojidar Marinov
2018-06-03
1
-1
/
+3
|
|
/
*
/
Added autotile override
James Beedie
2018-06-02
1
-0
/
+8
|
/
*
Restore support for minimal 3x3 autotile sets
isaacremnant
2018-05-17
1
-12
/
+27
*
Merge pull request #15909 from authenticate/tilemap_fix
Mariano Javier Suligoy
2018-05-16
1
-1
/
+2
|
\
|
*
Fixing a bug where tilemap navigation would not be accurate after a tilemap e...
James
2018-05-15
1
-1
/
+2
*
|
Allow uncommon bitmask for autotile - Fixes #16511
mateusak
2018-05-04
1
-4
/
+4
*
|
Adds z-index properties to TileSets.
Pieter-Jan Briers
2018-05-01
1
-1
/
+5
*
|
Remove the selection rect for nodes that do not require it
Gilles Roudiere
2018-04-03
1
-0
/
+4
*
|
Implement missing navgiation polygon debugging in tilemap
Benedikt Bär
2018-03-30
1
-0
/
+55
*
|
Merge pull request #16971 from Noshyaar/tilemap
Rémi Verschelde
2018-03-13
1
-0
/
+11
|
\
\
|
*
|
TileMap: add fix_invalid_tiles
Poommetee Ketson
2018-02-24
1
-0
/
+11
*
|
|
Update TileMap when its TileSet changes
ShyRed
2018-03-11
1
-3
/
+16
|
/
/
*
/
Tileset Editor Improvement
Damar Indra
2018-02-20
1
-5
/
+5
|
/
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-4
/
+4
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Merge pull request #15191 from Jerome67000/z_renaming
Rémi Verschelde
2018-01-04
1
-1
/
+1
|
\
|
*
#15078 renamed "z" -> "z_index" property in Node2D
Jerome67000
2018-01-03
1
-1
/
+1
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
/
[prev]
[next]