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
*
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
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
10
-20
/
+20
*
Add missing on error manifest struct destroy in pluginscript script init
Emmanuel Leblond
2019-12-01
1
-7
/
+16
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-3
/
+1
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-3
/
+1
*
|
Fix misc. source comment typos
luz.paz
2019-09-19
1
-2
/
+2
|
/
*
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
-15
/
+10
*
Remove added pluginscript resource format loaders and savers on cleanup
Ivan Hilaire
2019-07-19
1
-0
/
+2
*
Parse more informations for code completion
Geequlim
2019-07-04
2
-3
/
+4
*
Remove bogus nulls from generated default values
Bojidar Marinov
2019-06-29
1
-4
/
+12
*
Fixed cases of unsupported pointers being used to construct variants
Andrettin
2019-06-29
2
-2
/
+2
*
Unexpose subclasses of ResourceFormatLoader and -Saver
Rémi Verschelde
2019-06-18
1
-4
/
+0
*
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-6
/
+6
*
Merge pull request #28099 from lupoDharkael/fix-completion
Rémi Verschelde
2019-06-03
2
-3
/
+3
|
\
|
*
Fix code completion not working with class_name
lupoDharkael
2019-04-16
2
-3
/
+3
*
|
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
|
/
*
Replace a few #if/#elif with #ifdef and "#elif defined"
Ignacio Etcheverry
2019-04-05
1
-1
/
+1
*
Make direct casting among Error and godot_error enums (#23015).
marxin
2019-02-18
1
-2
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
10
-20
/
+20
*
Merge pull request #23615 from buresu/pluginscript-new
Rémi Verschelde
2018-12-18
2
-13
/
+78
|
\
|
*
PluginScript: Add support for the new() method
Naoto Kondo
2018-11-10
2
-13
/
+78
*
|
Added basic support for custom resource savers and loaders
Marc Gilleron
2018-12-15
3
-8
/
+12
*
|
Allow signal connecting even if script is invalid (only when compiled with to...
Juan Linietsky
2018-11-27
1
-0
/
+1
|
/
[next]