| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
raylib_api.lua parser result; added raylib_parser binary to gitignore (#2129)
|
|
I just updated it to 4.0. :)
|
|
MAX_DIRECTORY_FILES macro removed.
ClearDirectoryFiles() tweaked to reflect changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now that 4.3 was added this can be enabled with the compile flag.
|
|
|
|
|