summaryrefslogtreecommitdiffhomepage
path: root/src/external
AgeCommit message (Collapse)Author
2018-01-27GLFW: Fix build error on Linux < v2.6.39Ahmad Fatoum
Cherry-pick from upstream glfw/glfw#1196 Found in CPANtesters test of Alien::raylib: http://www.cpantesters.org/cpan/report/d956d128-0339-11e8-b0d1-b6c4abd39192
2018-01-19Reviewed UWP branch integrationRay
2018-01-19Merge branch 'develop' into testing_uwpRay
2017-12-15Updated mini_al to latest versionRay San
2017-12-14added debug-event-markers for opengl so that you're able to set markers for ↵user
renderdoc or other gpu debuggers what your program is currently doing
2017-12-11Remove rres supportRay
Let the user choose if using rres external library
2017-12-10Fix CI builds after mini_al changesAhmad Fatoum
2017-12-09Added Wayland supportraysan5
Updated to latest GLFW library and working on Wayland support, still looking how to implement it on raylib because it just exposes PLATFORM_DESKTOP and defaults to X11 windowing system on Linux...
2017-12-05Removed OpenAL Soft dependency on buildingRay San
OpenAL Soft backend is still available in audio module, I'm thinking if exposing it for building in some way or just left it there for advance users to switch to it manually in case of necessity...
2017-12-05Updated external libraries dependenciesRay San
Added dr_wav for a future use
2017-12-05Merge pull request #413 from mackron/dr/mini_alRay
mini_al integration
2017-12-05Update mini_al.David Reid
2017-12-03Potential fixes for Raspberry Pi.David Reid
2017-11-24Potential fixes for audio on RPI and Emscripten builds.David Reid
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