summaryrefslogtreecommitdiffstats
path: root/doc/classes/TileData.xml
Commit message (Collapse)AuthorAgeFilesLines
* [TileSet] Expose `TileData.is_valid_terrain_peering_bit`A Thousand Ships2024-03-261-2/+9
|
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-1/+1
|
* Move tile transforms handling cache to TileDataGilles Roudière2023-12-131-0/+8
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Rename texture_offset and unclamp itGilles Roudière2023-01-271-1/+1
|
* Fill random docskobewi2022-11-221-0/+13
|
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-111-19/+19
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-42/+42
|
* Allow using CanvasItemMaterial in the TileSet editorHugo Locurcio2022-06-211-1/+2
| | | | Previously, only ShaderMaterial overrides could be added.
* Add terrain center bitGilles Roudière2022-06-101-2/+4
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Improve TileMap physics for moving platforms and conveyor belts like movementsGilles Roudière2021-09-291-0/+30
|
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* Tiles renames/bugfixing and documentationGilles Roudière2021-09-081-11/+22
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-118/+59
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Implement painting properties over TileSetsGilles Roudière2021-06-291-20/+20
|
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-2/+2
|
* Fixes TileSet Y-sort not working and TileSet not saving correctlyGilles Roudière2021-05-211-1/+1
|
* Rework the TileSet resource and TileMap nodes:Gilles Roudière2021-05-071-0/+245
- Move most properties from TileMap to TileSet, - Make TileSet more flexible, supporting more feature (several collision layers, etc...), - Fusion both the TileMap and TileSet editor, - Implement TileSetSources, and thus a new way to index tiles in the TileSet, - Rework the TileSet and TileMap editors completely, - Implement an editor zoom widget (and use it in several places)