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
*
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
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-09
1
-24
/
+9
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-1
/
+1
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Merge pull request #27886 from LeonardMeagher2/obj_to_string
Rémi Verschelde
2019-05-20
1
-0
/
+22
|
\
|
*
Allow overriding how scripted objects are converted to strings
Leonard Meagher
2019-05-03
1
-0
/
+22
*
|
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
*
|
Fix slight issues with autocompletion and member lists in GDScript
Bojidar Marinov
2019-05-02
1
-1
/
+1
*
|
GDScript: add variable shadowing warning
lupoDharkael
2019-04-15
1
-0
/
+5
|
/
*
Replace a few #if/#elif with #ifdef and "#elif defined"
Ignacio Etcheverry
2019-04-05
1
-1
/
+1
*
Fix typo in GDScript narrowing conversion warning message
Hugo Locurcio
2019-03-08
1
-1
/
+1
*
Close file handles after use of new get_as_utf8_strings, fixes #26578
Juan Linietsky
2019-03-04
1
-3
/
+4
*
Add a dependency search mode for GDScript parser
George Marques
2019-03-03
1
-49
/
+87
[next]