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
*
Fixes to allow object-less callables throughout Godot
Mai Lavelle
2023-10-06
1
-10
/
+23
*
Merge pull request #82799 from CedNaru/feature/expose_free_instance_binding
Rémi Verschelde
2023-10-05
1
-1
/
+1
|
\
|
*
expose Object::free_instance_binding to GDExtension
Ced Naru
2023-10-04
1
-1
/
+1
*
|
Core: Fix `Object::has_method()` for script static methods
Danil Alexeev
2023-10-04
1
-1
/
+9
|
/
*
Fix expected argument count for `Callable` call errors
Danil Alexeev
2023-09-29
1
-8
/
+10
*
Merge pull request #80284 from dsnopek/gdextension-hot-reload
Rémi Verschelde
2023-09-26
1
-6
/
+95
|
\
|
*
Implement reloading of GDExtensions
David Snopek
2023-09-25
1
-6
/
+95
*
|
C#: Abstract script class support
398utubzyt
2023-09-15
1
-1
/
+4
|
/
*
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
1
-4
/
+4
*
Allow implementing `Object::_validate_property()` from GDExtension
David Snopek
2023-09-10
1
-0
/
+21
*
Merge pull request #81221 from dalexeev/editor-inspector-and-signal-dock-impr...
Rémi Verschelde
2023-09-03
1
-1
/
+1
|
\
|
*
Editor: Inspector and Signal docks improvements
Danil Alexeev
2023-09-02
1
-1
/
+1
*
|
GDExtension: fix `bool` unknown in C
Jan Haller
2023-09-02
1
-1
/
+1
|
/
*
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
[next]