summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
AgeCommit message (Expand)Author
2017-06-28Add a density parameter to GenImageRadialGradientWilhem Barbier
2017-06-28Merge pull request #311 from nounoursheureux/image_genRay
2017-06-28Swap the two parametersWilhem Barbier
2017-06-28Add more image generation functions: radial gradient and perlin noiseWilhem Barbier
2017-06-28Add the SaveImageAs functionWilhem Barbier
2017-06-28Add some functions to generate imagesWilhem Barbier
2017-06-11Additional check for bool header definitionRay
2017-05-17Comments tweaksRay
2017-05-15Review comments for better organizationRay
2017-05-14Review header commentsRay
2017-05-11Added some useful functionsRay
2017-05-10Renamed RayHitInfo variablesRay
2017-05-09Review functions descriptionsRay
2017-05-08Support HDR R32G32B32 float textures loadingRay
2017-05-02Added function to set window minimum dimensions...victorfisac
2017-04-30Some code tweaksRay
2017-04-22Organize structs vs enumsraysan5
2017-04-22Renamed function for lib consistencyraysan5
2017-04-21Make TraceLog() public to the APIRay
2017-04-16Make public TakeScreenshot() functionraysan5
2017-04-03Remove function declarationRay
2017-03-29Added IsFileExtension()Ray
2017-03-25Working on configuration flagsRay
2017-03-20Review some commentsRay
2017-03-19Working on file header comments...raysan5
2017-03-14Remove Oculus support from coderaysan5
2017-03-14Added function: DrawLineBezier()raysan5
2017-03-05Added function: DrawLineEx()raysan5
2017-03-05Work on timming functions...raysan5
2017-03-05Added some flags and functions to manage windowraysan5
2017-02-16Improved modules description -IN PROGRESS-Ray
2017-02-11Corrected issue with OpenAL being 'keg only' on OSXraysan5
2017-02-09[audio] Renamed variableRay
2017-02-06Added audio function: SetMusicLoopCount()Ray
2017-02-06Added audio function: SetMasterVolume()Ray
2017-02-05Added function SetWindowIcon()raysan5
2017-02-05Refactor SpriteFont structraysan5
2017-01-29Updated raylib version to 1.7Ray
2017-01-28Remove unecessary spaces...Ray
2017-01-28Implemented Wait()Ray
2017-01-27Move lighting system out of raylibRay
2017-01-15Added LoadText() functionraysan5
2017-01-05Lattest PR reviewraysan5
2017-01-02Added RaycastMesh function and example test caseJoel Davis
2016-12-31Added RaycastGround and ray picking exampleJoel Davis
2016-12-27rRES raylib resources custom file format supportraysan5
2016-12-25Review comments and formattingraysan5
2016-12-22Change UpdateSound() to accept const void *Saggi Mizrahi
2016-12-17Improving rRES custom format support -IN PROGRESS-Ray
2016-11-25Update Lua namingRay