pandemonium_engine/core/object
2024-06-18 10:38:58 +02:00
..
class_db.cpp Backported PROPERTY_USAGE_ARRAY from Godot 4. Reused one of the old deprecated property usage flags for it. 2024-03-02 22:35:19 +01:00
class_db.h Backported PROPERTY_USAGE_ARRAY from Godot 4. Reused one of the old deprecated property usage flags for it. 2024-03-02 22:35:19 +01:00
func_ref.cpp
func_ref.h
make_binders.py
message_queue.cpp Don't access a Message's memory after calling it's destructor in MessageQueue. (Even though the way the code works currently this was not really a bug, but it can easily become one.) 2024-06-18 10:38:58 +02:00
message_queue.h
method_bind.cpp
method_bind.h
object_id.h
object_rc.h
object.cpp Backpoered from Godot 4: Add is_built_in() method to Resource. 2024-03-08 21:16:16 +01:00
object.h Backport locale selection improvements. 2024-04-06 12:37:02 +02:00
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h
resource.cpp
resource.h Backpoered from Godot 4: Add is_built_in() method to Resource. 2024-03-08 21:16:16 +01:00
script_debugger_local.cpp Fix unitialized variables in core 2024-02-08 13:43:25 +01:00
script_debugger_local.h
script_language.cpp File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
script_language.h Added get_global_class_name method to Script. Now GDScriptParser uses this first to determine global class names, instead of parsing the script file again. 2024-02-13 20:09:46 +01:00
SCsub
undo_redo.cpp File copyright header updates pt4. 2023-12-17 22:50:00 +01:00
undo_redo.h File copyright header updates pt4. 2023-12-17 22:50:00 +01:00