mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Update CHANGELOG
This commit is contained in:
parent
4d451f5ea1
commit
c7220ab1b3
28
CHANGELOG
28
CHANGELOG
@ -1,10 +1,20 @@
|
|||||||
changelog
|
changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
Current: raylib 1.0.1 (November 2013)
|
Current: raylib 1.0.2 (November 2013)
|
||||||
|
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
Update: raylib 1.0.1 (28 November 2013)
|
Update: raylib 1.0.2 (30 November 2013)
|
||||||
|
-----------------------------------------------
|
||||||
|
[text] GetDefaultFont() - Added, get default SpriteFont to be used on DrawTextEx()
|
||||||
|
[shapes] CheckCollisionRecs() - Added, check collision between rectangles
|
||||||
|
[shapes] CheckCollisionCircles() - Added, check collision between circles
|
||||||
|
[shapes] CheckCollisionCircleRec() - Added, check collision circle-rectangle
|
||||||
|
[shapes] GetCollisionRec() - Added, get collision rectangle
|
||||||
|
[textures] CreateTexture2D() - Added, create Texture2D from Image data
|
||||||
|
|
||||||
|
-----------------------------------------------
|
||||||
|
Update: raylib 1.0.1 (28 November 2013)
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
[text] DrawText() - Removed spacing parameter
|
[text] DrawText() - Removed spacing parameter
|
||||||
[text] MeasureText() - Removed spacing parameter
|
[text] MeasureText() - Removed spacing parameter
|
||||||
@ -22,13 +32,13 @@ Update: raylib 1.0.1 (28 November 2013)
|
|||||||
[examples] Function changes applied to ALL examples
|
[examples] Function changes applied to ALL examples
|
||||||
|
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
Release: raylib 1.0.0 (18 November 2013)
|
Release: raylib 1.0.0 (18 November 2013)
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
* Initial version
|
* Initial version
|
||||||
* 6 Modules provided:
|
* 6 Modules provided:
|
||||||
- core: basic window/context creation functions, input management, timming functions
|
- core: basic window/context creation functions, input management, timming functions
|
||||||
- shapes: basic shapes drawing functions
|
- shapes: basic shapes drawing functions
|
||||||
- textures: image data loading and conversion to OpenGL textures
|
- textures: image data loading and conversion to OpenGL textures
|
||||||
- text: text drawing, sprite fonts loading, default font loading
|
- text: text drawing, sprite fonts loading, default font loading
|
||||||
- models: basic 3d shapes drawing, OBJ models loading and drawing
|
- models: basic 3d shapes drawing, OBJ models loading and drawing
|
||||||
- audio: audio device initialization, WAV files loading and playing
|
- audio: audio device initialization, WAV files loading and playing
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user