2016-10-09 23:36:17 +02:00
|
|
|
# Third party libraries
|
|
|
|
|
2021-01-08 13:23:02 +01:00
|
|
|
Please keep categories (`##` level) listed alphabetically and matching their
|
|
|
|
respective folder names. Use two empty lines to separate categories for
|
|
|
|
readability.
|
|
|
|
|
2019-04-11 17:30:12 +02:00
|
|
|
|
2018-01-13 14:01:53 +01:00
|
|
|
## bullet
|
|
|
|
|
|
|
|
- Upstream: https://github.com/bulletphysics/bullet3
|
2021-09-29 15:47:08 +02:00
|
|
|
- Version: 3.17 (ebe1916b90acae8b13cd8c6b637d8327cdc64e94, 2021)
|
2018-01-13 14:01:53 +01:00
|
|
|
- License: zlib
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2021-09-29 15:47:08 +02:00
|
|
|
- `src/*` apart from CMakeLists.txt and premake4.lua files
|
|
|
|
- `LICENSE.txt`, and `VERSION` as `VERSION.txt`
|
|
|
|
|
2021-10-06 07:42:01 +02:00
|
|
|
Includes some patches in the `patches` folder which have been sent upstream.
|
2018-01-13 14:01:53 +01:00
|
|
|
|
|
|
|
|
2017-02-09 00:07:44 +01:00
|
|
|
## certs
|
|
|
|
|
2021-08-11 14:13:31 +02:00
|
|
|
- Upstream: Mozilla, via https://github.com/bagder/ca-bundle
|
|
|
|
- Version: git (8b263a18fca98ea371e54227837321c5cdaa1ba7, 2021)
|
2018-01-22 11:11:51 +01:00
|
|
|
- License: MPL 2.0
|
2017-02-09 00:07:44 +01:00
|
|
|
|
|
|
|
|
2018-08-22 04:56:04 +02:00
|
|
|
## cvtt
|
|
|
|
|
|
|
|
- Upstream: https://github.com/elasota/cvtt
|
2021-01-08 13:23:02 +01:00
|
|
|
- Version: 1.0.0-beta4 (cc8472a04ba110fe999c686d07af40f7839051fd, 2018)
|
2018-08-22 04:56:04 +02:00
|
|
|
- License: MIT
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
|
|
- all .cpp, .h, and .txt files in ConvectionKernels/
|
|
|
|
|
2021-05-20 12:49:33 +02:00
|
|
|
|
2020-12-19 14:50:20 +01:00
|
|
|
## embree
|
|
|
|
|
2021-05-20 12:49:33 +02:00
|
|
|
- Upstream: https://github.com/embree/embree
|
|
|
|
- Version: 3.13.0 (7c53133eb21424f7f0ae1e25bf357e358feaf6ab, 2021)
|
2020-12-19 14:50:20 +01:00
|
|
|
- License: Apache 2.0
|
|
|
|
|
|
|
|
Files extracted from upstream:
|
|
|
|
|
2021-05-04 11:07:12 +02:00
|
|
|
- All cpp files listed in `modules/raycast/godot_update_embree.py`
|
|
|
|
- All header files in the directories listed in `modules/raycast/godot_update_embree.py`
|
2020-12-19 14:50:20 +01:00
|
|
|
|
2021-05-20 12:49:33 +02:00
|
|
|
The `modules/raycast/godot_update_embree.py` script can be used to pull the
|
|
|
|
relevant files from the latest Embree release and apply some automatic changes.
|
2020-12-30 15:36:39 +01:00
|
|
|
|
2021-05-04 11:07:12 +02:00
|
|
|
Some changes have been made in order to remove exceptions and fix minor build errors.
|
2020-12-19 14:50:20 +01:00
|
|
|
They are marked with `// -- GODOT start --` and `// -- GODOT end --`
|
|
|
|
comments. Apply the patches in the `patches/` folder when syncing on newer upstream
|
|
|
|
commits.
|
|
|
|
|
2018-08-22 04:56:04 +02:00
|
|
|
|
2016-10-10 19:50:51 +02:00
|
|
|
## enet
|
|
|
|
|
|
|
|
- Upstream: http://enet.bespin.org
|
2021-01-08 12:01:40 +01:00
|
|
|
- Version: 1.3.17 (e0e7045b7e056b454b5093cb34df49dc4cee0bee, 2020)
|
2016-10-10 19:50:51 +02:00
|
|
|
- License: MIT
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2017-03-08 21:13:03 +01:00
|
|
|
- all .c files in the main directory (except unix.c win32.c)
|
|
|
|
- the include/enet/ folder as enet/ (except unix.h win32.h)
|
2016-10-10 19:50:51 +02:00
|
|
|
- LICENSE file
|
|
|
|
|
2017-03-08 21:13:03 +01:00
|
|
|
Important: enet.h, host.c, protocol.c have been slightly modified
|
2021-01-08 12:01:40 +01:00
|
|
|
to be usable by Godot's socket implementation and allow IPv6 and DTLS.
|
2020-04-21 12:26:42 +02:00
|
|
|
Apply the patches in the `patches/` folder when syncing on newer upstream
|
2020-01-05 19:05:42 +01:00
|
|
|
commits.
|
|
|
|
|
2021-01-08 12:01:40 +01:00
|
|
|
Three files (godot.cpp, enet/godot.h, enet/godot_ext.h) have been added to provide
|
2017-03-08 21:13:03 +01:00
|
|
|
enet socket implementation using Godot classes.
|
2020-01-05 19:05:42 +01:00
|
|
|
|
2017-03-23 13:27:41 +01:00
|
|
|
It is still possible to build against a system wide ENet but doing so
|
2020-04-21 12:26:42 +02:00
|
|
|
will limit its functionality to IPv4 only.
|
2016-10-10 19:50:51 +02:00
|
|
|
|
|
|
|
|
2017-04-26 17:49:08 +02:00
|
|
|
## etc2comp
|
|
|
|
|
|
|
|
- Upstream: https://github.com/google/etc2comp
|
2020-05-01 10:48:15 +02:00
|
|
|
- Version: git (9cd0f9cae0f32338943699bb418107db61bb66f2, 2017)
|
2018-01-13 14:44:16 +01:00
|
|
|
- License: Apache 2.0
|
2017-04-26 17:49:08 +02:00
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
|
|
- all .cpp and .h files in EtcLib/
|
|
|
|
- README.md, LICENSE, AUTHORS
|
|
|
|
|
2018-02-26 10:47:58 +01:00
|
|
|
Important: Some files have Godot-made changes.
|
|
|
|
They are marked with `// -- GODOT start --` and `// -- GODOT end --`
|
|
|
|
comments.
|
2017-04-26 17:49:08 +02:00
|
|
|
|
2018-06-07 10:46:05 +02:00
|
|
|
|
2017-02-09 00:07:44 +01:00
|
|
|
## fonts
|
|
|
|
|
2021-01-08 13:23:02 +01:00
|
|
|
- `NotoSans*.ttf`, `NotoNaskhArabicUI_Regular.ttf`:
|
|
|
|
* Upstream: https://github.com/googlei18n/noto-fonts
|
|
|
|
* Version: 1.06 (2017)
|
|
|
|
* License: OFL-1.1
|
|
|
|
* Comment: Use UI font variant if available, because it has tight vertical metrics and
|
|
|
|
good for UI.
|
|
|
|
- `Hack_Regular.ttf`:
|
|
|
|
* Upstream: https://github.com/source-foundry/Hack
|
|
|
|
* Version: 3.003 (2018)
|
|
|
|
* License: MIT + Bitstream Vera License
|
|
|
|
- `DroidSans*.ttf`:
|
|
|
|
* Upstream: https://android.googlesource.com/platform/frameworks/base/+/master/data/fonts/
|
|
|
|
* Version: ? (pre-2014 commit when DroidSansJapanese.ttf was obsoleted)
|
|
|
|
* License: Apache 2.0
|
2017-08-31 14:49:48 +02:00
|
|
|
|
2017-02-09 00:07:44 +01:00
|
|
|
|
2016-10-14 21:57:43 +02:00
|
|
|
## freetype
|
|
|
|
|
|
|
|
- Upstream: https://www.freetype.org
|
2021-01-08 13:23:02 +01:00
|
|
|
- Version: 2.10.4 (6a2b3e4007e794bfc6c91030d0ed987f925164a8, 2020)
|
2016-10-14 21:57:43 +02:00
|
|
|
- License: FreeType License (BSD-like)
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2019-07-11 09:48:08 +02:00
|
|
|
- the `src/` folder, stripped of the `Jamfile` files and the `tools` subfolder
|
|
|
|
- the `include/` folder
|
2016-10-14 21:57:43 +02:00
|
|
|
- `docs/{FTL.TXT,LICENSE.TXT}`
|
|
|
|
|
|
|
|
|
2017-01-06 22:51:15 +01:00
|
|
|
## glad
|
|
|
|
|
|
|
|
- Upstream: https://github.com/Dav1dde/glad
|
2021-01-08 13:23:02 +01:00
|
|
|
- Version: 0.1.34 (a5ca31c88a4cc5847ea012629aff3690f261c7c4, 2020)
|
2017-01-06 22:51:15 +01:00
|
|
|
- License: MIT
|
|
|
|
|
|
|
|
The files we package are automatically generated.
|
|
|
|
See the header of glad.c for instructions on how to generate them for
|
|
|
|
the GLES version Godot targets.
|
|
|
|
|
2016-10-14 08:27:59 +02:00
|
|
|
|
2016-10-10 00:03:33 +02:00
|
|
|
## jpeg-compressor
|
|
|
|
|
|
|
|
- Upstream: https://github.com/richgel999/jpeg-compressor
|
2020-05-18 14:22:37 +02:00
|
|
|
- Version: 2.00 (aeb7d3b463aa8228b87a28013c15ee50a7e6fcf3, 2020)
|
2021-01-08 13:23:02 +01:00
|
|
|
- License: Public domain or MIT
|
2016-10-10 00:03:33 +02:00
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2020-04-21 11:30:48 +02:00
|
|
|
- `jpgd*.{c,h}`
|
2016-10-10 00:03:33 +02:00
|
|
|
|
|
|
|
|
2016-10-12 20:37:38 +02:00
|
|
|
## libogg
|
|
|
|
|
|
|
|
- Upstream: https://www.xiph.org/ogg
|
2021-11-19 12:32:07 +01:00
|
|
|
- Version: 1.3.5 (e1774cd77f471443541596e09078e78fdc342e4f, 2021)
|
2016-10-12 20:37:38 +02:00
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2019-10-31 23:30:36 +01:00
|
|
|
- `src/*.{c,h}`
|
2021-11-19 12:32:07 +01:00
|
|
|
- `include/ogg/*.h` in `ogg/` (run `configure` to generate `config_types.h`)
|
|
|
|
- `COPYING`
|
2016-10-12 20:37:38 +02:00
|
|
|
|
|
|
|
|
2016-10-09 23:36:17 +02:00
|
|
|
## libpng
|
|
|
|
|
|
|
|
- Upstream: http://libpng.org/pub/png/libpng.html
|
2021-01-08 13:23:02 +01:00
|
|
|
- Version: 1.6.37 (a40189cf881e9f0db80511c382292a5604c3c3d1, 2019)
|
2016-10-09 23:36:17 +02:00
|
|
|
- License: libpng/zlib
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2016-10-14 18:58:24 +02:00
|
|
|
- all .c and .h files of the main directory, except from
|
|
|
|
`example.c` and `pngtest.c`
|
2016-10-09 23:36:17 +02:00
|
|
|
- the arm/ folder
|
2016-10-14 18:58:24 +02:00
|
|
|
- `scripts/pnglibconf.h.prebuilt` as `pnglibconf.h`
|
2018-07-28 10:56:24 +02:00
|
|
|
- `LICENSE`
|
2016-10-11 20:44:26 +02:00
|
|
|
|
|
|
|
|
2016-10-17 17:13:34 +02:00
|
|
|
## libsimplewebm
|
|
|
|
|
|
|
|
- Upstream: https://github.com/zaps166/libsimplewebm
|
2020-05-01 10:48:15 +02:00
|
|
|
- Version: git (fe57fd3cfe6c0af4c6af110b1f84a90cf191d943, 2019)
|
2019-02-21 21:36:43 +01:00
|
|
|
- License: MIT (main), BSD-3-Clause (libwebm)
|
|
|
|
|
|
|
|
This contains libwebm, but the version in use is updated from the one used by libsimplewebm,
|
|
|
|
and may have *unmarked* alterations from that.
|
2016-10-17 17:13:34 +02:00
|
|
|
|
2017-01-05 23:09:29 +01:00
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2019-02-21 21:36:43 +01:00
|
|
|
- all the .cpp, .hpp files in the main folder except `example.cpp`
|
|
|
|
- LICENSE
|
2017-01-05 23:09:29 +01:00
|
|
|
|
2018-02-26 10:47:58 +01:00
|
|
|
Important: Some files have Godot-made changes.
|
|
|
|
They are marked with `// -- GODOT start --` and `// -- GODOT end --`
|
|
|
|
comments.
|
2016-10-17 17:13:34 +02:00
|
|
|
|
2019-07-20 20:47:07 +02:00
|
|
|
|
2017-08-27 12:16:36 +02:00
|
|
|
## libtheora
|
|
|
|
|
|
|
|
- Upstream: https://www.theora.org
|
2020-05-01 10:48:15 +02:00
|
|
|
- Version: 1.1.1 (2010)
|
2017-08-27 12:16:36 +02:00
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
|
|
- all .c, .h in lib/
|
|
|
|
- all .h files in include/theora/ as theora/
|
|
|
|
- COPYING and LICENSE
|
|
|
|
|
2019-01-23 12:02:34 +01:00
|
|
|
Upstream patches included in the `patches` directory have been applied
|
|
|
|
on top of the 1.1.1 source (not included in any stable release yet).
|
|
|
|
|
2017-08-27 12:16:36 +02:00
|
|
|
|
2016-10-12 20:37:38 +02:00
|
|
|
## libvorbis
|
|
|
|
|
|
|
|
- Upstream: https://www.xiph.org/vorbis
|
2021-11-19 14:08:06 +01:00
|
|
|
- Version: 1.3.7 (0657aee69dec8508a0011f47f3b69d7538e9d262, 2020)
|
2016-10-12 20:37:38 +02:00
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2021-11-19 14:08:06 +01:00
|
|
|
- `lib/*` except from: `lookups.pl`, `Makefile.*`
|
|
|
|
- `include/vorbis/*.h` as `vorbis/`
|
|
|
|
- `COPYING`
|
2016-10-12 20:37:38 +02:00
|
|
|
|
|
|
|
|
2016-09-14 22:10:03 +02:00
|
|
|
## libvpx
|
|
|
|
|
2018-01-13 14:44:16 +01:00
|
|
|
- Upstream: https://chromium.googlesource.com/webm/libvpx/
|
2020-05-01 10:48:15 +02:00
|
|
|
- Version: 1.6.0 (2016)
|
2016-09-14 22:10:03 +02:00
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
2017-01-05 23:09:29 +01:00
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
|
|
TODO.
|
|
|
|
|
2017-12-14 15:15:06 +01:00
|
|
|
Important: File `libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c` has
|
|
|
|
Godot-made change marked with `// -- GODOT --` comments.
|
|
|
|
|
2018-12-20 10:38:05 +01:00
|
|
|
The files `libvpx/third_party/android/cpu-features.{c,h}` were copied
|
|
|
|
from the Android NDK r18.
|
|
|
|
|
2016-09-14 22:10:03 +02:00
|
|
|
|
2016-10-11 23:35:58 +02:00
|
|
|
## libwebp
|
|
|
|
|
|
|
|
- Upstream: https://chromium.googlesource.com/webm/libwebp/
|
2021-11-19 13:54:40 +01:00
|
|
|
- Version: 1.2.1 (9ce5843dbabcfd3f7c39ec7ceba9cbeb213cbfdf, 2021)
|
2016-10-11 23:35:58 +02:00
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
2016-10-14 21:57:43 +02:00
|
|
|
Files extracted from upstream source:
|
2016-10-11 23:35:58 +02:00
|
|
|
|
2021-11-19 13:54:40 +01:00
|
|
|
- `src/*` except from: `.am`, `.rc` and `.in` files
|
|
|
|
- `AUTHORS`, `COPYING`, `PATENTS`
|
2016-10-11 23:35:58 +02:00
|
|
|
|
2017-02-17 15:49:40 +01:00
|
|
|
Important: The files `utils/bit_reader_utils.{c,h}` have Godot-made
|
2016-10-11 23:35:58 +02:00
|
|
|
changes to ensure they build for Javascript/HTML5. Those
|
|
|
|
changes are marked with `// -- GODOT --` comments.
|
|
|
|
|
|
|
|
|
2018-06-07 10:46:05 +02:00
|
|
|
## mbedtls
|
2018-02-08 19:04:43 +01:00
|
|
|
|
|
|
|
- Upstream: https://tls.mbed.org/
|
2021-07-20 12:32:46 +02:00
|
|
|
- Version: 2.16.11 (aa1d4e097342af799ba80dfb13640efef498227c, 2021)
|
2018-02-08 19:04:43 +01:00
|
|
|
- License: Apache 2.0
|
|
|
|
|
2020-07-02 15:13:55 +02:00
|
|
|
File extracted from upstream release tarball:
|
2020-01-26 18:06:09 +01:00
|
|
|
|
2021-07-20 12:32:46 +02:00
|
|
|
- All `*.h` from `include/mbedtls/` to `thirdparty/mbedtls/include/mbedtls/`.
|
|
|
|
- All `*.c` from `library/` to `thirdparty/mbedtls/library/`.
|
|
|
|
- `LICENSE` and `apache-2.0.txt` files.
|
2021-10-14 11:02:01 +02:00
|
|
|
- Applied the patch in `patches/1453.diff` (upstream PR:
|
2021-07-20 12:32:46 +02:00
|
|
|
https://github.com/ARMmbed/mbedtls/pull/1453).
|
2021-10-14 11:02:01 +02:00
|
|
|
- Applied the patch in `patches/padlock.diff`. This disables VIA padlock
|
|
|
|
support which defines a symbol `unsupported` which clashes with a
|
|
|
|
pre-defined symbol.
|
|
|
|
- Applied the patch in `patches/pr4948-fix-clang12-opt.patch`. Upstream bugfix
|
|
|
|
from PR 4948 to fix a bug caused by Clang 12 optimizations.
|
2021-10-25 17:59:47 +02:00
|
|
|
- Applied the patch in `patches/pr4819-faster-base64.patch`. This fixes a certs
|
|
|
|
parsing speed regression since 2.16.10 (upstream PR:
|
|
|
|
https://github.com/ARMmbed/mbedtls/pull/4819).
|
2021-07-20 12:32:46 +02:00
|
|
|
- Added 2 files `godot_core_mbedtls_platform.c` and `godot_core_mbedtls_config.h`
|
|
|
|
providing configuration for light bundling with core.
|
2019-04-11 17:30:12 +02:00
|
|
|
|
2018-02-08 19:04:43 +01:00
|
|
|
|
2018-05-11 02:00:16 +02:00
|
|
|
## miniupnpc
|
|
|
|
|
2021-03-14 12:07:28 +01:00
|
|
|
- Upstream: https://github.com/miniupnp/miniupnp
|
|
|
|
- Version: 2.2.2 (81029a860baf1f727903e5b85307903b3f40cbc8, 2021)
|
2018-05-11 02:00:16 +02:00
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
2019-11-12 09:06:31 +01:00
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
|
|
- All `*.c` and `*.h` files from `miniupnpc` to `thirdparty/miniupnpc/miniupnpc`
|
2021-03-14 12:07:28 +01:00
|
|
|
- Remove the following test or sample files:
|
|
|
|
`listdevices.c minihttptestserver.c miniupnpcmodule.c upnpc.c upnperrors.* test* wingenminiupnpcstrings.c`
|
|
|
|
- `LICENSE`
|
2019-06-30 17:31:51 +02:00
|
|
|
|
2021-03-14 12:07:28 +01:00
|
|
|
The only modified file is `miniupnpcstrings.h`, which was created for Godot
|
|
|
|
(it is usually autogenerated by cmake). Bump the version number for miniupnpc in that
|
|
|
|
file when upgrading.
|
2018-05-11 02:00:16 +02:00
|
|
|
|
2021-03-24 12:53:43 +01:00
|
|
|
Note: The following upstream patch has been applied, remove this notice on next update.
|
|
|
|
https://github.com/miniupnp/miniupnp/commit/3a08dd4b89af2e9effa22a136bac86f2f306fd79
|
|
|
|
|
2018-06-07 10:46:05 +02:00
|
|
|
|
2017-04-28 18:29:15 +02:00
|
|
|
## minizip
|
|
|
|
|
|
|
|
- Upstream: http://www.zlib.net
|
2020-05-01 10:48:15 +02:00
|
|
|
- Version: 1.2.11 (zlib contrib, 2017)
|
2017-04-28 18:29:15 +02:00
|
|
|
- License: zlib
|
|
|
|
|
|
|
|
Files extracted from the upstream source:
|
|
|
|
|
|
|
|
- contrib/minizip/{crypt.h,ioapi.{c,h},zip.{c,h},unzip.{c,h}}
|
|
|
|
|
|
|
|
Important: Some files have Godot-made changes for use in core/io.
|
2017-08-18 23:20:22 +02:00
|
|
|
They are marked with `/* GODOT start */` and `/* GODOT end */`
|
|
|
|
comments and a patch is provided in the minizip/ folder.
|
2017-04-28 18:29:15 +02:00
|
|
|
|
|
|
|
|
|
|
|
## misc
|
|
|
|
|
2017-04-28 19:28:21 +02:00
|
|
|
Collection of single-file libraries used in Godot components.
|
|
|
|
|
2019-07-02 03:06:52 +02:00
|
|
|
- `clipper.{cpp,hpp}`
|
2018-06-07 10:46:05 +02:00
|
|
|
* Upstream: https://sourceforge.net/projects/polyclipping
|
2020-05-01 10:48:15 +02:00
|
|
|
* Version: 6.4.2 (2017) + Godot changes (added optional exceptions handling)
|
2018-06-07 10:46:05 +02:00
|
|
|
* License: BSL-1.0
|
2021-01-08 13:23:02 +01:00
|
|
|
- `easing_equations.cpp`
|
|
|
|
* Upstream: http://robertpenner.com/easing/ via https://github.com/jesusgollonet/ofpennereasing (modified to fit Godot types)
|
|
|
|
* Version: git (af72c147c3a74e7e872aa28c7e2abfcced04fdce, 2008) + Godot types and style changes
|
|
|
|
* License: BSD-3-Clause
|
2017-04-28 18:29:15 +02:00
|
|
|
- `fastlz.{c,h}`
|
2018-01-13 14:44:16 +01:00
|
|
|
* Upstream: https://github.com/ariya/FastLZ
|
2020-04-30 14:24:03 +02:00
|
|
|
* Version: 0.5.0 (4f20f54d46f5a6dd4fae4def134933369b7602d2, 2020)
|
2017-04-28 18:29:15 +02:00
|
|
|
* License: MIT
|
|
|
|
- `hq2x.{cpp,h}`
|
|
|
|
* Upstream: https://github.com/brunexgeek/hqx
|
|
|
|
* Version: TBD, file structure differs
|
|
|
|
* License: Apache 2.0
|
2021-01-08 13:23:02 +01:00
|
|
|
- `ifaddrs-android.{cc,h}`
|
|
|
|
* Upstream: https://chromium.googlesource.com/external/webrtc/stable/talk/+/master/base/ifaddrs-android.h
|
|
|
|
* Version: git (5976650443d68ccfadf1dea24999ee459dd2819d, 2013)
|
|
|
|
* License: BSD-3-Clause
|
|
|
|
- `mikktspace.{c,h}`
|
|
|
|
* Upstream: https://archive.blender.org/wiki/index.php/Dev:Shading/Tangent_Space_Normal_Maps/
|
|
|
|
* Version: 1.0 (2011)
|
|
|
|
* License: zlib
|
2018-12-20 10:38:05 +01:00
|
|
|
- `open-simplex-noise.{c,h}`
|
|
|
|
* Upstream: https://github.com/smcameron/open-simplex-noise-in-c
|
2020-12-04 09:38:42 +01:00
|
|
|
* Version: git (826f1dd1724e6fb3ff45f58e48c0fbae864c3403, 2020) + custom changes
|
2021-01-08 13:23:02 +01:00
|
|
|
* License: Public Domain or Unlicense
|
2017-04-28 18:29:15 +02:00
|
|
|
- `pcg.{cpp,h}`
|
|
|
|
* Upstream: http://www.pcg-random.org
|
2017-11-28 16:18:22 +01:00
|
|
|
* Version: minimal C implementation, http://www.pcg-random.org/download.html
|
2017-04-28 18:29:15 +02:00
|
|
|
* License: Apache 2.0
|
Split thirdparty smaz.c out of compressed_translation.cpp
Code comes from https://github.com/antirez/smaz/blob/150e125cbae2e8fd20dd332432776ce13395d4d4/smaz.c
With a small modification to match Godot expectations:
```
diff --git a/thirdparty/core/smaz.c b/thirdparty/core/smaz.c
index 9b1ebc2..555dfea 100644
--- a/thirdparty/core/smaz.c
+++ b/thirdparty/core/smaz.c
@@ -14,7 +14,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
#include <string.h>
/* Our compression codebook, used for compression */
-static char *Smaz_cb[241] = {
+static const char *Smaz_cb[241] = {
"\002s,\266", "\003had\232\002leW", "\003on \216", "", "\001yS",
"\002ma\255\002li\227", "\003or \260", "", "\002ll\230\003s t\277",
"\004fromg\002mel", "", "\003its\332", "\001z\333", "\003ingF", "\001>\336",
@@ -89,7 +89,7 @@ static char *Smaz_rcb[254] = {
"e, ", " it", "whi", " ma", "ge", "x", "e c", "men", ".com"
};
-int smaz_compress(char *in, int inlen, char *out, int outlen) {
+int smaz_compress(const char *in, int inlen, char *out, int outlen) {
unsigned int h1,h2,h3=0;
int verblen = 0, _outlen = outlen;
char verb[256], *_out = out;
@@ -167,7 +167,7 @@ out:
return out-_out;
}
-int smaz_decompress(char *in, int inlen, char *out, int outlen) {
+int smaz_decompress(const char *in, int inlen, char *out, int outlen) {
unsigned char *c = (unsigned char*) in;
char *_out = out;
int _outlen = outlen;
@@ -192,7 +192,7 @@ int smaz_decompress(char *in, int inlen, char *out, int outlen) {
inlen -= 2+len;
} else {
/* Codebook entry */
- char *s = Smaz_rcb[*c];
+ const char *s = Smaz_rcb[*c];
int len = strlen(s);
if (outlen < len) return _outlen+1;
diff --git a/thirdparty/core/smaz.h b/thirdparty/core/smaz.h
index a547d89..a9d8a33 100644
--- a/thirdparty/core/smaz.h
+++ b/thirdparty/core/smaz.h
@@ -14,7 +14,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
#ifndef _SMAZ_H
#define _SMAZ_H
-int smaz_compress(char *in, int inlen, char *out, int outlen);
-int smaz_decompress(char *in, int inlen, char *out, int outlen);
+int smaz_compress(const char *in, int inlen, char *out, int outlen);
+int smaz_decompress(const char *in, int inlen, char *out, int outlen);
#endif
```
2017-04-28 19:00:11 +02:00
|
|
|
- `smaz.{c,h}`
|
|
|
|
* Upstream: https://github.com/antirez/smaz
|
2021-01-08 13:23:02 +01:00
|
|
|
* Version: git (2f625846a775501fb69456567409a8b12f10ea25, 2012)
|
2018-01-13 14:44:16 +01:00
|
|
|
* License: BSD-3-Clause
|
Split thirdparty smaz.c out of compressed_translation.cpp
Code comes from https://github.com/antirez/smaz/blob/150e125cbae2e8fd20dd332432776ce13395d4d4/smaz.c
With a small modification to match Godot expectations:
```
diff --git a/thirdparty/core/smaz.c b/thirdparty/core/smaz.c
index 9b1ebc2..555dfea 100644
--- a/thirdparty/core/smaz.c
+++ b/thirdparty/core/smaz.c
@@ -14,7 +14,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
#include <string.h>
/* Our compression codebook, used for compression */
-static char *Smaz_cb[241] = {
+static const char *Smaz_cb[241] = {
"\002s,\266", "\003had\232\002leW", "\003on \216", "", "\001yS",
"\002ma\255\002li\227", "\003or \260", "", "\002ll\230\003s t\277",
"\004fromg\002mel", "", "\003its\332", "\001z\333", "\003ingF", "\001>\336",
@@ -89,7 +89,7 @@ static char *Smaz_rcb[254] = {
"e, ", " it", "whi", " ma", "ge", "x", "e c", "men", ".com"
};
-int smaz_compress(char *in, int inlen, char *out, int outlen) {
+int smaz_compress(const char *in, int inlen, char *out, int outlen) {
unsigned int h1,h2,h3=0;
int verblen = 0, _outlen = outlen;
char verb[256], *_out = out;
@@ -167,7 +167,7 @@ out:
return out-_out;
}
-int smaz_decompress(char *in, int inlen, char *out, int outlen) {
+int smaz_decompress(const char *in, int inlen, char *out, int outlen) {
unsigned char *c = (unsigned char*) in;
char *_out = out;
int _outlen = outlen;
@@ -192,7 +192,7 @@ int smaz_decompress(char *in, int inlen, char *out, int outlen) {
inlen -= 2+len;
} else {
/* Codebook entry */
- char *s = Smaz_rcb[*c];
+ const char *s = Smaz_rcb[*c];
int len = strlen(s);
if (outlen < len) return _outlen+1;
diff --git a/thirdparty/core/smaz.h b/thirdparty/core/smaz.h
index a547d89..a9d8a33 100644
--- a/thirdparty/core/smaz.h
+++ b/thirdparty/core/smaz.h
@@ -14,7 +14,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
#ifndef _SMAZ_H
#define _SMAZ_H
-int smaz_compress(char *in, int inlen, char *out, int outlen);
-int smaz_decompress(char *in, int inlen, char *out, int outlen);
+int smaz_compress(const char *in, int inlen, char *out, int outlen);
+int smaz_decompress(const char *in, int inlen, char *out, int outlen);
#endif
```
2017-04-28 19:00:11 +02:00
|
|
|
* Modifications: use `const char*` instead of `char*` for input string
|
2020-12-19 18:17:22 +01:00
|
|
|
- `stb_rect_pack.h`
|
|
|
|
* Upstream: https://github.com/nothings/stb
|
|
|
|
* Version: 1.00
|
|
|
|
* License: Public Domain (Unlicense) or MIT
|
2021-01-08 13:23:02 +01:00
|
|
|
- `stb_vorbis.c`
|
|
|
|
* Upstream: https://github.com/nothings/stb
|
|
|
|
* Version: 1.20 (314d0a6f9af5af27e585336eecea333e95c5a2d8, 2020)
|
|
|
|
* License: Public Domain or Unlicense or MIT
|
2017-04-28 18:29:15 +02:00
|
|
|
- `triangulator.{cpp,h}`
|
|
|
|
* Upstream: https://github.com/ivanfratric/polypartition (`src/polypartition.cpp`)
|
|
|
|
* Version: TBD, class was renamed
|
|
|
|
* License: MIT
|
2017-04-28 19:28:21 +02:00
|
|
|
- `yuv2rgb.h`
|
|
|
|
* Upstream: http://wss.co.uk/pinknoise/yuv2rgb/ (to check)
|
|
|
|
* Version: ?
|
|
|
|
* License: BSD
|
|
|
|
|
2017-12-15 08:04:51 +01:00
|
|
|
|
2017-08-27 13:32:23 +02:00
|
|
|
## nanosvg
|
|
|
|
|
|
|
|
- Upstream: https://github.com/memononen/nanosvg
|
2021-09-22 12:14:36 +02:00
|
|
|
- Version: git (ccdb1995134d340a93fb20e3a3d323ccb3838dd0, 2021)
|
2017-08-27 13:32:23 +02:00
|
|
|
- License: zlib
|
|
|
|
|
|
|
|
Files extracted from the upstream source:
|
|
|
|
|
|
|
|
- All .h files in `src/`
|
|
|
|
- LICENSE.txt
|
|
|
|
|
2018-06-07 10:46:05 +02:00
|
|
|
|
2020-12-19 14:42:31 +01:00
|
|
|
## oidn
|
|
|
|
|
|
|
|
- Upstream: https://github.com/OpenImageDenoise/oidn
|
|
|
|
- Version: 1.1.0 (c58c5216db05ceef4cde5a096862f2eeffd14c06, 2019)
|
|
|
|
- License: Apache 2.0
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
|
|
common/* (except tasking.* and CMakeLists.txt)
|
|
|
|
core/*
|
|
|
|
include/OpenImageDenoise/* (except version.h.in)
|
|
|
|
LICENSE.txt
|
|
|
|
mkl-dnn/include/*
|
|
|
|
mkl-dnn/src/* (except CMakeLists.txt)
|
|
|
|
weights/rtlightmap_hdr.tza
|
|
|
|
scripts/resource_to_cpp.py
|
|
|
|
|
|
|
|
Modified files:
|
|
|
|
Modifications are marked with `// -- GODOT start --` and `// -- GODOT end --`.
|
|
|
|
Patch files are provided in `oidn/patches/`.
|
|
|
|
|
|
|
|
core/autoencoder.cpp
|
|
|
|
core/autoencoder.h
|
|
|
|
core/common.h
|
|
|
|
core/device.cpp
|
|
|
|
core/device.h
|
|
|
|
core/transfer_function.cpp
|
|
|
|
|
|
|
|
scripts/resource_to_cpp.py (used in modules/denoise/resource_to_cpp.py)
|
|
|
|
|
|
|
|
|
2016-10-12 20:37:38 +02:00
|
|
|
## opus
|
|
|
|
|
|
|
|
- Upstream: https://opus-codec.org
|
2020-05-01 10:48:15 +02:00
|
|
|
- Version: 1.1.5 (opus) and 0.8 (opusfile) (2017)
|
2016-10-12 20:37:38 +02:00
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2019-02-28 14:23:53 +01:00
|
|
|
- all .c and .h files in src/ (both opus and opusfile)
|
2016-11-03 21:10:34 +01:00
|
|
|
- all .h files in include/ (both opus and opusfile) as opus/
|
2019-02-28 14:23:53 +01:00
|
|
|
- remove unused `opus_demo.c`,
|
|
|
|
- remove `http.c`, `wincerts.c` and `winerrno.h` (part of
|
|
|
|
unused libopusurl)
|
2019-11-18 09:56:18 +01:00
|
|
|
- celt/ and silk/ subfolders
|
2016-10-12 20:37:38 +02:00
|
|
|
- COPYING
|
|
|
|
|
2017-11-19 00:24:31 +01:00
|
|
|
|
2017-08-07 17:13:15 +02:00
|
|
|
## pcre2
|
|
|
|
|
2019-07-11 10:27:11 +02:00
|
|
|
- Upstream: http://www.pcre.org
|
2021-11-19 12:47:40 +01:00
|
|
|
- Version: 10.39 (35fee4193b852cb504892352bd0155de10809889, 2021)
|
2017-08-07 17:13:15 +02:00
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2018-05-24 08:13:24 +02:00
|
|
|
- Files listed in the file NON-AUTOTOOLS-BUILD steps 1-4
|
2019-03-04 14:25:49 +01:00
|
|
|
- All .h files in src/ apart from pcre2posix.h
|
2018-05-24 08:13:24 +02:00
|
|
|
- src/pcre2_jit_match.c
|
|
|
|
- src/pcre2_jit_misc.c
|
2021-01-08 14:10:32 +01:00
|
|
|
- src/sljit/
|
2018-05-24 08:13:24 +02:00
|
|
|
- AUTHORS and LICENCE
|
2016-10-12 20:37:38 +02:00
|
|
|
|
2017-11-19 00:24:31 +01:00
|
|
|
|
2016-10-11 20:44:26 +02:00
|
|
|
## pvrtccompressor
|
|
|
|
|
2021-01-08 13:23:02 +01:00
|
|
|
- Upstream: https://bitbucket.org/jthlim/pvrtccompressor (dead link)
|
|
|
|
Unofficial backup fork: https://github.com/LibreGamesArchive/PVRTCCompressor
|
2020-05-01 10:48:15 +02:00
|
|
|
- Version: hg (cf7177748ee0dcdccfe89716dc11a47d2dc81af5, 2015)
|
2016-10-11 20:44:26 +02:00
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2016-10-14 18:58:24 +02:00
|
|
|
- all .cpp and .h files apart from `main.cpp`
|
2016-10-11 20:44:26 +02:00
|
|
|
- LICENSE.TXT
|
|
|
|
|
2017-11-19 00:24:31 +01:00
|
|
|
|
2017-09-13 19:24:43 +02:00
|
|
|
## recastnavigation
|
2017-02-28 13:10:29 +01:00
|
|
|
|
|
|
|
- Upstream: https://github.com/recastnavigation/recastnavigation
|
2020-04-30 15:16:13 +02:00
|
|
|
- Version: git (57610fa6ef31b39020231906f8c5d40eaa8294ae, 2019)
|
2017-09-13 19:24:43 +02:00
|
|
|
- License: zlib
|
2016-10-11 20:44:26 +02:00
|
|
|
|
2018-01-13 14:44:16 +01:00
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2020-04-30 15:16:13 +02:00
|
|
|
- `Recast/` folder without `CMakeLists.txt`
|
2018-01-13 14:44:16 +01:00
|
|
|
- License.txt
|
|
|
|
|
2017-11-19 00:24:31 +01:00
|
|
|
|
2016-10-13 21:48:06 +02:00
|
|
|
## squish
|
|
|
|
|
2016-10-13 21:52:16 +02:00
|
|
|
- Upstream: https://sourceforge.net/projects/libsquish
|
2021-01-08 13:23:02 +01:00
|
|
|
- Version: 1.15 (r104, 2017)
|
2016-10-13 21:48:06 +02:00
|
|
|
- License: MIT
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
|
|
- all .cpp, .h and .inl files
|
|
|
|
|
2017-11-19 00:24:31 +01:00
|
|
|
Important: Some files have Godot-made changes.
|
|
|
|
They are marked with `// -- GODOT start --` and `// -- GODOT end --`
|
|
|
|
comments and a patch is provided in the squish/ folder.
|
|
|
|
|
2016-10-13 21:48:06 +02:00
|
|
|
|
2017-05-27 13:41:18 +02:00
|
|
|
## tinyexr
|
|
|
|
|
|
|
|
- Upstream: https://github.com/syoyo/tinyexr
|
2021-11-19 11:17:49 +01:00
|
|
|
- Version: 1.0.1 (67010eae802211202d0797f4df2b809f4ba7442c, 2021)
|
2017-05-27 13:41:18 +02:00
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
|
|
- `tinyexr.{cc,h}`
|
|
|
|
|
2021-11-19 11:17:49 +01:00
|
|
|
The `tinyexr.cc` file was modified to include `zlib.h` which we provide,
|
|
|
|
instead of `miniz.h` as an external dependency.
|
|
|
|
|
2017-05-27 13:41:18 +02:00
|
|
|
|
2019-04-11 17:30:12 +02:00
|
|
|
## vhacd
|
|
|
|
|
|
|
|
- Upstream: https://github.com/kmammou/v-hacd
|
2020-05-01 10:48:15 +02:00
|
|
|
- Version: git (b07958e18e01d504e3af80eeaeb9f033226533d7, 2019)
|
2019-04-11 17:30:12 +02:00
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
|
|
- From `src/VHACD_Lib/`: `inc`, `public` and `src`
|
|
|
|
- `LICENSE`
|
|
|
|
|
2019-04-11 17:48:49 +02:00
|
|
|
Some downstream changes have been made and are identified by
|
|
|
|
`// -- GODOT start --` and `// -- GODOT end --` comments.
|
|
|
|
They can be reapplied using the patches included in the `vhacd`
|
|
|
|
folder.
|
|
|
|
|
2019-04-11 17:30:12 +02:00
|
|
|
|
2019-07-20 20:47:07 +02:00
|
|
|
## wslay
|
|
|
|
|
|
|
|
- Upstream: https://github.com/tatsuhiro-t/wslay
|
2021-11-19 13:28:01 +01:00
|
|
|
- Version: 1.1.1+git (45d22583b488f79d5a4e598cc7675c191c5ab53f, 2021)
|
2019-07-20 20:47:07 +02:00
|
|
|
- License: MIT
|
|
|
|
|
|
|
|
File extracted from upstream release tarball:
|
|
|
|
|
2021-11-19 13:28:01 +01:00
|
|
|
- Run `cmake .` to generate `config.h` and `wslayver.h`.
|
|
|
|
Contents might need tweaking for Godot, review diff.
|
|
|
|
- All `*.c` and `*.h` files from `lib/`
|
|
|
|
- All `*.h` in `lib/includes/wslay/` as `wslay/`
|
|
|
|
- `wslay/wslay.h` has a small Godot addition to fix MSVC build.
|
|
|
|
See `patches/msvcfix.diff`
|
|
|
|
- `COPYING`
|
2019-07-20 20:47:07 +02:00
|
|
|
|
|
|
|
|
2019-04-19 12:03:12 +02:00
|
|
|
## xatlas
|
|
|
|
|
|
|
|
- Upstream: https://github.com/jpcy/xatlas
|
2021-11-19 12:58:56 +01:00
|
|
|
- Version: git (ec707faeac3b95e6b416076a9509718cce105b6a, 2021)
|
2019-04-19 12:03:12 +02:00
|
|
|
- License: MIT
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2021-11-19 12:58:56 +01:00
|
|
|
- `source/xatlas/xatlas.{cpp,h}`
|
2019-12-22 11:23:44 +01:00
|
|
|
- `LICENSE`
|
2019-04-19 12:03:12 +02:00
|
|
|
|
|
|
|
|
2016-10-14 18:58:24 +02:00
|
|
|
## zlib
|
|
|
|
|
2018-01-13 14:44:16 +01:00
|
|
|
- Upstream: http://www.zlib.net
|
2020-05-01 10:48:15 +02:00
|
|
|
- Version: 1.2.11 (2017)
|
2016-10-14 18:58:24 +02:00
|
|
|
- License: zlib
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2017-01-05 22:30:02 +01:00
|
|
|
- all .c and .h files
|
2017-06-09 03:43:56 +02:00
|
|
|
|
2017-08-27 12:05:17 +02:00
|
|
|
|
2017-06-09 03:43:56 +02:00
|
|
|
## zstd
|
|
|
|
|
|
|
|
- Upstream: https://github.com/facebook/zstd
|
2021-11-19 12:54:45 +01:00
|
|
|
- Version: 1.5.0 (a488ba114ec17ea1054b9057c26a046fc122b3b6, 2021)
|
2017-06-09 03:43:56 +02:00
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2021-11-19 12:54:45 +01:00
|
|
|
- `lib/{common/,compress/,decompress/,zstd.h,zstd_errors.h}`
|
|
|
|
- `LICENSE`
|