summaryrefslogtreecommitdiff
path: root/doc/classes/TileMap.xml
AgeCommit message (Expand)Author
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-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
2021-01-29Docs: Fix TileMap::map_to_world descriptionkleonc
2021-01-22Document shape metadata for `TileMap`Andrii Doroshenko (Xrayez)
2020-10-27Improved documentation for TileMap.cell_y_sortDustin Petersohn
2020-10-01Link to demos from within the class referenceAaron Franke
2020-08-31Merge pull request #40993 from Calinou/doc-collision-layer-maskRémi Verschelde
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
2020-08-18Add defaults to tilemap set_cell function exampleskyace65
2020-08-03Reference the online documentation in collision layer/mask propertiesHugo Locurcio