summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add error message when a GDScript resource fails to load.ocean (they/them)2023-07-311-0/+5
* Support threads in the script debuggerJuan Linietsky2023-07-261-23/+18
* GDScript: solve `_populate_class_members()` cyclic dependency problemocean (they/them)2023-07-081-1/+1
* GDScript: Remove unnecessary name check in `_get_property_list()`Danil Alexeev2023-06-221-3/+5
* Fix errors destroying script with static variablesjpcerrone2023-06-211-1/+1
* GDScript: Fix `_get_script_name()` function collision for SCU buildDanil Alexeev2023-06-201-2/+26
* Merge pull request #77129 from dalexeev/gds-fix-static-var-bugs-part-1Rémi Verschelde2023-06-191-102/+177
|\
| * GDScript: Fix some bugs with static variables and functionsDanil Alexeev2023-06-161-102/+177
* | Merge pull request #76954 from Rindbee/return-null-on-fail-load-scriptRémi Verschelde2023-06-191-10/+2
|\ \ | |/ |/|
| * Returns null and does not cache when the source code of the script fails to loadRindbee2023-06-151-10/+2
* | Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-10/+14
|/
* Clear SelfList when destroying GDScriptLanguagekobewi2023-06-121-0/+2
* GDScript: Fix template_debug compilation with TOOLS/DEBUG macro mismatchRémi Verschelde2023-04-281-2/+2
* Add support for static variables in GDScriptGeorge Marques2023-04-271-6/+121
* Improve and fix GDScript documentation generation & behaviorocean (they/them)2023-04-211-166/+11
* GDScript: Change parser representation of class extendsDmitrii Maganov2023-03-131-3/+3
* Prevent cache corruption when saving resources in the editorYuri Sizov2023-03-081-2/+4
* Remove unused `ScriptLanguage` methodsvoidedWarranties2023-02-261-5/+0
* Merge pull request #72867 from vnen/gdscript-limit-call-depthYuri Sizov2023-02-171-1/+1
|\
| * GDScript: Add limit to call depthGeorge Marques2023-02-071-1/+1
* | GDScript: Remove `treat_warnings_as_errors` project settingDanil Alexeev2023-02-101-1/+0
|/
* Merge pull request #65910 from KoBeWi/gdsusRémi Verschelde2023-02-031-2/+12
|\
| * Cleanup function state connections when destroying instancekobewi2022-12-021-2/+12
* | Merge pull request #72444 from reduz/fix-global-class-parsingRémi Verschelde2023-01-311-13/+83
|\ \
| * | Fix global script class parsing.Juan Linietsky2023-01-311-13/+83
* | | GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-35/+14
|/ /
* | GDScript: Avoid calling non-static methods on native classesGeorge Marques2023-01-281-1/+1
* | GDScript: Allow constant expressions in annotationsDanil Alexeev2023-01-251-79/+21
* | Merge pull request #71687 from reduz/support-script-class-name-in-efsRémi Verschelde2023-01-211-0/+4
|\ \
| * | Support script global resource name in EditorFileSystemJuan Linietsky2023-01-211-0/+4
* | | Remove references to compiled GDScript in exportGeorge Marques2023-01-201-18/+1
|/ /
* | Add default virtual `gdscript://` path to `GDScript` instancesAdam Scott2023-01-121-1/+3
* | Resolve `GDScript::clear()` `heap-use-after-free` ASAN errorsAdam Scott2023-01-071-32/+45
* | Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde2023-01-061-6/+2
|\ \
| * | Add PropertyInfo overload for GLOBAL_DEFkobewi2022-12-111-6/+2
* | | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* | | Merge pull request #70503 from rune-scape/inner-class-docsRémi Verschelde2023-01-031-0/+4
|\ \ \
| * | | Inner classes get their docs backrune-scape2022-12-231-0/+4
* | | | Unify GDScriptAnalyzer in-editor and runtime autoload checksocean (they/them)2022-12-201-0/+10
|/ / /
* | | Merge pull request #70000 from rune-scape/find-more-classesRémi Verschelde2022-12-171-10/+16
|\ \ \
| * | | GDScript: Fix built-in script and other `find_class` bugsrune-scape2022-12-151-10/+16
* | | | Fix `GDScript::_get_gdscript_from_variant()` crashAdam Scott2022-12-151-6/+1
|/ / /
* / / Add GDScript member initializer implicit type conversionocean (they/them)2022-12-111-0/+1
|/ /
* | Remove debug macro for GDScriptLanguage script_listAdam Scott2022-12-101-4/+0
* | Merge pull request #69467 from rune-scape/rune-subclass-script-pathRémi Verschelde2022-12-101-6/+12
|\ \
| * | GDScript: Fix subclass script path issuesrune-scape2022-12-011-6/+12
| |/
* / Move GDScript uninitialization to `GDScriptLanguage::finalize()`Adam Scott2022-12-061-30/+36
|/
* Fix cyclic references in GDScript 2.0Adam Scott2022-11-181-31/+254
* GDScript compiler subclass bugfixesRune2022-11-131-74/+66
* Fix built-in script path of GDScriptWei Guo2022-10-251-0/+5