OpenGL Rotation and Zooming.

This commit is contained in:
James Turk 2002-12-02 00:42:20 +00:00
parent 7fa309c4af
commit 6078830a56
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,11 @@
ZEngine Version Log for Version 0.7.7 ZEngine Version Log for Version 0.7.8
$Id: changelog.txt,v 1.4 2002/12/01 08:36:39 cozman Exp $ $Id: changelog.txt,v 1.5 2002/12/02 00:42:20 cozman Exp $
0.7.8 0.7.8
-Added ZRect::Draw using OpenGL. -Added ZRect::Draw using OpenGL.
-Fixed ZRectTest to use new ZRect. -Fixed ZRectTest to use new ZRect.
-Added ZImage rotation and 2 forms of stretching using OpenGL.
-Added some testing to ZImageTest of new stretching.
0.7.7 0.7.7
-Changed behavior of core ZEngine class methods to reflect new OpenGL behavior. -Changed behavior of core ZEngine class methods to reflect new OpenGL behavior.

View File

@ -1,7 +1,5 @@
ZEngine Todo List ZEngine Todo List
-Add rotation-zooming support (using OpenGL)
-Proofread, update, clarify documentation. -Proofread, update, clarify documentation.
-Add Support for PhysicsFS with SDL_ttf and SDL_mixer music. (Waiting on other libraries.) -Add Support for PhysicsFS with SDL_ttf and SDL_mixer music. (Waiting on other libraries.)
-Write simple games using the library as examples -Write simple games using the library as examples