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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Object::notification order
Markus Sauermann
2023-08-30
1
-5
/
+21
*
Expose _validate_property() for scripting
kobewi
2023-08-28
1
-0
/
+6
*
GDExtension: fix _get_property_list not working correctly in parent classes
Marc Gilleron
2023-07-20
1
-11
/
+13
*
Check parameter validity in `Object::set_script`
Angad Kambli
2023-07-07
1
-3
/
+5
*
Fix wrapping Object's in GDExtension that aren't exposed
David Snopek
2023-06-09
1
-0
/
+24
*
Merge pull request #70386 from sfrembling/70141
Yuri Sizov
2023-05-29
1
-1
/
+1
|
\
|
*
update error from Object::set_meta to be more human readable
Shea Frembling
2023-05-15
1
-1
/
+1
*
|
Merge pull request #73511 from dsnopek/gdextension-object-name
Rémi Verschelde
2023-05-22
1
-1
/
+1
|
\
\
|
*
|
Add GDExtension function to get Object class name
David Snopek
2023-05-22
1
-1
/
+1
*
|
|
Improve error message when disconnecting callable from signal it was not conn...
RedworkDE
2023-05-18
1
-1
/
+1
|
/
/
*
|
Merge pull request #75901 from reduz/refactor-node-processing
Rémi Verschelde
2023-05-10
1
-0
/
+5
|
\
\
|
*
|
Refactor Node Processing
Juan Linietsky
2023-05-09
1
-0
/
+5
*
|
|
Merge pull request #76814 from KoBeWi/underdata
Rémi Verschelde
2023-05-09
1
-4
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Don't refresh inspector when changing internal meta
kobewi
2023-05-07
1
-4
/
+13
*
|
|
Merge pull request #76418 from reduz/method-bind-validated-call
Rémi Verschelde
2023-05-08
1
-2
/
+2
|
\
\
\
|
*
|
|
Add ValidatedCall to MethodBind
Juan Linietsky
2023-04-30
1
-2
/
+2
*
|
|
|
Prevent infinite loop when signal disconnection fails during object deletion.
RedworkDE
2023-05-05
1
-11
/
+20
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #72421 from myaaaaaaaaa/signal-hashmap
Rémi Verschelde
2023-04-25
1
-20
/
+21
|
\
\
\
|
*
|
|
Store Object signals in a HashMap rather than a VMap
myaaaaaaaaa
2023-02-25
1
-20
/
+21
*
|
|
|
Fix edge cases of object lifetime when signals involved
Pedro J. Estébanez
2023-04-11
1
-0
/
+4
|
|
/
/
|
/
|
|
*
|
|
Optimize Object::get_class_name
Juan Linietsky
2023-04-08
1
-2
/
+3
*
|
|
Fix auto-translations in editor
kobewi
2023-03-22
1
-2
/
+12
|
/
/
*
|
Merge pull request #72111 from raulsntos/method-info-metadata
Rémi Verschelde
2023-01-27
1
-1
/
+3
|
\
\
|
*
|
Add `GodotTypeInfo::Metadata` to `MethodInfo`
Raul Santos
2023-01-26
1
-1
/
+3
*
|
|
Add PROPERTY_USAGE_NEVER_DUPLICATE flag and use for script
Aaron Franke
2023-01-24
1
-1
/
+1
|
/
/
*
|
Fix Callable call error reporting.
Juan Linietsky
2023-01-10
1
-1
/
+1
*
|
Removed unused property hints and `Object::get_translatable_strings()`
Juan Linietsky
2023-01-09
1
-19
/
+0
*
|
Properly report Callable bound arguments
Juan Linietsky
2023-01-08
1
-1
/
+1
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
1
-9
/
+9
*
Add missing public property_*_revert getters
Yuri Sizov
2022-11-29
1
-0
/
+2
*
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
1
-1
/
+2
*
Merge pull request #66427 from Mickeon/object-methods-autocompletion
Rémi Verschelde
2022-10-13
1
-0
/
+40
|
\
|
*
Add autocompletion to several Object methods
Micky
2022-09-26
1
-0
/
+40
*
|
Rename `set`/`get_indexed`'s "property" to "property_path"
Micky
2022-10-12
1
-2
/
+2
|
/
*
Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT
Micky
2022-09-06
1
-2
/
+2
*
Improve null and object printing to avoid confusion with arrays
Hugo Locurcio
2022-08-31
1
-1
/
+1
*
Merge pull request #64009 from KoBeWi/arrayy_lmao
Rémi Verschelde
2022-08-24
1
-12
/
+18
|
\
|
*
Replace Array return types with TypedArray 2
kobewi
2022-08-23
1
-12
/
+18
*
|
[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
/
+2
*
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-08-18
1
-4
/
+59
*
Removed faulty function update after get_property_list.
Hristo Stamenov
2022-08-03
1
-2
/
+0
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-25
/
+3
*
GDExtension: reuse code with constructor PropertyInfo(const GDNativePropertyI...
Jan Haller
2022-06-29
1
-1
/
+1
*
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-27
1
-0
/
+49
*
Implement varargs in Methodinfo
reduz
2022-06-23
1
-190
/
+0
*
Allow autocompletion of "noslider" in export_range
Marcus Elg
2022-06-19
1
-0
/
+35
*
Change set/get binding to use StringName
kobewi
2022-06-14
1
-3
/
+3
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+0
[next]