summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
AgeCommit message (Expand)Author
2020-12-23Remove trailing spacesraysan5
2020-12-23ADDED: CheckCollisionLines()raysan5
2020-12-19Camera funcs, review params namesRay
2020-12-19REVIEW: CheckCollisionSpheres() params namingRay
2020-12-19Minor tweakRay
2020-12-19ADDED: MemAlloc() / MemFree() #1440Ray
2020-12-19Update raylib.hRay
2020-12-19Avoid *Rec suffix in some variablesRay
2020-12-19Support font chars padding on drawing #1432Ray
2020-12-19Minimal tweakRay
2020-12-18WARNING: RENAMED several functions for consistency #1440Ray
2020-12-18WARNING: GetKeyPressed() <-> GetCharPressed() #1336Ray
2020-12-14REVIEWED: Font struct, added charsPadding #1432 -WIP-Ray
2020-12-14ADDED: UnloadFileData() / UnloadFileText() #1440Ray
2020-12-14Add mesh collision function so we can check meshes directly instead of having...Jeffery Myers
2020-12-05Add function to get the position of a monitor (and fix some comments) (#1449)Jeffery Myers
2020-12-01ADDED: UnloadModelKeepMeshes() #1441Ray
2020-11-28REMOVED: GetImageDataNormalized()raysan5
2020-11-28ADDED: UnloadFontData()raysan5
2020-11-23REVIEWED: Window state flags -WIP-Ray
2020-11-23REDESIGNED: Window state config #1367 -WIP-Ray
2020-11-22Added some commentsRay
2020-11-22Exposing some file access results to user layer #1420Ray
2020-11-15[text] Consider characters padding -WIP- #1432raysan5
2020-11-03Remove trailing spacesRay
2020-11-01Reverted ChangeDirectory() redesignRay
2020-11-01REDESIGNED: ChangeDirectory()Ray
2020-10-31A couple of little comment fixes (#1416)Dominus Iniquitatis
2020-10-24Some tweaksraysan5
2020-10-21Reviewed PR #1407Ray
2020-10-21Added desktop cursor getter and setter functions (#1407)Chance Snow
2020-10-05mouse: Return float movement for precise scrolling where possible (#1397)Doyle
2020-09-28Review Texture typeRay
2020-09-27[wip] rlDrawMeshInstanced (#1318)seanpringle
2020-09-27Platform DRM (#1388)kernelkinetic
2020-09-21REVIEWED: GenTextureCubemap()raysan5
2020-09-18REDESIGNED: GenTexture*() #721raysan5
2020-09-17WARNING: struct RenderTexture2D: Removed `depthTexture`raysan5
2020-09-14Review memory loading functions signesnessRay
2020-09-14Reverted some previous changes...raysan5
2020-09-14Reviewed some structs to reduce size and paddingraysan5
2020-09-13Remove function declaration added by errorRay
2020-09-13ADDED: LoadFontFromMemory() (TTF only) #1327Ray
2020-09-13WARNING: REDESIGNED: LoadFontData()Ray
2020-09-13ADDED: LoadWaveFromMemory() #1327Ray
2020-09-13ADDED: LoadImageFromMemory() #1327Ray
2020-09-13WARNING: RENAMED: GetExtension() to GetFileExtension()Ray
2020-09-07REDESIGNED: ColorFromHSV()raysan5
2020-09-01Review custom blend modes mechanismraysan5
2020-09-01Multiple blendmodes (#1324)cedemax