index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
object
/
object.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
GDExtension: provide `free_property_list_func` with length of array
Jan Haller
2024-04-27
1
-1
/
+2
*
Implement remove_user_signal()
Radiant
2024-04-18
1
-0
/
+2
*
Merge pull request #89270 from Repiteo/enforce-typename-in-templates
Rémi Verschelde
2024-03-14
1
-2
/
+2
|
\
|
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-2
/
+2
*
|
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
1
-0
/
+2
|
/
*
Help compilers optimize Object::cast_to()
Pedro J. Estébanez
2024-03-06
1
-2
/
+2
*
Optimise Object's `get_argument_options`
Micky
2024-02-29
1
-2
/
+1
*
Merge pull request #88683 from dsnopek/runtime-classes-in-modules
Rémi Verschelde
2024-02-23
1
-2
/
+2
|
\
|
*
Allow registering "runtime classes" in modules (not just GDExtension)
David Snopek
2024-02-22
1
-2
/
+2
*
|
Fix some DEFVALs to use the right type
Raul Santos
2024-02-23
1
-0
/
+4
|
/
*
Merge pull request #82554 from dsnopek/gdextension-placeholders
Rémi Verschelde
2024-02-20
1
-0
/
+6
|
\
|
*
Allow registering "runtime classes"
David Snopek
2024-02-20
1
-0
/
+6
*
|
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-1
/
+1
|
/
*
Include name field in MethodInfo operator ==
Jovan Gerodetti
2023-12-17
1
-1
/
+1
*
Use mingw-std-threads in MinGW builds
Pedro J. Estébanez
2023-11-18
1
-1
/
+1
*
Fill remaining global scope constant descriptions
kobewi
2023-11-13
1
-4
/
+4
*
Add `NOTIFICATION_PREDELETE_CLEANUP` notification
Raul Santos
2023-10-20
1
-0
/
+2
*
expose Object::free_instance_binding to GDExtension
Ced Naru
2023-10-04
1
-1
/
+1
*
Merge pull request #80284 from dsnopek/gdextension-hot-reload
Rémi Verschelde
2023-09-26
1
-1
/
+26
|
\
|
*
Implement reloading of GDExtensions
David Snopek
2023-09-25
1
-1
/
+26
*
|
Replace `radians` range hint with `radians_as_degrees`
A Thousand Ships
2023-09-25
1
-1
/
+1
|
/
*
Add functions for non-ptr style virtual calls in GDExtension
Jeff Ward
2023-09-19
1
-0
/
+2
*
Merge pull request #81515 from dsnopek/gdextension-validate-property-object
Rémi Verschelde
2023-09-11
1
-0
/
+1
|
\
|
*
Allow implementing `Object::_validate_property()` from GDExtension
David Snopek
2023-09-10
1
-0
/
+1
*
|
Allow GDExtension to register unexposed class.
Daylily-Zeleen
2023-09-04
1
-0
/
+1
|
/
*
Editor: Inspector and Signal docks improvements
Danil Alexeev
2023-09-02
1
-1
/
+1
*
Fix Object::notification order
Markus Sauermann
2023-08-30
1
-0
/
+3
*
Add check to ensure registered classes are declared
A Thousand Ships
2023-08-28
1
-0
/
+3
*
Add _get_bind_compatibility_methods to Object
Gilles Roudière
2023-07-20
1
-0
/
+10
*
Fix wrapping Object's in GDExtension that aren't exposed
David Snopek
2023-06-09
1
-11
/
+1
*
Add GDExtension function to get Object class name
David Snopek
2023-05-22
1
-0
/
+14
*
Merge pull request #77000 from reduz/make-more-base-nodes-thread-safe
Rémi Verschelde
2023-05-16
1
-17
/
+24
|
\
|
*
Make more base nodes thread safe
Juan Linietsky
2023-05-15
1
-17
/
+24
*
|
Reorder PropertyHint enum to avoid breaking compat
Raul Santos
2023-05-12
1
-1
/
+1
|
/
*
Merge pull request #76165 from and-rad/safe-credentials
Rémi Verschelde
2023-05-10
1
-0
/
+1
|
\
|
*
Store sensitive export options in dedicated credentials file
Andreas Raddau
2023-05-10
1
-0
/
+1
*
|
Merge pull request #75901 from reduz/refactor-node-processing
Rémi Verschelde
2023-05-10
1
-0
/
+2
|
\
\
|
*
|
Refactor Node Processing
Juan Linietsky
2023-05-09
1
-0
/
+2
|
|
/
*
/
Rework Navigation Avoidance
smix8
2023-05-10
1
-0
/
+1
|
/
*
Merge pull request #76418 from reduz/method-bind-validated-call
Rémi Verschelde
2023-05-08
1
-1
/
+1
|
\
|
*
Add ValidatedCall to MethodBind
Juan Linietsky
2023-04-30
1
-1
/
+1
*
|
Prevent infinite loop when signal disconnection fails during object deletion.
RedworkDE
2023-05-05
1
-1
/
+1
*
|
Merge pull request #72421 from myaaaaaaaaa/signal-hashmap
Rémi Verschelde
2023-04-25
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
Store Object signals in a HashMap rather than a VMap
myaaaaaaaaa
2023-02-25
1
-2
/
+1
*
|
Optimize Object::get_class_name
Juan Linietsky
2023-04-08
1
-15
/
+15
|
/
*
Merge pull request #72111 from raulsntos/method-info-metadata
Rémi Verschelde
2023-01-27
1
-0
/
+10
|
\
|
*
Add `GodotTypeInfo::Metadata` to `MethodInfo`
Raul Santos
2023-01-26
1
-0
/
+10
*
|
Add PROPERTY_USAGE_NEVER_DUPLICATE flag and use for script
Aaron Franke
2023-01-24
1
-8
/
+9
[next]