summaryrefslogtreecommitdiffstats
path: root/core/object/script_language.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Object::notification orderMarkus Sauermann2023-08-301-2/+2
* Merge pull request #75778 from KoBeWi/_vpRémi Verschelde2023-08-291-0/+2
|\
| * Expose _validate_property() for scriptingkobewi2023-08-281-0/+2
* | Add a script method to get its class iconYuri Sizov2023-08-241-0/+1
|/
* Script editor: Show depended script errorsrune-scape2023-07-241-0/+1
* Fix race in ScriptServer.Ryan Roden-Corrent2023-06-211-2/+3
* Fix wrong alphabetical order in autocompletion sorting.ajreckof2023-06-161-1/+1
* sort code completions with rulesajreckof2023-05-231-2/+12
* Remove unused `ScriptLanguage` methodsvoidedWarranties2023-02-261-6/+0
* Add Engine::unregister_script_language and make Engine::register_script_langu...Emmanuel Leblond2023-02-101-2/+2
* Remove unused has_global_classes()kobewi2023-02-031-1/+0
* Restore script class cache if removedJuan Linietsky2023-01-311-0/+2
* Merge pull request #71687 from reduz/support-script-class-name-in-efsRémi Verschelde2023-01-211-1/+1
|\
| * Support script global resource name in EditorFileSystemJuan Linietsky2023-01-211-1/+1
* | Implement a quick script inheritance checkJuan Linietsky2023-01-191-1/+4
|/
* Clean up EditorFileSystem script parsingJuan Linietsky2023-01-181-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Replace Array return types with TypedArray 2kobewi2022-08-231-3/+5
* Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-181-0/+6
* Removed faulty function update after get_property_list.Hristo Stamenov2022-08-031-0/+1
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-4/+3
* Add support for documenting built-in annotationsYuri Sizov2022-07-041-0/+2
* Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-0/+1
* Add a new HashSet templatereduz2022-05-201-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-7/+7
* Fix signal completion in GDScript editorYuri Rubinsky2022-05-121-0/+1
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Fix some issues found by cppcheck.bruvzg2022-04-061-16/+16
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-2/+2
* Improve sorting of Code Completion options.Eric M2022-04-011-1/+10
* Add GDExtension support to Scriptreduz2022-03-271-46/+51
* Remove VARIANT_ARG* macrosreduz2022-03-091-4/+16
* 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
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* | Improve editor template workflowfabriceci2022-01-021-2/+21
|/
* [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-4/+4
* Implement didSave notification and rename requestFrancois Belair2021-07-171-0/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Added support for scripts reporting multiple errors to ScriptTextEditorEric M2021-06-191-1/+7
* Merge pull request #49221 from Faless/mp/4.x_rpc_refactorRémi Verschelde2021-06-071-48/+3
|\
| * [Net] Refactor RPCs, remove RSETsFabio Alessandrelli2021-06-011-48/+3
* | Move and expose AutoComplete in CodeEditPaulb232021-06-011-0/+2
|/
* Highlight control flow keywords with a different colorHugo Locurcio2021-05-051-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Cleanup unused engine codeTomasz Chabora2020-12-091-2/+0
* Constify ScriptLanguage.can_inherit_from_fileEmmanuel Leblond2020-12-081-1/+1
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-2/+2
* Documentation generation for GDScriptThakee Nathees2020-11-291-0/+6
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0