summaryrefslogtreecommitdiffstats
path: root/doc/classes/TileMap.xml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added missing `:` in gdscript example.RoniPerson2021-04-051-1/+1
* Remove Navigation2D/3D nodes, and move the navigation map to the world resourceGilles Roudière2021-03-101-0/+3
* Docs: Port Code Examples to C# (R, S, T, U)HaSa10022021-03-051-2/+12
* Docs: Fix TileMap::map_to_world descriptionkleonc2021-01-291-1/+1
* Document shape metadata for `TileMap`Andrii Doroshenko (Xrayez)2021-01-221-0/+1
* Improved documentation for TileMap.cell_y_sortDustin Petersohn2020-10-271-1/+1
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+6
* Merge pull request #40993 from Calinou/doc-collision-layer-maskRémi Verschelde2020-08-311-2/+2
|\
| * Reference the online documentation in collision layer/mask propertiesHugo Locurcio2020-08-031-2/+2
* | Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
* | Add defaults to tilemap set_cell function exampleskyace652020-08-181-1/+1
|/
* Rename various TileMap methods/properties for clarity and consistencyHugo Locurcio2020-05-101-4/+4
* doc: Fix parsing typed arrays in makerst.pyRémi Verschelde2020-04-241-2/+2
* clarify autotile_coord in docslucaslcode2020-04-031-2/+2
* Update docs to version 4.0clayjohn2020-01-311-1/+1
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
* finish TileMap docsJummit2019-11-021-0/+3
* doc: Sync classref with current sourceRémi Verschelde2019-09-241-1/+1
* doc: Sync classref with current sourceRémi Verschelde2019-07-151-1/+1
* doc: Sync classref with current sourceRémi Verschelde2019-07-041-6/+6
* Tilemap fix displaced textures and shapes and added center texture and compat...Ranoller2019-07-021-0/+9
* Fix uninitialized variables in Line2D, JSONParseResult and TileMapRémi Verschelde2019-06-301-1/+1
* doc: Remove null default values that can't be determinedRémi Verschelde2019-06-301-1/+3
* doc: Remove hardcoded default values from descriptionsRémi Verschelde2019-06-301-8/+8
* doc: Add default values to all propertiesRémi Verschelde2019-06-301-15/+15
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-11/+11
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
* doc: Sync classref with current sourceRémi Verschelde2019-04-151-1/+1
* Document TileMap's new 'set_cell' internal override capabilityMichael Alexsander Silva Dias2019-04-051-0/+7
* Merge pull request #27365 from Byteron/tile_map_negative_offsetMariano Javier Suligoy2019-04-051-0/+6
|\