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
...
*
Fixes inherited scenes not working in TileSet scenes collection sources
Gilles Roudière
2022-08-31
1
-6
/
+11
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-5
/
+5
*
Merge pull request #63415 from ajreckof/expose_tilemap_custom_data_methods
Rémi Verschelde
2022-07-29
1
-14
/
+19
|
\
|
*
expose TileMap methods related to the name of custom data layers
ajreckof
2022-07-29
1
-14
/
+19
*
|
Fix TileSet not loading correctly when embedded in a scene
Gilles Roudière
2022-07-26
1
-10
/
+45
|
/
*
Use integer types in Image and ImageTexture methods
FireForge
2022-07-18
1
-2
/
+2
*
Remove unused hints
kobewi
2022-07-12
1
-1
/
+1
*
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-5
/
+2
*
Make sure the tile data clears its `terrain` field when said terrain is remov...
Estelle Linkpy Reid
2022-07-02
1
-0
/
+4
*
Allow using CanvasItemMaterial in the TileSet editor
Hugo Locurcio
2022-06-21
1
-3
/
+3
*
Add terrain center bit
Gilles Roudière
2022-06-10
1
-102
/
+249
*
use ERR_FAIL_INDEX when preferred
Nathan Franke
2022-05-25
1
-1
/
+1
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Use suffixes for units in nodes and resources
Aaron Franke
2022-05-19
1
-5
/
+5
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-9
/
+9
*
Merge pull request #60986 from fire-forge/capitalism
Rémi Verschelde
2022-05-16
1
-1
/
+1
|
\
|
*
Capitalize/fix some property enum hints
FireForge
2022-05-12
1
-1
/
+1
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-14
/
+14
*
|
Reduce extra groups in TileSet
FireForge
2022-05-12
1
-7
/
+1
|
/
*
Fix inspector group name capitalization
FireForge
2022-03-28
1
-1
/
+1
*
Fix nullptr error in _update_padded_texture on texture with no image
SaracenOne
2022-02-20
1
-0
/
+4
*
Use source image format when creating padded texture
JoJoX
2022-02-08
1
-1
/
+1
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
1
-1
/
+1
*
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-29
1
-1
/
+1
*
TileSetAtlasSource: Make `get_tile_data` return `TileData *`
Rémi Verschelde
2022-01-28
1
-11
/
+8
*
Use List Initializations for Vectors.
Anilforextra
2022-01-12
1
-44
/
+50
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-22
/
+22
*
Implement texture padding in TileSetAtlasSources
Gilles Roudière
2021-11-12
1
-0
/
+131
*
Merge pull request #53987 from groud/tile_data_inspector_plugin
Rémi Verschelde
2021-11-12
1
-7
/
+12
|
\
|
*
Implement polygons editors in the tiles selection mode
Gilles Roudière
2021-10-26
1
-7
/
+12
*
|
Add missing argument names for bindings in GDExtension
Rémi Verschelde
2021-11-04
1
-1
/
+1
*
|
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-17
/
+17
*
|
Fix crash in Tileset with get_collision_polygon_shape
PouleyKetchoupp
2021-11-02
1
-2
/
+2
*
|
Implement missing TileMap brushes for terrains
Gilles Roudière
2021-10-29
1
-13
/
+95
*
|
Implement runtime update of TileData object in TileMap
Gilles Roudière
2021-10-27
1
-0
/
+31
|
/
*
Allow updating TileMap cells using surrounding terrains
Gilles Roudière
2021-10-21
1
-0
/
+150
*
Implement TileMap patterns palette
Gilles Roudière
2021-10-19
1
-0
/
+238
*
Fixes crash in TileSetAtlasSource::get_tiles_to_be_removed_on_change
Gilles Roudière
2021-10-14
1
-0
/
+4
*
Prevent tiles outside atlas texture
Gilles Roudière
2021-10-13
1
-35
/
+48
*
Fixes set_source_id not updating the next automatic source id
Gilles Roudière
2021-10-11
1
-0
/
+2
*
Set TileSet layout and half-offset as read-only when using square shape
Gilles Roudière
2021-10-07
1
-0
/
+9
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-82
/
+82
*
Improve TileMap physics for moving platforms and conveyor belts like movements
Gilles Roudière
2021-09-29
1
-15
/
+59
*
Merge pull request #53189 from AnilBK/use-class-specific-funcs
Rémi Verschelde
2021-09-29
1
-2
/
+1
|
\
|
*
Use functions defined in the their classes.
Anilforextra
2021-09-29
1
-2
/
+1
*
|
Various tiles-related fixes
Gilles Roudière
2021-09-28
1
-6
/
+23
|
/
*
Implement animated tiles
Gilles Roudière
2021-09-23
1
-91
/
+300
*
Fix transform of TileMap nodes and tilemap selection
Gilles Roudière
2021-09-14
1
-23
/
+13
*
Tiles renames/bugfixing and documentation
Gilles Roudière
2021-09-08
1
-35
/
+30
[prev]
[next]