|
|
8 سال پیش | |
|---|---|---|
| .. | ||
| b2d_convexdecomp | 8 سال پیش | |
| bullet | 8 سال پیش | |
| certs | 8 سال پیش | |
| enet | 8 سال پیش | |
| etc2comp | 8 سال پیش | |
| fonts | 8 سال پیش | |
| freetype | 8 سال پیش | |
| glad | 8 سال پیش | |
| jpeg-compressor | 9 سال پیش | |
| libogg | 9 سال پیش | |
| libpng | 8 سال پیش | |
| libsimplewebm | 8 سال پیش | |
| libtheora | 8 سال پیش | |
| libvorbis | 9 سال پیش | |
| libvpx | 9 سال پیش | |
| libwebp | 8 سال پیش | |
| minizip | 8 سال پیش | |
| misc | 8 سال پیش | |
| nanosvg | 8 سال پیش | |
| openssl | 8 سال پیش | |
| opus | 8 سال پیش | |
| pcre2 | 8 سال پیش | |
| pvrtccompressor | 9 سال پیش | |
| recastnavigation | 8 سال پیش | |
| rtaudio | 9 سال پیش | |
| squish | 8 سال پیش | |
| thekla_atlas | 8 سال پیش | |
| tinyexr | 8 سال پیش | |
| zlib | 8 سال پیش | |
| zstd | 8 سال پیش | |
| README.md | 8 سال پیش | |
TODO.
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:
Use UI font if exists, 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/*.cinclude/ogg/*.h in ogg/Files extracted from upstream source:
example.c and pngtest.cscripts/pnglibconf.h.prebuilt as pnglibconf.hFiles extracted from upstream source:
TODO.
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.
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.
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}
fastlz.{c,h}
hq2x.{cpp,h}
md5.{cpp,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
Files extracted from the upstream source:
(no license file was included with the upstream distribution)
mikktspace.{c,h}
stb_truetype.h
stb_vorbis.c
Files extracted from the upstream source:
Files extracted from the upstream source:
src/Files extracted from the upstream source:
openssl/: contains the headers installed in /usr/include/openssl;
gather them in the source tarball with make links and
cp -f include/openssl/*.h ../openssl/openssl/crypto/: copy of upstream crypto/, with some cleanup (see below).ssl/: copy of upstream ssl/, with some cleanup (see below).
find \( -name "Makefile" -o -name "*.S" -o -name "*.bat" -o -name "*.bc" \
-o -name "*.com" -o -name "*.cnf" -o -name "*.ec" -o -name "*.fre" \
-o -name "*.gcc" -o -name "*.in" -o -name "*.lnx" -o -name "*.m4" \
-o -name "*.pl" -o -name "*.pod" -o -name "*.s" -o -name "*.sh" \
-o -name "*.sol" -o -name "*test*" \) -delete
cd openssl; for file in *.h; do find ../{crypto,ssl} -name "$file" -delete; done
For the rest check the git status and decide.patches/ folder.Files extracted from upstream source:
opus_demo.cFiles extracted from upstream source:
Files extracted from upstream source:
main.cppFiles extracted from upstream source:
RtAudio.{cpp,h}Files extracted from upstream source:
Files extracted from upstream source:
tinyexr.{cc,h}Files extracted from upstream source:
Files extracted from upstream source: