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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove multilevel calls
George Marques
2020-07-24
1
-33
/
+0
*
Wrap up GDScript 2.0 base implementation
George Marques
2020-07-22
1
-20
/
+15
*
Reintroduce code completion
George Marques
2020-07-20
1
-1
/
+1
*
Add warning checks in GDScript analyzer
George Marques
2020-07-20
1
-12
/
+11
*
Add GDScript cache singleton
George Marques
2020-07-20
1
-0
/
+3
*
New GDScript tokenizer and parser
George Marques
2020-07-20
1
-310
/
+147
*
Revert "Include gdscript warning name in the warning message."
Ryan Roden-Corrent
2020-07-14
1
-32
/
+30
*
Include gdscript warning name in the warning message.
Ryan Roden-Corrent
2020-07-06
1
-30
/
+32
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-55
/
+108
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+9
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-146
/
+0
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-1
/
+2
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-4
/
+8
*
fixed: saving gdscript with cyclic inheritance crash the editor
Thakee Nathees
2020-05-10
1
-3
/
+26
*
Fix object leaks caused by unfulfilled yields
Pedro J. Estébanez
2020-05-05
1
-2
/
+18
*
Merge pull request #32534 from Xrayez/fix-dict2inst-init
Rémi Verschelde
2020-05-03
1
-7
/
+4
|
\
|
*
Make `dict2inst` to work with arbitrary `_init` parameters
Andrii Doroshenko (Xrayez)
2020-04-30
1
-7
/
+4
*
|
Merge pull request #38105 from AndreaCatania/AndreaCatania-patch-2
Fabio Alessandrelli
2020-05-01
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Removed noisy ERR check from Multiplayer API.
Andrea Catania
2020-04-22
1
-4
/
+4
*
|
Add ability to bind typed arrays to script API
Juan Linietsky
2020-04-21
1
-0
/
+18
*
|
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
1
-1
/
+1
|
/
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-30
/
+30
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-23
/
+23
*
Merge pull request #36599 from AndreaCatania/gen_rpc_data_export
Rémi Verschelde
2020-03-13
1
-46
/
+52
|
\
|
*
Generates the rpc and rset info for exported GDScript.
Andrea Catania
2020-02-28
1
-46
/
+52
*
|
Merge pull request #36723 from AndreaCatania/fix-rset
Rémi Verschelde
2020-03-13
1
-2
/
+2
|
\
\
|
*
|
Fixed rset method for gdscript and visual script
Andrea Catania
2020-03-02
1
-2
/
+2
*
|
|
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
1
-6
/
+6
|
/
/
*
|
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
1
-1
/
+1
*
|
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-122
/
+45
|
/
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-28
/
+28
*
GDScript: Remove self static reference and create one on calls
George Marques
2020-02-19
1
-1
/
+0
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-5
/
+5
*
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-15
1
-4
/
+5
*
Remove deprecated sync and slave networking keywords
Rémi Verschelde
2020-02-13
1
-2
/
+0
*
Optmized data sent during RPC and RSet calls.
Andrea Catania
2020-02-12
1
-24
/
+131
*
Merge pull request #35218 from bojidar-bg/26691-parse-error-errors
Rémi Verschelde
2020-01-16
1
-1
/
+1
|
\
|
*
Fix errors raised when showing parse errors in the editor
Bojidar Marinov
2020-01-16
1
-1
/
+1
*
|
Keep a weak reference to orphan subclasses to reuse on class reload
ChibiDenDen
2020-01-15
1
-3
/
+48
|
/
*
Add GDScript warning for standalone expression
George Marques
2020-01-09
1
-0
/
+4
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
GDScript: Convert values when setting member variables
George Marques
2019-12-13
1
-5
/
+16
*
Disable GDScript warning for unused class variable by default
George Marques
2019-12-11
1
-1
/
+2
*
Document how to bypass the unused argument/variable warning in message
Hugo Locurcio
2019-11-27
1
-5
/
+3
*
Add setting to exclude addons from script warnings
mashumafi
2019-11-07
1
-0
/
+1
*
GDScript: Avoid editor crashes when there's cyclic inheritance
George Marques
2019-11-01
1
-2
/
+2
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-7
/
+4
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-7
/
+4
*
|
Fix misc. source comment typos
luz.paz
2019-09-19
1
-1
/
+1
|
/
*
Make VarArg methods return types show up as Variant in API json
toasteater
2019-08-26
1
-1
/
+1
[next]