| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Also updated raylib Wiki about struct sizes in 32bit and 64bit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replaced Vector3 by direct values, easier to use and understand
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Ray <[email protected]>
|
|
- raylib-cpp
- raylib-lua-sol
- node-raylib
- raylib-js
- raylib-chaiscript
- raylib-squirrel
Co-authored-by: Ray <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rlBlendMode() has been added to rlgl to be used on BLEND_CUSTOM. This functionality is exposed to advance users.
In any case, new blending modes could be added if required.
|
|
Co-authored-by: max <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
issues (#1359)
Co-authored-by: codifies <[email protected]>
|
|
When using USE_PTHREADS=1 on libraylib.bc compilation, program requires --shared-memory passed to the linker and despite it compiles, it fails on execution (at least for me).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|