summaryrefslogtreecommitdiffstats
path: root/core/object
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Fix capsule height/radius setters with linked propertiesPouleyKetchoupp2021-08-193-0/+20
* | Merge pull request #51627 from mhilbrunner/todo-for-neikeqRémi Verschelde2021-08-182-22/+22
|\ \
| * | Namespaces instead of underscore prefix for bindsMax Hilbrunner2021-08-172-22/+22
* | | Properly set up virtual calls for extensionsGeorge Marques2021-08-171-1/+1
* | | Improve Undo/Redo menu itemsHaoyu Qiu2021-08-172-4/+4
|/ /
* | Fix C# native instance bindings after recent re-writeIgnacio Roldán Etcheverry2021-08-162-0/+16
* | Add a instance callback for extensionsGeorge Marques2021-08-054-5/+8
* | Merge pull request #48615 from Razoric480/lsp-renameRémi Verschelde2021-08-051-0/+1
|\ \
| * | Implement didSave notification and rename requestFrancois Belair2021-07-171-0/+1
* | | Use const references where possible for List range iteratorsRémi Verschelde2021-07-253-27/+29
* | | Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde2021-07-242-0/+5
|\ \ \
| * | | Implement Resource UIDsreduz2021-07-242-0/+5
* | | | Use C++ iterators for Lists in many situationsAaron Franke2021-07-234-92/+90
|/ / /
* | | Fix UndoRedo crash when clearing historyHaoyu Qiu2021-07-241-6/+14
* | | Make Object "meta" functions take StringName.Fabio Alessandrelli2021-07-222-13/+13
* | | Merge pull request #50655 from JFonS/sname_optRémi Verschelde2021-07-202-42/+42
|\ \ \
| * | | Editor StringName and Viewport optimizationsJoan Fons2021-07-202-42/+42