summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2018-06-12Added function: GetImageDataNormalized()Ray San
2018-06-12Corrected bugRay San
2018-06-12Corrected breaking buildRay San
2018-06-10Propose new function: GenImageFont()raysan5
2018-06-06Some comments cleaningRay
2018-06-03Added ImageRotate*() functionsRay
2018-06-02Corrected possible issue with CMake for GLFWRay
2018-06-02Review window creation hintsRay
2018-06-02Update GLFW to latest dev version (master branch)Ray
2018-06-02Corrected issue with function definitionRay
2018-06-02Work on ImageResizeCanvas()Ray
2018-06-01Added: ImageResizeCanvas() -WIP-Ray
2018-05-30Removed assert()Ray
2018-05-29Replaced tabs by spacesRay
2018-05-29Reviewed Windows resource file nameRay
2018-05-28fabsf() not working with TCCRay
2018-05-28Corrected issue with floats on TCCRay
2018-05-27Corrected issue with compiler paramRay
2018-05-22Added a noteRay San
2018-05-22Review include (already included)Ray San
2018-05-21Corrected possible memory leakraysan5
2018-05-21Working on Android APK buildingraysan5
2018-05-21Fix some warnings.David Reid
2018-05-21Fix a copy paste typo.David Reid
2018-05-21Update mini_al.David Reid
2018-05-21Merge branch 'master' of https://github.com/raysan5/raylib into dr/mini_alDavid Reid
2018-05-21cmake: Fix PLATFORM_WEB buildAhmad Fatoum
2018-05-21CMake: Fix (Add?) Android supportAhmad Fatoum
2018-05-21CMake: Move reusable code to new cmake/ directoryAhmad Fatoum
2018-05-21CMake: Add default build type if none specifiedAhmad Fatoum
2018-05-21Move utils.cmake to separate cmake/ directoryAhmad Fatoum
2018-05-20Removed 32bit arm Android libraryraysan5
2018-05-20Support shared library building on Androidraysan5
2018-05-20Added function: rlCheckBufferLimit()raysan5
2018-05-20Love OpenGL gotchas... make my life more enjoyable!raysan5
2018-05-20Manual mipmap generation reviewraysan5
2018-05-20Some code review (mainly comments)raysan5
2018-05-18Increase API versionMichael Vetter
2018-05-17Reviewed Android pipelineRay
2018-05-17Some warnings reviewRay
2018-05-17Preliminary support for MP3 fileformat -WIP-Ray
2018-05-17Header tweak and commentsRay
2018-05-17Corrected issue on file extension checkRay
2018-05-12Corrected issue on LoadASTC()Ray
2018-05-12CMake: Fix typo... s/USE_PIC/WITH_PIC/Ahmad Fatoum
2018-05-12CMake: (Properly) build glfw separately with CMakeAhmad Fatoum
2018-05-11Revert "CMake: Build glfw separately with CMake"Ahmad Fatoum
2018-05-11Review raylib version to 2.0Ray
2018-05-11CMake: Build glfw separately with CMakeAhmad Fatoum
2018-05-10Add GLFW source tree to src/externalAhmad Fatoum