From 66bf1cc7eef74c01d34996940087ffb1234bd664 Mon Sep 17 00:00:00 2001 From: James Turk Date: Mon, 10 Feb 2003 05:28:19 +0000 Subject: [PATCH] latest changes --- changelog.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index e701e43..2640da6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,11 @@ ZEngine Version Log for Version 0.8.2 -$Id: changelog.txt,v 1.27 2003/01/28 20:51:37 cozman Exp $ +$Id: changelog.txt,v 1.28 2003/02/10 05:28:19 cozman Exp $ + +0.8.3 + -Fixed ZImage::SetColorKey. (thanks to Kevin Watters) + -Added floats to ZConfigFile. + -Removed ZObject inheritance hierarchy and made classes inheritance-safe. + -Added ZImage::Draw(int,int) and ZImage::DrawRotated(float,float,float). 0.8.2 -Added ZImage::SetAlpha and example in ZImageTest.