summaryrefslogtreecommitdiffhomepage
path: root/src/utils.c
AgeCommit message (Expand)Author
2021-06-26Minor tweaks to follow code conventionsRay
2021-06-10Review some commentsRay
2021-05-30REVIEWED: exit() on LOG_FATAL instead of LOG_ERROR #1796Ray
2021-05-22Some code tweaks for consistencyRay
2021-04-16Minor tweaksRay
2021-04-03Make SaveFile* callbacks return a boolean (#1697)Rob Loach
2021-04-01Remove trailing spacesraysan5
2021-03-08ADDED: Required callbacksRay
2021-03-04ADDED: Config flag: SUPPORT_STANDARD_FILEIORay
2021-03-04Some naming tweaksRay
2021-03-04FEATURE: Several callbacks added -WIP- #1523 #1329Ray
2021-02-05REMOVED: SetTraceLogExit()raysan5
2021-01-02Update year to 2021raysan5
2020-12-23Remove trailing spacesraysan5
2020-12-19ADDED: MemAlloc() / MemFree() #1440Ray
2020-12-14ADDED: UnloadFileData() / UnloadFileText() #1440Ray
2020-11-22Exposing some file access results to user layer #1420Ray
2020-11-03Remove trailing spacesRay
2020-11-01REVIEWED: SaveFileText() error checkingRay
2020-05-23Review usage of sizeof(), unify conventionsraysan5
2020-05-06Avoid all MSVC compile warningsraysan5
2020-05-01Review exposed #defines and allow user re-definingraysan5
2020-04-30UWP rework (#1231)Reece Mackie
2020-04-05Review android_fopen() to support SDCard accessraysan5
2020-03-30[cppcheck] Improvements in SaveStorageValue() in core.c (#1160)Dani Martin
2020-03-27[utils] Review TRACELOG() messages, categorizedraysan5
2020-03-25Remove trail spacesraysan5
2020-03-05Android: Support file saving to internal data storageRay
2020-03-04ADDED: LoadFileText() and SaveFileText()Ray
2020-02-27Remove trail spaces and some tweaksRay
2020-02-27REDESIGN: LoadStorageValue()/SaveStorageValue()Ray
2020-02-26ADDED: LoadFileData(), SaveFileData()Ray
2020-02-09Review some libc dependency commentsraysan5
2020-02-04Review libc dependencies and remove when possibleRay
2020-02-03Replace TraceLog() function by TRACELOG macroRay
2020-01-08Reviewed some commentsRay
2020-01-05Update year to 2020raysan5
2019-06-19Define some globalsRay
2019-04-28Some formatting reviewraysan5
2019-04-27Review UWP implementationraysan5
2019-04-27UWP Support Overhaul (#819)Reece Mackie
2019-04-23Support custom memory management macrosRay
2019-04-07Happy new year 2019ChillerDragon
2019-03-12Support external config flagsRay
2019-01-29Update utils.cRay
2019-01-29Corrected log namingRay
2019-01-21Review last PR formattingRay
2019-01-21Changing enums, now referenced as int.Marco Lizza
2019-01-20Adding function to control the "exit-on-error" behaviour.Marco Lizza
2019-01-20Fixing logging level configuration API.Marco Lizza