index
:
raylib
cmake
develop
fix-mouse-released
gh-pages
master
Forked from https://github.com/raysan5/raylib
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-05-21
CMake: Move reusable code to new cmake/ directory
Ahmad Fatoum
2018-05-21
CMake: Add default build type if none specified
Ahmad Fatoum
2018-05-21
Move utils.cmake to separate cmake/ directory
Ahmad Fatoum
2018-05-20
Removed 32bit arm Android library
raysan5
2018-05-20
Support shared library building on Android
raysan5
2018-05-20
Added function: rlCheckBufferLimit()
raysan5
2018-05-20
Love OpenGL gotchas... make my life more enjoyable!
raysan5
2018-05-20
Manual mipmap generation review
raysan5
2018-05-20
Some code review (mainly comments)
raysan5
2018-05-18
Increase API version
Michael Vetter
2018-05-17
Reviewed Android pipeline
Ray
2018-05-17
Some warnings review
Ray
2018-05-17
Preliminary support for MP3 fileformat -WIP-
Ray
2018-05-17
Header tweak and comments
Ray
2018-05-17
Corrected issue on file extension check
Ray
2018-05-12
Corrected issue on LoadASTC()
Ray
2018-05-12
CMake: Fix typo... s/USE_PIC/WITH_PIC/
Ahmad Fatoum
2018-05-12
CMake: (Properly) build glfw separately with CMake
Ahmad Fatoum
2018-05-11
Revert "CMake: Build glfw separately with CMake"
Ahmad Fatoum
2018-05-11
Review raylib version to 2.0
Ray
2018-05-11
CMake: Build glfw separately with CMake
Ahmad Fatoum
2018-05-10
Add GLFW source tree to src/external
Ahmad Fatoum
2018-05-10
CMake: Don't create symlinks on unsupporting file systems (#539)
Ahmad Fatoum
2018-05-09
Merge branch 'master' of https://github.com/raysan5/raylib
Ray
2018-05-09
Corrected issue on rectangle drawing
Ray
2018-05-08
Removed unnecesary define
Ray
2018-05-06
Use fabsf for floats, and avoid implicit type casting
Sherjil Ozair
2018-05-04
Avoid exposing native GLFW3 functionality
Ray
2018-05-04
BREAKING CHANGE: Renamed SpriteFont type to Font
Ray San
2018-05-04
Renamed some functions
Ray San
2018-05-04
Rectangle parameters changed to float
Ray San
2018-05-03
Removed line breaks from functions
Ray San
2018-05-01
BREAKING CHANGE: Renamed Camera -> Camera3D
raysan5
2018-04-30
Added tangent computation alternative method
raysan5
2018-04-30
Implemented MeshTangents()
raysan5
2018-04-29
Corrected alpha blending on ImageDraw()
raysan5
2018-04-29
Replaced ColorToFloat() by ColorNormalize()
raysan5
2018-04-29
Support shapes drawing using only QUADS
raysan5
2018-04-29
Expose file-dropping functions symbols
raysan5
2018-04-29
Added compile flag: SUPPORT_SCREEN_CAPTURE
raysan5
2018-04-19
Implemented default mesh
Ray
2018-04-19
Review spacing for cosistency
Ray
2018-04-13
Add more key definitions
lumaio teon
2018-04-11
mini_al: Use WinAPI interlocked ops with tcc
Ahmad Fatoum
2018-04-11
raymath: Workaround tcc inline function limitation
Ahmad Fatoum
2018-04-11
Review camera definition on examples
Ray San
2018-04-10
Updated release version
Ray San
2018-04-09
Reviewed config.h formatting
Ray
2018-04-09
Init frame timming measure variables
Ray
2018-04-08
Merge pull request #522 from a3f/master
Ray
[next]