summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-67/+67
* GDScript/C#: Tweak error message for invalid script type for objectRémi Verschelde2022-10-041-2/+2
* Load/update GDScript from disk on load if cache mode is CACHE_MODE_IGNORERindbee2022-09-241-1/+1
* Fix last_modified_time on scriptsYuri Rubinsky2022-09-121-2/+4
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-3/+3
* Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov2022-08-181-0/+43
* Fix script documentation method argument default valuesXwdit2022-08-101-1/+3
* Removed faulty function update after get_property_list.Hristo Stamenov2022-08-031-12/+30
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-1/+1
* Move editor paths into the EditorPaths classAaron Franke2022-07-291-2/+2
* Merge pull request #63049 from Faless/mp/4.x_as_moduleRémi Verschelde2022-07-281-18/+10
|\
| * [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-18/+10
* | fix(gdscript): Fix out of bounds crash after reloading member variablesAntonio Dell'Annunziata2022-07-281-2/+2
|/
* Fix missing method qualifiers in script docXwdit2022-07-241-0/+5
* Don't print redundant errors when parsing GDScriptDallon Feldner2022-07-221-3/+3
* Fix grouping annotations displayed in documentXwdit2022-07-151-0/+3
* Remove unused hintskobewi2022-07-121-1/+0
* Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...bruvzg2022-07-071-1/+1
* GDScript: Use implicit method for @onready variablesGeorge Marques2022-06-241-0/+16
* GDScript: Don't add implicit constructor to the list of functionsGeorge Marques2022-06-241-0/+4
* Make enum/constant binds 64-bit.bruvzg2022-06-171-1/+1
* Add a null checking to `GDScript::_super_implicit_constructor`Yuri Rubinsky2022-06-151-0/+1
* Merge pull request #57513 from trollodel/gdscript_get_propertyinfo_classnameGeorge Marques2022-06-151-0/+3
|\
| * Allow setting the PropertyInfo class_name from GDScripttrollodel2022-02-011-0/+3
* | Merge pull request #59943 from jordigcs/gdscript_warning_enumsRémi Verschelde2022-05-261-3/+7
|\ \
| * | Add enum values (Ignore, Warn, Error) to GDScript warningsjordi2022-04-061-3/+7
* | | Add a new HashSet templatereduz2022-05-201-4/+4
* | | Use range iterators for RBSet in most casesAaron Record2022-05-191-6/+6
* | | Merge pull request #55134 from KoBeWi/script_pillow_or_somethingRémi Verschelde2022-05-171-1/+1
|\ \ \
| * | | Always soft-reload scriptskobewi2021-11-191-1/+1
* | | | Replace most uses of Map by HashMapreduz2022-05-161-55/+55
* | | | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-7/+7
* | | | improved error msg for gdscript load_source_codeShimmyShaman2022-04-221-1/+7