summaryrefslogtreecommitdiffstats
path: root/core/object/object.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes to allow object-less callables throughout GodotMai Lavelle2023-10-061-10/+23
* Merge pull request #82799 from CedNaru/feature/expose_free_instance_bindingRémi Verschelde2023-10-051-1/+1
|\
| * expose Object::free_instance_binding to GDExtensionCed Naru2023-10-041-1/+1
* | Core: Fix `Object::has_method()` for script static methodsDanil Alexeev2023-10-041-1/+9
|/
* Fix expected argument count for `Callable` call errorsDanil Alexeev2023-09-291-8/+10
* Merge pull request #80284 from dsnopek/gdextension-hot-reloadRémi Verschelde2023-09-261-6/+95
|\
| * Implement reloading of GDExtensionsDavid Snopek2023-09-251-6/+95
* | C#: Abstract script class support398utubzyt2023-09-151-1/+4
|/
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-4/+4
* Allow implementing `Object::_validate_property()` from GDExtensionDavid Snopek2023-09-101-0/+21
* Merge pull request #81221 from dalexeev/editor-inspector-and-signal-dock-impr...Rémi Verschelde2023-09-031-1/+1
|\
| * Editor: Inspector and Signal docks improvementsDanil Alexeev2023-09-021-1/+1
* | GDExtension: fix `bool` unknown in CJan Haller2023-09-021-1/+1
|/
* Fix Object::notification orderMarkus Sauermann2023-08-301-5/+21
* Expose _validate_property() for scriptingkobewi2023-08-281-0/+6
* GDExtension: fix _get_property_list not working correctly in parent classesMarc Gilleron2023-07-201-11/+13
* Check parameter validity in `Object::set_script`Angad Kambli2023-07-071-3/+5
* Fix wrapping Object's in GDExtension that aren't exposedDavid Snopek2023-06-091-0/+24
* Merge pull request #70386 from sfrembling/70141Yuri Sizov2023-05-291-1/+1
|\
| * update error from Object::set_meta to be more human readableShea Frembling2023-05-151-1/+1
* | Merge pull request #73511 from dsnopek/gdextension-object-nameRémi Verschelde2023-05-221-1/+1
|\ \
| * | Add GDExtension function to get Object class nameDavid Snopek2023-05-221-1/+1
* | | Improve error message when disconnecting callable from signal it was not conn...RedworkDE2023-05-181-1/+1
|/ /
* | Merge pull request #75901 from reduz/refactor-node-processingRémi Verschelde2023-05-101-0/+5
|\ \
| * | Refactor Node ProcessingJuan Linietsky2023-05-091-0/+5
* | | Merge pull request #76814 from KoBeWi/underdataRémi Verschelde2023-05-091-4/+13
|\ \ \ | |/ / |/| |
| * | Don't refresh inspector when changing internal metakobewi2023-05-071-4/+13
* | | Merge pull request #76418 from reduz/method-bind-validated-callRémi Verschelde2023-05-081-2/+2
|\ \ \
| * | | Add ValidatedCall to MethodBindJuan Linietsky2023-04-301-2/+2
* | | | Prevent infinite loop when signal disconnection fails during object deletion.RedworkDE2023-05-051-11/+20
| |/ / |/| |
* | | Merge pull request #72421 from myaaaaaaaaa/signal-hashmapRémi Verschelde2023-04-251-20/+21
|\ \ \
| * | | Store Object signals in a HashMap rather than a VMapmyaaaaaaaaa2023-02-251-20/+21
* | | | Fix edge cases of object lifetime when signals involvedPedro J. Estébanez2023-04-111-0/+4
| |/ / |/| |
* | | Optimize Object::get_class_nameJuan Linietsky2023-04-081-2/+3
* | | Fix auto-translations in editorkobewi2023-03-221-2/+12
|/ /
* | Merge pull request #72111 from raulsntos/method-info-metadataRémi Verschelde2023-01-271-1/+3
|\ \
| * | Add `GodotTypeInfo::Metadata` to `MethodInfo`Raul Santos2023-01-261-1/+3
* | | Add PROPERTY_USAGE_NEVER_DUPLICATE flag and use for scriptAaron Franke2023-01-241-1/+1
|/ /
* | Fix Callable call error reporting.Juan Linietsky2023-01-101-1/+1
* | Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-19/+0
* | Properly report Callable bound argumentsJuan Linietsky2023-01-081-1/+1
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-9/+9
* Add missing public property_*_revert gettersYuri Sizov2022-11-291-0/+2
* Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond2022-11-081-1/+2
* Merge pull request #66427 from Mickeon/object-methods-autocompletionRémi Verschelde2022-10-131-0/+40
|\
| * Add autocompletion to several Object methodsMicky2022-09-261-0/+40
* | Rename `set`/`get_indexed`'s "property" to "property_path"Micky2022-10-121-2/+2
|/
* Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky2022-09-061-2/+2
* Improve null and object printing to avoid confusion with arraysHugo Locurcio2022-08-311-1/+1