index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
resources
/
tile_set.cpp
Age
Commit message (
Expand
)
Author
2022-06-21
Allow using CanvasItemMaterial in the TileSet editor
Hugo Locurcio
2022-06-10
Add terrain center bit
Gilles Roudière
2022-05-25
use ERR_FAIL_INDEX when preferred
Nathan Franke
2022-05-20
Add a new HashSet template
reduz
2022-05-19
Use suffixes for units in nodes and resources
Aaron Franke
2022-05-19
Use range iterators for RBSet in most cases
Aaron Record
2022-05-16
Merge pull request #60986 from fire-forge/capitalism
Rémi Verschelde
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Reduce extra groups in TileSet
FireForge
2022-05-12
Capitalize/fix some property enum hints
FireForge
2022-03-28
Fix inspector group name capitalization
FireForge
2022-02-20
Fix nullptr error in _update_padded_texture on texture with no image
SaracenOne
2022-02-08
Use source image format when creating padded texture
JoJoX
2022-02-06
Add missing SNAME macro optimization in some function calls
jmb462
2022-01-29
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-28
TileSetAtlasSource: Make `get_tile_data` return `TileData *`
Rémi Verschelde
2022-01-12
Use List Initializations for Vectors.
Anilforextra
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-12
Implement texture padding in TileSetAtlasSources
Gilles Roudière
2021-11-12
Merge pull request #53987 from groud/tile_data_inspector_plugin
Rémi Verschelde
2021-11-04
Add missing argument names for bindings in GDExtension
Rémi Verschelde
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-02
Fix crash in Tileset with get_collision_polygon_shape
PouleyKetchoupp
2021-10-29
Implement missing TileMap brushes for terrains
Gilles Roudière
2021-10-27
Implement runtime update of TileData object in TileMap
Gilles Roudière
2021-10-26
Implement polygons editors in the tiles selection mode
Gilles Roudière
2021-10-21
Allow updating TileMap cells using surrounding terrains
Gilles Roudière
2021-10-19
Implement TileMap patterns palette
Gilles Roudière
2021-10-14
Fixes crash in TileSetAtlasSource::get_tiles_to_be_removed_on_change
Gilles Roudière
2021-10-13
Prevent tiles outside atlas texture
Gilles Roudière
2021-10-11
Fixes set_source_id not updating the next automatic source id
Gilles Roudière
2021-10-07
Set TileSet layout and half-offset as read-only when using square shape
Gilles Roudière
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-29
Improve TileMap physics for moving platforms and conveyor belts like movements
Gilles Roudière
2021-09-29
Merge pull request #53189 from AnilBK/use-class-specific-funcs
Rémi Verschelde
2021-09-29
Use functions defined in the their classes.
Anilforextra
2021-09-28
Various tiles-related fixes
Gilles Roudière
2021-09-23
Implement animated tiles
Gilles Roudière
2021-09-14
Fix transform of TileMap nodes and tilemap selection
Gilles Roudière
2021-09-08
Tiles renames/bugfixing and documentation
Gilles Roudière
2021-09-07
Implement properties arrays in the Inspector.
Gilles Roudière
2021-08-02
Merge pull request #51185 from timothyqiu/tile-data-enum-range
Rémi Verschelde
2021-08-02
Validate TileData enum range before using it as index
Haoyu Qiu
2021-08-02
Implements TileMap layers and move TileSetPlugins's functions to the TileMap ...
Gilles Roudière
2021-07-25
Merge pull request #50809 from akien-mga/iterators-const-references
Rémi Verschelde
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
Fix various typos with codespell
luz paz
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-21
Implement atlas merging and tile proxies
Gilles Roudière
[next]