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_analyzer.cpp
Age
Commit message (
Expand
)
Author
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-15
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
Rémi Verschelde
2020-12-03
Merge pull request #44011 from KoBeWi/red_roses_minus_blue_violets
Rémi Verschelde
2020-12-03
Fix subtracting colors and quats
Tomasz Chabora
2020-12-02
Merge pull request #41095 from ThakeeNathees/GDScript-Documentation
Rémi Verschelde
2020-11-30
GDScript: Don't construct ref values in compiler
George Marques
2020-11-29
Documentation generation for GDScript
Thakee Nathees
2020-11-27
Merge pull request #43914 from ThakeeNathees/range-argument-type-bug-fix
Rémi Verschelde
2020-11-27
GDScript range function typecheck bug fixed
Thakee Nathees
2020-11-26
Merge pull request #43895 from vnen/gdscript-operators-fix
Rémi Verschelde
2020-11-26
GDScript: Improve handling of operators
George Marques
2020-11-26
GDScript: Don't clear depended parsers too soon
George Marques
2020-11-26
GDScript: Give an error if dependency can't be parsed
George Marques
2020-11-26
GDScript: Refactor builtin functions
George Marques
2020-11-25
GDScript: Fix range() being treated as array when optimized out
George Marques
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-11-07
Refactored variant setters/getters
reduz
2020-11-03
Merge pull request #41516 from Lunatoid/allow-object-new
Rémi Verschelde
2020-10-20
Merge pull request #41983 from ThakeeNathees/array-const-folding-bug-fix
George Marques
2020-09-18
Fix typos with codespell
Rémi Verschelde
2020-09-11
Array/Dictinoary no more reduced to array/dictionary variant
Thakee Nathees
2020-09-08
Merge pull request #41709 from ThakeeNathees/dictionary-indexing-bug-fix
Rémi Verschelde
2020-09-06
GDScript: parameter infer type bug fix
Thakee Nathees
2020-09-03
fixed parser error when indexing a dictionary.
Thakee Nathees
2020-09-02
Fixed ParseError when calling Object.new()
Lunatoid
2020-09-01
Change GDScript compiler to use codegen abstraction
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: Fix analysis of singleton dependencies
George Marques
2020-09-01
GDScript: Don't try to parse constant scripts that aren't valid
George Marques
2020-08-26
GDScript: Show error when there's an inheritance cycle
George Marques
2020-08-26
GDScript: Fix issues when deriving from other scripts
George Marques
2020-08-23
GDScript: Properly resolve external inner classes from preload
George Marques
2020-08-23
Merge pull request #41238 from MarianoGnu/gdscript-export-resource
George Marques
2020-08-19
GDScript: Make subscript access be properly type checked
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-18
GDScript: Allow enum values to be set to constant expressions
George Marques
2020-08-18
GDScript: Allow supertype objects to be assigned to a subtype variable
George Marques
2020-08-18
GDScript: Allow implicit type conversion when constructing variants
George Marques
2020-08-17
GDSript: Prevent crash when completing unary operators
George Marques
2020-08-17
GDScript: Fix wrong argument check for formatting operator
George Marques
2020-08-13
Fix GdScript Analyzier not detecting Resource subclass correctly
Mariano Suligoy
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
Merge pull request #40673 from ThakeeNathees/gdscript-op-eval-validation
George Marques
2020-08-08
Merge pull request #40951 from bruvzg/gds_cleanup
George Marques
2020-08-08
GDScript: Tidy up assignment operator check
George Marques
[next]