| Age | Commit message (Collapse) | Author |
|
- ADDED: CompressData()
- ADDED: DecompressData()
|
|
Reviewed comments
|
|
|
|
|
|
Planning to promote raudio module as a simple and easy-to-use front-end for the amazing mini_al library, so the name change.
Name comes from raylib-audio but in spanish it also remembers to word "raudo", meaning "very fast", an analogy that fits perfectly to the usefulness and performance of the library!
Consequently, raylib version has been bumped to 2.4-dev.
|
|
Wait for input events passively (sleep) instead of polling events actively every frame
|
|
|
|
|
|
|
|
|
|
Did this ever work? Surely, doesn't look like it...
|
|
Also added new compilation FLAGS for that pourpose
|
|
I would have liked config.h to be selected by include dir configuration,
but this way is less intrusive.
|