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
533c616cb86ff7bb940d58ffbbcc1a3eca0aa33d
engine
/
core
/
object
T
History
Rémi Verschelde
9ce149c7a3
Merge pull request
#93299
from rune-scape/fix-ref
...
Fix RefCounted releasing early and not clearing reference
2024-10-02 15:00:47 +02:00
..
callable_method_pointer.cpp
…
callable_method_pointer.h
Add missing CallableCustomMethodPointer for const methods
2024-09-23 11:46:10 -07:00
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
…
object.h
Add
@export_tool_button
annotation for easily creating inspector buttons
2024-09-27 22:24:15 +01:00
ref_counted.cpp
…
ref_counted.h
Refactor ref-counting code and fix ref counted releasing before aquiring
2024-09-21 11:36:58 -07:00
script_instance.cpp
…
script_instance.h
Add methods to get argument count of methods
2024-03-10 11:02:43 +01:00
script_language_extension.cpp
…
script_language_extension.h
Merge pull request
#93311
from dsnopek/gdextension-required-virtuals
2024-09-27 13:53:16 +02:00
script_language.cpp
Fix reloading scripts already in use
2024-09-20 12:12:24 -04:00
script_language.h
Fix reloading scripts already in use
2024-09-20 12:12:24 -04:00
SCsub
SCons: Add unobtrusive type hints in SCons files
2024-09-25 09:34:35 -05:00
undo_redo.cpp
Discard additional redo on commiting actions
2024-09-24 15:47:55 +02:00
undo_redo.h
Discard additional redo on commiting actions
2024-09-24 15:47:55 +02:00
worker_thread_pool.cpp
…
worker_thread_pool.h
…