aboutsummaryrefslogtreecommitdiff
path: root/src/raylib.h
AgeCommit message (Expand)Author
2016-08-29Added function: UpdateSound()raysan5
2016-08-25Fix a typo in the DrawCube, DrawCubeWires and DrawCubeTexture definitionsWilhem Barbier
2016-08-16Removed useless spacingraysan5
2016-08-15Review Wave structraysan5
2016-08-13Support shared/dynamic raylib compilationraysan5
2016-08-10Renamed functions for consistencyRay
2016-08-09Updated for C++Ray
2016-08-07Some functions reviewraysan5
2016-08-06Remove functions from user exposureraysan5
2016-08-06Redesigned gestures module to header-onlyraysan5
2016-08-06Updated raylib version to 1.6raysan5
2016-08-02Corrected issue with Music typeraysan5
2016-08-02Complete review and updateraysan5
2016-08-01Improved support for C++raysan5
2016-08-01Complete review of audio systemraysan5
2016-07-29Code refractoring of music model to be more friendly-user (issue #144)Bil152
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