summaryrefslogtreecommitdiffhomepage
path: root/src
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-22Added cross-compiler RPI libsRay
2017-10-22Added resource config fileRay
2017-10-20Updated release versions for raylib 1.8Ray San
2017-10-19Updated raylib VS2015 projectRay San
2017-10-19Updated for raylib 1.8Ray San
2017-10-17Review VR functionalityRay San
To be more generic and configurable
2017-10-16Corrected issue with OpenAL Soft staticRay San
2017-10-14Small tweak, remove tabsraysan5
2017-10-14Review Makefilesraysan5
2017-10-13Fix bug, add some whitespaceAhmad Fatoum
2017-10-12Fix warning about unsequenced modification of variableAhmad Fatoum
Variable t was read and modified without interleaving sequence points, technically undefined behavior. Report by Clang's -Wunsequenced
2017-10-12Review comments about raylibraysan5
2017-10-11Check to avoid bool redefinitionRay San
2017-10-11Updated compilation output pathsRay San
2017-10-11Reorganize release and dependenciesRay San
2017-10-04Keep working on Android shared libs...Ray San
2017-10-04Reverted change that breaks 3D drawingRay San
It should be reviewed more carefully...
2017-10-04Review VR simulatorRay San
Requires some work, distortion shader could be move out of raylib to example code...
2017-10-03Keep working on Makefiles...Ray San
2017-10-02Working on Makefiles...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-30Review gradient rectangle drawingRay
Added: DrawRectangleGradientV() Added: DrawRectangleGradientH()
2017-09-29Default to OpenAL static libRay
2017-09-29Added some compiler flags for AndroidRay San
2017-09-29Code tweaks and comments for AndroidRay San
2017-09-26Code tweakRay
2017-09-25Increment version in meson build fileMichael Vetter
Increment raylib version and so lib version number.
2017-09-23Some work on rres...raysan5
2017-09-23Update Android libs and buildingRay
2017-09-22Removed matrix resetting...Ray
to emulate OpenGL funcionality
2017-09-18Added mesh generation functionsraysan5
2017-09-13Corrected out-of-bounds array issueRay
2017-09-08Added new functionsraysan5
SetWindowTitle() GetExtension()
2017-09-02Testing shapes generation using additional libraryRay
2017-08-27Added function DrawRectangleGradientEx()raysan5
Moved function DrawRectangleT() from text module to shapes Added some comments
2017-08-27CMake based build system.ASDF
Some people might find this handly
2017-08-25Renamed modelviewprojection matrixraysan5