summaryrefslogtreecommitdiff
path: root/core/object/object.h
AgeCommit message (Expand)Author
2022-01-18Improve locale detection.bruvzg
2022-01-12Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde
2022-01-04Style: Remove inconsistently used `@author` docstringsRémi Verschelde
2022-01-04Merge pull request #56469 from Zylann/remove_gdclass_inherits_staticRémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2022-01-03Remove unused `inherits_static` from GDCLASSMarc Gilleron
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-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-10-28CI: Update to clang-format 13 using LLVM repoRémi Verschelde
2021-09-07Implement properties arrays in the Inspector.Gilles Roudière
2021-09-05Apply set_read_only() to child classes of EditorProperty elementsSilc 'Tokage' Renew
2021-08-26Fix misspelled "overriden"Haoyu Qiu
2021-08-23Implement NativeExtension pointer argumentsreduz
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-19Fix capsule height/radius setters with linked propertiesPouleyKetchoupp
2021-08-17Namespaces instead of underscore prefix for bindsMax Hilbrunner
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-22Make Object "meta" functions take StringName.Fabio Alessandrelli
2021-07-20Merge pull request #50206 from groud/undoredo_increase_args_countRémi Verschelde
2021-07-15Add ability to set object instance binding on creationreduz
2021-07-13Add type variations to ThemeYuri Sizov
2021-07-08Redo how instance bindings workreduz
2021-07-06Increase the number of arguments accepted by UndoRedo methodsGilles Roudière
2021-07-01Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke
2021-06-30Fix editor suffixes and degrees conversionreduz
2021-06-25Implement native extension systemreduz
2021-06-17Add PROPERTY_USAGE_NONE and use itAaron Franke
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-04Add API for registering native extensionsreduz
2021-03-10Implement Navigation layersGilles Roudière
2021-02-18Merge pull request #45617 from RandomShaper/modernize_atomicsRémi Verschelde
2021-02-18Modernize atomicsPedro J. Estébanez
2021-02-18Reorganize Project Settingsreduz
2021-02-10Removed _change_notifyreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-10Make `property_list_changed_notify` protected in `Object`Andrii Doroshenko (Xrayez)
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-12-05Remove connect *_compat methodsAaron Franke
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz