summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-12-23Merge branch 'master' of https://github.com/raysan5/raylibraysan5
2020-12-23Remove dup exampleraysan5
2020-12-23Update CHANGELOGRay
2020-12-23Update CHANGELOGRay
2020-12-23Review Android Makefiles to required versionraysan5
2020-12-23Review issues when compiling for Androidraysan5
2020-12-23Update raylib functions parser to generate XML intellisense fileraysan5
2020-12-23Update Makefile(s)raysan5
2020-12-23Remove trailing spacesraysan5
2020-12-23Update raylib versionraysan5
2020-12-23Update resource fileraysan5
2020-12-23Update CHANGELOGRay
2020-12-23Remove unused variableraysan5
2020-12-23Corrected typoraysan5
2020-12-23Corrected small issueraysan5
2020-12-23REMOVED: Travis CIraysan5
2020-12-23ADDED: CheckCollisionLines()raysan5
2020-12-23Remove Travis CI badgeRay
2020-12-21[Math Feature]: Add two functions for Vector2 to know if two lines intersect ...Victor Gallet
2020-12-20Update CHANGELOGRay
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-18Support mouse input on example #1465Ray
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-14Building examples by default only if raylib is standalone. (#1460)hristo
2020-12-13Fixed the build for web using CMake. (#1452)hristo
2020-12-13Don't put the obj and temp files for all the projects in the same place, it c...Jeffery Myers
2020-12-13Fixed #1455 (#1456)Alexander Buhl
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