aboutsummaryrefslogtreecommitdiff
path: root/src/raylib.h
AgeCommit message (Expand)Author
2016-07-22OS X comaptiblity changes and compiled librarysol-prog
2016-07-18Some code tweaksraysan5
2016-07-15Review some functions, formatting and commentsraysan5
2016-07-08Do not expose raw audio context to final user...Ray
2016-07-06Updated lighting system...raysan5
2016-07-06VR Functions renaming (for generic HMD device)Ray
2016-07-04Redesigned stereo rendering mechanismRay
2016-06-27Added Oculus functions to raylib headerraysan5
2016-06-24Removed function SetModelTexture()raysan5
2016-06-17Improving Oculus Rift example...Ray
2016-06-14Move Oculus Rift support to rlgl moduleraysan5
2016-06-14Added GetGestureDetected() again...raysan5
2016-06-14Removed useless function: GetGestureDetected()raysan5
2016-06-09Removed physac functions from raylib headerraysan5
2016-06-03Added some commentsraysan5
2016-06-03Work on Oculus functionalityraysan5
2016-06-02Added functions to customize internal matrixraysan5
2016-06-02Removed DrawPhysicObjectInfo() functionraysan5
2016-06-02Rename for consistency with other functionsraysan5
2016-06-02Review coding style to match raylib styleraysan5
2016-06-02convenient way to combine errorsJoshua Reisenauer
2016-06-02I added audio errorsJoshua Reisenauer
2016-06-01Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developJoshua Reisenauer
2016-06-01mod player addedJoshua Reisenauer
2016-05-31Review text formatting (spacing, tabs...)raysan5
2016-05-31Removed colTint, tint color is colDiffuseraysan5
2016-05-31Improved library consistencyraysan5
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-30Added tint color attribute to material data typevictorfisac
2016-05-30Remove normal depthvictorfisac
2016-05-30Add Draw3DCircle function and update raylib and rlgl headervictorfisac
2016-05-25Renamed shader variables (more generic names)raysan5
2016-05-21Add standard lighting (2/3)victorfisac
2016-05-20Add standard lighting (1/3)victorfisac
2016-05-20Add lighting system -IN PROGRESS-raysan5
2016-05-20Review struct typedef to avoid pointers for usersraysan5
2016-05-20Remove TODO comments (already done)raysan5
2016-05-20Support DYNAMIC_DRAW mesh loadingraysan5
2016-05-19Buffer for raw audioJoshua Reisenauer
2016-05-15renamed everything so it is obvious what it doesJoshua Reisenauer
2016-05-12Merge remote-tracking branch 'refs/remotes/raysan5/develop' into newaudioJoshua Reisenauer
2016-05-12Simplified internal (default) dynamic buffersraysan5
2016-05-11apply index to remaining functionsJoshua Reisenauer
2016-05-11PlayMusicStream now uses indexJoshua Reisenauer
2016-05-11Merge remote-tracking branch 'refs/remotes/raysan5/develop' into newaudioJoshua Reisenauer
2016-05-11added set pitch for music streamsJoshua Reisenauer
2016-05-11Merge pull request #112 from kd7tck/developRay