summaryrefslogtreecommitdiffhomepage
path: root/src/external
AgeCommit message (Collapse)Author
2024-04-07Update cgltf.hRay
2024-03-14Fix GLFW runtime platform detection (#3863)Alexandre Almeida
* Fix GLFW runtime platform detection * Add libwayland-dev package to workflows * Add libxkbcommon-dev package to workflows * Add libwayland-bin package to codeql.yml * Add libwayland-client0 and libwayland-cursor0 packages to codeql.yml * Use libwayland-dev in codeql.yml * Add libxkbcommon-dev to codeql.yml * Remove libwayland-bin from linux.yml and linux_examples.yml (libwayland-dev includes it as a dependency) --------- Co-authored-by: Ray <[email protected]>
2024-02-29Update GLFW to 3.4 (#3827)Alexandre Almeida
* Update GLFW to 3.4 (draft) * Add _glfwConnectNull() function to rglfw.c * Update rglfw.c * Update Makefile * Makefile: Replace USE_WAYLAND_DISPLAY with DISABLE_WAYLAND * Revert "Makefile: Replace USE_WAYLAND_DISPLAY with DISABLE_WAYLAND" This reverts commit 9e79abde786bf797d8133fd95e8a475cf6e2b066. * GlfwImport.cmake: Replace GLFW_USE_WAYLAND with GLFW_BUILD_WAYLAND * Update rglfw.c * Output platform selected by GLFW to TRACELOG * GLFW has removed Mir support
2024-02-29feat: vox_loader normals and new voxels shader (#3843)johann nadalutti
2024-01-13Avoid asserts because could crash some decompressions ↵Ray
https://github.com/raysan5/raygui/issues/364
2023-12-11REVIEWED: Issue in sequence generation #3612Ray
2023-11-15Update miniaudio to v0.11.21Ray
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