aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-06Updated raylib version to 1.6raysan5
2016-08-06Added example audio_raw_streamraysan5
2016-08-06Add raylib lua examplesraysan5
2016-08-06Updated Lua moduleraysan5
2016-08-04Merge pull request #172 from LelixSuper/fix-makefileRay
Fix install command of src/ makefile
2016-08-04Fix install command of src/ makefileLelixSuper
2016-08-04Updated Lua bindingraysan5
2016-08-03Corrected bugraysan5
2016-08-03Updated some functionsraysan5
2016-08-03[rlua] new module: raylib Lua bindingraysan5
2016-08-03[rlua] new module: raylib Lua bindingraysan5
2016-08-03Updated and commentsraysan5
2016-08-02Corrected issue with Music typeraysan5
2016-08-02Updated LIBsraysan5
2016-08-02Complete review and updateraysan5
Simplified module for Music and AudioStream Added support for raw audio streaming (with example)
2016-08-01Review audio module and examplesraysan5
2016-08-01Improved support for C++raysan5
Added compound literals (C99) alternative for C++ compilers that don't support this feature
2016-08-01Removed audio errors registerraysan5
2016-08-01Complete review of audio systemraysan5
Still some work left...
2016-07-30Merge pull request #166 from Bil152/developRay
Code refractoring of music module to be more user-friendly (issue #144)
2016-07-30Corrected bug on Linux linkingRay
2016-07-29Code refractoring of music model to be more friendly-user (issue #144)Bil152
2016-07-29Corrected some issues to compile with MSCraysan5
2016-07-26Corrected issue on OSX with High DPI displayraysan5
Many thanks to Marcelo Paez (paezao)
2016-07-26Corrected issue with HIghDPI display on OSXraysan5
Well, not tested yet but it should work...
2016-07-26Updated log output inforaysan5
2016-07-25Redesigned bloom shader to work on RPIraysan5
2016-07-25Corrected issue with paths on RPIraysan5
2016-07-25Added release version for RaspberryPiraysan5
2016-07-25Updated release headersraysan5
2016-07-25Upload ptheads Win32 DLLraysan5
2016-07-22Updated raylib cheatsheetRay
2016-07-22Merge pull request #149 from raysan5/masterRay
Merge OSX changes into develop branch
2016-07-22Merge pull request #148 from sol-prog/masterRay
OS X compatiblity changes and compiled library
2016-07-22OS X comaptiblity changes and compiled librarysol-prog
2016-07-19Merge pull request #137 from raysan5/develop1.5.0Ray
Integrate Develop branch
2016-07-19Updated... again...raysan5
2016-07-19Removed old shaderraysan5
2016-07-19Updatedraysan5
2016-07-19Updated shaders packraysan5
Some deep review of this shaders is required for optimization...
2016-07-19Update runtime DLL to version 1.6raysan5
2016-07-19Updated to Oculus PC SDK 1.6Ray
2016-07-18Merge pull request #136 from raysan5/developRay
Updated
2016-07-18Updatedraysan5
2016-07-18Merge pull request #135 from raysan5/developRay
Integrate Develop branch
2016-07-18Update ro raylib 1.5 releaseraysan5
2016-07-18Review outputs by platformraysan5
2016-07-18Some code tweaksraysan5
2016-07-18Merge pull request #134 from LelixSuper/developRay
Update Makefile of 'src/' folder
2016-07-18add GNU/Linux buils of libraryLelixSuper
The builds refer to de865a9 commit.