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_parser.cpp
Age
Commit message (
Expand
)
Author
2021-03-30
GDScript: Implement export of typed arrays
George Marques
2021-03-30
GDScript: Allow export of enum variables
George Marques
2021-03-30
GDScript: Show error on invalid initializer expression
George Marques
2021-03-30
Move GDSript annotation application after type-checking
George Marques
2021-03-29
Add typed arrays to GDScript
George Marques
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-03-10
Implement Navigation layers
Gilles Roudière
2021-03-02
Merge pull request #42029 from ThakeeNathees/export-type-infer-bug-fix
George Marques
2021-03-02
Merge pull request #41897 from strank/not-in-conditional-done
Rémi Verschelde
2021-01-11
Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixed
Rémi Verschelde
2021-01-11
Merge pull request #44818 from ThakeeNathees/const-crash-fix
Rémi Verschelde
2021-01-11
Merge pull request #45076 from ThakeeNathees/gdscript-operator-precedence-bug...
Rémi Verschelde
2021-01-10
GDScript operator `+` `-` precedence bug fix
Thakee Nathees
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-30
GDScript crash at incomplete const bug fix
Thakee Nathees
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-27
GDScript assert message parsing bug fixed
Thakee Nathees
2020-12-15
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
Rémi Verschelde
2020-12-02
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-11-29
Documentation generation for GDScript
Thakee Nathees
2020-11-27
Merge pull request #43500 from AndreaCatania/gds_fixes
Rémi Verschelde
2020-11-27
Merge pull request #43226 from mateosss/unreachable-prop-crash
George Marques
2020-11-26
GDScript: Refactor builtin functions
George Marques
2020-11-13
Fixes crash when returns .
Andrea Catania
2020-11-10
Fix completion for built-in load function
Gustav
2020-11-09
Variant: Rename Type::_RID to Type::RID
Rémi Verschelde
2020-11-09
Refactored variant constructor logic
reduz
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-30
Fix crash due to unreachable code in properties
Mateo de Mayo
2020-09-21
Add a "not in" operator to GDScript.
strank
2020-09-18
Fix typos with codespell
Rémi Verschelde
2020-09-13
GDScript export array/dictionary type infer bug fix
Thakee Nathees
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-01
Change GDScript compiler to use codegen abstraction
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-08-26
GDScript: Fix crash when parsing properties
George Marques
2020-08-26
GDScript: Fix issues when deriving from other scripts
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-18
GDScript: Allow enum values to be set to constant expressions
George Marques
2020-08-17
GDScript: Allow empty files to be valid scripts
George Marques
2020-08-17
GDScript: Fix crash when superclass file is non-existent
George Marques
2020-08-17
GDScript: Fix editor crash when writing @tool annotation
George Marques
2020-08-12
Merge pull request #41104 from vnen/gdscript-assignment-tidy
George Marques
2020-08-11
Merge pull request #41055 from snichols/null-callee-fix
Rémi Verschelde
2020-08-08
GDScript: Tidy up assignment operator check
George Marques
[next]