summaryrefslogtreecommitdiffhomepage
path: root/src/external
AgeCommit message (Collapse)Author
2023-11-09Update miniaudio.hRay
2023-11-07Update m3d.hRay
2023-11-07Update cgltf.hRay
2023-11-07Updated dr audio librariesRay
2023-11-07Update miniaudio.hRay
2023-11-06Fix warnings in visual studio (#3512)Jeffery Myers
2023-11-06REVIEWED: `sinfl` external library to avoid ASAN complaints #3349Ray
2023-11-05Update qoa.hRay
2023-11-05Update rl_gputex.hRay
2023-11-05Update qoi.hRay
2023-11-03ADDED: `LoadRandomSequence()`/`UnloadRandomSequence()`Ray
2023-11-02Update rprand.hRay
2023-10-31Reviewed QOA seek PRRay
2023-10-29ADDED: Pseudo-random numbers generator!Ray
2023-10-29Fix compressed DDS texture loading issues (#3483)JaanDev
2023-10-27Update tinyobj_loader_c.h (#3474)SuperUserNameMan
temporary quickfix for issue #3473
2023-10-27Update miniaudio to latest dev #3471Ray
2023-10-26Updated to miniaudio v0.11.19 #3448Ray
2023-10-22Revert "REVIEWED: sinfl, fix #3349"Ray
This reverts commit c4fb6c8517d8480afffafdff81155dd35a600f73.
2023-10-22Revert "Update sinfl.h"Ray
This reverts commit da9bc564d2534ac447b0a22761e38ed2fd3e717b.
2023-10-22Update sinfl.hRay
2023-10-22REVIEWED: sinfl, fix #3349Ray
2023-10-13Ported to stb_image_resize2.h (#3403)Babak
2023-09-22EXTERNAL: msf_gif.h, reviewed some warningsRay
2023-09-21Update miniaudio v0.11.16 --> v0.11.18Ray
2023-09-02Added rudimentary SVG support. (#2738)bXi
* Added rudimentary SVG support. Added 2 functions ImageLoadSvg and ImageLoadSvgWithSize. * Added an example on how to use ImageLoadSvgWithSize and adjusted Makefiles accordingly. * Added actual correct example file. * Reviewed the code to keep the raylib coding conventions in mind. Moved the LoadImageSvg() code into LoadImage() guarded by SUPPORT_FILEFORMAT_SVG. Renamed LoadImageSvgWithSize() to LoadImageSvg(). Added a LoadImageSvgFromString() function to parse the loaded SVG into an actual image. This does the bulk of the work. * Fixed typo. --------- Co-authored-by: Ray <[email protected]>
2023-08-04Fix material loading #3126Ray
2023-07-12Update external sdefl and sinflRay
2023-07-12Revert "UPDATED: `sdefl` and `sinfl` compression libraries"Ray
This reverts commit e190b7eee9199b681a8c50fb69f2fce07e92c7af.
2023-06-30UPDATED: `sdefl` and `sinfl` compression librariesRay
2023-06-05Addition of support for vox files in version 200. (#3097)Le Juez Victor
2023-05-30UPDATED: `sdefl` and `sinfl` DEFLATE compression librariesRay
2023-05-17UPDATE: miniaudio v0.11.12 --> v0.11.16Ray
2023-05-10Update cgltf.hRay
2023-05-08Remove trailing spacesRay
2023-03-22Update rl_gputex.hRay
2023-03-19Add const qualifier to char * path argument in qoaplay_open() (#2972)Webfra
* Add const qualifier to char * path argument in qoa_open() * Remove unnecessary cast
2023-03-13Update miniaudio.hRay
2023-03-06Replace TABS by 4 spacesRay
2023-03-06Remove trailing spacesRay
2023-03-06ADDED: QOA music streaming (with auxiliar lib)Ray
Some format tweaks
2023-03-05Update qoa.hRay
2023-02-12Update qoa.hRay
2023-02-12Update rl_gputex.hRay
2023-02-04ADDED: QOA audio format support -WIP-Ray
2023-02-03Update qoi.hRay
2023-02-01Update external librariesRay
Switch to official `stb_vorbis.c` instead of using an outdated fork
2023-01-10OpenGLES 2.0 support on PLATFORM_DESKTOP (#2840)Go Watanabe
* OpenGLES 2.0 support on PLATFORM_DESKTOP * exmples raylib_opengl_interop desktop GLES2 support * rename gles2.h -> glad_gles2.h
2022-10-24Update to latest miniaudio (dev)Ray
2022-10-12Fix & Simplify .vox signature check (#2752)CrezyDud
and make version check be only 150 not over 150