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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Merge pull request #89990 from dalexeev/gds-reset-uninit-local-vars
Rémi Verschelde
2024-04-24
1
-3
/
+3
|
\
|
*
GDScript: Fix uninitialized local variables not being reset
Danil Alexeev
2024-03-30
1
-3
/
+3
*
|
[GDScript] Clean up some unused code
A Thousand Ships
2024-04-16
1
-5
/
+1
|
/
*
GDScript: Lambda hotswap fixes
rune-scape
2024-01-04
1
-10
/
+10
*
GDScript: Lambda hot reloading
rune-scape
2023-10-17
1
-0
/
+35
*
GDScript: Fix some lambda bugs
Danil Alexeev
2023-09-14
1
-1
/
+1
*
GDScript: fix subclass methods not inheriting RPC info
ocean (they/them)
2023-09-11
1
-1
/
+1
*
Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exit
Rémi Verschelde
2023-06-21
1
-2
/
+3
|
\
|
*
GDScript: Reset local variables on exit from block
Danil Alexeev
2023-06-02
1
-2
/
+3
*
|
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-1
/
+2
|
/
*
Add support for static variables in GDScript
George Marques
2023-04-27
1
-0
/
+3
*
GDScript: Fix checking if a call is awaited in compiler
Dmitrii Maganov
2023-03-01
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add GDScript member initializer implicit type conversion
ocean (they/them)
2022-12-11
1
-0
/
+1
*
Fix incomplete shadowing of member properties by parameters
Dmitrii Maganov
2022-12-06
1
-0
/
+1
*
GDScript compiler subclass bugfixes
Rune
2022-11-13
1
-4
/
+4
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-4
/
+4
*
Add a new HashSet template
reduz
2022-05-20
1
-3
/
+3
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-7
/
+7
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
GDScript: Implement lambdas compilation and runtime
George Marques
2021-04-28
1
-1
/
+1
*
GDScript: Pool temporary values by type on the stack
George Marques
2021-04-14
1
-1
/
+1
*
Reduce number of addressing modes in GDScript VM
George Marques
2021-04-08
1
-1
/
+1
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-2
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
GDScript: Fix handling of scope for local variables
George Marques
2020-10-20
1
-9
/
+5
*
Prevent cyclic reference between script and its members
Pedro J. Estébanez
2020-09-10
1
-2
/
+2
*
Change GDScript compiler to use codegen abstraction
George Marques
2020-09-01
1
-90
/
+68
*
Wrap up GDScript 2.0 base implementation
George Marques
2020-07-22
1
-0
/
+1
*
Add support for properties
George Marques
2020-07-20
1
-0
/
+2
*
New GDScript tokenizer and parser
George Marques
2020-07-20
1
-7
/
+12
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-3
/
+6
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-4
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-2
/
+4
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-2
/
+2
*
GDScript: Don't re-evaluate index on assigment with operation
George Marques
2020-01-09
1
-3
/
+3
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fix GDScriptCompiler bugging out with identically-named inner class
Bojidar Marinov
2019-03-16
1
-5
/
+4
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Revert "Fix crash on signal/resume to dangling target"
Pedro J. Estébanez
2018-11-24
1
-5
/
+5
*
Fix crash on signal/resume to dangling target
Pedro J. Estébanez
2018-10-17
1
-5
/
+5
*
Use type information to enable GDScript introspection
George Marques
2018-07-20
1
-0
/
+3
*
Move inheritance resolution to the parser
George Marques
2018-07-20
1
-1
/
+7
*
Enable autoload in editor
George Marques
2018-05-01
1
-0
/
+3
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
GDScript: Refactor "GD" class prefix to "GDScript"
Rémi Verschelde
2017-11-16
1
-0
/
+157