godot/modules
Rémi Verschelde 6770357e47 Android: Better identify thirdparty C/C++ code
- The `cpu-features.{c,h}` code was only used by chance by the webm
  (libvpx) code, so I moved it there. It was actually introduced before
  that and wasn't in use, and libvpx just happened to be able to
  compile thanks to it being bundled.
  It could potentially be compiled on the fly from the Android NDK, but
  since we plan to replace the webm module by a GDNative plugin in the
  near future, I went the bundling route.

- `ifaddrs_android.h` is already provided in the Android NDK as
  `ifaddrs.h`, same as on other Unixes. Yet we cannot use it until we
  up the min API level to 24, where `getifaddrs` is first defined.
  I moved the files to `thirdparty/misc` and synced them with upstream
  WebRTC (only indentation changes and removal of `static` qualifiers).

Also removes dropped thirdparty files from COPYRIGHT.txt after changes
in #24105 and #24145.
2018-12-20 13:07:54 +01:00
..
bmp Fix warnings on release builds (not DEBUG_ENABLED) 2018-10-03 17:34:55 +02:00
bullet Merge pull request #20745 from Zylann/heightmap_from_image 2018-12-09 23:08:51 +01:00
csg doc: Sync classref with current source 2018-12-15 01:39:02 +01:00
cvtt SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
dds Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
enet doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
etc Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
freetype Fix UWP build. 2018-11-03 17:19:44 +01:00
gdnative Merge pull request #23615 from buresu/pluginscript-new 2018-12-18 09:29:04 +01:00
gdscript Merge pull request #19501 from Zylann/custom_loaders 2018-12-16 14:26:56 +01:00
gridmap Get rid of gridmap error due to not yet valid cursor instance, fixes #17546 2018-11-16 09:10:44 -03:00
hdr Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
jpg load JPG images as rbg instead of rgba, fixes #21867 2018-10-04 00:12:00 +02:00
mbedtls SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
mobile_vr Fix warnings in Android platform 2018-10-03 15:17:00 +02:00
mono Merge pull request #24385 from hpvb/reduce-string-coew 2018-12-16 19:13:35 +01:00
ogg SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
opensimplex doc: Sync with current source 2018-10-25 15:14:47 +02:00
opus Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
pvr Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
recast Fix inconsistences in some buttons in the Canvas/Spatial editor menubar 2018-10-25 12:15:39 -03:00
regex Assign pointer null in RegEx::clear to avoid double free on destruction. 2018-11-15 13:36:40 +00:00
squish Build squish decompression in runtime 2018-11-28 11:11:58 +01:00
stb_vorbis Fix warning about functions defined but not used [-Wunused-function] 2018-09-29 22:26:12 +02:00
svg SCons: Remove avoidable defines from main env's CPPPATH 2018-10-01 11:59:22 +02:00
tga Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
thekla_unwrap Fixes to baker, restored xatlas and fixed bake options. 2018-10-05 19:00:32 -03:00
theora Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
tinyexr SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
upnp SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
visual_script Merge pull request #20609 from YeldhamDev/menu_hover_explicit 2018-12-09 23:15:33 +01:00
vorbis Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
webm Android: Better identify thirdparty C/C++ code 2018-12-20 13:07:54 +01:00
webp Update libwebp to 1.0.1 2018-12-10 22:34:39 +09:00
websocket Websocket LWS keep servicing till no CB are left 2018-11-25 17:25:03 +01:00
xatlas_unwrap Fixes to baker, restored xatlas and fixed bake options. 2018-10-05 19:00:32 -03:00
register_module_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00