summaryrefslogtreecommitdiff
path: root/core/object/object.cpp
AgeCommit message (Expand)Author
2022-11-29Add missing public property_*_revert gettersYuri Sizov
2022-11-08Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond
2022-10-13Merge pull request #66427 from Mickeon/object-methods-autocompletionRémi Verschelde
2022-10-12Rename `set`/`get_indexed`'s "property" to "property_path"Micky
2022-09-26Add autocompletion to several Object methodsMicky
2022-09-06Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky
2022-08-31Improve null and object printing to avoid confusion with arraysHugo Locurcio
2022-08-24Merge pull request #64009 from KoBeWi/arrayy_lmaoRémi Verschelde
2022-08-23Replace Array return types with TypedArray 2kobewi
2022-08-23[GDExtension] Fix `_property_can_revert` and `_property_get_revert` methods u...bruvzg
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-08-18Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov
2022-08-03Removed faulty function update after get_property_list.Hristo Stamenov
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-06-29GDExtension: reuse code with constructor PropertyInfo(const GDNativePropertyI...Jan Haller
2022-06-27Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee
2022-06-23Implement varargs in Methodinforeduz
2022-06-19Allow autocompletion of "noslider" in export_rangeMarcus Elg
2022-06-14Change set/get binding to use StringNamekobewi
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-05-03Implement missing Node & Resource placeholdersreduz
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-30Make vararg method bind no return and returnPierre-Thomas Meisels
2022-03-29Merge pull request #58608 from KoBeWi/metadefaultRémi Verschelde
2022-03-27GDExtension: change to_string signature to accept GDNativeStringPtr instead o...Jan Haller
2022-03-24Refactor Object metadatareduz
2022-03-22Add optional 'default' argument to get_meta()kobewi
2022-03-10Merge pull request #58690 from elmordo/bugfix-57553-gdextension-inheritance-fixRémi Verschelde
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-03-02fix of reading property list from custom nodes imported from GDExtension when...Ing. Petr Jindra
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-30Change gdnative interface so that Godot object initialization should be trigg...Gilles Roudière
2021-11-17Fix the exceptions in signal disconnectionXwdit
2021-11-14Merge pull request #53710 from CaptainProton42/fix-extension-class-inspector-...Hugo Locurcio
2021-11-04Add is_built_in() method to Resourcekobewi
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-12Fetch extension class props from ClassDBCaptainProton42
2021-10-01Merge pull request #47442 from Shatur/fix-connect-reference-countedRémi Verschelde
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-16Fix C# native instance bindings after recent re-writeIgnacio Roldán Etcheverry
2021-08-05Add a instance callback for extensionsGeorge Marques
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-22Make Object "meta" functions take StringName.Fabio Alessandrelli
2021-07-15Add ability to set object instance binding on creationreduz