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
Age
Commit message (
Expand
)
Author
2020-09-18
Merge pull request #41930 from RandomShaper/fix_gdscript_leaks
Rémi Verschelde
2020-09-18
Fix typos with codespell
Rémi Verschelde
2020-09-14
Several documentation improvements
Danil Alexeev
2020-09-10
Ensure cyclic dependencies between scripts are broken at exit
Pedro J. Estébanez
2020-09-10
Prevent cyclic reference between script and its members
Pedro J. Estébanez
2020-09-09
GDScript: Fix MutexLock usage, fixes Clang 6 compat
Rémi Verschelde
2020-09-08
Merge pull request #41709 from ThakeeNathees/dictionary-indexing-bug-fix
Rémi Verschelde
2020-09-07
Merge pull request #38308 from bruvzg/sad_security_circus
Rémi Verschelde
2020-09-06
Merge pull request #41803 from ThakeeNathees/parameter-type-infer-bug-fix
Rémi Verschelde
2020-09-06
GDScript: parameter infer type bug fix
Thakee Nathees
2020-09-05
Adds PCK encryption support (using script encryption key for export).
bruvzg
2020-09-04
Merge pull request #41760 from ThakeeNathees/null-dereference-on-gdscript-fun...
Rémi Verschelde
2020-09-04
null pointer dereference at GDScriptFunction::call fix
Thakee Nathees
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
fixed parser error when indexing a dictionary.
Thakee Nathees
2020-09-03
Merge pull request #41459 from Paulb23/nested_color_regions
Rémi Verschelde
2020-09-02
Fix GDScript codegen leak.
bruvzg
2020-09-02
Register GDScript test tools as test commands to run via command-line
Andrii Doroshenko (Xrayez)
2020-09-02
Move GDScript tests to respective folder under modules
Andrii Doroshenko (Xrayez)
2020-09-01
Add GDScript disassembler
George Marques
2020-09-01
Change GDScript compiler to use codegen abstraction
George Marques
2020-09-01
Add GDScript code generation interface
George Marques
2020-09-01
GDScript: Don't mark function parameters as constant
George Marques
2020-09-01
GDScript: Properly set class inheritance for global classes
George Marques
2020-09-01
GDScript: Check for missing exponent when parsing numbers
George Marques
2020-09-01
GDScript: Fix analysis of singleton dependencies
George Marques
2020-09-01
GDScript: Allow "extends" to be used inside inner class
George Marques
2020-09-01
GDScript: Allow "self" to be used in class level
George Marques
2020-09-01
GDScript: Don't try to parse constant scripts that aren't valid
George Marques
2020-08-31
Add link titles for all links in the class reference
Hugo Locurcio
2020-08-28
Cross-reference GDScript built-in rounding methods to ease discovery
Hugo Locurcio
2020-08-28
Merge pull request #41547 from vnen/gdscript-2-fixes
Rémi Verschelde
2020-08-26
GDScript: Fix crash when parsing properties
George Marques
2020-08-26
GDScript: Show error when there's an inheritance cycle
George Marques
2020-08-26
GDScript: Add recursion depth limit for completion
George Marques
2020-08-26
GDScript: Fix crash when completing code with signals
George Marques
2020-08-26
GDScript: Fix issues when deriving from other scripts
George Marques
2020-08-25
Merge pull request #40443 from SkyLucilfer/PluralsSupport
Rémi Verschelde
2020-08-24
GDScript: Don't fail to load constants if they're not a literal
George Marques
2020-08-23
GDScript: Properly resolve external inner classes from preload
George Marques
2020-08-23
GDScript: Use pointer instead of references in cache
George Marques
2020-08-23
Merge pull request #41238 from MarianoGnu/gdscript-export-resource
George Marques
2020-08-22
Fix color region end key seach and start key order
Paulb23
2020-08-19
GDScript: Make subscript access be properly type checked
George Marques
2020-08-19
GDScript: Show error when function return type is missing
George Marques
2020-08-19
GDScript: Fix signal parameters not respecting commas
George Marques
2020-08-19
GDScript: Check duplicate keys in dictionaries and enums
George Marques
2020-08-19
GDScript: Allow preload() to be used with constant expressions
George Marques
2020-08-19
GDScript: Allow keywords to be used in $ notation
George Marques
2020-08-19
Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.
SkyJJ
[next]