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
*
Remove unused GDNative code
Rémi Verschelde
2022-03-09
8
-3619
/
+0
*
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
2
-13
/
+10
*
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
1
-1
/
+1
*
String: Add contains().
Anilforextra
2022-02-04
1
-4
/
+4
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
7
-14
/
+14
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
2
-2
/
+2
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
2
-6
/
+0
*
Use range iterators for `Map`
Lightning_A
2021-09-30
2
-64
/
+64
*
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
3
-8
/
+8
*
Remove underscore hacks
Max Hilbrunner
2021-08-17
1
-6
/
+2
*
Implement inherits_script() for NativeScript and PluginScript
Pedro J. Estébanez
2021-08-02
1
-3
/
+19
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
2
-2
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
2
-14
/
+14
*
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
|
/
/
[next]