| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
- All variables are initialized on declaration, some arrays were not properly initialized
- Static array buffers require memset() for re-initialization on every function call
|
|
|
|
Raylib-J currently targets 3,7 and is still in active development
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|