summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2019-01-23Remove libraylib.aRob Loach
2019-01-21Review last PR formattingRay
2019-01-21Remove commentRay
2019-01-21Merge pull request #731 from MarcoLizza/reorganizing-loggingRay
2019-01-21Changing enums, now referenced as int.Marco Lizza
2019-01-21Fixing badly (redefined) enums.Marco Lizza
2019-01-20Adding function to control the "exit-on-error" behaviour.Marco Lizza
2019-01-20Fixing logging level configuration API.Marco Lizza
2019-01-20Fixing `TraceLog` function to work on levels.Marco Lizza
2019-01-20Reworking log level as incremental.Marco Lizza
2019-01-19Review raudio commentsraysan5
2019-01-19Allow ShowWindow usage ;)raysan5
2019-01-17Renamed ShowWindow() to UnhideWindow() -WIP-Ray
2019-01-16Crazy testRay
2019-01-16Readded alpha clear to rlReadScreenPixels()Ray
2019-01-15Update utils.cRay
2019-01-15Let user choose to clear scissor areaRay
2019-01-15Merge pull request #723 from MarcoLizza/trace-log-failing-on-OTHERRay
2019-01-14Fixing `LOG_OTHER` missing.Marco Lizza
2019-01-14Adding MACRO constant to specify the internal buffer size.Marco Lizza
2019-01-14Make sure no parameters can be passedRay
2019-01-14Review code formatting on ColorFromHSV()Ray
2019-01-14Added ColorFromHSV()Demizdor
2019-01-11Allow capturing transparent backgroundRay
2019-01-11Some security checks addedRay
2019-01-11Reverted flag value (but kept order)Ray
2019-01-10Reviewed latest PRRay
2019-01-10Merge branch 'master' into window-visibilityRay
2019-01-10Reworking API upon suggestion.Marco Lizza
2019-01-10WARNING: Renamed module: audio -> raudioRay
2019-01-10Adding window visibility functions.Marco Lizza
2019-01-10Adding window visibility configuration flag.Marco Lizza
2019-01-10Some improvements on SetShaderValue()Ray
2019-01-10WARNING: Redesigned SetShaderValue()Ray
2019-01-09Merge pull request #718 from MarcoLizza/shaders-uniforms-arrayRay
2019-01-09Adding uniform array support for shaders.Marco Lizza
2019-01-08Added required define on TCC compilerRay
2019-01-08Revert "core: workaround window not being rendered till moved on macOS Mojave"Ahmad Fatoum
2019-01-08glfw: Update GLFW to current masterAhmad Fatoum
2019-01-08external: glfw: Ignore {docs/examples/tests}/ directoriesAhmad Fatoum
2019-01-06Some minor tweaks analyzing coderaysan5
2019-01-06Review BRDF texture generationraysan5
2019-01-05Some code tweaksraysan5
2019-01-05Support screenshots and GIF capturing on Android and Webraysan5
2019-01-05Corrected issue with text measure on Latin-1 charsraysan5
2019-01-04Corrected issue on webraysan5
2019-01-03REMOVED: ShowLogo()raysan5
2019-01-03REVIEWED some functions parametersraysan5
2019-01-03Merge pull request #711 from ChrisDill/SetMouseOffsetRay
2019-01-02Mouse functions changedChrisDill