summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2020-12-12Reviewed SetAudioBufferPitch() #1450Ray
2020-12-05Add functions to enable/disable depth writes to go with functions for depth t...Jeffery Myers
2020-12-05Add function to get the position of a monitor (and fix some comments) (#1449)Jeffery Myers
2020-12-03Corrected minor windows flags issuesRay
2020-12-03Update VS2019 projectRay
2020-12-03Add VS2019 projectRay
2020-12-03Update core_basic_window.cRay
2020-12-03Update user nameRay
2020-12-03Update core_window_flags.cRay
2020-12-03Review commentRay
2020-12-03Review window flagsRay
2020-12-02Merge branch 'master' of https://github.com/raysan5/raylibRay
2020-12-02Update CMakeLists.txtRay
2020-12-02Two small quality of life changes to projects. (#1448)Jeffery Myers
2020-12-01ADDED: UnloadModelKeepMeshes() #1441Ray
2020-12-01Review for issue #1446Ray
2020-12-01Update CMakeLists.txtRay
2020-11-30Updated GLFW to latest 3.4 (github master - 16Nov2020)Ray
2020-11-30Review some config optionsRay
2020-11-30Fix typecast warnings in raylib code as reported by visual studio 2019 (#1443)Jeffery Myers
2020-11-29Added GLFW_OPENGL_FORWARD_COMPAT for Apple Support (#1445)Seth Archambault
2020-11-29optimized MatrixLookAt (#1442)Random
2020-11-29Added Apple Compilation Instructions (#1444)Seth Archambault
2020-11-28REMOVED: GetImageDataNormalized()raysan5
2020-11-28ADDED: UnloadFontData()raysan5