summaryrefslogtreecommitdiffstats
path: root/scene/resources/tile_set.h
Commit message (Expand)AuthorAgeFilesLines
* Move 2D-only resources to their own folderAaron Franke2024-02-261-989/+0
* Change TileMapEditor to TileMapLayerEditorGilles Roudière2024-02-121-4/+9
* Make TileMapLayers extend Node2D and work as children of TileMapGilles Roudière2024-01-171-0/+7
* Move tile transforms handling cache to TileDataGilles Roudière2023-12-131-5/+24
* Allow normal maps on TileMaps that use texture paddingGilles Roudière2023-10-181-1/+2
* Don't allow transforming scene tileskobewi2023-09-201-0/+1
* Add per-tile flipping and transposingkobewi2023-09-091-4/+12
* Improve TileMap performances by using quadrants only for renderingGilles Roudière2023-09-081-1/+0
* Add option to cleanup tiles outside the texturekobewi2023-08-281-2/+4
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-1/+1
* Merge pull request #77257 from rakkarage/tile_animation_syncYuri Sizov2023-07-121-0/+12
|\
| * Add tile_animation_mode option:Rakka Rage2023-06-061-0/+12
* | Fixes TileSet set as local to sceneGilles Roudière2023-06-201-0/+2
|/
* Fix reset_state() in TileSetkobewi2023-02-211-1/+0
* Merge pull request #72186 from groud/improve_tileset_3to4_conversionRémi Verschelde2023-01-271-0/+1
|\
| * Improve TileSet 3to4 conversion, avoiding some data lossGilles Roudière2023-01-271-0/+1
* | Merge pull request #72148 from smix8/tileset_navigationlayers_bitmask_helpers...Rémi Verschelde2023-01-271-0/+2
|\ \
| * | Add TileSet helper functions to set/get navigation layer valuessmix82023-01-271-0/+2
| |/
* / Rename texture_offset and unclamp itGilles Roudière2023-01-271-4/+4
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Move NavigationPolygon to dedicated resource filesmix82022-12-171-1/+1
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* Make terrain painting not change neighbors centers bitsGilles Roudière2022-10-201-0/+3
* Replace Vector2(i) with Size2(i) for methods returning a sizeJohan Aires Rastén2022-09-011-3/+3
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+1
* Merge pull request #63415 from ajreckof/expose_tilemap_custom_data_methodsRémi Verschelde2022-07-291-4/+4
|\
| * expose TileMap methods related to the name of custom data layersajreckof2022-07-291-4/+4
* | Fix TileSet not loading correctly when embedded in a sceneGilles Roudière2022-07-261-2/+1
|/
* Allow using CanvasItemMaterial in the TileSet editorHugo Locurcio2022-06-211-4/+4
* Add terrain center bitGilles Roudière2022-06-101-20/+32
* Add a new HashSet templatereduz2022-05-201-0/+1
* Replace most uses of Map by HashMapreduz2022-05-161-22/+30
* TileSetAtlasSource: Make `get_tile_data` return `TileData *`Rémi Verschelde2022-01-281-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Implement texture padding in TileSetAtlasSourcesGilles Roudière2021-11-121-0/+14
* Merge pull request #53987 from groud/tile_data_inspector_pluginRémi Verschelde2021-11-121-1/+2
|\
| * Implement polygons editors in the tiles selection modeGilles Roudière2021-10-261-1/+2
* | Implement missing TileMap brushes for terrainsGilles Roudière2021-10-291-2/+25
* | Implement runtime update of TileData object in TileMapGilles Roudière2021-10-271-0/+3
|/
* Allow updating TileMap cells using surrounding terrainsGilles Roudière2021-10-211-0/+12
* Implement TileMap patterns paletteGilles Roudière2021-10-191-0/+86
* Prevent tiles outside atlas textureGilles Roudière2021-10-131-4/+4
* Set TileSet layout and half-offset as read-only when using square shapeGilles Roudière2021-10-071-0/+1
* Fix angular velocity default value in TileSetPouleyKetchoupp2021-09-301-1/+1
* Improve TileMap physics for moving platforms and conveyor belts like movementsGilles Roudière2021-09-291-1/+7
* Implement animated tilesGilles Roudière2021-09-231-6/+30
* Fix transform of TileMap nodes and tilemap selectionGilles Roudière2021-09-141-1/+1
* Tiles renames/bugfixing and documentationGilles Roudière2021-09-081-3/+5
* Implement properties arrays in the Inspector.Gilles Roudière2021-09-071-10/+78
* Implements TileMap layers and move TileSetPlugins's functions to the TileMap ...Gilles Roudière2021-08-021-74/+0