This website requires JavaScript.
Explore
Docs
Wiki
Blog
main-f892c9da98
Register
Sign In
tinqs
/
engine
Watch
7
Star
0
Fork
0
You've already forked engine
Code
Agents
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Issues
Files
29cc86fa6c19c32b44522bdac9726e2392b7182b
engine
/
core
/
object
T
History
Rémi Verschelde
a50e4fed18
Merge pull request
#69343
from YuriSizov/core-missing-property-revert-getters
...
Add missing public `property_*_revert` getters
2022-12-05 18:05:59 +01:00
..
callable_method_pointer.cpp
…
callable_method_pointer.h
…
class_db.cpp
Fix default values on virtual classes causing errors in projects
2022-11-09 01:59:53 -06:00
class_db.h
…
make_virtuals.py
Fix const qualifier for parameters in GDExtension api functions
2022-12-02 23:00:01 +01:00
message_queue.cpp
…
message_queue.h
…
method_bind.cpp
Fix _unnamed_arg so that arguments defined by GDExtension show up in docs.
2022-10-12 21:23:34 +13:00
method_bind.h
Fix const qualifier for parameters in GDExtension api functions
2022-12-02 23:00:01 +01:00
object_id.h
…
object.cpp
Add missing public property_*_revert getters
2022-11-29 23:07:40 +03:00
object.h
Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/Player
2022-12-02 20:28:10 +09:00
ref_counted.cpp
…
ref_counted.h
…
script_language_extension.cpp
…
script_language_extension.h
Fix const qualifier for parameters in GDExtension api functions
2022-12-02 23:00:01 +01:00
script_language.cpp
Fixes inability to assign script after clearing
2022-11-21 19:43:46 -05:00
script_language.h
…
SCsub
…
undo_redo.cpp
Fix nested actions in EditorUndoRedoManager
2022-10-28 02:54:55 +02:00
undo_redo.h
Fix nested actions in EditorUndoRedoManager
2022-10-28 02:54:55 +02:00
worker_thread_pool.cpp
Fixes HashMap::erase related race condition in WorkerThreadPool when Physics 2D or 3D is selected to run on a separate thread.
2022-10-20 17:47:20 +01:00
worker_thread_pool.h
…