diff options
| author | raysan5 <raysan5@gmail.com> | 2015-01-02 21:06:30 +0100 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2015-01-02 21:06:30 +0100 |
| commit | b2a5390adbfb3f88ecc94e977c56bc00fac4cfbc (patch) | |
| tree | f8606e314b98ace565c495717389d29b4769adf2 | |
| parent | 0bfd283526f62f2f03e90ac4881f532048304ca2 (diff) | |
| download | raylib-b2a5390adbfb3f88ecc94e977c56bc00fac4cfbc.tar.gz raylib-b2a5390adbfb3f88ecc94e977c56bc00fac4cfbc.zip | |
Added some last hour features to v1.2.2
| -rw-r--r-- | CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,11 +13,13 @@ Release: raylib 1.2.2 (31 December 2014) [core] Corrected bug on input handling (keyboard and mouse) [textures] Renamed function CreateTexture() to LoadTextureFromImage() [textures] Added function ConvertToPOT() +[rlgl] Added support for color tint on models on GL 3.3+ and ES2 +[rlgl] Added support for normals on models [models] Corrected bug on DrawBillboard() [models] Corrected bug on DrawHeightmap() [models] Renamed LoadCubesmap() to LoadCubicmap() [audio] Added function LoadSoundFromWave() -[makefile] Added support for Linux compiling +[makefile] Added support for Linux and OSX compiling [stb] Updated to latest headers versions [*] Lots of tweaks around |
