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.cpp
Age
Commit message (
Expand
)
Author
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-07-01
Remove unnecessary code and add some error explanations
qarmin
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-02
Fix GDSCript inner classes be freed after compile
geequlim
2019-04-10
Fix `as` operator generating opcode 38 errors
Bojidar Marinov
2019-03-27
Merge pull request #27128 from bojidar-bg/27111-gdscript-confounding-class
Rémi Verschelde
2019-03-16
Fix GDScriptCompiler bugging out with identically-named inner class
Bojidar Marinov
2019-03-14
Fix duplicated lines in GDScript bytecode
Bojidar Marinov
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
GDScript: Remove unused `switch`, `case` and `do` CF keywords
Rémi Verschelde
2019-01-17
GDScript compiler: check if subclass exists before comparison
George Marques
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-28
Fix many errors found by PVS-Studio
Aaron Franke
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-09-19
GDScript: Fix stack address test in compiler
George Marques
2018-09-12
Misc. typos
luz.paz
2018-08-27
Merge pull request #21449 from vnen/gdscript-builtin-is
Rémi Verschelde
2018-08-26
GDScript: Allow `is` operator to test built-in types
George Marques
2018-08-26
Fixes several resource leaks in ...
Crazy-P
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-21
GDSCript: Fix cyclic class dependency detection
George Marques
2018-07-25
GDScript: Fix main script detection
George Marques
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-20
Use type information to enable GDScript introspection
George Marques
2018-07-20
Add typed instructions to GDScript
George Marques
2018-07-20
Add static type checks in the parser
George Marques
2018-07-20
Move inheritance resolution to the parser
George Marques
2018-07-20
Add typing syntax
George Marques
2018-07-18
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-07-15
Global class names (and GDScript support for it)
Juan Linietsky
2018-06-18
Fix onready vars / vars accessing class members if _ready / _init not present
Marcin Zawiejski
2018-05-23
Fix positive operator in GDScript compiler
George Marques
2018-05-01
Enable autoload in editor
George Marques
2018-02-21
Fix typos with codespell
luz.paz
2018-01-20
Allow shadowing class members with local variables in GDScript, closes #15896
Juan Linietsky
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-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-11-20
Allow to extends constant variable
sanikoyes
2017-11-16
GDScript: Refactor "GD" class prefix to "GDScript"
Rémi Verschelde