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_compiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
Rémi Verschelde
2020-12-15
1
-11
/
+14
|
\
|
*
GDScript: Refactor builtin functions
George Marques
2020-11-26
1
-11
/
+14
*
|
Fix base script not initialized properly in some cases
PouleyKetchoupp
2020-12-06
1
-5
/
+8
*
|
Merge pull request #41095 from ThakeeNathees/GDScript-Documentation
Rémi Verschelde
2020-12-02
1
-6
/
+69
|
\
\
|
*
|
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-3
/
+3
|
*
|
Documentation generation for GDScript
Thakee Nathees
2020-11-29
1
-6
/
+69
*
|
|
Merge pull request #41773 from ThakeeNathees/default-argument-override-buf-fix
George Marques
2020-12-02
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript default argument override bug fix
Thakee Nathees
2020-11-28
1
-1
/
+1
*
|
|
GDScript: Improve handling of operators
George Marques
2020-11-26
1
-13
/
+13
|
|
/
|
/
|
*
|
Merge pull request #43856 from vnen/gdscript-some-fixes
Rémi Verschelde
2020-11-25
1
-1
/
+1
|
\
\
|
*
|
GDScript: Fix return of cast expression on compilation
George Marques
2020-11-25
1
-1
/
+1
*
|
|
GDScript: Fix mishandling of stack pointers
George Marques
2020-11-25
1
-12
/
+24
|
/
/
*
|
GDScript: Add faster call instructions for builtin methods
George Marques
2020-11-21
1
-0
/
+2
*
|
GDScript: Add faster call instructions for native methods
George Marques
2020-11-21
1
-2
/
+77
*
|
GDScript: Fix native class not set with inheritance
George Marques
2020-11-13
1
-0
/
+2
|
/
*
Prevent cyclic reference between script and its members
Pedro J. Estébanez
2020-09-10
1
-9
/
+15
*
Fix GDScript codegen leak.
bruvzg
2020-09-02
1
-0
/
+7
*
Change GDScript compiler to use codegen abstraction
George Marques
2020-09-01
1
-1664
/
+980
*
GDScript: Fix issues when deriving from other scripts
George Marques
2020-08-26
1
-6
/
+17
*
GDScript: Don't fail to load constants if they're not a literal
George Marques
2020-08-24
1
-5
/
+1
*
GDScript: Allow "new()" to be called in non-static functions
George Marques
2020-07-24
1
-1
/
+1
*
Wrap up GDScript 2.0 base implementation
George Marques
2020-07-22
1
-133
/
+159
*
Reintroduce code completion
George Marques
2020-07-20
1
-4
/
+5
*
Add new GDScript type checker
George Marques
2020-07-20
1
-3
/
+7
*
Add support for properties
George Marques
2020-07-20
1
-27
/
+259
*
New GDScript tokenizer and parser
George Marques
2020-07-20
1
-977
/
+1495
*
Merge pull request #38067 from ThakeeNathees/elif-error-line-fixed
Rémi Verschelde
2020-06-17
1
-0
/
+4
|
\
|
*
GDScript debugger incorrect error line fixed
Thakee Nathees
2020-06-17
1
-0
/
+4
*
|
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-98
/
+195
*
|
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
|
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-108
/
+0
*
|
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-10
/
+30
*
|
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-21
/
+42
|
/
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-14
/
+14
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
1
-2
/
+2
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-2
/
+2
*
Keep a weak reference to orphan subclasses to reuse on class reload
ChibiDenDen
2020-01-15
1
-2
/
+8
*
Add fully_qualified_name for GDScript class
Dani Frank
2020-01-14
1
-0
/
+4
*
GDScript: Don't re-evaluate index on assigment with operation
George Marques
2020-01-09
1
-7
/
+9
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
GDScript: Fix type conversion in assignment with operation
George Marques
2019-12-13
1
-1
/
+1
*
Merge pull request #32150 from luzpaz/typos
Rémi Verschelde
2019-09-20
1
-1
/
+1
|
\
|
*
Fix misc. source comment typos
luz.paz
2019-09-19
1
-1
/
+1
*
|
GDScript: add an optional message parameter to assert()
Mitch Curtis
2019-09-11
1
-0
/
+8
|
/
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-09
1
-4
/
+2
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-2
/
+0
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Fix GDSCript inner classes be freed after compile
geequlim
2019-06-02
1
-4
/
+4
*
Fix `as` operator generating opcode 38 errors
Bojidar Marinov
2019-04-10
1
-5
/
+18
[next]