various changes

This commit is contained in:
James Turk 2003-11-23 19:32:55 +00:00
parent 4ab16b54e2
commit d7d7192589

View File

@ -1,5 +1,5 @@
ZEngine Version Log for Version 0.8.5
$Id: changelog.txt,v 1.56 2003/10/24 21:20:08 cozman Exp $
$Id: changelog.txt,v 1.57 2003/11/23 19:32:55 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)
@ -11,7 +11,10 @@ Changes are marked with symbols that describe them:
(Note: Depreciated code (that marked with a *) is likely to disappear completely at the next major version.)
0.8.6
! Removed SetupDisplay/SetupSound and integrated them into CreateDisplay
! Removed SetupDisplay/SetupSound and integrated them into CreateDisplay.
! Removed bulk of old error logging system and added new simpler system.
# 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
# Switched ZImage stretch code to GL_LINEAR.
# Moved ZLib for convinience of non-MSVC build processes. (fixing #include "../zlib/unzip.h")