summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
Guarantee string is zero-terminated
2020-02-28REVIEWED: LoadText()Ray
2020-02-27TweaksRay
2020-02-27Corrected return valueRay
2020-02-27REDESIGN: ExportImage()Ray
Use new file I/O ABI
2020-02-27REDESIGN: ExportWave()Ray
Use new file I/O ABI
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
Using new file I/O ABI
2020-02-27REDESIGNED: LoadImageRaw(), LoadAnimatedGIF()Ray
Using new file I/O ABI
2020-02-27REDESIGNED: LoadFontEx()Ray
Using new file I/O ABI
2020-02-27LoadText(): Added commentRay
2020-02-27Review macrosRay
2020-02-27REDESIGN: LoadStorageValue()/SaveStorageValue()Ray
Using new file I/O ABI
2020-02-26Update core_storage_values.cRay
2020-02-26Tweaks on fullsccreen detection...Ray
2020-02-26WARNING: RENAMED: Storage functionsRay
Renamed functions for consistency: - StorageLoadValue() > LoadStorageValue() - StorageSaveValue() > SaveStorageValue()
2020-02-26Security checkRay
2020-02-26Correct typoRay
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
Corrected issue on web compilation
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
* Update GLTF support to include loading color for albdeo (saved in the color value of the materialmap), support occlussion and emmission maps.. as well as some quality of life updates. * clean up to use single image
2020-02-21Support links on WebAssemblyRay
2020-02-20Update Makefile paths to use emscripten upstreamRay
Note that emscripten upstream branch implements the new asyncify implementation, expected to be faster than emterpreter one.
2020-02-20Removed TABSRay
2020-02-20[rnet] Renamed some functionsRay
2020-02-20[rnet] Review network examples formattingRay
2020-02-19[rnet] Examples review -WIP-Ray
2020-02-19[rnet] Convert to header-onlyRay
Some functions renamed
2020-02-19Review mouse inputsRay
2020-02-19Update API versionRay
2020-02-19Improved GetFPS() calculation for averageRay
2020-02-19Update miniaudio.hRay