| Age | Commit message (Collapse) | Author |
|
|
|
Moved all external libraries used by raylib to external folder inside
raylib src. Makefile has already been update and also the different
includes in raylib modules.
|
|
This is a first step toward a bigger project. Some modules could be
ported to header-only to be used as standalone.
|
|
Useful to save small data files (configuration and so)
For bigger files, external data storage should be used (SDCard)
|
|
|
|
|
|
|
|
|
|
|
|
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
|
|
Added PLATFORM_WEB support (emscripten-webgl)
[audio] Added LoadSoundFromWave()
[textures] Added LoadTextureFromImage() to replace CreateTexture()
Some TraceLogs edited...
|
|
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
|