summaryrefslogtreecommitdiffstats
path: root/core/object/object.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #64009 from KoBeWi/arrayy_lmaoRémi Verschelde2022-08-241-12/+18
|\
| * Replace Array return types with TypedArray 2kobewi2022-08-231-12/+18
* | [GDExtension] Fix `_property_can_revert` and `_property_get_revert` methods u...bruvzg2022-08-231-2/+2
|/
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+2
* Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-181-4/+59
* Removed faulty function update after get_property_list.Hristo Stamenov2022-08-031-2/+0
* Remove Signal connect bindsJuan Linietsky2022-07-291-25/+3
* GDExtension: reuse code with constructor PropertyInfo(const GDNativePropertyI...Jan Haller2022-06-291-1/+1
* Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-0/+49
* Implement varargs in Methodinforeduz2022-06-231-190/+0
* Allow autocompletion of "noslider" in export_rangeMarcus Elg2022-06-191-0/+35
* Change set/get binding to use StringNamekobewi2022-06-141-3/+3
* Replace most uses of Map by HashMapreduz2022-05-161-2/+0