summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/register_types.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Expose GDScript syntax highlighter to editor pluginspassivestar2024-08-191-0/+7
* GDScript: Fix extension comparison for exported scriptsDanil Alexeev2024-02-151-7/+10
* GDScript: Enable compression on exportGeorge Marques2024-02-081-2/+3
* GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-081-3/+23
* Re-architect how Android plugins are packaged and handled at export timeFredia Huya-Kouadio2023-07-181-1/+1
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-14/+26
* Remove references to compiled GDScript in exportGeorge Marques2023-01-201-4/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add support for scene/resource customization in export pluginsJuan Linietsky2022-09-011-0/+2
* Split up editor export code into multiple filesAaron Franke2022-07-261-1/+1
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Refactor module initializationreduz2022-05-041-31/+39
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Implement the ability to disable classesreduz2021-07-131-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-5/+5
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
* Add runner for GDScript testingGeorge Marques2021-04-081-4/+4
* Move GDSript annotation application after type-checkingGeorge Marques2021-03-301-1/+0
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde2020-12-151-0/+4
|\
| * GDScript: Refactor builtin functionsGeorge Marques2020-11-261-0/+4
* | Unregister GDScriptFunctionState classGeorge Marques2020-11-261-1/+0
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Adds PCK encryption support (using script encryption key for export).bruvzg2020-09-051-1/+1
* Register GDScript test tools as test commands to run via command-lineAndrii Doroshenko (Xrayez)2020-09-021-0/+28
* [GDScript] Add static HashMap cleanup.bruvzg2020-08-011-0/+4
* Refix GDScriptTranslationParser leakSkyJJ2020-07-291-1/+7
* Fix EditorTranslationParser leakSkyJJ2020-07-271-7/+1
* Reenable GDScript LSP serverGeorge Marques2020-07-201-6/+0
* Add GDScript cache singletonGeorge Marques2020-07-201-0/+8
* New GDScript tokenizer and parserGeorge Marques2020-07-201-58/+8
* Expose Syntax highlighter for editor pluginsPaulb232020-07-111-1/+6
* Add override keywords.Marcel Admiraal2020-07-101-1/+1
* Fix GDScriptEditorTranslationParserPlugin instance leakSkyJJ2020-07-061-1/+7
* Add translation parser plugin supportSkyJJ2020-07-021-0/+6
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-7/+12
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-8/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* GDScript: Disable LSP if either jsonrpc or websocket are disabledRémi Verschelde2019-08-281-5/+10
* Merge pull request #29780 from GodotExplorer/gdscript-lspRémi Verschelde2019-08-281-0/+7
|\
| * Add generate script api to dictionary supportGeequlim2019-08-111-1/+5
| * Add GDScript Language Protocol plugingeequlim2019-08-111-0/+3
* | Export: Remove temp files from cache after exportRémi Verschelde2019-08-121-0/+4
|/
* Merge pull request #24883 from akien-mga/resourceformat-unregisterRémi Verschelde2019-01-101-8/+4
|\
| * Consistency in resource format saver/loader de-registrationRémi Verschelde2019-01-101-8/+4