aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-06Merge pull request #124 from LelixSuper/patch-1Ray
Fix mistake in the make file
2016-06-06Fix mistake in MakefileLelixSuper
2016-06-06Move and update CMakeListRay
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.
2016-06-06Reorganize folder for Android libraryRay
Android build system has been simplified and now is included in src folder, like other build systems.
2016-06-05Corrected compilation bug on OpenGL 1.1Ray
2016-06-03Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developJoshua Reisenauer
2016-06-03Added some commentsraysan5
2016-06-03Some gestures comments tweaks...raysan5
2016-06-03Work on Oculus functionalityraysan5
Trying to find the best way to integrate Oculus support into raylib, making it easy for the user...
2016-06-03Basic raylib Oculus Rift template for referenceraysan5
Not functional yet...
2016-06-03Review uniform nameraysan5
2016-06-03Remove GLEWraysan5
2016-06-03Remove useless folderraysan5
2016-06-03Updated camera 2d exampleraysan5
2016-06-03Added support for Oculus Rift CV1Ray
2016-06-03Update eye render pose with layer dataRay
2016-06-02Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developJoshua Reisenauer
2016-06-02Updated Oculus sampleraysan5
2016-06-02Added functions to customize internal matrixraysan5
Internal modelview and projection matrices can be replaced before drawing.
2016-06-02Removed DrawPhysicObjectInfo() functionraysan5
To avoid additional dependencies
2016-06-02Rename for consistency with other functionsraysan5
2016-06-02Comment to avoid warningraysan5
2016-06-02Review comments to be value-genericraysan5
2016-06-02Remove useless stuffraysan5
2016-06-02Remove GLEW dependencyraysan5
2016-06-02Corrected some formatting issuesraysan5
2016-06-02Review coding style to match raylib styleraysan5
Moved AudioError enum inside audio.c
2016-06-02Merge pull request #123 from kd7tck/developRay
mod player
2016-06-02convenient way to combine errorsJoshua Reisenauer
2016-06-02I added audio errorsJoshua Reisenauer
The only thing I did not change was the _g for globals. Is there any other way we can mark globals?
2016-06-02cleanupJoshua Reisenauer
2016-06-01simplified modJoshua Reisenauer
2016-06-01Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developJoshua Reisenauer
2016-06-01mod player addedJoshua Reisenauer
2016-06-02Review heades usageRay
This is a first step toward a bigger project. Some modules could be ported to header-only to be used as standalone.
2016-06-02Support raygui as standalone libraryRay
2016-06-01Dependencies reviewraysan5
Checking some files to be converted to header-only
2016-06-01Ignore invalid warningraysan5
2016-06-01Corrected some issues on OpenGL 1.1raysan5
2016-05-31Updated Oculus sample to Oculus SDK 1.4raysan5
Still working on the sample but almost finished. Some rlgl internals redesign required and it will be ready!
2016-05-31Review text formatting (spacing, tabs...)raysan5
2016-05-31Removed colTint, tint color is colDiffuseraysan5
Tint color could be applied to colDiffuse... but what's the best way? Replace it? Multiply by? A point to think about...
2016-05-31Improved library consistencyraysan5
Functions renamed to improve library consistency
2016-05-30Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developJoshua Reisenauer
2016-05-31Reviewed DrawLight() function and some tweaksRay
2016-05-30Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developJoshua Reisenauer
2016-05-30update to openalJoshua Reisenauer
2016-05-31Support Android internal data storageRay
Useful to save small data files (configuration and so) For bigger files, external data storage should be used (SDCard)
2016-05-30Merge pull request #122 from victorfisac/developRay
Standard Lighting (3/3)