summaryrefslogtreecommitdiffhomepage
path: root/src/external
AgeCommit message (Collapse)Author
2018-04-02Merge pull request #504 from Martinfx/masterRay
Fix potential bugs from static analysis
2018-04-02Remove dead assignment[email protected]
2018-04-02Fix value stored to 'num_channels' is never read[email protected]
2018-03-20Fix an infinite loop in ALSA backend of mini_al.David Reid
2018-03-18Fix a buffer overflow in the OSS/BSD backend.David Reid
2018-03-03Updated GLFW library to latest versionraysan5
2018-02-26Fix two memory leaks in jar_xm.hAhmad Fatoum
Found by LeakSanitizer in #494.
2018-02-24jar_xm: Workaround for unaligned pointer accessesAhmad Fatoum
jar_xm.h does some shady pointer casts leading to unaligned accesses and breaking strict aliasing. x86 has special circuitry for doing unaligned accesses, but on other architectures, it may trap and require kernel fix-up or crash outright. With this patch, one obstacle in porting raylib to the GameBoy Advance has been removed. Go for it ;-) To avoid having to rewrite that `mempool' code, insert padding before structs and instruct the compiler (GCC, most importantly), to be gentle when optimizing. This fixes #490 (Unless we got ourselves 256-bit pointers, if so, hello future!)
2018-02-20Reviewed timming system for macOSRay
Apparently, before macOS Sierra version, clock_gettime was not available, using MATCH timming system instead
2018-02-11mini_al: Support {Net,Open}BSD OSSAhmad Fatoum
Fixes this build failure: http://www.cpantesters.org/cpan/report/a069fade-0e1f-11e8-a1cf-bb670eaac09d
2018-02-09Updated external librariesRay
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