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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move 2D-only resources to their own folder
Aaron Franke
2024-02-26
1
-6928
/
+0
*
Fix tile_set duplication
Gilles Roudière
2024-02-13
1
-1
/
+1
*
Change TileMapEditor to TileMapLayerEditor
Gilles Roudière
2024-02-12
1
-3
/
+188
*
Make TileMapLayers extend Node2D and work as children of TileMap
Gilles Roudière
2024-01-17
1
-0
/
+626
*
Update deferred calls to use Callables
kobewi
2024-01-09
1
-2
/
+1
*
Move tile transforms handling cache to TileData
Gilles Roudière
2023-12-13
1
-18
/
+133
*
Fix generating terrain icon with certain image formats.
Saracen
2023-11-06
1
-9
/
+14
*
Fix normals in TileSet when using CanvasTextures
Gilles Roudière
2023-10-24
1
-18
/
+9
*
Allow normal maps on TileMaps that use texture padding
Gilles Roudière
2023-10-18
1
-32
/
+85
*
Make terrains peering bit property names translatable
Haoyu Qiu
2023-09-29
1
-17
/
+17
*
[Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-4
/
+4
*
Add per-tile flipping and transposing
kobewi
2023-09-09
1
-1
/
+14
*
Merge pull request #77986 from KoBeWi/outside_the_texture,_only_death_awaits
Rémi Verschelde
2023-08-28
1
-18
/
+40
|
\
|
*
Add option to cleanup tiles outside the texture
kobewi
2023-08-28
1
-18
/
+40
*
|
Improve scene tiles workflow
kobewi
2023-08-18
1
-2
/
+2
|
/
*
Fix crash when deleting terrains
HolonProduction
2023-07-18
1
-0
/
+2
*
Unify and streamline connecting to Resource changes
kobewi
2023-07-17
1
-5
/
+4
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-0
/
+1
*
Merge pull request #77257 from rakkarage/tile_animation_sync
Yuri Sizov
2023-07-12
1
-0
/
+33
|
\
|
*
Add tile_animation_mode option:
Rakka Rage
2023-06-06
1
-0
/
+33
*
|
Fix crash with failed compatibility tiles
kobewi
2023-06-28
1
-0
/
+1
*
|
Update indices after removing custom data layers
kobewi
2023-06-21
1
-3
/
+7
*
|
Fixes TileSet set as local to scene
Gilles Roudière
2023-06-20
1
-2
/
+22
*
|
Fix transform for transposed tiles in compatibility mode (from 3.x)
kleonc
2023-06-16
1
-2
/
+2
*
|
Use NULL instead of COND checks when appropriate
Ninni Pipping
2023-06-10
1
-1
/
+1
|
/
*
Fix reset_state() in TileSet
kobewi
2023-02-21
1
-0
/
+5
*
Add missing i18n in tiles editor
Haoyu Qiu
2023-02-15
1
-24
/
+24
*
Check for CanvasItem instead of Control and Node2D
Aaron Franke
2023-02-11
1
-2
/
+2
*
Merge pull request #72186 from groud/improve_tileset_3to4_conversion
Rémi Verschelde
2023-01-27
1
-7
/
+67
|
\
|
*
Improve TileSet 3to4 conversion, avoiding some data loss
Gilles Roudière
2023-01-27
1
-7
/
+67
*
|
Merge pull request #72173 from groud/warn_autotile_conversion
Rémi Verschelde
2023-01-27
1
-0
/
+1
|
\
\
|
*
|
Warn that autotiles from 3.x cannot be converted automatically to 4.x
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
/
+24
|
\
\
|
*
|
Add TileSet helper functions to set/get navigation layer values
smix8
2023-01-27
1
-0
/
+24
|
|
/
*
/
Rename texture_offset and unclamp it
Gilles Roudière
2023-01-27
1
-20
/
+26
|
/
*
Use range iterators in LocalVector loops
kobewi
2023-01-21
1
-8
/
+8
*
Fixes TileDate::add_source accepting invalid ID values
Gilles Roudière
2023-01-16
1
-0
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
TileSet Simplify tile shape polygons
kleonc
2022-12-19
1
-26
/
+29
*
Move NavigationPolygon to dedicated resource file
smix8
2022-12-17
1
-1
/
+0
*
[TileMap] Fix alternative tile issues.
Zae
2022-11-25
1
-0
/
+1
*
Remove redundant Variant-types initializations
Markus Sauermann
2022-11-14
1
-1
/
+1
*
Make some Image methods static
kobewi
2022-10-14
1
-5
/
+3
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-3
/
+3
*
Merge pull request #66560 from MisterMX/fix/tileset-move-custom-data-layer
Rémi Verschelde
2022-10-05
1
-1
/
+1
|
\
|
*
fix(tileset): Move custom data layer
MisterMX
2022-09-29
1
-1
/
+1
*
|
Merge pull request #65903 from groud/improve_terrain_painting
Rémi Verschelde
2022-09-30
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Right-click to erase TileSet terrains and bugfixes
Gilles Roudière
2022-09-16
1
-0
/
+1
*
|
Fix MSVC warning C4702: unreachable code
Rémi Verschelde
2022-09-28
1
-1
/
+0
|
/
*
Replace Vector2(i) with Size2(i) for methods returning a size
Johan Aires Rastén
2022-09-01
1
-4
/
+4
[next]