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
/
gdnative
/
pluginscript
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused GDNative code
Rémi Verschelde
2022-03-09
11
-1815
/
+0
*
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
10
-20
/
+20
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
2
-7
/
+6
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-7
/
+0
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-2
/
+0
*
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
4
-8
/
+8
*
Implement inherits_script() for NativeScript and PluginScript
Pedro J. Estébanez
2021-08-02
1
-3
/
+14
*
Implement the ability to disable classes
reduz
2021-07-13
1
-1
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
2
-10
/
+10
*
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-19
2
-6
/
+15
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-2
/
+2
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
4
-4
/
+4
*
[Net] Refactor RPCs, remove RSETs
Fabio Alessandrelli
2021-06-01
4
-146
/
+10
*
Check for _language in PluginScript.instance_has
Paweł Fertyk
2021-05-30
1
-0
/
+2
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-1
/
+1
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-2
/
+2
*
Highlight control flow keywords with a different color
Hugo Locurcio
2021-05-05
2
-0
/
+5
*
Add support for _to_string virtual function overwrite in Pluginscript
Emmanuel Leblond
2021-03-27
2
-0
/
+8
*
Improve resource load cache
reduz
2021-02-11
2
-2
/
+2
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-3
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
10
-20
/
+20
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
Merge pull request #44190 from touilleMan/constify-ScriptLanguage.can_inherit...
Rémi Verschelde
2020-12-08
2
-2
/
+2
|
\
|
*
Constify ScriptLanguage.can_inherit_from_file
Emmanuel Leblond
2020-12-08
2
-2
/
+2
*
|
Merge pull request #44176 from touilleMan/global_class_naming-for-pluginscript
Rémi Verschelde
2020-12-08
4
-0
/
+41
|
\
\
|
|
/
|
/
|
|
*
Add PluginScript support for global class naming/icon path
Emmanuel Leblond
2020-12-08
4
-0
/
+41
*
|
Allow PluginScript to customize language's can_inherit_from_file attribute
Emmanuel Leblond
2020-12-08
2
-1
/
+5
|
/
*
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-0
/
+2
*
Documentation generation for GDScript
Thakee Nathees
2020-11-29
1
-0
/
+7
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
7
-9
/
+9
*
Remove multilevel calls
George Marques
2020-07-24
1
-6
/
+0
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-33
/
+33
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
2
-15
/
+27
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
4
-10
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
2
-10
/
+5
*
Add ability to bind typed arrays to script API
Juan Linietsky
2020-04-21
2
-0
/
+9
*
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
2
-2
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
6
-21
/
+21
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-3
/
+3
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
2
-2
/
+2
*
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
1
-1
/
+1
*
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
2
-2
/
+2
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
2
-24
/
+3
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
4
-12
/
+12
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
3
-15
/
+15
*
Optmized data sent during RPC and RSet calls.
Andrea Catania
2020-02-12
4
-23
/
+140
*
Use StringName in pluginscript's set/get_prop and add_global_constant
Emmanuel Leblond
2020-02-01
2
-6
/
+3
*
Remove unused #if 0'ed code
Rémi Verschelde
2020-01-21
2
-53
/
+10
[next]