mirror of https://github.com/raysan5/raylib
Update CHANGELOG
This commit is contained in:
parent
294533ccda
commit
74cf469b9d
|
@ -1,10 +1,14 @@
|
||||||
changelog
|
changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
Current: raylib 1.0.2 (November 2013)
|
Current Release: raylib 1.0.2 (November 2013)
|
||||||
|
|
||||||
|
NOTE: Only versions marked as 'Release' are available on release folder, updates are only available as source.
|
||||||
|
NOTE: Current Release includes all previous updates.
|
||||||
|
|
||||||
|
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
Update: raylib 1.0.2 (30 November 2013)
|
Release: raylib 1.0.2 (30 November 2013)
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
[text] GetDefaultFont() - Added, get default SpriteFont to be used on DrawTextEx()
|
[text] GetDefaultFont() - Added, get default SpriteFont to be used on DrawTextEx()
|
||||||
[shapes] CheckCollisionRecs() - Added, check collision between rectangles
|
[shapes] CheckCollisionRecs() - Added, check collision between rectangles
|
||||||
|
@ -28,7 +32,6 @@ Update: raylib 1.0.1 (28 November 2013)
|
||||||
[core] IsMouseButtonUp() - Added, check if mouse button is NOT being pressed
|
[core] IsMouseButtonUp() - Added, check if mouse button is NOT being pressed
|
||||||
[core] IsMouseButtonReleased() - Change functionality, check if mouse button released once
|
[core] IsMouseButtonReleased() - Change functionality, check if mouse button released once
|
||||||
[textures] DrawTexturePro() - Added, texture drawing with 'pro' parameters
|
[textures] DrawTexturePro() - Added, texture drawing with 'pro' parameters
|
||||||
|
|
||||||
[examples] Function changes applied to ALL examples
|
[examples] Function changes applied to ALL examples
|
||||||
|
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue