summaryrefslogtreecommitdiffstats
path: root/core/object/object.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* | Add ability to set object instance binding on creationreduz2021-07-151-0/+11
* | Redo how instance bindings workreduz2021-07-081-31/+30
* | Implement native extension systemreduz2021-06-251-5/+21
* | Improved some error messages (from ERR_FAIL_*) in Object.Eric M2021-06-211-6/+6
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* | Rename Reference to RefCountedPedro J. Estébanez2021-06-111-6/+6
* | Add API for registering native extensionsreduz2021-06-041-0/+47
* | Fix typos with codespellRémi Verschelde2021-05-201-1/+1
|/
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-4/+4