summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-14Fix minor errors with the OpenAL backend.David Reid
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-12Update comments.David Reid
2017-11-12Work on porting Music to mini_al.David Reid
2017-11-12Initial work on porting AudioStream to use mini_al.David Reid
2017-11-12Rename SoundInternal to SoundData for consistency with MusicData.David Reid
2017-11-12Initial work on adding support for mini_al.David Reid
2017-10-22Merge pull request #371 from raysan5/develop1.8.0Ray
Integrate Develop branch
2017-10-22Update fileRay
2017-10-22Added cross-compiler RPI libsRay
2017-10-22Comments tweakRay
2017-10-22Simplified desktop examples compilationRay
2017-10-22Name tweakRay
2017-10-22Adapted games to compile for AndroidRay
2017-10-22Updated Makefile to support AndroidRay
2017-10-22Simplified flagsRay
2017-10-22Added resource config fileRay
2017-10-20Updated release versions for raylib 1.8Ray San
2017-10-20Merge pull request #369 from raysan5/developRay
Integrate Develop branch
2017-10-20Update exampleRay
2017-10-20Updated to latest library versionRay
2017-10-20Some examples code tweaksRay
2017-10-19Remove unused fileRay San
2017-10-19Updated raylib release 1.8Ray San
2017-10-19Updated raylib VS2015 projectRay San
2017-10-19Updated for raylib 1.8Ray San
2017-10-18Merge pull request #367 from raysan5/developRay
Integrate Develop branch
2017-10-17Update CHANGELOGRay
2017-10-17Review VR functionalityRay San
To be more generic and configurable
2017-10-17Added new examples to build...Ray San
...and reviewed some details
2017-10-17Add screenshotRay San
2017-10-17Improved some examplesRay San
2017-10-16Review issue with resources folderRay San
2017-10-16Updated libraries for WindowsRay San
2017-10-16Corrected issue with OpenAL Soft staticRay San
2017-10-14Review some issuesRay
It seems there are some platform-dependant issues
2017-10-14Reverted to old OpenAL librariesraysan5
mingw32 libraries provided were compiled with a different GCC version (different computer) and seemed to be incompatible on linkage (missing symbols).
2017-10-14Web release for raylib 1.8raysan5
2017-10-14Small tweak, remove tabsraysan5
2017-10-14Review templates for Androidraysan5
- Removed useless templates - Reviewed all Makefiles - Rework some code for Android support - Added resources to advance template
2017-10-14NEW self-contained Android Makefile for APK buildraysan5
2017-10-14Working on game templatesraysan5
2017-10-14Review Makefilesraysan5
2017-10-14Added new logo sizes (required for Android)raysan5
2017-10-14Corrected issues on examplesraysan5
2017-10-14Remove android_project templateraysan5