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
/
tiles_editor_plugin.cpp
Age
Commit message (
Expand
)
Author
2023-01-27
Merge pull request #72129 from groud/unclamp_texture_origin
Rémi Verschelde
2023-01-27
Rename texture_offset and unclamp it
Gilles Roudière
2023-01-25
Fix: use the right tile_set in TilesEditorPlugin::_thread
mara
2023-01-13
Merge pull request #65370 from SaracenOne/tileset_editor_visibility_fixes
Rémi Verschelde
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-09
Improve tile editor selection appearance
kobewi
2022-11-29
Use forward-declarations in big editor classes
trollodel
2022-11-14
Remove redundant Variant-types initializations
Markus Sauermann
2022-10-31
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-24
Rename queue_delete => queue_free
Marc Gilleron
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-15
Fix case where mutex is never unlocked
Marc Gilleron
2022-10-10
Fix crashing when editing the `TileSet` field
Kongfa Waroros
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-09-06
Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT
Micky
2022-09-05
Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map`
Micky
2022-09-05
Fix contextual visibility of tileset and tilemap editors
SaracenOne
2022-07-29
Remove Signal connect binds
Juan Linietsky
2022-07-28
Merge pull request #58361 from V-Sekai/tileset_editor_selection
Rémi Verschelde
2022-07-26
Fix TileSet not loading correctly when embedded in a scene
Gilles Roudière
2022-07-08
Add static methods for creating Image and ImageTexture
kobewi
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-02-21
Fix contextual tileset editor and ensure button is always visible when tilese...
SaracenOne
2022-02-14
Remove most EditorNode constructor parameters and fields
trollodel
2022-01-27
Fixes TileMap editor not disappearing
Igor Kordiukiewicz
2022-01-26
Allow sorting tileset sources
kobewi
2022-01-13
Fix various typos
luz paz
2022-01-04
Merge pull request #56429 from PucklaMotzer09/tile_set_editor_hide
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-02
Correctly show and hide tile set editor panel
PucklaMotzer09
2021-11-05
Fix previews sometimes displaying wrong/blank image
Brian Semrau
2021-11-05
Use Callable in RS::request_frame_drawn_callback
Brian Semrau
2021-10-19
Remove the tilemap/tileset editor switch, move it to tabs
Gilles Roudière
2021-10-19
Implement TileMap patterns palette
Gilles Roudière
2021-10-04
Fix some leftover references to idle_frame
kobewi
2021-09-23
Construct values only when necessary.
Anilforextra
2021-07-21
Implement atlas merging and tile proxies
Gilles Roudière
2021-07-18
Optimize StringName usage
reduz
2021-05-25
Add TileMap grid editor settings.
Gilles Roudière
2021-05-07
Rework the TileSet resource and TileMap nodes:
Gilles Roudière