summaryrefslogtreecommitdiffstats
path: root/doc/classes/TileMap.xml
Commit message (Expand)AuthorAgeFilesLines
* Fix many untagged true/false/null in the documentationMicky2024-11-101-2/+2
* Add helper methods to check for tile transformskobewi2024-08-121-0/+27
* Document converting a TileMap node to TileMapLayer using the editorHugo Locurcio2024-08-071-1/+1
* Implement X-draw-order switch in TileMapLayerGilles Roudière2024-06-101-2/+2
* Update links to outdated asset library demosskyace652024-04-071-6/+6
* Expose TileMapLayerGilles Roudière2024-04-031-5/+9
* Class reference: Improve TileMap get_cell_atlas_coords documentationBlueberryGecko2024-03-041-1/+2
* Overhaul some "uncommon" wording in class referenceMicky2024-03-011-1/+1
* Prevent threading problems in `TileMap`A Thousand Ships2024-02-271-1/+1
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-1/+1
* Update many Deprecated/Experimental descriptions for consistencyMicky2024-02-171-6/+7
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-4/+3
* Change TileMapEditor to TileMapLayerEditorGilles Roudière2024-02-121-4/+1
* Allow disabling the built-in tilemap navigationGilles Roudière2023-10-131-0/+15
* Improve TileMap Y-sorting performanceGilles Roudière2023-09-251-1/+3
* Improve TileMap performances by using quadrants only for renderingGilles Roudière2023-09-081-8/+27
* Fix various typos with codespellRémi Verschelde2023-08-071-2/+2
* Move TileMap layers to their own classGilles Roudière2023-07-201-10/+46
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-8/+8
* TileMap: Add method to fetch the layer for a given bodyProggle2023-04-251-0/+7
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Merge pull request #73018 from smix8/fix_multilayered_tilemap_navigation_4.xRémi Verschelde2023-02-131-0/+19
|\
| * Fix navigation support for multilayered TileMapssmix82023-02-101-0/+19
* | Add missing period for sentences in classrefHaoyu Qiu2023-02-121-2/+2
|/
* Added missing words relating to TileSetAtlasSourceRahul Gandharva2023-02-021-2/+2
* Fix bad variable name in TileMap documentationAndrés Botero2023-02-011-1/+1
* Rename texture_offset and unclamp itGilles Roudière2023-01-271-1/+1
* Merge pull request #65726 from KoBeWi/celllessRémi Verschelde2023-01-211-2/+12
|\
| * Don't print error in get_cell_tile_data()kobewi2022-09-131-2/+12
* | Bring back TileMap::get_cells_by_idGilles Roudière2023-01-181-1/+13
* | Fix typos with codespellRémi Verschelde2023-01-091-1/+1
* | Remove a confusing TileMap warningGilles Roudière2022-12-151-1/+2
* | Rename get_surrounding_tiles to get_surrounding_cellsGilles Roudière2022-12-071-1/+1
* | Fix class doc for TileMap navigation visibility modesmix82022-10-221-1/+1
* | Add description to TileMap's get_layers_count methodFelipe Kinoshita2022-10-051-0/+1
* | refactor(TileMap): Return Rect2i in get_used_rectMisterMX2022-09-281-1/+1
|/
* Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map`Micky2022-09-051-10/+10
* Easier setting properties of last TileMap layerkobewi2022-08-261-2/+8
* Use false as default for use_proxies argumentkobewi2022-08-221-3/+3
* Merge pull request #54549 from KoBeWi/fastcellsYuri Sizov2022-08-221-0/+10
|\
| * Add a method to get TileData from a cellkobewi2022-08-161-0/+10
* | Remove duplicate `ignore_empty_terrains` paragraphGilles2022-08-201-1/+0
* | [doc] Fix grammar in class docs: amount vs. numberAndy Maloney2022-08-171-1/+1
|/
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-111-25/+26
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-70/+70
* Add terrain center bitGilles Roudière2022-06-101-4/+19
* Prefer constant tags for constantsCasper Beyer2022-04-161-2/+2
* Changed TileMap::set_cell alternative_tile default value to 0Igor Kordiukiewicz2022-03-021-1/+9