George Marques
|
8a8dbd76b1
Add GDNative JSON generator for the builtin API
|
4 年之前 |
Rémi Verschelde
|
f7dd6975fb
Merge pull request #44617 from geekrelief/gdnative_unload
|
4 年之前 |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 年之前 |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 年之前 |
geekrelief
|
cc5d8bb5ad
Removes the gdnative library when no script (gdns) references it any longer. This enables hot reload for gdnative.
|
4 年之前 |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 年之前 |
George Marques
|
2b9d9bc364
Remove multilevel calls
|
5 年之前 |
Juan Linietsky
|
438c380458
Add a separate application focus/in notification out from Window focus notification.
|
5 年之前 |
bruvzg
|
c3e615e21b
GDNative: merge API structs, bump version of merged structs.
|
5 年之前 |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 年之前 |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 年之前 |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 年之前 |
Juan Linietsky
|
5d4dc2d45c
Add ability to bind typed arrays to script API
|
5 年之前 |
Juan Linietsky
|
ae09b55a19
Exposed RenderingDevice to script API
|
5 年之前 |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 年之前 |
Juan Linietsky
|
8e6960a69e
Refactored input, goes all via windows now.
|
5 年之前 |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 年之前 |
Juan Linietsky
|
475e4ea67b
Removed interactive loader, added proper thread loading.
|
5 年之前 |
Pedro J. Estébanez
|
18fbdbb456
Reimplement Mutex with C++'s <mutex>
|
5 年之前 |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 年之前 |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 年之前 |
Andrea Catania
|
eb07e87981
Optmized data sent during RPC and RSet calls.
|
5 年之前 |
Marcel Admiraal
|
5af3b4ca27
Remove duplicate ERR_PRINT macro.
|
5 年之前 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 年之前 |
Tomasz Chabora
|
f4a1a79d01
Don't try to initialize empty NativeLibrary
|
5 年之前 |
toasteater
|
e2121c97ae
Make VarArg methods return types show up as Variant in API json
|
6 年之前 |
Robin Hübner
|
6ab118c464
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories.
|
6 年之前 |
Rémi Verschelde
|
defd960276
Merge pull request #27886 from LeonardMeagher2/obj_to_string
|
6 年之前 |
RameshRavone
|
71808b38bc
NULL global_tag for non exposed classes
|
6 年之前 |
Frank Secilia
|
a4a0e64245
Fix indexing failure in NativeScriptLanguage::unregister_binding_functions.
|
6 年之前 |