summaryrefslogtreecommitdiffstats
path: root/scene/2d/tile_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't compile editor-only function when tools=noGilles Roudière2020-01-091-0/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix some overflows and unitialized variablesRafał Mikrut2019-11-201-2/+2
* Fix crash in TileMap::update_cell_bitmaskqarmin2019-10-081-0/+1
* Fix crash in TileMap::fix_invalid_tilesqarmin2019-10-051-0/+1
* Fix TileMap world_to_map rounding issue for negative integersbob2019-09-261-6/+8
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Initialize TileMap Custom TransformBhupendra Aole2019-09-011-0/+1
* Fix corrupted TileMap saves due to missing/wrong formatBojidar Marinov2019-08-081-6/+8
* Improve the node configuration warning displayHugo Locurcio2019-07-091-1/+1
* Fix some issue with TileMap's and other nodes' boundariesBojidar Marinov2019-07-081-5/+9
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-1/+1
* Tilemap fix displaced textures and shapes and added center texture and compat...Ranoller2019-07-021-14/+133
* Fix uninitialized variables in Line2D, JSONParseResult and TileMapRémi Verschelde2019-06-301-0/+1
* Allow ColisionObject2D to get shapes from tilemapsBojidar Marinov2019-06-271-43/+172
* Make tilemap texture origin point top-left.Ranoller2019-06-051-3/+4
* Merge pull request #24560 from guilhermefelipecgs/fix_24549Rémi Verschelde2019-06-011-0/+9
|\
| * Add EDITMODE_PRIORITY for ATLAS_TILEGuilherme Felipe2018-12-231-0/+9
* | Merge pull request #28896 from Ranoller/masterRémi Verschelde2019-05-281-78/+19
|\ \
| * | Fix tilemap displaced textures and shapes with origin point BOTTOM_LEFT and C...Ranoller2019-05-151-78/+19
* | | Fix typos with codespellRémi Verschelde2019-05-191-1/+1
|/ /
* | Merge pull request #27845 from samdze/masterRémi Verschelde2019-04-301-1/+4
|\ \
| * | Make TileMap overridable "set_cell" function called on undo/redoSamuele Zolfanelli2019-04-271-1/+4
* | | Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-2/+4
|/ /
* | Merge pull request #27365 from Byteron/tile_map_negative_offsetMariano Javier Suligoy2019-04-051-5/+19
|\ \
| * | 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