summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_compiler.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Merge pull request #89990 from dalexeev/gds-reset-uninit-local-varsRémi Verschelde2024-04-241-3/+3
|\
| * GDScript: Fix uninitialized local variables not being resetDanil Alexeev2024-03-301-3/+3
* | [GDScript] Clean up some unused codeA Thousand Ships2024-04-161-5/+1
|/
* GDScript: Lambda hotswap fixesrune-scape2024-01-041-10/+10
* GDScript: Lambda hot reloadingrune-scape2023-10-171-0/+35
* GDScript: Fix some lambda bugsDanil Alexeev2023-09-141-1/+1
* GDScript: fix subclass methods not inheriting RPC infoocean (they/them)2023-09-111-1/+1
* Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exitRémi Verschelde2023-06-211-2/+3
|\
| * GDScript: Reset local variables on exit from blockDanil Alexeev2023-06-021-2/+3
* | Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-1/+2
|/
* Add support for static variables in GDScriptGeorge Marques2023-04-271-0/+3
* GDScript: Fix checking if a call is awaited in compilerDmitrii Maganov2023-03-011-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add GDScript member initializer implicit type conversionocean (they/them)2022-12-111-0/+1
* Fix incomplete shadowing of member properties by parametersDmitrii Maganov2022-12-061-0/+1
* GDScript compiler subclass bugfixesRune2022-11-131-4/+4
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-4/+4
* Add a new HashSet templatereduz2022-05-201-3/+3
* Replace most uses of Map by HashMapreduz2022-05-161-7/+7
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* GDScript: Implement lambdas compilation and runtimeGeorge Marques2021-04-281-1/+1
* GDScript: Pool temporary values by type on the stackGeorge Marques2021-04-141-1/+1
* Reduce number of addressing modes in GDScript VMGeorge Marques2021-04-081-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* GDScript: Fix handling of scope for local variablesGeorge Marques2020-10-201-9/+5
* Prevent cyclic reference between script and its membersPedro J. Estébanez2020-09-101-2/+2
* Change GDScript compiler to use codegen abstractionGeorge Marques2020-09-011-90/+68
* Wrap up GDScript 2.0 base implementationGeorge Marques2020-07-221-0/+1
* Add support for propertiesGeorge Marques2020-07-201-0/+2
* New GDScript tokenizer and parserGeorge Marques2020-07-201-7/+12
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-4/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-2/+4
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* GDScript: Don't re-evaluate index on assigment with operationGeorge Marques2020-01-091-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix GDScriptCompiler bugging out with identically-named inner classBojidar Marinov2019-03-161-5/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Revert "Fix crash on signal/resume to dangling target"Pedro J. Estébanez2018-11-241-5/+5
* Fix crash on signal/resume to dangling targetPedro J. Estébanez2018-10-171-5/+5
* Use type information to enable GDScript introspectionGeorge Marques2018-07-201-0/+3
* Move inheritance resolution to the parserGeorge Marques2018-07-201-1/+7
* Enable autoload in editorGeorge Marques2018-05-011-0/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde2017-11-161-0/+157