Commit Graph

78 Commits

Author SHA1 Message Date
de78fa69bc Fix CI builds after mini_al changes 2017-12-10 21:35:38 +01:00
5ae2c0d15b Added Wayland support
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-09 19:05:42 +01:00
3b5a26099e Removed OpenAL Soft dependency on building
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-05 14:01:35 +01:00
33eec31575 Updated external libraries dependencies
Added dr_wav for a future use
2017-12-05 13:23:04 +01:00
Ray
9d0ee6c2f6 Merge pull request #413 from mackron/dr/mini_al
mini_al integration
2017-12-05 11:23:16 +01:00
104391f82b Update mini_al. 2017-12-05 18:49:00 +10:00
82f88e5df9 Potential fixes for Raspberry Pi. 2017-12-03 11:20:02 +10:00
a0d9913c7c Potential fixes for audio on RPI and Emscripten builds. 2017-11-24 22:13:33 +10:00
1be826fb16 Removed useless file 2017-11-22 17:30:09 +01:00
c71b01c8ac Update mini_al with fixes for OpenSL and SDL backends. 2017-11-21 06:35:38 +10:00
14b889be41 Update mini_al with a potential fix for HTML5. 2017-11-20 21:47:07 +10:00
3238cba47c Log the name of the playback device. 2017-11-19 19:38:23 +10:00
49e945f958 Update mini_al with fixes and improvements for Emscripten. 2017-11-19 12:15:01 +10:00
84ef860443 Update mini_al with experimental support for SDL/Emscripten. 2017-11-18 22:30:20 +10:00
3be83dac7e Update mini_al. 2017-11-18 11:51:51 +10:00
b9bb80d004 Add some logging and update mini_al. 2017-11-18 10:27:44 +10:00
6d317c7afe Remove glfw3 dependency
Full sources already included and compiled with raylib (rglfw)
2017-11-17 18:43:39 +01:00
e2e4b8df28 Remove unneeded glfw dependencies
Only required by examples
2017-11-17 18:42:39 +01:00
a6877c82c6 Added alternative license to rgif.h library
Just in case of legal conflict with public domain software, added MIT
alternative license.
2017-11-17 18:30:19 +01:00
261b00e9e8 Update mini_al. 2017-11-17 21:12:05 +10:00
96be62e88b Update mini_al.h 2017-11-16 21:49:45 +10:00
e03afbf2fa Add support for pitch shifting.
This commit should bring the mini_al backend up to feature parity with
the OpenAL backend.
2017-11-15 22:04:23 +10:00
88d2810fa3 Bug fixes for Music with mini_al. 2017-11-14 21:15:50 +10:00
3a96a66fdf Bring up to date with changes to mini_al. 2017-11-13 21:46:29 +10:00
9c65caea8c Added GLFW sources to raylib
Compiling GLFW library with raylib avoids external dependencies, this
way we solve version problems in some platforms
2017-11-13 12:09:41 +01:00
e52f4282d6 Update comments. 2017-11-12 22:57:31 +10:00
75433a670e Initial work on adding support for mini_al. 2017-11-12 14:17:05 +10:00
3c3d56bb4a Renamed data types to standard names 2017-11-03 12:40:46 +01:00
d302316e51 Reorganize release and dependencies 2017-10-11 11:22:49 +02:00
9000fc28a3 Keep working on Android shared libs... 2017-10-04 12:51:53 +02:00
1288d6a5df Updated android_native_app_glue 2017-10-02 13:06:34 +02:00
ea0decece8 Updated OpenAL Soft headers 2017-10-02 13:06:19 +02:00
144b0ed695 Renamed gif writting library 2017-10-02 13:06:04 +02:00
Ray
fb334e2fd1 Testing shapes generation using additional library 2017-09-02 17:42:22 +02:00
2ec8880197 Updated stb libs to latest version 2017-08-04 12:58:39 +02:00
53fbeeea71 Corected some issues with jar_xm
Problems when compiling with VS2015
Probably DEBUG(...) macro is not the best naming...
2017-07-08 14:19:27 +02:00
a0ac8ee2c4 Add more image generation functions: radial gradient and perlin noise 2017-06-28 15:29:56 +02:00
f54501a355 Review gif recording (simplified) 2017-05-27 14:40:05 +02:00
Ray
afb841b7dd Reverted to previous OpenAL version
Issues when pausin musing and trying to resume (not resuming!)
2017-05-18 23:26:20 +02:00
Ray
9f50c6e611 Added gif file writter library
Setup for a new amazing feature! ;)
2017-05-17 16:01:55 +02:00
Ray
87a3970222 Move android_native_app_glue to folder 2017-05-15 18:06:26 +02:00
Ray
fb0f2fd181 Moved Android header to external folder 2017-05-14 18:33:15 +02:00
Ray
32e5e20734 Update to latest OpenAL Soft version (1.18.0-dev)
Note that Android and Desktop versions of OpenAL Soft come from the same
sources, recompiled for every platform
2017-05-14 18:32:27 +02:00
Ray
a63ad0fec4 Remove OculusSDK library
Just waiting for a better future alternative (multiplatform)... OpenXR ?
2017-05-14 18:30:21 +02:00
Ray
e7f0d0eef1 Corrected issue with alloca.h on GCC 2017-04-21 00:08:24 +02:00
c67cffea38 Updated STB libs to latest version 2017-04-16 14:06:04 +02:00
Ray
8374460c39 Added glfw3 lib (for VS2015) 2017-04-08 23:32:30 +02:00
-
cb29b1d2ac Removed unnecesary libs 2017-03-07 09:45:18 +01:00
05f039f85f Corrected issue with OpenAL being 'keg only' on OSX
Also reviewed issue with stdbool when compiling with clang
2017-02-11 23:34:41 +01:00
Ray
7cd24d2706 Updated stb external libraries 2017-01-18 23:27:41 +01:00