summaryrefslogtreecommitdiffhomepage
path: root/src/external
AgeCommit message (Collapse)Author
2024-07-13Fix crash when switching playback device (#4102)jkaup
Co-authored-by: jj <[email protected]>
2024-07-09update RGFW to RGFW 1.0 (#4144)Colleague Riley
* update RGFW * fix bug with GetCurrentMonitor
2024-06-28Update RGFW and replace long switch in rcore_desktop_rgfw.c with a lookup ↵Colleague Riley
table (#4108) * Fix Makefile issues (RGFW) (linux) (macOS) * Do not use nanosleep on windows at all (PLATFORM_DESKTOP_RGFW) * remove #define RGFWDEF and make the #undefs only happen for their OS * Update RGFW.h * fix to match the RGFW updates * remove line that shows the cursor for no reason * Update RGFW, replace long switch with an array, update rgfw platform for RGFW * update RGFW (fix reported glitch with drag and drop files) (linux) * remove u16
2024-06-22add warning log multiple of 4 (#4080)Anthony Carbajal
2024-06-08Update RGFW (#4048)Colleague Riley
* Fix Makefile issues (RGFW) (linux) (macOS) * Do not use nanosleep on windows at all (PLATFORM_DESKTOP_RGFW) * remove #define RGFWDEF and make the #undefs only happen for their OS * Update RGFW.h * fix to match the RGFW updates * remove line that shows the cursor for no reason
2024-05-09Do not use "nanosleep" on windows at all (PLATFORM_DESKTOP_RGFW) (#3970)Colleague Riley
* Fix Makefile issues (RGFW) (linux) (macOS) * Do not use nanosleep on windows at all (PLATFORM_DESKTOP_RGFW) --------- Co-authored-by: ColleagueRiley <[email protected]>
2024-05-07make RGFW a custom platform (#3941)Colleague Riley
* fix minor bugs and errors (x86) for the RGFW platform, update RGFW platform license, update makefile info for RGFW platform * revert * (RGFW) (winapi) fix mouse hide bug when cursor changes * ensure PLATFORM_SHELL is defined (PLATFORM_RGFW) --------- Co-authored-by: ColleagueRiley <[email protected]>
2024-05-05Minor formatting tweaksRay
2024-05-01Set default init values for random #3954Ray
2024-05-01Update rprand.hRay
2024-04-28Use builtin_clz for clang on windows (#3939)OetkenPurveyorOfCode
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