aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-10Propose new function: GenImageFont()raysan5
2018-06-06Some comments cleaningRay
ImageDraw() code tweak
2018-06-03Latest library release compilationRay
2018-06-03Improved game drawingRay
Reduced draw calls
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-02Merge branch 'master' of https://github.com/raysan5/raylibRay
2018-06-02Work on ImageResizeCanvas()Ray
2018-06-01Added Notepad++ NppExec scriptsRay
2018-06-01Added: ImageResizeCanvas() -WIP-Ray
Added note idea on ImageFormat() for future redesign (to support 16bit-32bit pixel-formats)
2018-05-30Removed assert()Ray
Not used in raylib this mechanism
2018-05-29Replaced tabs by spacesRay
2018-05-29Reviewed Windows resource file nameRay
2018-05-28fabsf() not working with TCCRay
Replaced by fabs() that seem to work ok
2018-05-28Corrected issue with floats on TCCRay
It seems TCC was not casting correctly int values to float in some specific situations
2018-05-27Corrected issue with compiler paramRay
Added android_native_app_glue module to raylib compilation instead of compiling it as static lib at apk generation.
2018-05-26CMake: Fix cannot find -lX11 (#552)M
Temporary measure to fix a breakage on FreeBSD. See #551 for more details.
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
Did this ever work? Surely, doesn't look like it...
2018-05-21Travis CI: Test Android configuration (#546)Ahmad Fatoum
I don't know if this actually works, but it compiles, which is good enough for CI.
2018-05-21CMake+Android: Skip tests with SetCameraModeAhmad Fatoum
src/core.c does explicitly skip including <camera.h> on Android and tests fail. Therefore skip these failing tests. Closes #507.
2018-05-21CMake: Fix (Add?) Android supportAhmad Fatoum
Not sure if this ever worked, but now it at least compiles.
2018-05-21CMake: Move reusable code to new cmake/ directoryAhmad Fatoum
2018-05-21CMake: Add default build type if none specifiedAhmad Fatoum
Release, unless we are in a Git repo, then it's Debug.
2018-05-21Move utils.cmake to separate cmake/ directoryAhmad Fatoum
2018-05-20Removed 32bit arm Android libraryraysan5
From 2019 64bit support will be mandatory to publish an Android app. Google plans to require that new apps target Oreo (API level 26) in August of 2018.
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
On OpenGL 1.1 only is supported for 32bit RGBA textures
2018-05-20Some code review (mainly comments)raysan5
2018-05-18Merge pull request #545 from jubalh/masterAhmad Fatoum
Increase API version
2018-05-18Increase API versionMichael Vetter
Please do this whenever necessary. And adapt it before releasing a new RC. The RC should already have the correct one.
2018-05-17Reviewed Android pipelineRay
Now defaults to Clang, ARM64 and API 21
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-14Restore removed projectsRay
2018-05-12Corrected issue on LoadASTC()Ray