summaryrefslogtreecommitdiffstats
path: root/core/object
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde2022-02-031-1/+1
|\
| * String: Add contains().Anilforextra2022-02-041-1/+1
* | [GDExtension] Fix registration of functions with enum or native pointer retur...bruvzg2022-02-031-2/+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 #55851 from Chaosus/better-completion-options-list_rebasedRémi Verschelde2022-01-061-0/+1
|\ \
| * | Fix highlight for completion options match (rebased)Yuri Roubinsky2021-12-121-0/+1
* | | 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-0317-34/+34
* | Improve editor template workflowfabriceci2022-01-021-2/+21
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-093-5/+5
* Change gdnative interface so that Godot object initialization should be trigg...Gilles Roudière2021-11-305-33/+32
* Fix wrong comparison with default valuesRicardo Subtil2021-11-261-1/+1
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* 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-033-3/+3
* | CI: Update to clang-format 13 using LLVM repoRémi Verschelde2021-10-281-4/+4
* | clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-1/+1
* | Remove ItemList editor and replace it by a property arrayGilles Roudière2021-10-281-1/+1
* | Save all 64 bits of get_ticks_msec() in more casesMax Hilbrunner2021-10-261-1/+1
* | Fix memory leak in exported projectqarmin2021-10-181-2/+0
* | Merge pull request #53757 from groud/fix_undoRémi Verschelde2021-10-131-2/+3
|\ \
| * | Fix undo in inspector not workingGilles Roudière2021-10-131-2/+3
* | | Merge pull request #52293 from neikeq/class-db-api-type-bugRémi Verschelde2021-10-121-0/+3
|\ \ \
| * | | Fix ClassDB API type mismatch bug between --editor and playerIgnacio Roldán Etcheverry2021-08-311-0/+3
* | | | Fix useless debug printGilles Roudière2021-10-121-8/+0
| |/ / |/| |
* | | Add a way to force undo/redo operations to be kept in MERGE_ENDS modeGilles Roudière2021-10-122-12/+52
| |/ |/|
* | Enable method type information on release buildsGeorge Marques2021-10-074-77/+17
* | Improve error message when instantiating virtual classMaxime Lapointe2021-10-051-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
* | | Use range iterators for `Map`Lightning_A2021-09-302-8/+8
* | | [ClassDB] Unify construct/extension retrieval.Fabio Alessandrelli2021-09-222-5/+7
* | | [Core] Add ClassDB functions to retrieve/construct extensions.Fabio Alessandrelli2021-09-222-0/+8
* | | Merge pull request #52442 from Faless/mp/4.x_rpc_managerMax Hilbrunner2021-09-071-4/+4
|\ \ \
| * | | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-4/+4
* | | | Implement properties arrays in the Inspector.Gilles Roudière2021-09-073-1/+20
|/ / /
* | | Apply set_read_only() to child classes of EditorProperty elementsSilc 'Tokage' Renew2021-09-051-0/+1
* | | Merge pull request #52107 from timothyqiu/overridenJuan Linietsky2021-08-262-3/+3
|\ \ \
| * | | Fix misspelled "overriden"Haoyu Qiu2021-08-262-3/+3
* | | | Implement error return documetationreduz2021-08-242-0/+54
|/ / /
* | | Implement NativeExtension pointer argumentsreduz2021-08-232-3/+3
* | | Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-11/+0
* | | Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-227-16/+46
| |/ |/|