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
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-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-18
Fix typos with codespell
Rémi Verschelde
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
2020-08-05
Adding error message for empty grouping expression
Stephen Nichols
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-07-04
Fix: editor crash on super constructor called
Thakee Nathees
2020-06-16
Merge pull request #39275 from ThakeeNathees/shadowed-warning-for-loop-counter
Rémi Verschelde
2020-06-16
Merge pull request #39314 from ThakeeNathees/debugger-incorrect-line-fix
Rémi Verschelde
2020-06-05
Merge pull request #39301 from Calinou/fix-argument-parameter-confusion
Rémi Verschelde
2020-06-05
Debugger stepping to incorrect line fix
Thakee Nathees
2020-06-04
Tweak the GDScript error message about passed argument type mismatch
Hugo Locurcio
2020-06-04
predefined var check for `for` loop counter
Thakee Nathees
2020-06-04
shodowed var warning for `for` loop counter
Thakee Nathees
2020-05-21
Merge pull request #33689 from jbuck3/signal-error
Rémi Verschelde
[next]