From bf866823b73c8504fafaaa2144876d066f7c11f4 Mon Sep 17 00:00:00 2001 From: James Turk Date: Wed, 24 Dec 2003 04:42:43 +0000 Subject: [PATCH] 0.8.6-pre --- changelog.txt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 3bc35c0..5d28499 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ ZEngine Version Log for Version 0.8.5 -$Id: changelog.txt,v 1.59 2003/12/13 04:28:35 cozman Exp $ +$Id: changelog.txt,v 1.60 2003/12/24 04:42:43 cozman Exp $ Changes are marked with symbols that describe them: ! is code that breaks backwards compatibility (used after 0.8.0-rc1, previous versions broke compatibility) @@ -12,12 +12,18 @@ Changes are marked with symbols that describe them: 0.8.6 ! Removed SetupDisplay/SetupSound and integrated them into CreateDisplay. - ! Removed bulk of old error logging system and added new simpler system. + ! Changed error system functions drastically. + * Depreciated (useless) SetDesiredFramerate and related functionality. + + Added severity option to error reporting for better error logs. + + Added HTML output option to error system. + + Added XML resource file support via TinyXML (ZEngine::SetResourceFile, ZEngine::GetStringResource, etc) + Added ZAnimation class. - # Turned off warnings for zlib files. + + Added ZAnimTest, test of ZAnimation. + # Changed several tests to support new resource file support. + # Turned off warnings for zlib files in VC7 and DevC++. # Switched to updated zlib 1.2.1. # Changed data files to binary format in CVS, fixing problems with some data files. - # Changed forums to http://sourceforge.net/forum/?group_id=62098 + # Forums now at http://sourceforge.net/forum/?group_id=62098 # OpenFromImage Alpha Fix (thanks to Stinus Petersen) # ZImage copy constructor width/height fix. # Fixed ZImage crash on missing image. ZFont crash fix relys on SDL_ttf 2.0.7