summaryrefslogtreecommitdiff
path: root/scene/2d/tile_map.cpp
AgeCommit message (Expand)Author
2020-10-24Refactored 2D shader and lighting systemreduz
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-09-12TileMap: Set texture_filter and texture_repeat to generated CanvasItems and u...Mateo Dev .59
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Rename various TileMap methods/properties for clarity and consistencyHugo Locurcio
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-05-03Fix performance issue in update_bitmask_region fallbackThomas Riedmair
2020-04-21Add proper type to most public API uses of ArrayJuan Linietsky
2020-04-21Add ability to bind typed arrays to script APIJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-11Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky
2020-02-11A lot of progress with canvas rendering, still far from working.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-10- Integrated NavigationServer and Navigation2DServer.Andrea Catania
2020-01-09Don't compile editor-only function when tools=noGilles Roudière
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
2019-10-08Fix crash in TileMap::update_cell_bitmaskqarmin
2019-10-05Fix crash in TileMap::fix_invalid_tilesqarmin
2019-09-26Fix TileMap world_to_map rounding issue for negative integersbob
2019-09-25Added some obvious errors explanationsqarmin
2019-09-01Initialize TileMap Custom TransformBhupendra Aole
2019-08-08Fix corrupted TileMap saves due to missing/wrong formatBojidar Marinov
2019-07-09Improve the node configuration warning displayHugo Locurcio
2019-07-08Fix some issue with TileMap's and other nodes' boundariesBojidar Marinov
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-07-02Tilemap fix displaced textures and shapes and added center texture and compat...Ranoller
2019-06-30Fix uninitialized variables in Line2D, JSONParseResult and TileMapRémi Verschelde
2019-06-27Allow ColisionObject2D to get shapes from tilemapsBojidar Marinov
2019-06-05Make tilemap texture origin point top-left.Ranoller
2019-06-01Merge pull request #24560 from guilhermefelipecgs/fix_24549Rémi Verschelde
2019-05-28Merge pull request #28896 from Ranoller/masterRémi Verschelde
2019-05-19Fix typos with codespellRémi Verschelde
2019-05-15Fix tilemap displaced textures and shapes with origin point BOTTOM_LEFT and C...Ranoller
2019-04-30Merge pull request #27845 from samdze/masterRémi Verschelde
2019-04-27Make TileMap overridable "set_cell" function called on undo/redoSamuele Zolfanelli
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-04-05Merge pull request #27365 from Byteron/tile_map_negative_offsetMariano Javier Suligoy
2019-04-05added negative X and negative Y offset to TileMapAaron Winter
2019-03-15Make size cache dirty when removing tiles in 'TileMap'Michael Alexsander Silva Dias
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