godot/thirdparty/misc
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
..
aes256.cpp
aes256.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
base64.c
base64.h -Added GLTF scene support (still missing animations and .glb extension) 2017-08-02 15:43:49 -03:00
clipper.cpp Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion. 2018-02-21 09:39:09 -03:00
clipper.hpp Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion. 2018-02-21 09:39:09 -03:00
curl_hostcheck.c Move other lone thirdparty files to thirdparty/misc 2017-04-28 21:19:25 +02:00
curl_hostcheck.h Move other lone thirdparty files to thirdparty/misc 2017-04-28 21:19:25 +02:00
easing_equations.cpp Move Penner easing equations to thirdparty/misc 2018-09-28 16:01:26 +02:00
fastlz.c
fastlz.h
hq2x.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
hq2x.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
ifaddrs-android.cc Android: Better identify thirdparty C/C++ code 2018-12-20 13:07:54 +01:00
ifaddrs-android.h Android: Better identify thirdparty C/C++ code 2018-12-20 13:07:54 +01:00
md5.cpp
md5.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
mikktspace.c Move other lone thirdparty files to thirdparty/misc 2017-04-28 21:19:25 +02:00
mikktspace.h Move other lone thirdparty files to thirdparty/misc 2017-04-28 21:19:25 +02:00
open-simplex-noise-LICENSE Add SimplexNoise and NoiseTexture as new resources 2018-09-14 15:24:34 +02:00
open-simplex-noise-no-allocate.patch Add SimplexNoise and NoiseTexture as new resources 2018-09-14 15:24:34 +02:00
open-simplex-noise.c Add SimplexNoise and NoiseTexture as new resources 2018-09-14 15:24:34 +02:00
open-simplex-noise.h Add SimplexNoise and NoiseTexture as new resources 2018-09-14 15:24:34 +02:00
pcg.cpp
pcg.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
sha256.c
sha256.h
smaz.c
smaz.h
stb_truetype.h Update stb_truetype to 1.19 and stb_vorbis to 1.14 2018-05-24 15:58:12 -03:00
stb_vorbis.c Update stb_truetype to 1.19 and stb_vorbis to 1.14 2018-05-24 15:58:12 -03:00
stb_vorbis.h Fix warning about functions defined but not used [-Wunused-function] 2018-09-29 22:26:12 +02:00
triangulator.cpp
triangulator.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
yuv2rgb.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00