summaryrefslogtreecommitdiffstats
path: root/scene/resources/tile_set.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes inherited scenes not working in TileSet scenes collection sourcesGilles Roudière2022-08-311-6/+11
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-5/+5
* Merge pull request #63415 from ajreckof/expose_tilemap_custom_data_methodsRémi Verschelde2022-07-291-14/+19
|\
| * expose TileMap methods related to the name of custom data layersajreckof2022-07-291-14/+19
* | Fix TileSet not loading correctly when embedded in a sceneGilles Roudière2022-07-261-10/+45
|/
* Use integer types in Image and ImageTexture methodsFireForge2022-07-181-2/+2
* Remove unused hintskobewi2022-07-121-1/+1
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-5/+2
* Make sure the tile data clears its `terrain` field when said terrain is remov...Estelle Linkpy Reid2022-07-021-0/+4
* Allow using CanvasItemMaterial in the TileSet editorHugo Locurcio2022-06-211-3/+3
* Add terrain center bitGilles Roudière2022-06-101-102/+249
* use ERR_FAIL_INDEX when preferredNathan Franke2022-05-251-1/+1
* Add a new HashSet templatereduz2022-05-201-1/+1
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-5/+5
* Use range iterators for RBSet in most casesAaron Record2022-05-191-9/+9
* Merge pull request #60986 from fire-forge/capitalismRémi Verschelde2022-05-161-1/+1
|\
| * Capitalize/fix some property enum hintsFireForge2022-05-121-1/+1
* | Replace most uses of Map by HashMapreduz2022-05-161-14/+14
* | Reduce extra groups in TileSetFireForge2022-05-121-7/+1
|/
* Fix inspector group name capitalizationFireForge2022-03-281-1/+1
* Fix nullptr error in _update_padded_texture on texture with no imageSaracenOne2022-02-201-0/+4
* Use source image format when creating padded textureJoJoX2022-02-081-1/+1
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-1/+1
* simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-1/+1
* TileSetAtlasSource: Make `get_tile_data` return `TileData *`Rémi Verschelde2022-01-281-11/+8
* Use List Initializations for Vectors.Anilforextra2022-01-121-44/+50
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-22/+22
* Implement texture padding in TileSetAtlasSourcesGilles Roudière2021-11-121-0/+131
* Merge pull request #53987 from groud/tile_data_inspector_pluginRémi Verschelde2021-11-121-7/+12
|\
| * Implement polygons editors in the tiles selection modeGilles Roudière2021-10-261-7/+12
* | Add missing argument names for bindings in GDExtensionRémi Verschelde2021-11-041-1/+1
* | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-17/+17
* | Fix crash in Tileset with get_collision_polygon_shapePouleyKetchoupp2021-11-021-2/+2
* | Implement missing TileMap brushes for terrainsGilles Roudière2021-10-291-13/+95
* | Implement runtime update of TileData object in TileMapGilles Roudière2021-10-271-0/+31
|/
* Allow updating TileMap cells using surrounding terrainsGilles Roudière2021-10-211-0/+150
* Implement TileMap patterns paletteGilles Roudière2021-10-191-0/+238
* Fixes crash in TileSetAtlasSource::get_tiles_to_be_removed_on_changeGilles Roudière2021-10-141-0/+4
* Prevent tiles outside atlas textureGilles Roudière2021-10-131-35/+48
* Fixes set_source_id not updating the next automatic source idGilles Roudière2021-10-111-0/+2
* Set TileSet layout and half-offset as read-only when using square shapeGilles Roudière2021-10-071-0/+9
* Use range iterators for `Map`Lightning_A2021-09-301-82/+82
* Improve TileMap physics for moving platforms and conveyor belts like movementsGilles Roudière2021-09-291-15/+59
* Merge pull request #53189 from AnilBK/use-class-specific-funcsRémi Verschelde2021-09-291-2/+1
|\
| * Use functions defined in the their classes.Anilforextra2021-09-291-2/+1
* | Various tiles-related fixesGilles Roudière2021-09-281-6/+23
|/
* Implement animated tilesGilles Roudière2021-09-231-91/+300
* Fix transform of TileMap nodes and tilemap selectionGilles Roudière2021-09-141-23/+13
* Tiles renames/bugfixing and documentationGilles Roudière2021-09-081-35/+30