Eric M
|
d0e78c86d7
Added support for scripts reporting multiple errors to ScriptTextEditor
|
4 years ago |
Pedro J. Estébanez
|
04688b92ff
Rename Reference to RefCounted
|
4 years ago |
Rémi Verschelde
|
9e328bb5b7
Core: Move DirAccess and FileAccess to `core/io`
|
4 years ago |
Fabio Alessandrelli
|
d779b5aa3e
[Net] Refactor RPCs, remove RSETs
|
4 years ago |
Hugo Locurcio
|
e905e8f145
Highlight control flow keywords with a different color
|
4 years ago |
bruvzg
|
a4423c82f8
Fix crash on GDNative API json generator exit.
|
4 years ago |
Bastiaan Olij
|
81131bd844
Only cleanup meta data if GDNative library is reloadable and we're about to unload it
|
4 years ago |
Jan Haller
|
0fe851da23
Fixes #47607 (forgotten statement in GDNative cleanup)
|
4 years ago |
Rémi Verschelde
|
58d302dd5f
Merge pull request #46844 from geekrelief/gdnative_unregister_script_fix
|
4 years ago |
Anshul7sp1
|
91181c2086
Fixes small typos and grammar correction
|
4 years ago |
geekrelief
|
58fa4973f6
fixes #46839, ensure library_classes is cleared and free funcs are called
|
4 years ago |
Pedro J. Estébanez
|
8e128726f0
Modernize atomics
|
4 years ago |
Bastiaan Olij
|
ae7675065a
Only unload the library when no NativeScript objects exist if the reloadable flag is true. If it is false it is likely the library does other things and can't be unloaded
|
4 years ago |
reduz
|
f8d03b98e7
Improve resource load cache
|
4 years ago |
Rafał Mikrut
|
f7209b459b
Initialize class/struct variables with default values in modules/
|
4 years ago |
George Marques
|
8a8dbd76b1
Add GDNative JSON generator for the builtin API
|
4 years ago |
Rémi Verschelde
|
f7dd6975fb
Merge pull request #44617 from geekrelief/gdnative_unload
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 years ago |
geekrelief
|
cc5d8bb5ad
Removes the gdnative library when no script (gdns) references it any longer. This enables hot reload for gdnative.
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
George Marques
|
2b9d9bc364
Remove multilevel calls
|
5 years ago |
Juan Linietsky
|
438c380458
Add a separate application focus/in notification out from Window focus notification.
|
5 years ago |
bruvzg
|
c3e615e21b
GDNative: merge API structs, bump version of merged structs.
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Juan Linietsky
|
5d4dc2d45c
Add ability to bind typed arrays to script API
|
5 years ago |
Juan Linietsky
|
ae09b55a19
Exposed RenderingDevice to script API
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |