| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix many untagged true/false/null in the documentation | Micky | 2024-11-10 | 1 | -2/+2 |
* | Add helper methods to check for tile transforms | kobewi | 2024-08-12 | 1 | -0/+27 |
* | Document converting a TileMap node to TileMapLayer using the editor | Hugo Locurcio | 2024-08-07 | 1 | -1/+1 |
* | Implement X-draw-order switch in TileMapLayer | Gilles Roudière | 2024-06-10 | 1 | -2/+2 |
* | Update links to outdated asset library demos | skyace65 | 2024-04-07 | 1 | -6/+6 |
* | Expose TileMapLayer | Gilles Roudière | 2024-04-03 | 1 | -5/+9 |
* | Class reference: Improve TileMap get_cell_atlas_coords documentation | BlueberryGecko | 2024-03-04 | 1 | -1/+2 |
* | Overhaul some "uncommon" wording in class reference | Micky | 2024-03-01 | 1 | -1/+1 |
* | Prevent threading problems in `TileMap` | A Thousand Ships | 2024-02-27 | 1 | -1/+1 |
* | Add keywords to improve search in the class reference | Hugo Locurcio | 2024-02-22 | 1 | -1/+1 |
* | Update many Deprecated/Experimental descriptions for consistency | Micky | 2024-02-17 | 1 | -6/+7 |
* | Documentation: Add support for deprecated/experimental messages | Danil Alexeev | 2024-02-15 | 1 | -4/+3 |
* | Change TileMapEditor to TileMapLayerEditor | Gilles Roudière | 2024-02-12 | 1 | -4/+1 |
* | Allow disabling the built-in tilemap navigation | Gilles Roudière | 2023-10-13 | 1 | -0/+15 |
* | Improve TileMap Y-sorting performance | Gilles Roudière | 2023-09-25 | 1 | -1/+3 |
* | Improve TileMap performances by using quadrants only for rendering | Gilles Roudière | 2023-09-08 | 1 | -8/+27 |
* | Fix various typos with codespell | Rémi Verschelde | 2023-08-07 | 1 | -2/+2 |
* | Move TileMap layers to their own class | Gilles Roudière | 2023-07-20 | 1 | -10/+46 |
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
* | Validate code tags in documentation for potential params | Yuri Sizov | 2023-04-26 | 1 | -8/+8 |
* | TileMap: Add method to fetch the layer for a given body | Proggle | 2023-04-25 | 1 | -0/+7 |
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
* | Merge pull request #73018 from smix8/fix_multilayered_tilemap_navigation_4.x | Rémi Verschelde | 2023-02-13 | 1 | -0/+19 |
|\ |
|
| * | Fix navigation support for multilayered TileMaps | smix8 | 2023-02-10 | 1 | -0/+19 |
* | | Add missing period for sentences in classref | Haoyu Qiu | 2023-02-12 | 1 | -2/+2 |
|/ |
|
* | Added missing words relating to TileSetAtlasSource | Rahul Gandharva | 2023-02-02 | 1 | -2/+2 |
* | Fix bad variable name in TileMap documentation | Andrés Botero | 2023-02-01 | 1 | -1/+1 |
* | Rename texture_offset and unclamp it | Gilles Roudière | 2023-01-27 | 1 | -1/+1 |
* | Merge pull request #65726 from KoBeWi/cellless | Rémi Verschelde | 2023-01-21 | 1 | -2/+12 |
|\ |
|
| * | Don't print error in get_cell_tile_data() | kobewi | 2022-09-13 | 1 | -2/+12 |
* | | Bring back TileMap::get_cells_by_id | Gilles Roudière | 2023-01-18 | 1 | -1/+13 |
* | | Fix typos with codespell | Rémi Verschelde | 2023-01-09 | 1 | -1/+1 |
* | | Remove a confusing TileMap warning | Gilles Roudière | 2022-12-15 | 1 | -1/+2 |
* | | Rename get_surrounding_tiles to get_surrounding_cells | Gilles Roudière | 2022-12-07 | 1 | -1/+1 |
* | | Fix class doc for TileMap navigation visibility mode | smix8 | 2022-10-22 | 1 | -1/+1 |
* | | Add description to TileMap's get_layers_count method | Felipe Kinoshita | 2022-10-05 | 1 | -0/+1 |
* | | refactor(TileMap): Return Rect2i in get_used_rect | MisterMX | 2022-09-28 | 1 | -1/+1 |
|/ |
|
* | Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map` | Micky | 2022-09-05 | 1 | -10/+10 |
* | Easier setting properties of last TileMap layer | kobewi | 2022-08-26 | 1 | -2/+8 |
* | Use false as default for use_proxies argument | kobewi | 2022-08-22 | 1 | -3/+3 |
* | Merge pull request #54549 from KoBeWi/fastcells | Yuri Sizov | 2022-08-22 | 1 | -0/+10 |
|\ |
|
| * | Add a method to get TileData from a cell | kobewi | 2022-08-16 | 1 | -0/+10 |
* | | Remove duplicate `ignore_empty_terrains` paragraph | Gilles | 2022-08-20 | 1 | -1/+0 |
* | | [doc] Fix grammar in class docs: amount vs. number | Andy Maloney | 2022-08-17 | 1 | -1/+1 |
|/ |
|
* | [doc] Use "param" instead of "code" to refer to parameters | Andy Maloney | 2022-08-11 | 1 | -25/+26 |
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -70/+70 |
* | Add terrain center bit | Gilles Roudière | 2022-06-10 | 1 | -4/+19 |
* | Prefer constant tags for constants | Casper Beyer | 2022-04-16 | 1 | -2/+2 |
* | Changed TileMap::set_cell alternative_tile default value to 0 | Igor Kordiukiewicz | 2022-03-02 | 1 | -1/+9 |