This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2026-01-03 19:11:41 +00:00
Code
Releases
Wiki
Activity
Files
6e4e8072e1daabc85ea6bd6b8178aad7004eaef0
godot
/
editor
/
docks
History
Thaddeus Crews
78b743cf4a
Merge pull request
#110832
from Ivorforce/is-class-to-derives-from
...
Replace many uses of `is_class` with `derives_from`.
2025-09-24 09:59:09 -05:00
..
editor_dock_manager.cpp
Don't hard-code hsplit count
2025-09-19 16:05:26 +02:00
editor_dock_manager.h
Don't hard-code hsplit count
2025-09-19 16:05:26 +02:00
filesystem_dock.cpp
Change preview methods to take Callable
2025-09-23 20:13:00 +02:00
filesystem_dock.h
Change preview methods to take Callable
2025-09-23 20:13:00 +02:00
groups_editor.cpp
…
groups_editor.h
…
history_dock.cpp
…
history_dock.h
…
import_dock.cpp
…
import_dock.h
…
inspector_dock.cpp
Replace many uses of
is_class
with
derives_from
.
2025-09-23 19:59:00 +02:00
inspector_dock.h
…
node_dock.cpp
…
node_dock.h
…
scene_tree_dock.cpp
Merge pull request
#110832
from Ivorforce/is-class-to-derives-from
2025-09-24 09:59:09 -05:00
scene_tree_dock.h
Track last selection using ObjectID
2025-08-20 14:49:50 +02:00
SCsub
…