index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
resources
/
tile_set.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move 2D-only resources to their own folder
Aaron Franke
2024-02-26
1
-989
/
+0
*
Change TileMapEditor to TileMapLayerEditor
Gilles Roudière
2024-02-12
1
-4
/
+9
*
Make TileMapLayers extend Node2D and work as children of TileMap
Gilles Roudière
2024-01-17
1
-0
/
+7
*
Move tile transforms handling cache to TileData
Gilles Roudière
2023-12-13
1
-5
/
+24
*
Allow normal maps on TileMaps that use texture padding
Gilles Roudière
2023-10-18
1
-1
/
+2
*
Don't allow transforming scene tiles
kobewi
2023-09-20
1
-0
/
+1
*
Add per-tile flipping and transposing
kobewi
2023-09-09
1
-4
/
+12
*
Improve TileMap performances by using quadrants only for rendering
Gilles Roudière
2023-09-08
1
-1
/
+0
*
Add option to cleanup tiles outside the texture
kobewi
2023-08-28
1
-2
/
+4
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-1
/
+1
*
Merge pull request #77257 from rakkarage/tile_animation_sync
Yuri Sizov
2023-07-12
1
-0
/
+12
|
\
|
*
Add tile_animation_mode option:
Rakka Rage
2023-06-06
1
-0
/
+12
*
|
Fixes TileSet set as local to scene
Gilles Roudière
2023-06-20
1
-0
/
+2
|
/
*
Fix reset_state() in TileSet
kobewi
2023-02-21
1
-1
/
+0
*
Merge pull request #72186 from groud/improve_tileset_3to4_conversion
Rémi Verschelde
2023-01-27
1
-0
/
+1
|
\
|
*
Improve TileSet 3to4 conversion, avoiding some data loss
Gilles Roudière
2023-01-27
1
-0
/
+1
*
|
Merge pull request #72148 from smix8/tileset_navigationlayers_bitmask_helpers...
Rémi Verschelde
2023-01-27
1
-0
/
+2
|
\
\
|
*
|
Add TileSet helper functions to set/get navigation layer values
smix8
2023-01-27
1
-0
/
+2
|
|
/
*
/
Rename texture_offset and unclamp it
Gilles Roudière
2023-01-27
1
-4
/
+4
|
/
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Move NavigationPolygon to dedicated resource file
smix8
2022-12-17
1
-1
/
+1
*
Remove redundant Variant-types initializations
Markus Sauermann
2022-11-14
1
-1
/
+1
*
Make terrain painting not change neighbors centers bits
Gilles Roudière
2022-10-20
1
-0
/
+3
*
Replace Vector2(i) with Size2(i) for methods returning a size
Johan Aires Rastén
2022-09-01
1
-3
/
+3
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-1
/
+1
*
Merge pull request #63415 from ajreckof/expose_tilemap_custom_data_methods
Rémi Verschelde
2022-07-29
1
-4
/
+4
|
\
|
*
expose TileMap methods related to the name of custom data layers
ajreckof
2022-07-29
1
-4
/
+4
*
|
Fix TileSet not loading correctly when embedded in a scene
Gilles Roudière
2022-07-26
1
-2
/
+1
|
/
*
Allow using CanvasItemMaterial in the TileSet editor
Hugo Locurcio
2022-06-21
1
-4
/
+4
*
Add terrain center bit
Gilles Roudière
2022-06-10
1
-20
/
+32
*
Add a new HashSet template
reduz
2022-05-20
1
-0
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-22
/
+30
*
TileSetAtlasSource: Make `get_tile_data` return `TileData *`
Rémi Verschelde
2022-01-28
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Implement texture padding in TileSetAtlasSources
Gilles Roudière
2021-11-12
1
-0
/
+14
*
Merge pull request #53987 from groud/tile_data_inspector_plugin
Rémi Verschelde
2021-11-12
1
-1
/
+2
|
\
|
*
Implement polygons editors in the tiles selection mode
Gilles Roudière
2021-10-26
1
-1
/
+2
*
|
Implement missing TileMap brushes for terrains
Gilles Roudière
2021-10-29
1
-2
/
+25
*
|
Implement runtime update of TileData object in TileMap
Gilles Roudière
2021-10-27
1
-0
/
+3
|
/
*
Allow updating TileMap cells using surrounding terrains
Gilles Roudière
2021-10-21
1
-0
/
+12
*
Implement TileMap patterns palette
Gilles Roudière
2021-10-19
1
-0
/
+86
*
Prevent tiles outside atlas texture
Gilles Roudière
2021-10-13
1
-4
/
+4
*
Set TileSet layout and half-offset as read-only when using square shape
Gilles Roudière
2021-10-07
1
-0
/
+1
*
Fix angular velocity default value in TileSet
PouleyKetchoupp
2021-09-30
1
-1
/
+1
*
Improve TileMap physics for moving platforms and conveyor belts like movements
Gilles Roudière
2021-09-29
1
-1
/
+7
*
Implement animated tiles
Gilles Roudière
2021-09-23
1
-6
/
+30
*
Fix transform of TileMap nodes and tilemap selection
Gilles Roudière
2021-09-14
1
-1
/
+1
*
Tiles renames/bugfixing and documentation
Gilles Roudière
2021-09-08
1
-3
/
+5
*
Implement properties arrays in the Inspector.
Gilles Roudière
2021-09-07
1
-10
/
+78
*
Implements TileMap layers and move TileSetPlugins's functions to the TileMap ...
Gilles Roudière
2021-08-02
1
-74
/
+0
[next]