summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
AgeCommit message (Expand)Author
2018-01-11Added new function: ImageAlphaCrop()Ray
2018-01-07Added new image functionsraysan5
2018-01-06Improved pixel formats supportraysan5
2018-01-06Added function declarationraysan5
2018-01-06Added function: GetPixelDataSize()raysan5
2018-01-02Added function GetFileName()raysan5
2018-01-01Removed function DrawRectangleT()raysan5
2017-12-28Support UNCOMPRESSED_R32G32B32A32 texture formatraysan5
2017-12-24Renamed function to SetTraceLog()raysan5
2017-12-24Added function SetTraceLogTypes()raysan5
2017-12-20Some code tweaksRay
2017-12-19Expose GetTime() function to usersRay San
2017-12-15Manually review previous PRRay San
2017-12-14make raylib not clash with windows-headeruser
2017-12-14make GetTime available to user of libraryuser
2017-12-14fix for GetMatrixModelview (former cl)user
2017-12-11Remove rres supportRay
2017-12-05Updated library features and dependenciesRay San
2017-12-05Merge pull request #413 from mackron/dr/mini_alRay
2017-12-05Change version number for developRay
2017-11-18mini_al: Unify the buffer system for Sounds and AudioStreams.David Reid
2017-11-14Bug fixes for Music with mini_al.David Reid
2017-11-12Work on porting Music to mini_al.David Reid
2017-11-12Initial work on porting AudioStream to use mini_al.David Reid
2017-11-12Remove PLATFORM_ checks from raylib headerraysan5
2017-11-12Allow custom distortion shader - IN PROGRESS -raysan5
2017-11-12Rename SoundInternal to SoundData for consistency with MusicData.David Reid
2017-11-12Initial work on adding support for mini_al.David Reid
2017-11-05SetShaderValue take const pointerWilhem Barbier
2017-11-04Corrected function nameRay
2017-10-25Corrected ImageTextEx()Ray
2017-10-17Review VR functionalityRay San
2017-10-12Review comments about raylibraysan5
2017-10-11Check to avoid bool redefinitionRay San
2017-10-02Working on Makefiles...Ray San
2017-09-30Review gradient rectangle drawingRay
2017-09-18Added mesh generation functionsraysan5
2017-09-08Added new functionsraysan5
2017-08-27Added function DrawRectangleGradientEx()raysan5
2017-08-06Added function DrawRectangleT()raysan5
2017-07-22Updated Vector math to new namingraysan5
2017-07-22Remove BOM from file encodingraysan5
2017-07-21Moved some functions to raymathraysan5
2017-07-21Review mesh loading and textures generationraysan5
2017-07-19Working on PBR systemraysan5
2017-07-19Working on PBR materials, renamed some dataraysan5
2017-07-17Manual integration of material-pbr into developRay
2017-07-02Review some formatting for consistencyraysan5
2017-07-02Rename enum LogType names...raysan5
2017-06-28Add a density parameter to GenImageRadialGradientWilhem Barbier