summaryrefslogtreecommitdiff
path: root/scene/2d/tile_map.cpp
AgeCommit message (Expand)Author
2019-03-04TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ...Mariano Suligoy
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-13Fix typos with codespellRémi Verschelde
2019-01-18-Re-added margins in one way collision (made in a more user friendly way than...Juan Linietsky
2019-01-16Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-21Merge pull request #24509 from guilhermefelipecgs/fix_24273Rémi Verschelde
2018-12-20Add bind for TileMap::get_cell_autotile_coordGuilherme Felipe
2018-12-20Fixes for TileSetEditor and TileMapEditorGuilherme Felipe
2018-12-17Add z-index to ATLAS_TILEGuilherme Felipe
2018-12-07Add Z-Index for AutotileGuilherme Felipe
2018-11-10Fixed tilemap saving, format FORMAT_2 was not correctly written since it was ...Davide Baldo
2018-11-02TileMap: Fix floor precision in world_to_map on tile bordersRémi Verschelde
2018-10-19Fixing warnings generated by MSVCDualtagh Murray
2018-10-04Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde
2018-09-27Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-29Unexpose TileMap set_celldMarcelo Fernandez
2018-08-13Merge pull request #20587 from groud/fix_2deditor_scrollable_zoneRémi Verschelde
2018-08-09New TileSet EditorMAriano Javier Suligoy
2018-07-30Fixes bugs on the 2D editor scrollable areagroud
2018-07-26doc: Sync classref with current sourceRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-22Defer TileMap::update_dirty_quadrants once again.Pieter-Jan Briers
2018-07-03Merge pull request #18634 from groud/fix_control_child_of_node2dMax Hilbrunner
2018-06-26Merge pull request #19164 from marcelofg55/tilemap_undo2Rémi Verschelde
2018-06-26Optimize _recreate_quadrantsMarcelo Fernandez
2018-06-08Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotationRémi Verschelde
2018-06-07Fixes the bad calculation of margin & anchors when child of Node2Dgroud
2018-06-03Fix bugs related to bad handling of rotated/translated shapes in tilemapBojidar Marinov
2018-06-02Added autotile overrideJames Beedie
2018-05-29Improve TileMap undo operations, second tryMarcelo Fernandez
2018-05-17Restore support for minimal 3x3 autotile setsisaacremnant
2018-05-16Merge pull request #15909 from authenticate/tilemap_fixMariano Javier Suligoy
2018-05-15Fixing a bug where tilemap navigation would not be accurate after a tilemap e...James
2018-05-04Allow uncommon bitmask for autotile - Fixes #16511mateusak
2018-05-01Adds z-index properties to TileSets.Pieter-Jan Briers
2018-04-03Remove the selection rect for nodes that do not require itGilles Roudiere
2018-03-30Implement missing navgiation polygon debugging in tilemapBenedikt Bär
2018-03-13Merge pull request #16971 from Noshyaar/tilemapRémi Verschelde
2018-03-11Update TileMap when its TileSet changesShyRed
2018-02-24TileMap: add fix_invalid_tilesPoommetee Ketson
2018-02-20Tileset Editor ImprovementDamar Indra
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde
2018-01-03#15078 renamed "z" -> "z_index" property in Node2DJerome67000
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-25Add missing parameter namesPoommetee Ketson
2017-12-16Merge pull request #13991 from CyanBlob/masterRémi Verschelde