index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
gdscript_parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not make a function that returns Variant::NIL a void function. Fix #22791.
J08nY
2018-10-11
1
-1
/
+7
*
Remove redundant "== false" code
Aaron Franke
2018-10-06
1
-1
/
+1
*
Fix warnings on release builds (not DEBUG_ENABLED)
Rémi Verschelde
2018-10-03
1
-1
/
+3
*
Fix various Clang 7 warnings about unused stuff
Rémi Verschelde
2018-10-01
1
-1
/
+1
*
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
1
-2
/
+12
*
Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare]
Rémi Verschelde
2018-09-27
1
-1
/
+1
*
GDScript: Error on empty blocks at the end of file
George Marques
2018-09-19
1
-2
/
+6
*
GDScript: Forbid enum values to shadow constants
George Marques
2018-09-19
1
-0
/
+20
*
GDScript: Allow Object constants to be used with qualifier
George Marques
2018-09-19
1
-3
/
+15
*
test for depreciacion warnings only on debug builds
Mariusz Chwalba
2018-09-16
1
-0
/
+2
*
Add GDScript slave keyword deprecation warning.
Fabio Alessandrelli
2018-09-15
1
-0
/
+1
*
Clearly deprecate sync too in favor of remotesync.
Fabio Alessandrelli
2018-09-15
1
-1
/
+1
*
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-15
1
-6
/
+7
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-9
/
+9
|
\
|
*
Misc. typos
luz.paz
2018-09-12
1
-9
/
+9
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-5
/
+4
|
/
*
Merge pull request #21449 from vnen/gdscript-builtin-is
Rémi Verschelde
2018-08-27
1
-3
/
+38
|
\
|
*
GDScript: Allow `is` operator to test built-in types
George Marques
2018-08-26
1
-3
/
+38
*
|
Merge pull request #21369 from Noshyaar/exportflag
Rémi Verschelde
2018-08-27
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Deprecating bit flags export with no hint text
Poommetee Ketson
2018-08-24
1
-2
/
+3
*
|
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-3
/
+0
|
/
*
GDScript: Ignore unused arguments/local vars that start with _
George Marques
2018-08-21
1
-5
/
+7
*
GDScript: Forbid invalid identifiers in match bindings
George Marques
2018-08-21
1
-4
/
+12
*
Add custom icons to script classes.
Will Nations
2018-08-14
1
-0
/
+26
*
Remove usage console spam
Chaosus
2018-08-13
1
-1
/
+0
*
Added system for GDScript warnings
George Marques
2018-08-10
1
-32
/
+397
*
Allow some non-integer built-in constants in gdscript
Bernhard Liebl
2018-07-31
1
-2
/
+2
*
GDScript: Fix parse error in string formatting
George Marques
2018-07-26
1
-1
/
+1
*
GDScript: Add type inference syntax for function arguments
George Marques
2018-07-25
1
-11
/
+19
*
GDScript: Fix type detection for String formatting operator
George Marques
2018-07-25
1
-0
/
+3
*
GDScript: Allow accessing constants of outer classes
George Marques
2018-07-25
1
-0
/
+3
*
GDScript: Fix bogus error when a cursor token is found on class
George Marques
2018-07-25
1
-0
/
+3
*
GDScript: Fix mismatching between export hint and type hint
George Marques
2018-07-25
1
-0
/
+2
*
GDScript: Allow inherited method to add optional arguments
George Marques
2018-07-25
1
-3
/
+30
*
GDScript: Look up local scope first for detecting type
George Marques
2018-07-25
1
-22
/
+20
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-16
/
+16
*
Rewrite code completion
George Marques
2018-07-20
1
-17
/
+22
*
Add ability to infer variable type from assigned value
George Marques
2018-07-20
1
-3
/
+46
*
Add editor highlight for type-safe lines
George Marques
2018-07-20
1
-99
/
+175
*
Fix line number detection in some parser nodes
George Marques
2018-07-20
1
-4
/
+14
*
Use type information to enable GDScript introspection
George Marques
2018-07-20
1
-0
/
+50
*
Add static type checks in the parser
George Marques
2018-07-20
1
-203
/
+2800
*
Store type hint of declared identifiers
George Marques
2018-07-20
1
-16
/
+33
*
Move inheritance resolution to the parser
George Marques
2018-07-20
1
-4
/
+237
*
Add typing syntax
George Marques
2018-07-20
1
-2
/
+87
*
Global class names (and GDScript support for it)
Juan Linietsky
2018-07-15
1
-0
/
+27
*
Add proper type information to array property
Bojidar Marinov
2018-06-18
1
-1
/
+1
*
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-29
1
-2
/
+33
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
1
-7
/
+7
*
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
1
-40
/
+9
[next]