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
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
2019-04-16
Prevent using multiple class_name in a class
lupoDharkael
2019-03-04
Revert "Forbid implicit type conversion in GDScript"
Rémi Verschelde
2019-03-03
GDScript: Forbid implicit type conversion
George Marques
2019-03-03
Add a dependency search mode for GDScript parser
George Marques
2019-02-24
Merge pull request #25018 from AllanDaemon/#24895
George Marques
2019-02-20
GDScript: Remove unused `switch`, `case` and `do` CF keywords
Rémi Verschelde
2019-01-30
Fix many asan and ubsan reported issues
Hein-Pieter van Braam
2019-01-23
Fix #24895 (support for optional parameters in setters)
Allan Daemon
2019-01-16
GDScript: fix type-check of indexed values
George Marques
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-10-01
Fix various Clang 7 warnings about unused stuff
Rémi Verschelde
2018-09-27
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-26
GDScript: Allow `is` operator to test built-in types
George Marques
2018-08-14
Add custom icons to script classes.
Will Nations
2018-08-10
Added system for GDScript warnings
George Marques
2018-07-20
Add ability to infer variable type from assigned value
George Marques
2018-07-20
Add editor highlight for type-safe lines
George Marques
2018-07-20
Use type information to enable GDScript introspection
George Marques
2018-07-20
Add static type checks in the parser
George Marques
2018-07-20
Store type hint of declared identifiers
George Marques
2018-07-20
Move inheritance resolution to the parser
George Marques
2018-07-20
Add typing syntax
George Marques
2018-05-29
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-26
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-11-16
GDScript: Refactor "GD" class prefix to "GDScript"
Rémi Verschelde