Age | Commit message (Expand) | Author |
2019-10-08 | Fix crash in TileMap::update_cell_bitmask | qarmin |
2019-10-05 | Fix crash in TileMap::fix_invalid_tiles | qarmin |
2019-09-26 | Fix TileMap world_to_map rounding issue for negative integers | bob |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-01 | Initialize TileMap Custom Transform | Bhupendra Aole |
2019-08-08 | Fix corrupted TileMap saves due to missing/wrong format | Bojidar Marinov |
2019-07-09 | Improve the node configuration warning display | Hugo Locurcio |
2019-07-08 | Fix some issue with TileMap's and other nodes' boundaries | Bojidar Marinov |
2019-07-06 | Added release function to PoolVector::Access. | Ibrahn Sahir |
2019-07-02 | Tilemap fix displaced textures and shapes and added center texture and compat... | Ranoller |
2019-06-30 | Fix uninitialized variables in Line2D, JSONParseResult and TileMap | Rémi Verschelde |
2019-06-27 | Allow ColisionObject2D to get shapes from tilemaps | Bojidar Marinov |
2019-06-05 | Make tilemap texture origin point top-left. | Ranoller |
2019-06-01 | Merge pull request #24560 from guilhermefelipecgs/fix_24549 | Rémi Verschelde |
2019-05-28 | Merge pull request #28896 from Ranoller/master | Rémi Verschelde |
2019-05-19 | Fix typos with codespell | Rémi Verschelde |
2019-05-15 | Fix tilemap displaced textures and shapes with origin point BOTTOM_LEFT and C... | Ranoller |
2019-04-30 | Merge pull request #27845 from samdze/master | Rémi Verschelde |
2019-04-27 | Make TileMap overridable "set_cell" function called on undo/redo | Samuele Zolfanelli |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-04-05 | Merge pull request #27365 from Byteron/tile_map_negative_offset | Mariano Javier Suligoy |
2019-04-05 | added negative X and negative Y offset to TileMap | Aaron Winter |
2019-03-15 | Make size cache dirty when removing tiles in 'TileMap' | Michael Alexsander Silva Dias |
2019-03-04 | TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ... | Mariano Suligoy |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-13 | Fix typos with codespell | Rémi Verschelde |
2019-01-18 | -Re-added margins in one way collision (made in a more user friendly way than... | Juan Linietsky |
2019-01-16 | Appease some CppCheck warns for files in the "scene" directory | Michael Alexsander Silva Dias |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-23 | Add EDITMODE_PRIORITY for ATLAS_TILE | Guilherme Felipe |
2018-12-21 | Merge pull request #24509 from guilhermefelipecgs/fix_24273 | Rémi Verschelde |
2018-12-20 | Add bind for TileMap::get_cell_autotile_coord | Guilherme Felipe |
2018-12-20 | Fixes for TileSetEditor and TileMapEditor | Guilherme Felipe |
2018-12-17 | Add z-index to ATLAS_TILE | Guilherme Felipe |
2018-12-07 | Add Z-Index for Autotile | Guilherme Felipe |
2018-11-10 | Fixed tilemap saving, format FORMAT_2 was not correctly written since it was ... | Davide Baldo |
2018-11-02 | TileMap: Fix floor precision in world_to_map on tile borders | Rémi Verschelde |
2018-10-19 | Fixing warnings generated by MSVC | Dualtagh Murray |
2018-10-04 | Fix GCC 8 warnings about potentially unitialized variables | Rémi Verschelde |
2018-09-27 | Fix warnings about set but unused variables [-Wunused-but-set-variable] | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-29 | Unexpose TileMap set_celld | Marcelo Fernandez |
2018-08-13 | Merge pull request #20587 from groud/fix_2deditor_scrollable_zone | Rémi Verschelde |
2018-08-09 | New TileSet Editor | MAriano Javier Suligoy |
2018-07-30 | Fixes bugs on the 2D editor scrollable area | groud |
2018-07-26 | doc: Sync classref with current source | Rémi Verschelde |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-22 | Defer TileMap::update_dirty_quadrants once again. | Pieter-Jan Briers |
2018-07-03 | Merge pull request #18634 from groud/fix_control_child_of_node2d | Max Hilbrunner |
2018-06-26 | Merge pull request #19164 from marcelofg55/tilemap_undo2 | Rémi Verschelde |