Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Juan Linietsky
|
f2e54057ae
-Moved EditorDefaultValue to ClassDB, made it core
|
6 years ago |
Naoto Kondo
|
63cba9ba62
GDNative: Fixes a problem that active_library_path is wrong after exporting app for mac
|
6 years ago |
Rémi Verschelde
|
1a16dabfb5
Merge pull request #21982 from luzpaz/misc-typos
|
6 years ago |
luz.paz
|
08bde5b2de
Misc. typos
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
6 years ago |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
6 years ago |
Pedro J. Estébanez
|
474eda9e30
Fix Variant leak in call_native
|
7 years ago |
karroffel
|
f29139f3cf
[GDNative] enable saving GDNativeLibrary as sub resource
|
7 years ago |
karroffel
|
57c0339d9f
[GDNative] easier GDNativeLib handling
|
7 years ago |
karroffel
|
ee8ee463c3
[GDNative] cache API hashes
|
7 years ago |
Juan Linietsky
|
50b975548d
Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828
|
7 years ago |
karroffel
|
34cdcf5cd0
[GDNative] added reload property
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
George Marques
|
c9005ca7fd
Merge pull request #15246 from vnen/uwp-gdnative
|
7 years ago |
George Marques
|
2a023a425d
Make GDNative DLLs work on UWP
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Rémi Verschelde
|
d5ca9e2f6f
Style: Apply clang-format again on all files
|
7 years ago |
Juan Linietsky
|
9678231b10
Changed the dynamic library open function to allow setting the path of the library to open extra libraries.
|
7 years ago |
Ruslan Mustakov
|
ebf9b80a47
Proper GDNative export on Android
|
7 years ago |
Ruslan Mustakov
|
8f0f327f02
Allow configuring iOS export
|
7 years ago |
Karroffel
|
7388a1e115
[GDNative] removed static linking fields
|
7 years ago |
Karroffel
|
0865365e21
[GDNative] loading error and version error procs
|
7 years ago |
Thomas Herzog
|
bd2b1a62d9
Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changes
|
7 years ago |
Karroffel
|
7ae2de8997
[GDNative] better API struct versioning
|
7 years ago |
Karroffel
|
d82942e1c5
[GDNative] removed anchors
|
7 years ago |
Karroffel
|
ffc2669298
[GDNative] use feature tags, added load once option
|
7 years ago |
Karroffel
|
e568f80e6e
[GDNative] removed native_raw_call
|
7 years ago |
Emmanuel Leblond
|
cdc29926af
[GDnative] replace gdnative_api_struct.h by a json-based autogenerated system
|
7 years ago |
Emmanuel Leblond
|
c55b8217ab
[GDnative] Add active_library_path to init options struct
|
7 years ago |