summaryrefslogtreecommitdiff
path: root/scene/resources/tile_set.h
AgeCommit message (Expand)Author
2023-02-21Fix reset_state() in TileSetkobewi
2023-01-27Merge pull request #72186 from groud/improve_tileset_3to4_conversionRémi Verschelde
2023-01-27Improve TileSet 3to4 conversion, avoiding some data lossGilles Roudière
2023-01-27Merge pull request #72148 from smix8/tileset_navigationlayers_bitmask_helpers...Rémi Verschelde
2023-01-27Add TileSet helper functions to set/get navigation layer valuessmix8
2023-01-27Rename texture_offset and unclamp itGilles Roudière
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-17Move NavigationPolygon to dedicated resource filesmix8
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-10-20Make terrain painting not change neighbors centers bitsGilles Roudière
2022-09-01Replace Vector2(i) with Size2(i) for methods returning a sizeJohan Aires Rastén
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-07-29Merge pull request #63415 from ajreckof/expose_tilemap_custom_data_methodsRémi Verschelde
2022-07-29expose TileMap methods related to the name of custom data layersajreckof
2022-07-26Fix TileSet not loading correctly when embedded in a sceneGilles Roudière
2022-06-21Allow using CanvasItemMaterial in the TileSet editorHugo Locurcio
2022-06-10Add terrain center bitGilles Roudière
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-01-28TileSetAtlasSource: Make `get_tile_data` return `TileData *`Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-12Implement texture padding in TileSetAtlasSourcesGilles Roudière
2021-11-12Merge pull request #53987 from groud/tile_data_inspector_pluginRémi Verschelde
2021-10-29Implement missing TileMap brushes for terrainsGilles Roudière
2021-10-27Implement runtime update of TileData object in TileMapGilles Roudière
2021-10-26Implement polygons editors in the tiles selection modeGilles Roudière
2021-10-21Allow updating TileMap cells using surrounding terrainsGilles Roudière
2021-10-19Implement TileMap patterns paletteGilles Roudière
2021-10-13Prevent tiles outside atlas textureGilles Roudière
2021-10-07Set TileSet layout and half-offset as read-only when using square shapeGilles Roudière
2021-09-30Fix angular velocity default value in TileSetPouleyKetchoupp
2021-09-29Improve TileMap physics for moving platforms and conveyor belts like movementsGilles Roudière
2021-09-23Implement animated tilesGilles Roudière
2021-09-14Fix transform of TileMap nodes and tilemap selectionGilles 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-21Implement atlas merging and tile proxiesGilles Roudière
2021-07-21Import old tiles in SINGLE_TILE mode as atlasesGilles Roudière
2021-06-29Implement painting properties over TileSetsGilles Roudière
2021-05-21Fixes TileSet Y-sort not working and TileSet not saving correctlyGilles Roudière
2021-05-20Implement scenes tiles in TileMapsGilles Roudière
2021-05-07Rework the TileSet resource and TileMap nodes:Gilles Roudière
2021-02-11Improve resource load cachereduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-24Refactored 2D shader and lighting systemreduz
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael