index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
tiles
/
tile_set_editor.cpp
Age
Commit message (
Expand
)
Author
2022-01-26
Allow sorting tileset sources
kobewi
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-11-01
Fix TileSet editor drag and drop not working
Gilles Roudière
2021-10-20
Merge pull request #53926 from YeldhamDev/i_am_tabbar_now
Rémi Verschelde
2021-10-19
Remove the tilemap/tileset editor switch, move it to tabs
Gilles Roudière
2021-10-19
Rename `Tabs` to `TabBar`
Michael Alexsander
2021-10-19
Implement TileMap patterns palette
Gilles Roudière
2021-10-14
Add a name to TileSet sources
Gilles Roudière
2021-09-07
Implement properties arrays in the Inspector.
Gilles Roudière
2021-07-21
Implement atlas merging and tile proxies
Gilles Roudière
2021-07-18
Optimize StringName usage
reduz
2021-06-29
Implement painting properties over TileSets
Gilles Roudière
2021-06-16
Rename `is_valid_integer()` to `is_valid_int()`
Lightning_A
2021-06-12
Consistently prefix bound virtual methods with _
kobewi
2021-05-21
Fixes TileSet Y-sort not working and TileSet not saving correctly
Gilles Roudière
2021-05-20
Merge pull request #48812 from groud/tilemap_scenes_painting
Rémi Verschelde
2021-05-20
Implement scenes tiles in TileMaps
Gilles Roudière
2021-05-20
Fix typos with codespell
Rémi Verschelde
2021-05-07
Rework the TileSet resource and TileMap nodes:
Gilles Roudière