mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-18 13:41:26 +01:00
Updated docs
This commit is contained in:
17
CHANGELOG
17
CHANGELOG
@ -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)
|
||||
---------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user