This website requires JavaScript.
Explore
Help
Sign In
seedlingattempt
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
78b743cf4a67973d477378286c47cba66c66a580
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
…