summaryrefslogtreecommitdiff
path: root/doc/classes/TileMap.xml
AgeCommit message (Expand)Author
2023-02-13Merge pull request #73018 from smix8/fix_multilayered_tilemap_navigation_4.xRémi Verschelde
2023-02-12Add missing period for sentences in classrefHaoyu Qiu
2023-02-10Fix navigation support for multilayered TileMapssmix8
2023-02-02Added missing words relating to TileSetAtlasSourceRahul Gandharva
2023-02-01Fix bad variable name in TileMap documentationAndrés Botero
2023-01-27Rename texture_offset and unclamp itGilles Roudière
2023-01-21Merge pull request #65726 from KoBeWi/celllessRémi Verschelde
2023-01-18Bring back TileMap::get_cells_by_idGilles Roudière
2023-01-09Fix typos with codespellRémi Verschelde
2022-12-15Remove a confusing TileMap warningGilles Roudière
2022-12-07Rename get_surrounding_tiles to get_surrounding_cellsGilles Roudière
2022-10-22Fix class doc for TileMap navigation visibility modesmix8
2022-10-05Add description to TileMap's get_layers_count methodFelipe Kinoshita
2022-09-28refactor(TileMap): Return Rect2i in get_used_rectMisterMX
2022-09-13Don't print error in get_cell_tile_data()kobewi
2022-09-05Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map`Micky
2022-08-26Easier setting properties of last TileMap layerkobewi
2022-08-22Use false as default for use_proxies argumentkobewi
2022-08-22Merge pull request #54549 from KoBeWi/fastcellsYuri Sizov
2022-08-20Remove duplicate `ignore_empty_terrains` paragraphGilles
2022-08-17[doc] Fix grammar in class docs: amount vs. numberAndy Maloney
2022-08-16Add a method to get TileData from a cellkobewi
2022-08-11[doc] Use "param" instead of "code" to refer to parametersAndy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-06-10Add terrain center bitGilles Roudière
2022-04-16Prefer constant tags for constantsCasper Beyer
2022-03-02Changed TileMap::set_cell alternative_tile default value to 0Igor Kordiukiewicz
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-02-01Fix TileMap remove_layer descriptionMarkus Sauermann
2022-01-24Better clarify map_to_world() descriptionkobewi
2022-01-02Fix various typosluz paz
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-10-27Implement runtime update of TileData object in TileMapGilles Roudière
2021-10-21Allow updating TileMap cells using surrounding terrainsGilles Roudière
2021-10-19Implement TileMap patterns paletteGilles Roudière
2021-10-10Add modulate property to TileMap layerskobewi
2021-10-04Script interface improvements for test body motionPouleyKetchoupp
2021-09-29Improve TileMap physics for moving platforms and conveyor belts like movementsGilles Roudière
2021-09-08Tiles renames/bugfixing and documentationGilles Roudière
2021-09-07Implement properties arrays in the Inspector.Gilles Roudière
2021-08-02Implements TileMap layers and move TileSetPlugins's functions to the TileMap ...Gilles Roudière
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-21Implement atlas merging and tile proxiesGilles Roudière
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-05-25Restore a way to show collsion/navigation on TileMap.Gilles Roudière
2021-05-07Update TileMap to use Vector2i instead of two intsAaron Franke
2021-05-07Rework the TileSet resource and TileMap nodes:Gilles Roudière
2021-04-05Added missing `:` in gdscript example.RoniPerson
2021-03-10Remove Navigation2D/3D nodes, and move the navigation map to the world resourceGilles Roudière
2021-03-05Docs: Port Code Examples to C# (R, S, T, U)HaSa1002