| Age | Commit message (Collapse) | Author |
|
enum LogType could require some revision...
|
|
Replaced old GetExtension() function
Make IsFileExtension() public to the API
|
|
|
|
|
|
|
|
- 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
|
|
|
|
This is a first step toward a bigger project. Some modules could be
ported to header-only to be used as standalone.
|
|
|
|
|
|
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
|
|
This is a huge update. Check CHANGELOG for details
|
|
|
|
View CHANGELOG for a detailed list of changes
|
|
Added a Tracing/Log system
Added OGG stream music support (DOESN'T WORK)
Added Compressed textures support
* This update is probably very buggy...
|
|
Lots of changes added, check CHANGELOG for detailed description
|