summaryrefslogtreecommitdiff
path: root/core/object/object.cpp
AgeCommit message (Expand)Author
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
2021-07-08Redo how instance bindings workreduz
2021-06-25Implement native extension systemreduz
2021-06-21Improved some error messages (from ERR_FAIL_*) in Object.Eric M
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-04Add API for registering native extensionsreduz
2021-05-20Fix typos with codespellRémi Verschelde
2021-03-28Fix CONNECT_REFERENCE_COUNTEDShatur95
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-18Modernize atomicsPedro J. Estébanez
2021-02-10Removed _change_notifyreduz
2021-01-01Merge pull request #44848 from mrushyendra/disconnect_err_msgRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2021-01-01Issue more precise error when disconnecting a nonexistent connectionMaganty Rushyendra