| Age | Commit message (Collapse) | Author |
|
|
|
Also, added support for normals on models
|
|
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...
|
|
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
|
|
This reverts commit 29d8b48503f3064cdc1f3a87c01b4264e716a220.
|
|
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
|
|
|
|
View CHANGELOG for description on small fixes and add-ons
|
|
|
|
|
|
This is a huge update. Check CHANGELOG for details
|
|
No-parameters functions use the prototype style FunctionName(void);
|
|
|
|
Set default raylib to use OpenGL 1.1 (compatibility issues on ATI cards)
|
|
Check CHANGELOG for a detailed list of changes
|
|
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...
|
|
|
|
Check CHANGELOG for the list of changes in this release!
|
|
Check CHANGELOG for changes
|
|
Lots of changes added, check CHANGELOG for detailed description
|
|
|
|
View CHANGELOG for full list of changes
|
|
The default compiler flags on Ubuntu includes -Wformat -Wformat-security which is what gives this error. That flag is used as a precaution against introducing security related bugs.
|
|
View CHANGELOG for details
|
|
|
|
|