godot/modules/gdnative
Rémi Verschelde d52b70fb5e SCons: Always use env.Prepend for CPPPATH
Include paths are processed from left to right, so we use Prepend to
ensure that paths to bundled thirdparty files will have precedence over
system paths (e.g. `/usr/include` should have lowest priority).
2019-04-30 13:12:06 +02:00
..
android Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
arvr Send notifications to ARVRInterfaces 2019-04-27 08:39:21 +10:00
doc_classes doc: Sync classref with current source 2019-04-19 11:21:09 +02:00
gdnative added godot_dictionary_get_with_default to GDNative 2019-02-21 20:12:57 +01:00
include Send notifications to ARVRInterfaces 2019-04-27 08:39:21 +10:00
nativescript Sort data exported to the api.json file for GDNative 2019-04-19 23:13:02 +10:00
net Add WebRTC GDNative interface 2019-04-12 18:51:24 +02:00
pluginscript Replace a few #if/#elif with #ifdef and "#elif defined" 2019-04-05 23:41:51 +02:00
videodecoder SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
config.py doc: Sync classref with current source 2019-04-19 11:21:09 +02:00
gdnative_api.json Add WebRTC GDNative interface 2019-04-12 18:51:24 +02:00
gdnative_builders.py Fixing C compatiblity for GDNative NET module 2019-02-24 21:23:23 +01:00
gdnative_library_editor_plugin.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_editor_plugin.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_singleton_editor.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative_library_singleton_editor.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gdnative.cpp [GDNative] fix crash at shutdown when using singleton libraries and NativeScript 2019-03-09 18:01:08 +01:00
gdnative.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_types.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00