summaryrefslogtreecommitdiffstats
path: root/scene/2d/tile_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #44839 from qarmin/fix_crash_tile_mapRémi Verschelde2021-01-011-1/+3
|\
| * Do not iterate over map when removing its valuesRafał Mikrut2020-12-311-1/+3
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
|/
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Refactored 2D shader and lighting systemreduz2020-10-241-3/+2
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+0
* TileMap: Set texture_filter and texture_repeat to generated CanvasItems and u...Mateo Dev .592020-09-121-0/+25
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-53/+95
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-142/+0
* Rename various TileMap methods/properties for clarity and consistencyHugo Locurcio2020-05-101-12/+12
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Fix performance issue in update_bitmask_region fallbackThomas Riedmair2020-05-031-5/+2
* Add proper type to most public API uses of ArrayJuan Linietsky2020-04-211-3/+3
* Add ability to bind typed arrays to script APIJuan Linietsky2020-04-211-3/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* Renaming of servers for coherency.Juan Linietsky2020-03-271-48/+48
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-3/+2
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-3/+3
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-9/+7
* Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky2020-02-111-1/+1
* A lot of progress with canvas rendering, still far from working.Juan Linietsky2020-02-111-1/+1
* Texture refactorJuan Linietsky2020-02-111-2/+2
* - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-101-6/+10
* 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
|\ \