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
2018-11-23
Merge pull request #23740 from ttencate/unused_argument_22139
Rémi Verschelde
2018-11-17
Check for valid values when checking for class members
George Marques
2018-11-16
Prevent unused_argument warning when passing arg to parent constructor
Thomas ten Cate
2018-11-11
Make enum values not be script constants if enum is named
George Marques
2018-11-06
Add missing flag for exported enum
Kanabenki
2018-11-04
Removed unnecessary assignments
Wilson E. Alvarez
2018-10-11
Do not make a function that returns Variant::NIL a void function. Fix #22791.
J08nY
2018-10-06
Remove redundant "== false" code
Aaron Franke
2018-10-03
Fix warnings on release builds (not DEBUG_ENABLED)
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-27
Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare]
Rémi Verschelde
2018-09-19
GDScript: Error on empty blocks at the end of file
George Marques
2018-09-19
GDScript: Forbid enum values to shadow constants
George Marques
2018-09-19
GDScript: Allow Object constants to be used with qualifier
George Marques
2018-09-16
test for depreciacion warnings only on debug builds
Mariusz Chwalba
2018-09-15
Add GDScript slave keyword deprecation warning.
Fabio Alessandrelli
2018-09-15
Clearly deprecate sync too in favor of remotesync.
Fabio Alessandrelli
2018-09-15
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-13
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-12
Misc. typos
luz.paz
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-27
Merge pull request #21449 from vnen/gdscript-builtin-is
Rémi Verschelde
2018-08-27
Merge pull request #21369 from Noshyaar/exportflag
Rémi Verschelde
2018-08-26
GDScript: Allow `is` operator to test built-in types
George Marques
2018-08-24
Deprecating bit flags export with no hint text
Poommetee Ketson
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-21
GDScript: Ignore unused arguments/local vars that start with _
George Marques
2018-08-21
GDScript: Forbid invalid identifiers in match bindings
George Marques
2018-08-14
Add custom icons to script classes.
Will Nations
2018-08-13
Remove usage console spam
Chaosus
2018-08-10
Added system for GDScript warnings
George Marques
2018-07-31
Allow some non-integer built-in constants in gdscript
Bernhard Liebl
2018-07-26
GDScript: Fix parse error in string formatting
George Marques
2018-07-25
GDScript: Add type inference syntax for function arguments
George Marques
2018-07-25
GDScript: Fix type detection for String formatting operator
George Marques
2018-07-25
GDScript: Allow accessing constants of outer classes
George Marques
2018-07-25
GDScript: Fix bogus error when a cursor token is found on class
George Marques
2018-07-25
GDScript: Fix mismatching between export hint and type hint
George Marques
2018-07-25
GDScript: Allow inherited method to add optional arguments
George Marques
2018-07-25
GDScript: Look up local scope first for detecting type
George Marques
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-20
Rewrite code completion
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
Fix line number detection in some parser nodes
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
[next]