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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #51456 from SaracenOne/super_init_fix
George Marques
2021-09-10
1
-0
/
+1
|
\
|
*
Automatically call the _init function on base class if one does not exist.
SaracenOne
2021-08-10
1
-0
/
+1
*
|
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
1
-3
/
+3
|
/
*
[Net] Single `rpc` annotation. "sync" no longer part of mode.
Fabio Alessandrelli
2021-07-20
1
-1
/
+0
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-4
/
+4
*
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-19
1
-1
/
+1
*
Fix slow load/save of scenes with many instances of the same script
Pedro J. Estébanez
2021-06-13
1
-1
/
+1
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-5
/
+5
*
[Net] Refactor RPCs, remove RSETs
Fabio Alessandrelli
2021-06-01
1
-24
/
+3
*
Highlight control flow keywords with a different color
Hugo Locurcio
2021-05-05
1
-0
/
+1
*
GDScript: Implement lambdas compilation and runtime
George Marques
2021-04-28
1
-0
/
+1
*
Improve resource load cache
reduz
2021-02-11
1
-1
/
+1
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-8
/
+8
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
Rémi Verschelde
2020-12-15
1
-2
/
+2
|
\
|
*
GDScript: Refactor builtin functions
George Marques
2020-11-26
1
-2
/
+2
*
|
Constify ScriptLanguage.can_inherit_from_file
Emmanuel Leblond
2020-12-08
1
-1
/
+1
*
|
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-1
/
+2
*
|
Documentation generation for GDScript
Thakee Nathees
2020-11-29
1
-2
/
+28
|
/
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
GDScript: Properly resolve external inner classes from preload
George Marques
2020-08-23
1
-0
/
+1
*
Remove multilevel calls
George Marques
2020-07-24
1
-5
/
+0
*
Add warning checks in GDScript analyzer
George Marques
2020-07-20
1
-46
/
+0
*
New GDScript tokenizer and parser
George Marques
2020-07-20
1
-1
/
+3
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-38
/
+38
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-8
/
+13
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-8
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-5
/
+5
*
fixed: saving gdscript with cyclic inheritance crash the editor
Thakee Nathees
2020-05-10
1
-1
/
+1
*
Fix object leaks caused by unfulfilled yields
Pedro J. Estébanez
2020-05-05
1
-0
/
+6
*
Add ability to bind typed arrays to script API
Juan Linietsky
2020-04-21
1
-0
/
+2
*
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-4
/
+4
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-5
/
+5
*
Merge pull request #36599 from AndreaCatania/gen_rpc_data_export
Rémi Verschelde
2020-03-13
1
-0
/
+1
|
\
|
*
Generates the rpc and rset info for exported GDScript.
Andrea Catania
2020-02-28
1
-0
/
+1
*
|
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
1
-6
/
+8
*
|
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
-1
/
+1
|
/
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-4
/
+4
*
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
-1
/
+1
*
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-15
1
-0
/
+1
*
Optmized data sent during RPC and RSet calls.
Andrea Catania
2020-02-12
1
-0
/
+23
*
Keep a weak reference to orphan subclasses to reuse on class reload
ChibiDenDen
2020-01-15
1
-0
/
+7
*
Add fully_qualified_name for GDScript class
Dani Frank
2020-01-14
1
-0
/
+1
*
Add GDScript warning for standalone expression
George Marques
2020-01-09
1
-0
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Parse more informations for code completion
Geequlim
2019-07-04
1
-1
/
+1
*
Unexpose subclasses of ResourceFormatLoader and -Saver
Rémi Verschelde
2019-06-18
1
-2
/
+0
[next]