aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-22Merge pull request #151 from raysan5/developHEADmasterRay
Updated raylib cheatsheet
2016-07-22Updated raylib cheatsheetRay
2016-07-22Merge pull request #150 from raysan5/developRay
Merge pull request #149 from raysan5/master
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.
2016-07-18fix small things on 'src/' makefileLelixSuper
2016-07-18Update pthreads library (win32)raysan5
This library is only required by physac module to compulte physics in a second thread
2016-07-17Update README.mdRay
2016-07-17Added new example to makefileraysan5
2016-07-17allow to compile shared version of raylibLelixSuper
2016-07-17New example: XM module playingraysan5
2016-07-17fix 'external/stb_vorbis.c" compilationLelixSuper
2016-07-17restore the original method to compile all modulesLelixSuper
This commit restores the original method to compile all modules, but fix prerequisites.
2016-07-17add some explanation of makefile in 'src/'LelixSuper
2016-07-17Corrected issue on drawing orderraysan5
2016-07-17Updated examples screenshotsraysan5
2016-07-16Oculus Rift example with rlgl standaloneraysan5
2016-07-16Expose Oculus Rift functionality directlyraysan5
2016-07-16Code tweaks and commentsraysan5
2016-07-16fix small things on makefile of 'src/' folderLelixSuper
2016-07-16improve the compilation of all modulesLelixSuper
2016-07-16improve 'clean' target of 'src/' makefileLelixSuper
2016-07-16Removed oculus glfw sample (already on raylib)raysan5
Replaced by example rlgl_oculus_rift
2016-07-16Merge branch 'develop' of https://github.com/raysan5/raylib into developraysan5
2016-07-16Added release versions of raylib 1.5raysan5
2016-07-16Review commentraysan5
2016-07-16Added rlgl standalone sampleraysan5
2016-07-16Added audio standalone sampleraysan5
2016-07-16add 'install' and 'unistall' targetLelixSuper
The first target allow makefile to install the dev files (static library and header) to standard directories on GNU/Linux platforms; the second allow it to unistall (remove) the dev files. It needs lot of improvements.
2016-07-16update '.gitignore' file to ignore VIM's filesLelixSuper
2016-07-16restyle Makefile of 'src/' folder and fix targetsLelixSuper
2016-07-16Update README.mdRay
2016-07-16Corrected bug on OpenGL 1.1raysan5
Set makefile to default OpenGL 3.3 compilation
2016-07-16Update README.mdRay