From 6078830a564a1f59af09218479d3e93faf347810 Mon Sep 17 00:00:00 2001 From: James Turk Date: Mon, 2 Dec 2002 00:42:20 +0000 Subject: [PATCH] OpenGL Rotation and Zooming. --- changelog.txt | 6 ++++-- todo.txt | 2 -- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index cf259f7..17b0c19 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/todo.txt b/todo.txt index 0e84356..9bb6213 100644 --- a/todo.txt +++ b/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