summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2020-12-31 Avoid dereferencing a null pointer in the 'LoadMaterials' function in the mo...Victor Gallet
2020-12-31 Avoid dereferencing a null pointer in the 'LoadSounsFromWave' function if th...Victor Gallet
2020-12-30Add a current monitor function for window mode windows. (#1492)Jeffery Myers
2020-12-30lookup the returned monitor in the list of monitors to get an index. (#1490)Jeffery Myers
2020-12-29Review code formattingraysan5
2020-12-29Faster version of ImageClearBackground and ImageDrawRectangleRec (#1487)Jeffery Myers
2020-12-29Monitor utilites (#1485)hristo
2020-12-29I noticed that toggle fullscreen always gets the primary monitor when its mor...hristo
2020-12-26Review DrawLineBezierQuad(), formating and aprameters orderraysan5
2020-12-26Add Quadratic Bezier drawing (#1468)Violet White
2020-12-24Replace TABS by 4 spacesraysan5
2020-12-24Review some RPI4 tracelogsraysan5
2020-12-24Update Makefileraysan5
2020-12-24Review tracelog messages for DRM platformraysan5
2020-12-23Review formattingraysan5
2020-12-23Review Android Makefiles to required versionraysan5
2020-12-23Review issues when compiling for Androidraysan5
2020-12-23Remove trailing spacesraysan5
2020-12-23Update resource fileraysan5
2020-12-23Remove unused variableraysan5
2020-12-23Corrected typoraysan5
2020-12-23Corrected small issueraysan5
2020-12-23ADDED: CheckCollisionLines()raysan5
2020-12-21[Math Feature]: Add two functions for Vector2 to know if two lines intersect ...Victor Gallet
2020-12-19Set version for raylib 3.5Ray
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-19Corrected DrawTextRecEx() bugRay
2020-12-19Support font chars padding on drawing #1432Ray
2020-12-19Minimal tweakRay
2020-12-19Update textures.cRay
2020-12-18WARNING: RENAMED several functions for consistency #1440Ray
2020-12-18Added some Web checks for missing GLFW functionsRay
2020-12-18WARNING: GetKeyPressed() <-> GetCharPressed() #1336Ray
2020-12-16Add headers to install cmake (#1462)hristo
2020-12-16Changing JPG compression (#1463)Andrea Fontana
2020-12-14Added additional charsPadding initialization #1432Ray
2020-12-14REVIEWED: Font struct, added charsPadding #1432 -WIP-Ray
2020-12-14REVIEWED: DrawGrid(), issue with buffer limits check #1417Ray
2020-12-14ADDED: UnloadFileData() / UnloadFileText() #1440Ray
2020-12-14Added some security checks on GenMesh*() #1454Ray
2020-12-14Add mesh collision function so we can check meshes directly instead of having...Jeffery Myers
2020-12-14Changed extension for web from .bc to .a (#1461)hristo
2020-12-13Fixed the build for web using CMake. (#1452)hristo
2020-12-13Add options to set line width and aliasing to rlGL layer. (#1457)Jeffery Myers
2020-12-12Added security check to pitch change #1450Ray