summaryrefslogtreecommitdiff
path: root/core/object
AgeCommit message (Expand)Author
2022-03-27GDExtension: change to_string signature to accept GDNativeStringPtr instead o...Jan Haller
2022-03-27Add GDExtension support to Scriptreduz
2022-03-26Object: Remove unused category boilerplateRémi Verschelde
2022-03-24Refactor Object metadatareduz
2022-03-24Improve sorting of Code Completion options.Eric M
2022-03-22Add static method support to ClassDBreduz
2022-03-22Add optional 'default' argument to get_meta()kobewi
2022-03-15Create GDExtension clases for PhysicsServer3Dreduz
2022-03-11Merge pull request #58751 from bruvzg/loc_str_propsRémi Verschelde
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-03-10Merge pull request #58690 from elmordo/bugfix-57553-gdextension-inheritance-fixRémi Verschelde
2022-03-09Fix UndoRedo method call argument count after #58929Rémi Verschelde
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-03-04Improve app name and system permission message localization.bruvzg
2022-03-02fix of reading property list from custom nodes imported from GDExtension when...Ing. Petr Jindra
2022-03-01Fix `UndoRedo::create_action()` invalid memory usageHaoyu Qiu
2022-02-16Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcodeRémi Verschelde
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-16Port existing _notification code to use switch statements (part 1/3)jmb462
2022-02-10Reorganize inspector layout workflow for Control nodesYuri Sizov
2022-02-08Merge pull request #57066 from KoBeWi/in_the_name_of_the_customRémi Verschelde
2022-02-08Merge pull request #43015 from Xrayez/refactor-auto-instapropRémi Verschelde
2022-02-07Fix script editor errors with CustomCallableskobewi
2022-02-03Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde
2022-02-04String: Add contains().Anilforextra
2022-02-03[GDExtension] Fix registration of functions with enum or native pointer retur...bruvzg
2022-01-29simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke
2022-01-18Improve locale detection.bruvzg
2022-01-12Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde
2022-01-06Merge pull request #55851 from Chaosus/better-completion-options-list_rebasedRé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
2022-01-02Improve editor template workflowfabriceci
2021-12-28Refactor auto-instantiation of `Object` properties in editorAndrii Doroshenko (Xrayez)
2021-12-12Fix highlight for completion options match (rebased)Yuri Roubinsky
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-26Fix wrong comparison with default valuesRicardo Subtil
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
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-28CI: Update to clang-format 13 using LLVM repoRémi Verschelde
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-28Remove ItemList editor and replace it by a property arrayGilles Roudière
2021-10-26Save all 64 bits of get_ticks_msec() in more casesMax Hilbrunner
2021-10-18Fix memory leak in exported projectqarmin