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.h
Age
Commit message (
Expand
)
Author
2021-03-30
GDScript: Allow export of enum variables
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-02
Merge pull request #41897 from strank/not-in-conditional-done
Rémi Verschelde
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-11
Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixed
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-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-26
GDScript: Refactor builtin functions
George Marques
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-21
Add a "not in" operator to GDScript.
strank
2020-09-01
Change GDScript compiler to use codegen abstraction
George Marques
2020-08-18
GDScript: Allow enum values to be set to constant expressions
George Marques
2020-08-11
Merge pull request #41055 from snichols/null-callee-fix
Rémi Verschelde
2020-08-05
Fixing null callee crash.
Stephen Nichols
2020-08-01
[GDScript] Add static HashMap cleanup.
bruvzg
2020-07-22
Wrap up GDScript 2.0 base implementation
George Marques
2020-07-20
Reintroduce code completion
George Marques
2020-07-20
Reenable GDScript LSP server
George Marques
2020-07-20
Added support for enums to be used as types in GDScript
George Marques
2020-07-20
Add warning checks in GDScript analyzer
George Marques
2020-07-20
Add new GDScript type checker
George Marques
2020-07-20
Add better local variable detection in GDScript parser
George Marques
2020-07-20
Add support for properties
George Marques
2020-07-20
New GDScript tokenizer and parser
George Marques
2020-05-15
break, continue outside of a loop, match statement handled
Thakee Nathees
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-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-13
regression: static func can't access const fix
Thakee Nathees
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
Merge pull request #37020 from aaronfranke/range
Rémi Verschelde
2020-05-10
more clearer unexpected statement end error messages
Thakee Nathees
2020-05-09
Change get_completion_identifier_is_function to return a bool
Aaron Franke
2020-04-27
export var type reduce() implemented
Thakee Nathees
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-10-25
Allow mixed tabs and spaces when indentation does not depend on tab size
Bojidar Marinov
2019-09-19
Merge pull request #31921 from bojidar-bg/28978-uninitialized-array-value
Rémi Verschelde
2019-09-11
GDScript: add an optional message parameter to assert()
Mitch Curtis
2019-09-03
Fix uninitialized arrays and dictionaries retaining value
Bojidar Marinov
2019-08-11
Add GDScript Language Protocol plugin
geequlim
2019-07-03
Merge pull request #30289 from bojidar-bg/29586-class-name-constant
Rémi Verschelde
2019-07-03
Fix inheriting from class_name messing up constants
Bojidar Marinov
2019-07-03
Fix parsing of arguments in constant expressions
Bojidar Marinov
[next]