Age | Commit message (Expand) | Author |
2023-02-14 | Fix TileMap NavigationServer 'Invalid ID' error | smix8 |
2023-02-10 | Fix navigation support for multilayered TileMaps | smix8 |
2023-01-18 | Merge pull request #71630 from groud/fix_tilemap_layer_delete_undo | Rémi Verschelde |
2023-01-18 | Fixes TileMap undo not restoring tiles | Gilles Roudière |
2023-01-18 | Bring back TileMap::get_cells_by_id | Gilles Roudière |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-12 | TileMap Pass some parameters by `const &` instead of by value | kleonc |
2022-12-07 | Rename get_surrounding_tiles to get_surrounding_cells | Gilles Roudière |
2022-11-24 | Merge pull request #67330 from KoBeWi/immortal_scenes | Rémi Verschelde |
2022-11-14 | Remove redundant Variant-types initializations | Markus Sauermann |
2022-11-07 | Don't free instanced scenes when recreating tiles | kobewi |
2022-10-20 | Make terrain painting not change neighbors centers bits | Gilles Roudière |
2022-10-06 | Fix TileMap occluders having a wrong transform | Gilles Roudière |
2022-09-28 | refactor(TileMap): Return Rect2i in get_used_rect | MisterMX |
2022-09-19 | Change return type of `get_configuration_warnings` to `PackedStringArray` | Marc Gilleron |
2022-09-05 | Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map` | Micky |
2022-08-16 | Add a method to get TileData from a cell | kobewi |
2022-07-21 | Fix various typos not caught by codespell | luz paz |
2022-06-10 | Add terrain center bit | Gilles Roudière |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-03-02 | Changed TileMap::set_cell alternative_tile default value to 0 | Igor Kordiukiewicz |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-10-27 | Implement runtime update of TileData object in TileMap | Gilles Roudière |
2021-10-27 | Optimize TileMap layers updates | Gilles Roudière |
2021-10-21 | Allow updating TileMap cells using surrounding terrains | Gilles Roudière |
2021-10-19 | Implement TileMap patterns palette | Gilles Roudière |
2021-10-13 | Greatly improve editor performances by deferring tiles related updates | Gilles Roudière |
2021-10-10 | Add modulate property to TileMap layers | kobewi |
2021-09-29 | Improve TileMap physics for moving platforms and conveyor belts like movements | Gilles Roudière |
2021-09-23 | Implement animated tiles | Gilles Roudière |
2021-09-07 | Implement properties arrays in the Inspector. | Gilles Roudière |
2021-08-13 | Fix some unnecessary includes | Aaron Franke |
2021-08-05 | Fix get_used_rect() calculation | kobewi |
2021-08-02 | Implements TileMap layers and move TileSetPlugins's functions to the TileMap ... | Gilles Roudière |
2021-07-21 | Implement atlas merging and tile proxies | Gilles Roudière |
2021-06-05 | Deleted YSort, moved its functionality directly into Node2D. | andriyDev |
2021-05-25 | Restore a way to show collsion/navigation on TileMap. | Gilles Roudière |
2021-05-20 | Implement scenes tiles in TileMaps | Gilles Roudière |
2021-05-07 | Update TileMap to use Vector2i instead of two ints | Aaron Franke |
2021-05-07 | Rework the TileSet resource and TileMap nodes: | Gilles Roudière |
2021-04-11 | Use Array for node configuration warnings | Nathan Franke |
2021-03-10 | Remove Navigation2D/3D nodes, and move the navigation map to the world resource | Gilles Roudière |
2021-02-10 | Removed _change_notify | reduz |
2021-02-07 | Initialize class variables with default values in scene/ [1/2] | Rafał Mikrut |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-12 | TileMap: Set texture_filter and texture_repeat to generated CanvasItems and u... | Mateo Dev .59 |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | Rename various TileMap methods/properties for clarity and consistency | Hugo Locurcio |