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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Documentation generation for GDScript
Thakee Nathees
2020-11-29
1
-0
/
+38
|
/
/
*
/
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-11
/
+11
|
/
*
Change GDScript compiler to use codegen abstraction
George Marques
2020-09-01
1
-0
/
+2
*
GDScript: Allow enum values to be set to constant expressions
George Marques
2020-08-18
1
-1
/
+4
*
Merge pull request #41055 from snichols/null-callee-fix
Rémi Verschelde
2020-08-11
1
-0
/
+8
|
\
|
*
Fixing null callee crash.
Stephen Nichols
2020-08-05
1
-0
/
+8
*
|
[GDScript] Add static HashMap cleanup.
bruvzg
2020-08-01
1
-0
/
+1
|
/
*
Wrap up GDScript 2.0 base implementation
George Marques
2020-07-22
1
-4
/
+32
*
Reintroduce code completion
George Marques
2020-07-20
1
-1
/
+59
*
Reenable GDScript LSP server
George Marques
2020-07-20
1
-0
/
+29
*
Added support for enums to be used as types in GDScript
George Marques
2020-07-20
1
-3
/
+9
*
Add warning checks in GDScript analyzer
George Marques
2020-07-20
1
-6
/
+56
*
Add new GDScript type checker
George Marques
2020-07-20
1
-1
/
+4
*
Add better local variable detection in GDScript parser
George Marques
2020-07-20
1
-16
/
+128
*
Add support for properties
George Marques
2020-07-20
1
-0
/
+22
*
New GDScript tokenizer and parser
George Marques
2020-07-20
1
-492
/
+829
*
break, continue outside of a loop, match statement handled
Thakee Nathees
2020-05-15
1
-0
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-2
/
+4
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-6
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-68
/
+67
*
regression: static func can't access const fix
Thakee Nathees
2020-05-13
1
-1
/
+1
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-2
/
+4
*
Merge pull request #37020 from aaronfranke/range
Rémi Verschelde
2020-05-10
1
-1
/
+1
|
\
|
*
Change get_completion_identifier_is_function to return a bool
Aaron Franke
2020-05-09
1
-1
/
+1
*
|
more clearer unexpected statement end error messages
Thakee Nathees
2020-05-10
1
-0
/
+1
|
/
*
export var type reduce() implemented
Thakee Nathees
2020-04-27
1
-0
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-12
/
+12
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Allow mixed tabs and spaces when indentation does not depend on tab size
Bojidar Marinov
2019-10-25
1
-1
/
+21
*
Merge pull request #31921 from bojidar-bg/28978-uninitialized-array-value
Rémi Verschelde
2019-09-19
1
-0
/
+1
|
\
|
*
Fix uninitialized arrays and dictionaries retaining value
Bojidar Marinov
2019-09-03
1
-0
/
+1
*
|
GDScript: add an optional message parameter to assert()
Mitch Curtis
2019-09-11
1
-1
/
+6
|
/
*
Add GDScript Language Protocol plugin
geequlim
2019-08-11
1
-0
/
+1
*
Merge pull request #30289 from bojidar-bg/29586-class-name-constant
Rémi Verschelde
2019-07-03
1
-1
/
+1
|
\
|
*
Fix inheriting from class_name messing up constants
Bojidar Marinov
2019-07-03
1
-1
/
+1
*
|
Fix parsing of arguments in constant expressions
Bojidar Marinov
2019-07-03
1
-1
/
+1
|
/
*
Prevent using multiple class_name in a class
lupoDharkael
2019-04-16
1
-0
/
+2
*
Revert "Forbid implicit type conversion in GDScript"
Rémi Verschelde
2019-03-04
1
-1
/
+1
*
GDScript: Forbid implicit type conversion
George Marques
2019-03-03
1
-1
/
+1
*
Add a dependency search mode for GDScript parser
George Marques
2019-03-03
1
-1
/
+5
*
Merge pull request #25018 from AllanDaemon/#24895
George Marques
2019-02-24
1
-0
/
+1
|
\
|
*
Fix #24895 (support for optional parameters in setters)
Allan Daemon
2019-01-23
1
-0
/
+1
*
|
GDScript: Remove unused `switch`, `case` and `do` CF keywords
Rémi Verschelde
2019-02-20
1
-1
/
+0
*
|
Fix many asan and ubsan reported issues
Hein-Pieter van Braam
2019-01-30
1
-0
/
+2
|
/
*
GDScript: fix type-check of indexed values
George Marques
2019-01-16
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix various Clang 7 warnings about unused stuff
Rémi Verschelde
2018-10-01
1
-1
/
+0
*
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
1
-0
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
*
GDScript: Allow `is` operator to test built-in types
George Marques
2018-08-26
1
-0
/
+1
[prev]
[next]