geekrelief
|
2bf0b2996a
fixes #46839, ensure library_classes is cleared and free funcs are called
|
4 лет назад |
Pedro J. Estébanez
|
4485b43a57
Modernize atomics
|
4 лет назад |
Pedro J. Estébanez
|
4ddcdc031b
Modernize Mutex
|
4 лет назад |
Bastiaan Olij
|
8aa022f99c
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 лет назад |
geekrelief
|
311ca0c6f2
Removes the gdnative library when no script (gdns) references it any longer. This enables hot reload for gdnative.
|
4 лет назад |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 лет назад |
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 лет назад |
Leonard Meagher
|
f7eb426e2e
Allow overriding how scripted objects are converted to strings
|
6 лет назад |
thomas.herzog
|
5fff7f741a
[GDNative] fix NativeScript leak in editor
|
6 лет назад |
thomas.herzog
|
0e5b2b16ed
[GDNative] remove spam at editor unfocus when using NativeScript
|
6 лет назад |
karroffel
|
9786b51601
[GDNative] fix crash at shutdown when using singleton libraries and NativeScript
|
6 лет назад |
Eric Rybicki
|
c9de8a6e68
Fix "No loader found for resource: res://" spam when NativeScript script_class_name is not empty.
|
6 лет назад |
Rémi Verschelde
|
c5dcbeb160
Scene: Ensure classes match their header filename
|
6 лет назад |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 лет назад |
Juan Linietsky
|
3a93499f89
Allow signal connecting even if script is invalid (only when compiled with tools), fixes #17070
|
7 лет назад |
Juan Linietsky
|
f2e54057ae
-Moved EditorDefaultValue to ClassDB, made it core
|
7 лет назад |
Maarten Heremans
|
cf09952b6b
Fixes crash when loading *.escn resources with gdnative #20141
|
7 лет назад |
Rémi Verschelde
|
e9cb01e366
Fix warnings about non-static data member initializers in nativescript
|
7 лет назад |
Fabio Alessandrelli
|
1e9b46d687
Clearly deprecate sync too in favor of remotesync.
|
7 лет назад |
Fabio Alessandrelli
|
d6b31daec6
Rename slave keyword to puppet
|
7 лет назад |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 лет назад |
Will Nations
|
fadf2d2afd
Fix invalid deref in NativeScript script classes
|
7 лет назад |
Thomas Herzog
|
917bd5b2c2
[NativeScript] implement refcount instance binding funcs
|
7 лет назад |
Marcelo Fernandez
|
a323b7a1ba
Implemented profiling functions for NativeScript
|
7 лет назад |