summaryrefslogtreecommitdiffhomepage
path: root/src/external
AgeCommit message (Collapse)Author
2020-07-14Update miniaudio to v0.10.14raysan5
2020-07-13Updated miniaudio to v0.10.13, fixes emscripten compilation error (#1306)Random
2020-07-10Update miniaudio to v0.10.12, solves #1288raysan5
2020-05-23Update dr_wav.hraysan5
2020-04-07Delete .gitignoreraysan5
2020-04-07Review Android pieplineraysan5
- Removed generate_android_toolchain, since version r21 AndroidNDK it's the toolchain - Removed external lib native_app_glue, provided by AndroidNDK
2020-04-07Remove ANGLE projectraysan5
Actually, project just adds 50MB of ANGLE libraries not related to raylib. Also reviewed UWP project to consume ANGLE from the NuGet package.
2020-02-19Update miniaudio.hRay
2020-02-17Comment fprintf() callsRay
2020-02-13Update miniaudio.hRay
2020-02-10[raudio] Update to latest miniaudio 0.10raysan5
2020-02-06Update GLFW to latest masterRay
2020-02-06Update external librariesRay
2020-02-04Update to miniaudio 0.10 (#1092)David Reid
* Update to miniaudio 0.10 This replaces the old ma_pcm_converter with ma_data_converter. At this time of this commit, miniaudio 0.10 is still in the testing phase. To make it easier to update miniaudio.h during this period, I've temporarily moved the @raysan5 Win32 customizations to raudio.c because there may be quite a few updates to miniaudio.h during this time. * Use miniaudio's built-in volume control.
2020-01-28Some tweaksRay
2020-01-22Update cgltf.hRay
2020-01-19Support custom allocatorraysan5
2020-01-19Corrected issue with typesraysan5
2020-01-19Review module to fit raylib conventionsraysan5
Support custom allocators
2020-01-19Support custom memory allocatorsraysan5
2020-01-15Commented unnecessary printf()/puts() callsRay
2019-12-21Forcibly ensure .xm playback starts in the right place; fixes #1043. (#1045)illegalinstruction
2019-12-05external: glfw: reinstate export of GLFW_PKG_{DEPS,LIBS}Ahmad Fatoum
We were doing this before, but it was deleted during the last GLFW update. Readd it to fix the associated macOS CI failure. Fixes: ea5cd42e6 ("Update GLFW to version 3.4")
2019-12-01Update GLFW to version 3.4Ray
2019-11-25Update miniaudio.h to v0.9.8Ray
2019-10-19Update external librariesraysan5
2019-09-13Review possible memory leak with my_strndup()Ray
2019-09-08Revert "Update tinyobj_loader_c.h"Ray
This reverts commit 53b32f1c209051e87871c4cdd2e09828d8ac407e.
2019-09-05Update tinyobj_loader_c.hRay
2019-08-24Update miniaudio.hRay
2019-08-08Corrected small issue on miniaudioraysan5
ONly Neon processors
2019-08-07Update external librariesRay
2019-05-29Fix jar_xm_resetWilhem Barbier
2019-05-23Move jar_xm_reset to jar_xm.hWilhem Barbier
2019-05-16Corrected bug on NEONRay
2019-05-16Update dr_flac, dr_mp3, dr_wav to latest versionRay
2019-05-16Update miniaudio to v0.9.4Ray
2019-05-15external: glfw: Revert "Added WinMM library"Ahmad Fatoum
This reverts commit 4773de26a50c29ae918e306c9936ad9d4ebf80aa. which adds -lwinmm at the wrong place. It should be in the raylib linker flags, not GLFW's.
2019-05-07Added WinMM libraryRay
Required for high resolution timer
2019-05-04external: glfw: reinstate export of GLFW_PKG_{DEPS,LIBS}Ahmad Fatoum
We were doing this before, but it was deleted during the last GLFW update. Readd it to fix the associated macOS CI failure. Fixes: cd934c9f6 ("Update GLFW to 3.3.1")
2019-04-27UWP Support Overhaul (#819)Reece Mackie
* Working build * Fix build again, stop deleting files * Hotfix crash, needs investigating * Remove VS2015.UWP, I cannot update the project * Lots of UWP work, added keyboard and mouse press support. Still need to finish scroll wheel, mouse position and cursor hiding, plus other stuff that I haven't seen yet. * Implemented a ton more things, added BaseApp.h to provide common code to UWP apps. * Remove constant window dimensions * Enable and Disable cursor support. * Actually use mouse delta * Gamepad Support * Cleaning and small tweaks * Restore original example. * Update comment * Use 'Messages' to handle the cursor functions so code is more portable. * Comment * Comment unused message fields and use vector for mouse pos instead. * Move messages to utils.h and use messages for everything. No more plat-specific code in raylib.h * Working build * Fix build again, stop deleting files * Hotfix crash, needs investigating * Remove VS2015.UWP, I cannot update the project * Lots of UWP work, added keyboard and mouse press support. Still need to finish scroll wheel, mouse position and cursor hiding, plus other stuff that I haven't seen yet. * Implemented a ton more things, added BaseApp.h to provide common code to UWP apps. * Remove constant window dimensions * Enable and Disable cursor support. * Actually use mouse delta * Gamepad Support * Cleaning and small tweaks * Restore original example. * Update comment * Use 'Messages' to handle the cursor functions so code is more portable. * Comment * Comment unused message fields and use vector for mouse pos instead. * Move messages to utils.h and use messages for everything. No more plat-specific code in raylib.h * Tested some desktop stuff and added projection matrix updates for window resizing. * Fixed big bad mouse bug * Fix alt buttons and add hack to combat flickery key presses (far from perfect) * Remove debug code * Final commit * Well, so I thought * Wow, i am bad * Remove packages folder * Remove useless include * Apply requested changes and fix linux build * Try to stop packages folder * Have we fixed the formatting properly? * Third time's the charm? * Where did this come from? * Re-fix * Autoformat is gonna kill * Fixed XBOX ONE Support * Fix tabs
2019-04-23WARNING: Issues on web buildingRay
Found some issues when building for web using latest emscripten 1.38.30, traced the error and found that eglGetProcAdress does not return function pointers for VAO functionality, supported by extension. It requires more investigation but now it works (avoiding VAO usage)
2019-04-23Set a version for rGIF libraryRay
2019-04-23Update STB libraries to latest versionRay
2019-04-23Some tweaks to custom memory management systemRay
2019-04-23Remove unnecesary GLFW deps (used by examples)Ray
2019-04-22Update miniaudio to v0.9.3Ray
2019-04-22Update GLFW to 3.3.1Ray
2019-04-10Replaced size_t by unsigned intRay
2019-04-01Reviewed data assignationRay