This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
dd0bd90865bc61bbb8aef43d2b7e5aba3d49b66e
godot
/
core
/
object
History
Angad Kambli
9c6c2f09e0
Check parameter validity in
Object::set_script
...
Fixes
#46120
.
2023-07-07 16:13:33 +02:00
..
callable_method_pointer.cpp
…
callable_method_pointer.h
…
class_db.cpp
…
class_db.h
…
make_virtuals.py
…
message_queue.cpp
…
message_queue.h
…
method_bind.cpp
…
method_bind.h
…
object_id.h
…
object.cpp
Check parameter validity in
Object::set_script
2023-07-07 16:13:33 +02:00
object.h
…
ref_counted.cpp
…
ref_counted.h
…
script_language_extension.cpp
…
script_language_extension.h
Fix Ref<>.is_valid() for ScriptInstanceExtension
2023-06-20 19:45:47 +02:00
script_language.cpp
Fix race in ScriptServer.
2023-06-21 09:52:10 -04:00
script_language.h
Fix race in ScriptServer.
2023-06-21 09:52:10 -04:00
SCsub
…
undo_redo.cpp
…
undo_redo.h
add explicit default initialization for flag in undo redo operation
2023-06-28 21:57:47 +03:00
worker_thread_pool.cpp
Merge pull request
#78845
from RandomShaper/fix_wtp_zero_batch_lazy
2023-07-07 08:27:43 +02:00
worker_thread_pool.h
…