index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
gdscript_compiler.h
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-11
Add GDScript member initializer implicit type conversion
ocean (they/them)
2022-12-06
Fix incomplete shadowing of member properties by parameters
Dmitrii Maganov
2022-11-13
GDScript compiler subclass bugfixes
Rune
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-04-28
GDScript: Implement lambdas compilation and runtime
George Marques
2021-04-14
GDScript: Pool temporary values by type on the stack
George Marques
2021-04-08
Reduce number of addressing modes in GDScript VM
George Marques
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-20
GDScript: Fix handling of scope for local variables
George Marques
2020-09-10
Prevent cyclic reference between script and its members
Pedro J. Estébanez
2020-09-01
Change GDScript compiler to use codegen abstraction
George Marques
2020-07-22
Wrap up GDScript 2.0 base implementation
George Marques
2020-07-20
Add support for properties
George Marques
2020-07-20
New GDScript tokenizer and parser
George Marques
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-01-09
GDScript: Don't re-evaluate index on assigment with operation
George Marques
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-03-16
Fix GDScriptCompiler bugging out with identically-named inner class
Bojidar Marinov
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-24
Revert "Fix crash on signal/resume to dangling target"
Pedro J. Estébanez
2018-10-17
Fix crash on signal/resume to dangling target
Pedro J. Estébanez
2018-07-20
Use type information to enable GDScript introspection
George Marques
2018-07-20
Move inheritance resolution to the parser
George Marques
2018-05-01
Enable autoload in editor
George Marques
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-11-16
GDScript: Refactor "GD" class prefix to "GDScript"
Rémi Verschelde