summaryrefslogtreecommitdiffstats
path: root/scene/2d/tile_map.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | added negative X and negative Y offset to TileMapAaron Winter2019-04-051-5/+19
* | | Make size cache dirty when removing tiles in 'TileMap'Michael Alexsander Silva Dias2019-03-151-0/+1
|/ /
* | TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ...Mariano Suligoy2019-03-041-4/+22
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-27/+27
* | Fix typos with codespellRémi Verschelde2019-02-131-1/+1
* | -Re-added margins in one way collision (made in a more user friendly way than...Juan Linietsky2019-01-181-1/+1
* | Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias2019-01-161-3/+2
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
|/
* Merge pull request #24509 from guilhermefelipecgs/fix_24273Rémi Verschelde2018-12-211-0/+2
|\
| * Add bind for TileMap::get_cell_autotile_coordGuilherme Felipe2018-12-201-0/+2
* | Fixes for TileSetEditor and TileMapEditorGuilherme Felipe2018-12-201-2/+3
|/
* Add z-index to ATLAS_TILEGuilherme Felipe2018-12-171-1/+2
* Add Z-Index for AutotileGuilherme Felipe2018-12-071-0/+4
* Fixed tilemap saving, format FORMAT_2 was not correctly written since it was ...Davide Baldo2018-11-101-1/+3
* TileMap: Fix floor precision in world_to_map on tile bordersRémi Verschelde2018-11-021-0/+5
* Fixing warnings generated by MSVCDualtagh Murray2018-10-191-1/+1
* Fix GCC 8 warnings about potentially unitialized variablesRémi Verschelde2018-10-041-1/+1
* Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde2018-09-271-1/+0
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Unexpose TileMap set_celldMarcelo Fernandez2018-08-291-2/+2
* Merge pull request #20587 from groud/fix_2deditor_scrollable_zoneRémi Verschelde2018-08-131-5/+6
|\
| * Fixes bugs on the 2D editor scrollable areagroud2018-07-301-5/+6
* | New TileSet EditorMAriano Javier Suligoy2018-08-091-4/+4
|/
* doc: Sync classref with current sourceRémi Verschelde2018-07-261-1/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* Defer TileMap::update_dirty_quadrants once again.Pieter-Jan Briers2018-07-221-5/+5
* Merge pull request #18634 from groud/fix_control_child_of_node2dMax Hilbrunner2018-07-031-10/+0
|\
| * Fixes the bad calculation of margin & anchors when child of Node2Dgroud2018-06-071-10/+0
* | Merge pull request #19164 from marcelofg55/tilemap_undo2Rémi Verschelde2018-06-261-0/+6
|\ \
| * | Improve TileMap undo operations, second tryMarcelo Fernandez2018-05-291-0/+6
| |/
* | Optimize _recreate_quadrantsMarcelo Fernandez2018-06-261-3/+7
* | Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotationRémi Verschelde2018-06-081-1/+3
|\ \
| * | Fix bugs related to bad handling of rotated/translated shapes in tilemapBojidar Marinov2018-06-031-1/+3
| |/
* / Added autotile overrideJames Beedie2018-06-021-0/+8
|/
* Restore support for minimal 3x3 autotile setsisaacremnant2018-05-171-12/+27
* Merge pull request #15909 from authenticate/tilemap_fixMariano Javier Suligoy2018-05-161-1/+2
|\
| * Fixing a bug where tilemap navigation would not be accurate after a tilemap e...James2018-05-151-1/+2
* | Allow uncommon bitmask for autotile - Fixes #16511mateusak2018-05-041-4/+4
* | Adds z-index properties to TileSets.Pieter-Jan Briers2018-05-011-1/+5
* | Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-031-0/+4
* | Implement missing navgiation polygon debugging in tilemapBenedikt Bär2018-03-301-0/+55
* | Merge pull request #16971 from Noshyaar/tilemapRémi Verschelde2018-03-131-0/+11
|\ \
| * | TileMap: add fix_invalid_tilesPoommetee Ketson2018-02-241-0/+11
* | | Update TileMap when its TileSet changesShyRed2018-03-111-3/+16
|/ /
* / Tileset Editor ImprovementDamar Indra2018-02-201-5/+5
|/
* Bind many more properties to scriptsBojidar Marinov2018-01-121-4/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde2018-01-041-1/+1
|\
| * #15078 renamed "z" -> "z_index" property in Node2DJerome670002018-01-031-1/+1
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/