Rémi Verschelde 9cd6cfd76e certs: Sync with Mozilla bundle as of Oct 19, 2024 | 2 هفته پیش | |
---|---|---|
.. | ||
b2d_convexdecomp | 6 سال پیش | |
bullet | 5 سال پیش | |
certs | 2 هفته پیش | |
cvtt | 6 سال پیش | |
enet | 5 سال پیش | |
etc2comp | 6 سال پیش | |
fonts | 6 سال پیش | |
freetype | 5 سال پیش | |
glad | 5 سال پیش | |
jpeg-compressor | 5 سال پیش | |
libogg | 5 سال پیش | |
libpng | 5 سال پیش | |
libsimplewebm | 6 سال پیش | |
libtheora | 5 سال پیش | |
libvorbis | 6 سال پیش | |
libvpx | 5 سال پیش | |
libwebp | 3 سال پیش | |
libwebsockets | 5 سال پیش | |
mbedtls | 3 سال پیش | |
miniupnpc | 4 سال پیش | |
minizip | 6 سال پیش | |
misc | 4 سال پیش | |
nanosvg | 5 سال پیش | |
opus | 5 سال پیش | |
pcre2 | 5 سال پیش | |
pvrtccompressor | 6 سال پیش | |
recastnavigation | 7 سال پیش | |
squish | 6 سال پیش | |
tinyexr | 5 سال پیش | |
xatlas | 5 سال پیش | |
zlib | 7 سال پیش | |
zstd | 5 سال پیش | |
README.md | 2 هفته پیش |
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.
Files extracted from upstream source:
Upstream patches included in the patches
directory have been applied
on top of the 2.88 source (not included in any stable release yet).
4d3fe6683f
, 2024),
generated from mozilla-release changeset b8ea234254
Files extracted from upstream source:
ca-bundle.crt
renamed to ca-certificates.crt
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,h}
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:
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).
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
thirdparty/libwebsockets/ipv6_fixes.diff
Important: lws_config.h
and lws_config_private.h
contains custom
Godot build configurations, check them out when updating.
aa1d4e0973
, 2021)File extracted from upstream release tarball:
*.h
from include/mbedtls/
to thirdparty/mbedtls/include/mbedtls/
.*.c
from library/
to thirdparty/mbedtls/library/
.LICENSE
and apache-2.0.txt
files.patches/1453.diff
(upstream PR:
https://github.com/ARMmbed/mbedtls/pull/1453).patches/padlock.diff
. This disables VIA padlock
support which defines a symbol unsupported
which clashes with a
pre-defined symbol.patches/pr4948-fix-clang12-opt.patch
. Upstream bugfix
from PR 4948 to fix a bug caused by Clang 12 optimizations.Files extracted from upstream source:
*.c
and *.h
files from miniupnpc
to thirdparty/miniupnpc/miniupnpc
test*
, minihttptestserver.c
and wingenminiupnpcstrings.c
The patch windows_fix.diff
is applied to minissdpc.c
to fix an upstream issue.
The only modified file is miniupnpcstrings.h, which was created for Godot
(it 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
)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
,http.c
, wincerts.c
and winerrno.h
(part of
unused libopusurl)Files extracted from upstream source:
Files extracted from upstream source:
main.cpp
Files extracted from upstream source:
Recast/
folderFiles 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 upstream source:
tinyexr.{cc,h}
Files extracted from upstream source:
xatlas.{cpp,h}
Note: License is marked as Public Domain in the files, but it was later clarified upstream to MIT license.
Files extracted from upstream source:
Files extracted from upstream source: