diff options
| author | raysan5 <raysan5@gmail.com> | 2014-12-31 19:25:50 +0100 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2014-12-31 19:25:50 +0100 |
| commit | fad81f36e4cfd37901caad8555c49c41ac65aaee (patch) | |
| tree | 89aeddb683c133c6d94f1a03f9d1a1399d2a6bf4 /CHANGELOG | |
| parent | b482e26925d8816387211d98cc8ed445a6c55788 (diff) | |
| download | raylib-fad81f36e4cfd37901caad8555c49c41ac65aaee.tar.gz raylib-fad81f36e4cfd37901caad8555c49c41ac65aaee.zip | |
Updated docs
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -1,11 +1,26 @@ changelog --------- -Current Release: raylib 1.2 (16 September 2014) +Current Release: raylib 1.2.2 (31 December 2014) NOTE: Only versions marked as 'Release' are available in installer, updates are only available as source. NOTE: Current Release includes all previous updates. +----------------------------------------------- +Release: raylib 1.2.2 (31 December 2014) +----------------------------------------------- +[*] Added support for HTML5 compiling (emscripten, asm.js) +[core] Corrected bug on input handling (keyboard and mouse) +[textures] Renamed function CreateTexture() to LoadTextureFromImage() +[textures] Added function ConvertToPOT() +[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 +[stb] Updated to latest headers versions +[*] Lots of tweaks around + --------------------------------------------------------------- Update: raylib 1.2.1 (17 October 2014) (Small Fixes Update) --------------------------------------------------------------- |
