aboutsummaryrefslogtreecommitdiff
path: root/src/external
AgeCommit message (Collapse)Author
2016-07-19Update runtime DLL to version 1.6raysan5
2016-07-19Updated to Oculus PC SDK 1.6Ray
2016-07-18Update pthreads library (win32)raysan5
This library is only required by physac module to compulte physics in a second thread
2016-07-04Updated Oculus PC SDK to version 1.5raysan5
2016-06-14Add pthread external library to source...victorfisac
and add instructions in physac examples to run it successful.
2016-06-14Added Oculus Rift library dllraysan5
2016-06-14Add Oculus SDK LibOVR library to external deps.raysan5
2016-06-11Corrected a couple of warningsraysan5
2016-06-11Reduce extensions dependenciesraysan5
Only using raylib required extensions... it could be further reduced!
2016-06-07Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developJoshua Reisenauer
2016-06-07cleaned things upJoshua Reisenauer
2016-06-07Converted GLAD to header onlyraysan5
2016-06-06Include GLFW3 DLLRay
2016-06-06Update to OpenAL Soft 1.17.2Ray
2016-06-06Remove OpenAL SoftRay
2016-06-06Updated to GLFW 3.2Ray
2016-06-06Reorganize external libraries - BREAKING CHANGE -Ray
Moved all external libraries used by raylib to external folder inside raylib src. Makefile has already been update and also the different includes in raylib modules.