aboutsummaryrefslogtreecommitdiff
path: root/src/external
AgeCommit message (Collapse)Author
2017-11-22Removed useless fileRay San
2017-11-21Update mini_al with fixes for OpenSL and SDL backends.David Reid
2017-11-20Update mini_al with a potential fix for HTML5.David Reid
2017-11-19Log the name of the playback device.David Reid
2017-11-19Update mini_al with fixes and improvements for Emscripten.David Reid
2017-11-18Update mini_al with experimental support for SDL/Emscripten.David Reid
2017-11-18Update mini_al.David Reid
2017-11-18Add some logging and update mini_al.David Reid
2017-11-17Remove glfw3 dependencyRay San
Full sources already included and compiled with raylib (rglfw)
2017-11-17Remove unneeded glfw dependenciesRay San
Only required by examples
2017-11-17Added alternative license to rgif.h libraryRay San
Just in case of legal conflict with public domain software, added MIT alternative license.
2017-11-17Update mini_al.David Reid
2017-11-16Update mini_al.hDavid Reid
2017-11-15Add support for pitch shifting.David Reid
This commit should bring the mini_al backend up to feature parity with the OpenAL backend.
2017-11-14Bug fixes for Music with mini_al.David Reid
2017-11-13Bring up to date with changes to mini_al.David Reid
2017-11-13Added GLFW sources to raylibRay San
Compiling GLFW library with raylib avoids external dependencies, this way we solve version problems in some platforms
2017-11-12Update comments.David Reid
2017-11-12Initial work on adding support for mini_al.David Reid
2017-11-10Working on UWP supportRay San
Support Universal Windows Platform (UWP): - Windows 10 App - Windows Phone - Xbox One
2017-11-03Renamed data types to standard namesRay San
2017-10-11Reorganize release and dependenciesRay San
2017-10-04Keep working on Android shared libs...Ray San
2017-10-02Updated android_native_app_glueRay San
2017-10-02Updated OpenAL Soft headersRay San
2017-10-02Renamed gif writting libraryRay San
2017-09-02Testing shapes generation using additional libraryRay
2017-08-04Updated stb libs to latest versionraysan5
2017-07-08Corected some issues with jar_xmraysan5
Problems when compiling with VS2015 Probably DEBUG(...) macro is not the best naming...
2017-06-28Add more image generation functions: radial gradient and perlin noiseWilhem Barbier
2017-05-27Review gif recording (simplified)raysan5
2017-05-18Reverted to previous OpenAL versionRay
Issues when pausin musing and trying to resume (not resuming!)
2017-05-17Added gif file writter libraryRay
Setup for a new amazing feature! ;)
2017-05-15Move android_native_app_glue to folderRay
2017-05-14Moved Android header to external folderRay
2017-05-14Update to latest OpenAL Soft version (1.18.0-dev)Ray
Note that Android and Desktop versions of OpenAL Soft come from the same sources, recompiled for every platform
2017-05-14Remove OculusSDK libraryRay
Just waiting for a better future alternative (multiplatform)... OpenXR ?
2017-04-21Corrected issue with alloca.h on GCCRay
2017-04-16Updated STB libs to latest versionraysan5
2017-04-08Added glfw3 lib (for VS2015)Ray
2017-03-07Removed unnecesary libs-
2017-02-11Corrected issue with OpenAL being 'keg only' on OSXraysan5
Also reviewed issue with stdbool when compiling with clang
2017-01-18Updated stb external librariesRay
2016-12-26Improved FLAC audio supportraysan5
2016-11-16Reviewed modules commentsraysan5
2016-10-31Renamed OpenAL32 dll libraryraysan5
2016-10-15Added OpenAL static libraryRay
2016-10-10Added support for FLAC audio loading/streamingraysan5
2016-09-20Updated LibOVR to SDK version 1.8raysan5
Weird, OVR_Version.h still points to 1.7, probably a typo...
2016-09-12Tweak to avoid warningraysan5