summaryrefslogtreecommitdiffstats
path: root/core/object/object.h
Commit message (Expand)AuthorAgeFilesLines
* [GDExtension] Fix `_property_can_revert` and `_property_get_revert` methods u...bruvzg2022-08-231-2/+2
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+15
* Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-181-0/+36
* Clean-up array editingreduz2022-08-021-3/+1
* Improve easing inspector usabilityHugo Locurcio2022-08-011-1/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+1
* Implement Feature Build Profilesreduz2022-07-221-0/+3
* Remove unused hintskobewi2022-07-121-45/+38
* Implement a BitField hintreduz2022-07-051-0/+1
* GDExtension: reuse code with constructor PropertyInfo(const GDNativePropertyI...Jan Haller2022-06-291-0/+8
* Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-0/+2
* Merge pull request #62185 from reduz/export-node-pointer-pathRémi Verschelde2022-06-271-0/+1
|\
| * Add ability to export Node pointers as NodePathsreduz2022-06-251-0/+1
* | Rename export_range's noslider option to no_sliderMarcus Elg2022-06-241-1/+1
* | Implement varargs in Methodinforeduz2022-06-231-24/+59
|/
* Merge pull request #62122 from reduz/implement-movie-writerRémi Verschelde2022-06-211-0/+1
|\
| * Implement Running Godot as Movie Writerreduz2022-06-211-0/+1
* | Allow autocompletion of "noslider" in export_rangeMarcus Elg2022-06-191-0/+3
|/
* Merge pull request #62030 from KoBeWi/SetName/GetNameRémi Verschelde2022-06-141-3/+3
|\
| * Change set/get binding to use StringNamekobewi2022-06-141-3/+3
* | Add vector value linkingkobewi2022-06-141-0/+1
|/
* Add a new HashSet templatereduz2022-05-201-3/+3
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Add a new HashMap implementationreduz2022-05-121-3/+2
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-0/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-3/+3
* Make vararg method bind no return and returnPierre-Thomas Meisels2022-03-301-1/+1
* Merge pull request #58608 from KoBeWi/metadefaultRémi Verschelde2022-03-291-1/+1
|\
| * Add optional 'default' argument to get_meta()kobewi2022-03-221-1/+1
* | Object: Remove unused category boilerplateRémi Verschelde2022-03-261-18/+0
* | Refactor Object metadatareduz2022-03-241-1/+3
|/
* Merge pull request #58751 from bruvzg/loc_str_propsRémi Verschelde2022-03-111-0/+1
|\
| * Improve app name and system permission message localization.bruvzg2022-03-041-0/+1
* | Discern between virtual and abstract class bindingsreduz2022-03-101-2/+7
* | Remove VARIANT_ARG* macrosreduz2022-03-091-13/+30
|/
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-26/+19
* Reorganize inspector layout workflow for Control nodesYuri Sizov2022-02-101-0/+2
* simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-1/+2
* Improve locale detection.bruvzg2022-01-181-0/+1
* Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde2022-01-121-4/+0
|\
| * Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-4/+0
* | Merge pull request #56469 from Zylann/remove_gdclass_inherits_staticRémi Verschelde2022-01-041-3/+0
|\ \ | |/ |/|
| * Remove unused `inherits_static` from GDCLASSMarc Gilleron2022-01-031-3/+0
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Change gdnative interface so that Godot object initialization should be trigg...Gilles Roudière2021-11-301-1/+0
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* CI: Update to clang-format 13 using LLVM repoRémi Verschelde2021-10-281-4/+4
* Implement properties arrays in the Inspector.Gilles Roudière2021-09-071-1/+6
* Apply set_read_only() to child classes of EditorProperty elementsSilc 'Tokage' Renew2021-09-051-0/+1