| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This commit should bring the mini_al backend up to feature parity with
the OpenAL backend.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
...to avoid possible conflicting symbols
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enum LogType could require some revision...
|
|
Replaced old GetExtension() function
Make IsFileExtension() public to the API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Working in modules configuration flags...
|
|
Also reviewed issue with stdbool when compiling with clang
|
|
|
|
|
|
|
|
Useful to set number of repeats for a music, needs to be tested...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Renamed WritePNG() to SavePNG() for consistency with other file
loading functions
- Renamed WriteBitmap() to SaveBMP() for consistency with other file
loading functions
- Redesigned SaveBMP() to use stb_image_write
|
|
|
|
|
|
The function means to accept a const * so let's declare it.
Will allow passing const buffers in games.
Also constness is next to godliness!
Signed-off-by: Saggi Mizrahi <[email protected]>
|