0.8.6-pre
This commit is contained in:
parent
c20cfcb35b
commit
bf866823b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user