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
2023-02-10
Fix error spam when deselecting TileMap
kobewi
2023-01-25
Add read-only mode to tileset editor.
SaracenOne
2023-01-18
Merge pull request #71626 from groud/fix_add_tileset_layer_undo
Rémi Verschelde
2023-01-18
Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function
Rémi Verschelde
2023-01-18
Fixes TileSet layer addition not being undoable
Gilles Roudière
2023-01-16
Add EditorUndoRedoManager singleton
kobewi
2023-01-14
Remove set_drag_forwarding_compat()
kobewi
2023-01-10
Change set_drag_forwarding() to use callables.
Juan Linietsky
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-10
Fix !tile_set.is_valid() error on startup
Haoyu Qiu
2022-12-08
Update tile source icons when editor theme changes
Haoyu Qiu
2022-12-07
Make ID capitalization in tiles editor consistent
Haoyu Qiu
2022-11-29
Use forward-declarations in big editor classes
trollodel
2022-11-24
Cleanup remaining EditorUndoRedoManager usages
kobewi
2022-11-12
Properly center labels in the TileMap/Set editors
Michael Alexsander
2022-10-18
Minor code improvements
kobewi
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-02
Remember tile source sort between sessions
kobewi
2022-09-08
Make `Vector2i` values paired with `EDSCALE` be just `Vector2`
Michael Alexsander
2022-08-29
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-28
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-27
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-22
Add per-scene UndoRedo
kobewi
2022-07-29
Remove Signal connect binds
Juan Linietsky
2022-06-10
Add terrain center bit
Gilles Roudière
2022-03-17
Make `TabBar/Container` default their alignments to the left instead of center
Michael Alexsander
2022-03-12
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-02-16
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-15
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-04
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-01-28
TileSetAtlasSource: Make `get_tile_data` return `TileData *`
Rémi Verschelde
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
[next]