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
/
nativescript
/
nativescript.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused GDNative code
Rémi Verschelde
2022-03-09
1
-393
/
+0
*
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-3
/
+0
*
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
1
-3
/
+3
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-19
1
-1
/
+1
*
[Net] Refactor RPCs, remove RSETs
Fabio Alessandrelli
2021-06-01
1
-26
/
+3
*
Highlight control flow keywords with a different color
Hugo Locurcio
2021-05-05
1
-0
/
+1
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-2
/
+2
*
Modernize atomics
Pedro J. Estébanez
2021-02-18
1
-1
/
+2
*
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
-17
/
+17
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-0
/
+1
*
Documentation generation for GDScript
Thakee Nathees
2020-11-29
1
-0
/
+7
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-5
/
+5
*
Remove multilevel calls
George Marques
2020-07-24
1
-3
/
+0
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-33
/
+33
*
GDNative: merge API structs, bump version of merged structs.
bruvzg
2020-06-11
1
-9
/
+9
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-3
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-16
/
+8
*
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
-7
/
+7
*
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
-9
/
+3
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-2
/
+2
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-1
/
+1
*
Optmized data sent during RPC and RSet calls.
Andrea Catania
2020-02-12
1
-0
/
+29
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-2
/
+2
*
Unexpose subclasses of ResourceFormatLoader and -Saver
Rémi Verschelde
2019-06-18
1
-2
/
+0
*
Allow overriding how scripted objects are converted to strings
Leonard Meagher
2019-05-03
1
-0
/
+1
*
[GDNative] fix NativeScript leak in editor
thomas.herzog
2019-03-22
1
-0
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Added basic support for custom resource savers and loaders
Marc Gilleron
2018-12-15
1
-0
/
+2
*
Allow signal connecting even if script is invalid (only when compiled with to...
Juan Linietsky
2018-11-27
1
-0
/
+1
*
Fix some OSX and iOS Clang warnings
Rémi Verschelde
2018-10-04
1
-1
/
+4
*
Fix warnings about non-static data member initializers in nativescript
Rémi Verschelde
2018-10-04
1
-11
/
+7
*
Fix warnings about wrong member initialization order [-Wreorder]
Rémi Verschelde
2018-09-28
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-6
/
+6
*
[NativeScript] implement refcount instance binding funcs
Thomas Herzog
2018-08-30
1
-0
/
+2
*
Implemented profiling functions for NativeScript
Marcelo Fernandez
2018-08-22
1
-0
/
+18
*
Add NativeScript support for script classes.
willnationsdev
2018-08-15
1
-0
/
+11
*
Added system for GDScript warnings
George Marques
2018-08-10
1
-1
/
+1
*
Add editor highlight for type-safe lines
George Marques
2018-07-20
1
-1
/
+1
*
Add a new notification to detect crashes on native scripts
Marcelo Fernandez
2018-07-02
1
-0
/
+3
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
1
-2
/
+2
[next]