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 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
*
|
PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"
Aaron Franke
2023-01-24
1
-1
/
+1
|
/
*
Removed unused property hints and `Object::get_translatable_strings()`
Juan Linietsky
2023-01-09
1
-17
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension
Rémi Verschelde
2022-12-12
1
-29
/
+29
|
\
|
*
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
1
-29
/
+29
*
|
Fix unable to disconnect signal in Editor once created
Micky
2022-12-08
1
-0
/
+1
|
/
*
Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/Player
Silc Renew
2022-12-02
1
-16
/
+15
*
Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resources
Rémi Verschelde
2022-11-24
1
-0
/
+4
*
Remove `PROPERTY_HINT_IMAGE_COMPRESS` constants
Micky
2022-11-15
1
-2
/
+0
*
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
1
-3
/
+17
*
Merge pull request #67693 from Mickeon/slight-hint-shuffling
Rémi Verschelde
2022-11-02
1
-1
/
+1
|
\
|
*
Fix unordered values of PROPERTY_HINT_INT_IS_POINTER & ARRAY_TYPE
Micky
2022-10-21
1
-1
/
+1
*
|
Minor code improvements
kobewi
2022-10-18
1
-1
/
+1
|
/
*
GDExtension: add support for abstract and virtual classes
Ricardo Buring
2022-10-16
1
-0
/
+2
*
Merge pull request #66839 from aaronfranke/editor-prop-hide-slider
Rémi Verschelde
2022-10-05
1
-1
/
+1
|
\
|
*
Fix hide_slider vs no_slider inconsistency in editor property code
Aaron Franke
2022-10-03
1
-1
/
+1
*
|
Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android build
Rémi Verschelde
2022-10-03
1
-22
/
+0
|
/
*
Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT
Micky
2022-09-06
1
-1
/
+1
*
Rename `or_lesser` range property hint to `or_less`
Hugo Locurcio
2022-09-02
1
-1
/
+1
*
[macOS export] Simplify code signing options, add support for rcodesign tool ...
bruvzg
2022-08-26
1
-0
/
+1
*
Merge pull request #64691 from TokageItLab/Quaternion-editor
Rémi Verschelde
2022-08-24
1
-0
/
+1
|
\
|
*
Implement Quaternion Editor
Silc Renew
2022-08-24
1
-0
/
+1
*
|
Merge pull request #64009 from KoBeWi/arrayy_lmao
Rémi Verschelde
2022-08-24
1
-6
/
+9
|
\
\
|
*
|
Replace Array return types with TypedArray 2
kobewi
2022-08-23
1
-6
/
+9
*
|
|
[GDExtension] Fix `_property_can_revert` and `_property_get_revert` methods u...
bruvzg
2022-08-23
1
-2
/
+2
|
/
/
*
/
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-1
/
+15
|
/
*
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-08-18
1
-0
/
+36
*
Clean-up array editing
reduz
2022-08-02
1
-3
/
+1
[next]