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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement the ability to disable classes
reduz
2021-07-13
1
-1
/
+1
*
Redo how instance bindings work
reduz
2021-07-08
2
-1
/
+14
*
Merge pull request #35847 from raniejade/ranie/fix-api-generator
Rémi Verschelde
2021-07-06
1
-1
/
+1
|
\
|
*
Fix gdnative api generation for methods that return enums
Ranie Jade Ramiso
2020-02-02
1
-1
/
+1
*
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
4
-7
/
+7
*
|
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-19
2
-2
/
+2
*
|
GDNative: Use VariantWriter for the API JSON generator
George Marques
2021-06-14
1
-3
/
+22
*
|
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
2
-10
/
+10
*
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
2
-2
/
+2
*
|
[Net] Refactor RPCs, remove RSETs
Fabio Alessandrelli
2021-06-01
3
-315
/
+16
*
|
Highlight control flow keywords with a different color
Hugo Locurcio
2021-05-05
2
-0
/
+5
*
|
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-2
/
+2
*
|
Fix crash on GDNative API json generator exit.
bruvzg
2021-04-22
1
-0
/
+4
*
|
Only cleanup meta data if GDNative library is reloadable and we're about to u...
Bastiaan Olij
2021-04-06
1
-28
/
+32
*
|
Fixes #47607 (forgotten statement in GDNative cleanup)
Jan Haller
2021-04-04
1
-0
/
+2
*
|
Merge pull request #46844 from geekrelief/gdnative_unregister_script_fix
Rémi Verschelde
2021-03-29
1
-0
/
+34
|
\
\
|
*
|
fixes #46839, ensure library_classes is cleared and free funcs are called
geekrelief
2021-03-09
1
-0
/
+34
*
|
|
Added static method information the generated builtin API JSON
George Marques
2021-03-17
1
-0
/
+3
*
|
|
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
|
/
/
*
|
Modernize atomics
Pedro J. Estébanez
2021-02-18
2
-4
/
+5
*
|
Only unload the library when no NativeScript objects exist if the reloadable ...
Bastiaan Olij
2021-02-14
1
-1
/
+1
*
|
Improve resource load cache
reduz
2021-02-11
2
-2
/
+2
*
|
Improve GDNative api.json generator
George Marques
2021-02-09
1
-7
/
+33
*
|
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
2
-24
/
+17
*
|
Add GDNative JSON generator for the builtin API
George Marques
2021-01-29
3
-18
/
+404
*
|
Merge pull request #44617 from geekrelief/gdnative_unload
Rémi Verschelde
2021-01-26
1
-0
/
+6
|
\
\
|
*
|
Removes the gdnative library when no script (gdns) references it any longer. ...
geekrelief
2020-12-23
1
-0
/
+6
*
|
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
7
-14
/
+14
*
|
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
2
-3
/
+3
|
/
/
*
|
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
5
-23
/
+23
*
|
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-2
/
+2
*
|
Remove multilevel calls
George Marques
2020-07-24
2
-29
/
+2
*
|
Merge pull request #40386 from touilleMan/correct-Reference-is_reference-api....
Rémi Verschelde
2020-07-15
1
-1
/
+1
|
\
\
|
*
|
Correct is_reference attribute in api.json for Reference class
Emmanuel Leblond
2020-07-14
1
-1
/
+1
*
|
|
Add missing has_default_value field for signals in api.json
Emmanuel Leblond
2020-07-14
1
-0
/
+1
|
/
/
*
|
Commit other files changed by file_format.sh
Aaron Franke
2020-07-13
1
-1
/
+1
*
|
Add override keywords.
Marcel Admiraal
2020-07-10
1
-33
/
+33
*
|
Add a separate application focus/in notification out from Window focus notifi...
Juan Linietsky
2020-06-30
1
-2
/
+2
*
|
GDNative: merge API structs, bump version of merged structs.
bruvzg
2020-06-11
3
-17
/
+17
*
|
GDNative add new core types.
bruvzg
2020-05-18
1
-3
/
+3
*
|
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
2
-45
/
+90
*
|
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+25
*
|
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
5
-66
/
+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
2
-0
/
+9
*
|
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
2
-2
/
+2
*
|
Replace NULL with nullptr
lupoDharkael
2020-04-02
4
-34
/
+34
*
|
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-3
/
+3
[next]