summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2020-03-02Added comment on IsMouseButtonDown() issueRay
2020-03-01Reviewed IsMouseButtonDown()Ray
2020-02-29REDESIGNED input system for better mouse/touch supportRay
2020-02-28Replaced fabs() by fabsf() when requiredRay
2020-02-28`LoadText()` tweak (#1113)brankoku
2020-02-28REVIEWED: LoadText()Ray
2020-02-27TweaksRay
2020-02-27Corrected return valueRay
2020-02-27REDESIGN: ExportImage()Ray
2020-02-27REDESIGN: ExportWave()Ray
2020-02-27Tweak on variable initRay
2020-02-27Review default config flagsRay
2020-02-27Corrected issue with variable nameRay
2020-02-27Remove trail spaces and some tweaksRay
2020-02-27REDESIGNED: LoadImage() -WIP-Ray
2020-02-27REDESIGNED: LoadImageRaw(), LoadAnimatedGIF()Ray
2020-02-27REDESIGNED: LoadFontEx()Ray
2020-02-27LoadText(): Added commentRay
2020-02-27Review macrosRay
2020-02-27REDESIGN: LoadStorageValue()/SaveStorageValue()Ray
2020-02-26Tweaks on fullsccreen detection...Ray
2020-02-26WARNING: RENAMED: Storage functionsRay
2020-02-26Security checkRay
2020-02-26Reviewed exampleRay
2020-02-26ADDED: LoadFileData(), SaveFileData()Ray
2020-02-26Remove trail spacesRay
2020-02-26Remove TraceLog() dependency on standalone modeRay
2020-02-26Remove TraceLog() dependency on standalone modeRay
2020-02-26Use float math functionsRay
2020-02-24[core] SetWindowSize() try to support PLATFORM_WEB -WIP-Ray
2020-02-24[rlgl] LoadText() variable scope improvementRay
2020-02-24Make sure current text buffer is empty #1109Ray
2020-02-22Update to latest emscripten toolchainRay
2020-02-22Merge branch 'master' of https://github.com/raysan5/raylibRay
2020-02-22Improve inputs on AndroidRay
2020-02-22Support ToggleFullscreen() on webRay
2020-02-22Update MakefileRay
2020-02-22Comment tweakRay
2020-02-22Expand GLTF Model support (#1108)Tyler Jessilynn Bezera
2020-02-21Support links on WebAssemblyRay
2020-02-20Update Makefile paths to use emscripten upstreamRay
2020-02-20Removed TABSRay
2020-02-20[rnet] Renamed some functionsRay
2020-02-20[rnet] Review network examples formattingRay
2020-02-19[rnet] Convert to header-onlyRay
2020-02-19Review mouse inputsRay
2020-02-19Update API versionRay
2020-02-19Improved GetFPS() calculation for averageRay
2020-02-19Update miniaudio.hRay
2020-02-18Fix #1103 (#1104)o3o