summaryrefslogtreecommitdiffstats
path: root/doc/classes/TileMap.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Fix TileMap remove_layer descriptionMarkus Sauermann2022-02-011-1/+1
* Better clarify map_to_world() descriptionkobewi2022-01-241-1/+2
* Fix various typosluz paz2022-01-021-5/+5
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* Implement runtime update of TileData object in TileMapGilles Roudière2021-10-271-0/+30
* Allow updating TileMap cells using surrounding terrainsGilles Roudière2021-10-211-0/+11
* Implement TileMap patterns paletteGilles Roudière2021-10-191-0/+26
* Add modulate property to TileMap layerskobewi2021-10-101-0/+15
* Script interface improvements for test body motionPouleyKetchoupp2021-10-041-1/+1
* Improve TileMap physics for moving platforms and conveyor belts like movementsGilles Roudière2021-09-291-0/+18
* Tiles renames/bugfixing and documentationGilles Roudière2021-09-081-10/+37
* Implement properties arrays in the Inspector.Gilles Roudière2021-09-071-2/+24
* Implements TileMap layers and move TileSetPlugins's functions to the TileMap ...Gilles Roudière2021-08-021-14/+80
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-56/+28
* Implement atlas merging and tile proxiesGilles Roudière2021-07-211-0/+6
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-1/+1
* Restore a way to show collsion/navigation on TileMap.Gilles Roudière2021-05-251-0/+10
* Update TileMap to use Vector2i instead of two intsAaron Franke2021-05-071-1/+4
* Rework the TileSet resource and TileMap nodes:Gilles Roudière2021-05-071-257/+21