OpenGL Rotation and Zooming.
This commit is contained in:
parent
7fa309c4af
commit
6078830a56
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,11 @@
|
|||
ZEngine Version Log for Version 0.7.7
|
||||
$Id: changelog.txt,v 1.4 2002/12/01 08:36:39 cozman Exp $
|
||||
ZEngine Version Log for Version 0.7.8
|
||||
$Id: changelog.txt,v 1.5 2002/12/02 00:42:20 cozman Exp $
|
||||
|
||||
0.7.8
|
||||
-Added ZRect::Draw using OpenGL.
|
||||
-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
|
||||
-Changed behavior of core ZEngine class methods to reflect new OpenGL behavior.
|
||||
|
|
2
todo.txt
2
todo.txt
|
@ -1,7 +1,5 @@
|
|||
ZEngine Todo List
|
||||
|
||||
|
||||
-Add rotation-zooming support (using OpenGL)
|
||||
-Proofread, update, clarify documentation.
|
||||
-Add Support for PhysicsFS with SDL_ttf and SDL_mixer music. (Waiting on other libraries.)
|
||||
-Write simple games using the library as examples
|
||||
|
|
Loading…
Reference in a new issue