index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
2d
/
tile_map.cpp
Age
Commit message (
Expand
)
Author
2018-11-02
TileMap: Fix floor precision in world_to_map on tile borders
Rémi Verschelde
2018-10-19
Fixing warnings generated by MSVC
Dualtagh Murray
2018-10-04
Fix GCC 8 warnings about potentially unitialized variables
Rémi Verschelde
2018-09-27
Fix warnings about set but unused variables [-Wunused-but-set-variable]
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-29
Unexpose TileMap set_celld
Marcelo Fernandez
2018-08-13
Merge pull request #20587 from groud/fix_2deditor_scrollable_zone
Rémi Verschelde
2018-08-09
New TileSet Editor
MAriano Javier Suligoy
2018-07-30
Fixes bugs on the 2D editor scrollable area
groud
2018-07-26
doc: Sync classref with current source
Rémi Verschelde
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-22
Defer TileMap::update_dirty_quadrants once again.
Pieter-Jan Briers
2018-07-03
Merge pull request #18634 from groud/fix_control_child_of_node2d
Max Hilbrunner
2018-06-26
Merge pull request #19164 from marcelofg55/tilemap_undo2
Rémi Verschelde
2018-06-26
Optimize _recreate_quadrants
Marcelo Fernandez
2018-06-08
Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotation
Rémi Verschelde
2018-06-07
Fixes the bad calculation of margin & anchors when child of Node2D
groud
2018-06-03
Fix bugs related to bad handling of rotated/translated shapes in tilemap
Bojidar Marinov
2018-06-02
Added autotile override
James Beedie
2018-05-29
Improve TileMap undo operations, second try
Marcelo Fernandez
2018-05-17
Restore support for minimal 3x3 autotile sets
isaacremnant
2018-05-16
Merge pull request #15909 from authenticate/tilemap_fix
Mariano Javier Suligoy
2018-05-15
Fixing a bug where tilemap navigation would not be accurate after a tilemap e...
James
2018-05-04
Allow uncommon bitmask for autotile - Fixes #16511
mateusak
2018-05-01
Adds z-index properties to TileSets.
Pieter-Jan Briers
2018-04-03
Remove the selection rect for nodes that do not require it
Gilles Roudiere
2018-03-30
Implement missing navgiation polygon debugging in tilemap
Benedikt Bär
2018-03-13
Merge pull request #16971 from Noshyaar/tilemap
Rémi Verschelde
2018-03-11
Update TileMap when its TileSet changes
ShyRed
2018-02-24
TileMap: add fix_invalid_tiles
Poommetee Ketson
2018-02-20
Tileset Editor Improvement
Damar Indra
2018-01-12
Bind many more properties to scripts
Bojidar Marinov
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-04
Merge pull request #15191 from Jerome67000/z_renaming
Rémi Verschelde
2018-01-03
#15078 renamed "z" -> "z_index" property in Node2D
Jerome67000
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-25
Add missing parameter names
Poommetee Ketson
2017-12-16
Merge pull request #13991 from CyanBlob/master
Rémi Verschelde
2017-12-16
TileMap: Add update_bitmask_region(2), expose update_bitmask_area(1) and upda...
Andrew Thomas
2017-12-15
Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.
Nathan Warden
2017-12-10
TileMap: Drop unused center_x/center_y booleans
Rémi Verschelde
2017-12-09
Merge pull request #14454 from CyanBlob/TileMap
Rémi Verschelde
2017-12-09
Convert tilemap format in get_tile_data()
Andrew Thomas
2017-12-08
Fixes TileMap occluder offsets.
PJB3005
2017-12-02
TileMap Fixes
Mariano Suligoy
2017-11-27
Fix displacement for centered tilemaps
Matthias Hoelzl
2017-11-24
Fix TileMap and TileSet ClassDB bindings
Ruslan Mustakov
2017-11-20
Implement auto-tiling
Mariano Suligoy
2017-11-19
Rework the canvas_item API for further improves to the canvas item editor
Gilles Roudiere
2017-11-15
Fixing tilemap rotation for non top-left tiles.
Vito
[next]