| Age | Commit message (Collapse) | Author |
|
|
|
|
|
raylib library tries to avoid `long long` usage. Several SSBO functions have been reviewed (including some renames for consistency) to minimize `long long` type usage.
|
|
|
|
|
|
This simplification will allow the usage of `rshapes` as STANDALONE mode in a future. Only a small set of `rlgl` functions are required and they can be "more" easely replaced if no `rlPushMatrix()`/`rlPopMatrix()` are involved.
More simplification planned for the future, maybe the textures dependencies.
|
|
|
|
canJump used to alternate between true and false when on ground
|
|
|
|
|
|
|
|
|
|
|
|
This linkage is only required for arm 32bit but I don't know how to detect that specific architecture in the Makefile...
|
|
|
|
|
|
This reverts commit 4f6fbaed4137be6ba41609ce9a96c11fd240953d.
|
|
|
|
|
|
Specifically, std.fs.OpenDirOptions struct no longer has the iterable
flag, now it's a standalone function call std.fs.openIterableDir
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Nikolai Krasheninnikov <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
Moved to raudio library repo: https://github.com/raysan5/raudio
|