| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
* Fixed functions Vector2Angle and Vector3Angle
* typo
* Unrolled everything.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Following the pattern in Vector3Normalize.
|
|
functions use radians, making this awkward to use.
|
|
|
|
|
|
|
|
from LGPL 2.1
|
|
Allow to choose which modules are compiled with raylib, if some modules are excluded from compilation, required functionality is not available but smaller builds are possible.
|
|
|
|
|
|
|
|
|
|
|
|
Only added to updated ones
|
|
|
|
Fix typo in link
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Expose GetRenderWidth and GetRenderHeight functions
* Fix scissor on macos
* Fix typo
|
|
|
|
if `BUILD_LIBTYPE_SHARED` is defined allow build as a shared dll
|
|
|
|
|
|
|
|
|
|
raylib-v7 is no longer being maintained as per their README.
|
|
|
|
|
|
* Override CC while compiling for ANDROID_ARCH x86
* REfix Override CC while compiling
|
|
|
|
Allow texture loading with no data transfer (in case image.data = NULL)
|
|
|