Guilherme Felipe e64391f47b Update zstd to 1.3.8 | пре 5 година | |
---|---|---|
.. | ||
b2d_convexdecomp | пре 6 година | |
bullet | пре 6 година | |
certs | пре 6 година | |
cvtt | пре 6 година | |
enet | пре 5 година | |
etc2comp | пре 6 година | |
fonts | пре 6 година | |
freetype | пре 6 година | |
glad | пре 6 година | |
jpeg-compressor | пре 8 година | |
libogg | пре 6 година | |
libpng | пре 6 година | |
libsimplewebm | пре 6 година | |
libtheora | пре 7 година | |
libvorbis | пре 6 година | |
libvpx | пре 6 година | |
libwebp | пре 6 година | |
libwebsockets | пре 6 година | |
mbedtls | пре 5 година | |
miniupnpc | пре 6 година | |
minizip | пре 6 година | |
misc | пре 6 година | |
nanosvg | пре 7 година | |
opus | пре 7 година | |
pcre2 | пре 6 година | |
pvrtccompressor | пре 6 година | |
recastnavigation | пре 7 година | |
rtaudio | пре 8 година | |
squish | пре 6 година | |
thekla_atlas | пре 6 година | |
tinyexr | пре 6 година | |
xatlas | пре 6 година | |
zlib | пре 7 година | |
zstd | пре 5 година | |
README.md | пре 5 година |
The files were adapted to Godot by removing the dependency on b2Math (replacing it by b2Glue.h) and commenting out some verbose printf calls. Upstream code has not changed in 10 years, no need to keep track of changes.
Important: Some files have Godot-made changes.
They are marked with // -- GODOT start --
and // -- GODOT end --
comments.
12409f1118
, Commits on Sep 6, 2018 )Files extracted from upstream source:
File extracted from a recent Fedora install: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem (It can't be extracted directly from the package, as it's generated on the user's system.)
Files extracted from upstream source:
Files extracted from upstream source:
Important: enet.h, host.c, protocol.c have been slightly modified to be usable by godot socket implementation and allow IPv6. Two files (godot.cpp and enet/godot.h) have been added to provide enet socket implementation using Godot classes. It is still possible to build against a system wide ENet but doing so will limit it's functionality to IPv4 only. Check the diff of enet.h, protocol.c, and host.c with the 1.3.13 tarball before the next update.
Files extracted from upstream source:
Important: Some files have Godot-made changes.
They are marked with // -- GODOT start --
and // -- GODOT end --
comments.
Use UI font variant if available, because it has tight vertical metrics and good for UI.
Files extracted from upstream source:
Jamfile
filesdocs/{FTL.TXT,LICENSE.TXT}
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.
Files extracted from upstream source:
jpgd.{c,h}
Files extracted from upstream source:
src/*.c
include/ogg/*.h
in ogg/Files extracted from upstream source:
example.c
and pngtest.c
scripts/pnglibconf.h.prebuilt
as pnglibconf.h
LICENSE
Files extracted from upstream source:
TODO.
Important: Some files have Godot-made changes.
They are marked with // -- GODOT start --
and // -- GODOT end --
comments.
Files extracted from upstream source:
Files extracted from upstream source:
src/*
except from: lookups.pl
, Makefile.*
include/vorbis/*.h
as vorbis/Files extracted from upstream source:
TODO.
Important: File libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c
has
Godot-made change marked with // -- GODOT --
comments.
The files libvpx/third_party/android/cpu-features.{c,h}
were copied
from the Android NDK r18.
Files extracted from upstream source:
src/*
except from: .am, .rc and .in filesImportant: The files utils/bit_reader_utils.{c,h}
have Godot-made
changes to ensure they build for Javascript/HTML5. Those
changes are marked with // -- GODOT --
comments.
File extracted from upstream source:
lib/
into thirdparty/libwebsockets
:
core
event-libs
only the poll
subfoldermisc
only base64-decode.c
, getifaddrs.c
, getifaddrs.h
, lejp.c
, and sha-1.c
plat
only lws-plat-unix.c
and lws-plat-win.c
roles
only private.h
, h1
, http
, listen
, pipe
, raw
, ws
roles/http
exclude minilex.c
roles/http/server
exclude access-log.c
, lws-spa.c
, ranges.c
, and rewrite.c
roles/ws
exclude ext
folder.tls
exclude openssl
folder.win32helpers/
from win32port/
inside thirdparty/libwebsockets
GetFileSize[Ex]
and CreateFileW
with supported functions.
There is a diff for this change in thirdparty/libwebsockets/uwp_fixes.diff
Important: lws_config.h
and lws_config_private.h
contains custom
Godot build configurations, check them out when updating.
File extracted from upstream release tarball mbedtls-2.12.0-apache.tgz
:
*.h
from include/mbedtls/
to thirdparty/mbedtls/include/mbedtls/
*.c
from library/
to thirdparty/mbedtls/library/
thirdparty/mbedtls/1453.diff
(PR 1453). Soon to be merged upstream. Check it out at next update.The only modified file is miniupnpcstrings.h, which was created for Godot (is usually autogenerated by cmake).
Files extracted from the upstream source:
Important: Some files have Godot-made changes for use in core/io.
They are marked with /* GODOT start */
and /* GODOT end */
comments and a patch is provided in the minizip/ folder.
Collection of single-file libraries used in Godot components.
aes256.{cpp,h}
base64.{c,h}
clipper.{cpp,hpp}
fastlz.{c,h}
hq2x.{cpp,h}
md5.{cpp,h}
open-simplex-noise.{c,h}
pcg.{cpp,h}
sha256.{c,h}
smaz.{c,h}
const char*
instead of char*
for input stringtriangulator.{cpp,h}
src/polypartition.cpp
)curl_hostcheck.{c,h}
yuv2rgb.h
ifaddrs-android.{cc,h}
easing_equations.cpp
mikktspace.{c,h}
stb_truetype.h
stb_vorbis.c
Files extracted from the upstream source:
src/
Files extracted from upstream source:
opus_demo.c
Files extracted from upstream source:
Files extracted from upstream source:
main.cpp
Files extracted from upstream source:
Recast/
folderFiles extracted from upstream source:
RtAudio.{cpp,h}
Files extracted from upstream source:
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.
Files extracted from the upstream source:
Important: Some files have Godot-made changes, those
changes are marked with // -- GODOT --
comments.
Files extracted from upstream source:
tinyexr.{cc,h}
Files extracted from upstream source:
Files extracted from upstream source: