aboutsummaryrefslogtreecommitdiff
path: root/src/rlgl.c
AgeCommit message (Collapse)Author
2015-01-02Added support for model color tintraysan5
Also, added support for normals on models
2015-01-02Integrated ratalaika pull-requestraysan5
Added first version of OS X compilation support Some conflicts manually resolved...
2014-12-31Small tweaksraysan5
2014-12-31Added full support for HTML5 (emscripten)raysan5
Corrected some bugs on the way... Automatically convert textures to POT on RPI and WEB
2014-12-16Working on rotation math...raysan5
[models] Added DrawQuad()
2014-12-15Added support for emscripten and moreraysan5
Added PLATFORM_WEB support (emscripten-webgl) [audio] Added LoadSoundFromWave() [textures] Added LoadTextureFromImage() to replace CreateTexture() Some TraceLogs edited...
2014-12-09Added features and corrected bugs...raysan5
[core] Added SetMousePosition() [models] LoadHeightmap() - Corrected textures bug [raymath] Functions renaming [WEB] Prepare environment for emscripten!
2014-12-09Revert "Corrected some bugs..."Palaui
This reverts commit 29d8b48503f3064cdc1f3a87c01b4264e716a220.
2014-12-09Corrected some bugs...Palaui
[core] Added SetMousePosition() [models] LoadHeightmap() - Corrected textures bug [raymath] Functions renaming [WEB] Prepare environment for emscripten!
2014-11-23Updated stb headersraysan5
2014-11-22Added first version of OS X compilation supportratalaika
2014-10-17Small Fixes Update (1.2.1)raysan5
View CHANGELOG for description on small fixes and add-ons
2014-09-16raylib 1.2raysan5
This is a huge update. Check CHANGELOG for details
2014-09-03Explicit define of functions prototypesraysan5
No-parameters functions use the prototype style FunctionName(void);
2014-09-03Removed useless spacesraysan5
2014-07-23Corrected bug with drawing orderraysan5
We have three vertex buffers: lines, triangles and quads for textures. Drawing in a desired order could become a nighmare... noww it seems it works prety well...
2014-07-23Update to version 1.1.1raysan5
Check CHANGELOG for a detailed list of changes
2014-06-09Updated some commentsraysan5
2014-04-19raylib 1.1raysan5
View CHANGELOG for a detailed list of changes
2014-04-09Lots of changes, most of them under testing-reviewraysan5
Added a Tracing/Log system Added OGG stream music support (DOESN'T WORK) Added Compressed textures support * This update is probably very buggy...
2014-04-04Adapt multiple functions to rlglraysan5
Nearly a complete rework of Models module Some teaks on multiple functions
2014-03-25Road to raylib 1.1 - Testing rlglraysan5