This commit is contained in:
James Turk 2002-12-03 06:43:41 +00:00
parent 89379b6dad
commit e135a38e91
3 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,7 @@
ZEngine Version Log for Version 0.7.8
$Id: changelog.txt,v 1.6 2002/12/02 05:18:52 cozman Exp $
$Id: changelog.txt,v 1.7 2002/12/03 06:43:41 cozman Exp $
0.7.8
-Added ZRect::Draw using OpenGL.
@ -7,6 +9,9 @@ $Id: changelog.txt,v 1.6 2002/12/02 05:18:52 cozman Exp $
-Added ZImage rotation and 2 forms of stretching using OpenGL.
-Added some testing to ZImageTest of new stretching.
-Added ZImage::Flip.
-Fixed Linux makefile for new OpenGL code.
-Added new means of keyboard input, and key repeat enable/disable code.
-Fixed warnings in Test programs.
0.7.7
-Changed behavior of core ZEngine class methods to reflect new OpenGL behavior.

View File

@ -4,7 +4,7 @@
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = ZEngine
PROJECT_NUMBER = 0.7.7
PROJECT_NUMBER = 0.7.8
OUTPUT_DIRECTORY = /home/James/ZEngine-dev/doc
OUTPUT_LANGUAGE = English
EXTRACT_ALL = NO

View File

@ -4,7 +4,7 @@
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = ZEngine
PROJECT_NUMBER = 0.7.7
PROJECT_NUMBER = 0.7.8
OUTPUT_DIRECTORY = F:\libs\ZEngine-dev\doc\
OUTPUT_LANGUAGE = English
EXTRACT_ALL = NO