summaryrefslogtreecommitdiffstats
path: root/core/object/object.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modernize atomicsPedro J. Estébanez2021-02-181-1/+1
* Removed _change_notifyreduz2021-02-101-17/+7
* Merge pull request #44848 from mrushyendra/disconnect_err_msgRémi Verschelde2021-01-011-1/+6
|\
| * Issue more precise error when disconnecting a nonexistent connectionMaganty Rushyendra2021-01-011-1/+6
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
|/
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-6/+6
* Cleanup unused engine codeTomasz Chabora2020-12-091-4/+0
* Remove connect *_compat methodsAaron Franke2020-12-051-12/+0
* Fix crash when printing leaked nodesRafał Mikrut2020-11-171-15/+22
* Remove property groups for Pause Mode and ScriptHugo Locurcio2020-11-151-3/+0
* Refactored variant constructor logicreduz2020-11-091-1/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+1983