summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
AgeCommit message (Expand)Author
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
2020-09-01adding new windows functions (#1357)Juan Medina
2020-07-20[wip] MeshNormalsSmooth() (#1317)seanpringle
2020-07-10WARNING: REMOVED: LoadImageEx()raysan5
2020-07-10ADDED: LoadImageAnim() to load animated sequence of imagesraysan5
2020-06-27Added new function `DrawTextureTiled()` (#1291)Vlad Adrian
2020-06-25ADDED: UpdateTextureRec()Ray
2020-06-24[add] GetMonitorRefreshRate(int monitor); (#1289)Shylie
2020-06-16Commented Fade() macroraysan5
2020-06-16RE-ADDED: Fade() function to avoid multiple breaking changesraysan5
2020-06-15WARNING: BIG CHANGE: Move Color functions to texture moduleraysan5
2020-06-07REDESIGNED: ImageResizeCanvas(), optimized #1218raysan5
2020-06-07ImageToPOT() renamed parameterraysan5
2020-05-26Added bool IsCursorOnScreen(void). (#1262)ChrisDill
2020-05-16added BLEND_SET (#1251)Random
2020-05-14WARNING: BREAKING CHANGE: Review audio looping systemraysan5
2020-05-09Gamepad axis bug fixes and improvement (#1228)Mickaël Malécot
2020-05-09WARNING: RENAMED: ImageExtractPalette() -> GetImagePalette()raysan5
2020-05-09Reorganized texture functionsraysan5
2020-05-07ADDED: DrawTriangle3D() and DrawTriangleStrip3D()raysan5
2020-05-01Review exposed #defines and allow user re-definingraysan5
2020-04-27ADDED: IsWindowFocused()raysan5
2020-04-24ADDED: GetWindowScaleDPI()raysan5
2020-04-10WARNING: API BREAK: Removed LoadImagePro()raysan5
2020-04-10WARNING: API BREAK: Reviewed ImageDrawText*() params orderraysan5
2020-04-01Review shared library buildingraysan5
2020-03-30Update raylib.hraysan5
2020-03-30[cppcheck] Improvements in SaveStorageValue() in core.c (#1160)Dani Martin