summaryrefslogtreecommitdiffstats
path: root/core/object/object.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new HashMap implementationreduz2022-05-121-33/+29
* Implement missing Node & Resource placeholdersreduz2022-05-031-18/+17
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-2/+11
* Make vararg method bind no return and returnPierre-Thomas Meisels2022-03-301-6/+4
* Merge pull request #58608 from KoBeWi/metadefaultRémi Verschelde2022-03-291-3/+9
|\
| * Add optional 'default' argument to get_meta()kobewi2022-03-221-3/+9
* | GDExtension: change to_string signature to accept GDNativeStringPtr instead o...Jan Haller2022-03-271-1/+3
* | Refactor Object metadatareduz2022-03-241-21/+49
|/
* Merge pull request #58690 from elmordo/bugfix-57553-gdextension-inheritance-fixRémi Verschelde2022-03-101-2/+6
|\
| * fix of reading property list from custom nodes imported from GDExtension when...Ing. Petr Jindra2022-03-021-2/+6
* | Remove VARIANT_ARG* macrosreduz2022-03-091-44/+8
|/
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-9/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Change gdnative interface so that Godot object initialization should be trigg...Gilles Roudière2021-11-301-2/+0
* Fix the exceptions in signal disconnectionXwdit2021-11-171-1/+1
* Merge pull request #53710 from CaptainProton42/fix-extension-class-inspector-...Hugo Locurcio2021-11-141-1/+6
|\
| * Fetch extension class props from ClassDBCaptainProton422021-10-121-1/+6
* | Add is_built_in() method to Resourcekobewi2021-11-041-1/+1
* | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* | clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-1/+1
|/
* Merge pull request #47442 from Shatur/fix-connect-reference-countedRémi Verschelde2021-10-011-1/+1
|\
| * Fix CONNECT_REFERENCE_COUNTEDShatur952021-03-281-1/+1
* | Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-6/+9
* | Fix C# native instance bindings after recent re-writeIgnacio Roldán Etcheverry2021-08-161-0/+15
* | Add a instance callback for extensionsGeorge Marques2021-08-051-2/+2
* | Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-7/+7
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-18/+17
* | Make Object "meta" functions take StringName.Fabio Alessandrelli2021-07-221-7/+7