aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2014-01-23 12:36:18 +0100
committerraysan5 <raysan5@gmail.com>2014-01-23 12:36:18 +0100
commit2cf5fa77658af7f5e72245e798db6b3a3f256371 (patch)
tree8c47e3ed0d5c711e39fc9e45e898459a5eae9d86 /CHANGELOG
parent762befb967f984f1529af6ff390b34347c6934a1 (diff)
downloadraylib-1.0.4.tar.gz
raylib-1.0.4.zip
Updated raylib to version 1.0.41.0.4
Lots of changes added, check CHANGELOG for detailed description
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG23
1 files changed, 22 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6c8b2657..cce8ada5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,12 +1,33 @@
changelog
---------
-Current Release: raylib 1.0.3 (December 2013)
+Current Release: raylib 1.0.4 (January 2014)
NOTE: Only versions marked as 'Release' are available on release folder, updates are only available as source.
NOTE: Current Release includes all previous updates.
-----------------------------------------------
+Release: raylib 1.0.4 (23 January 2014)
+-----------------------------------------------
+[tool] Published a first alpha version of rREM tool (raylib Resource Embedder)
+[core] GetRandomValue() - Bug corrected, now works right
+[core] Fade() - Added, fades a color to an alpha percentadge
+[core] WriteBitmap() - Moved to new module: utils.c, not used anymore
+[core] TakeScreenshot() - Now uses WritePNG() (utils.c)
+[utils] New module created with utility functions
+[utils] WritePNG() - Write a PNG file (used by TakeScreenshot() on core)
+[utils] DecompressData() - Added, used for rRES resource data decompresion
+[textures] LoadImageFromRES() - Added, load an image from a rRES resource file
+[textures] LoadTextureFromRES() - Added, load a texture from a rRES resource file
+[audio] LoadSoundFromRES() - Added, load a sound from a rRES resource file
+[audio] IsPlaying() - Added, check if a sound is currently playing
+[audio] SetVolume() - Added, set the volume for a sound
+[audio] SetPitch() - Added, set the pitch for a sound
+[examples] ex06a_color_select completed
+[examples] ex06b_logo_anim completed
+[examples] ex06c_font select completed
+
+-----------------------------------------------
Release: raylib 1.0.3 (19 December 2013)
-----------------------------------------------
[fonts] Added 8 rBMF free fonts to be used on projects!