*** empty log message ***

This commit is contained in:
James Turk 2003-10-13 21:20:18 +00:00
parent 314ca97f05
commit 2d2b88b4a6
2 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,5 @@
ZEngine Version Log for Version 0.8.5
$Id: changelog.txt,v 1.54 2003/10/12 04:09:46 cozman Exp $
$Id: changelog.txt,v 1.55 2003/10/13 21:20:18 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,6 +12,9 @@ Changes are marked with symbols that describe them:
0.8.6
# 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")
0.8.5
+ OpenFromZip code added for ZImage,ZFont and ZSound.

View File

@ -17,10 +17,10 @@ where they feel it should be, but I'd like to encourage everyone to try to give
back to the community when possible. Generally the people that violate open
source licenses aren't bright enough to have anything to contribute.
Note: Files in the src/external,src/zlib,include/external and include/zlib
directories are not part of ZEngine, but may be used by ZEngine to interface
with external libraries. Such files are only modified to be compatible with
ZEngine and marked where such modifcations occur.
Note: Files in the src/zlib and include/zlib directories are not written for
ZEngine, but are used by ZEngine to read zip archives. Such files are only
modified to be compatible with the directory structure of ZEngine. (Only the
include statements have been modified.)
Note2: The Test files are now public domain, you can use them as a starting
point without concern.