*** empty log message ***
This commit is contained in:
parent
314ca97f05
commit
2d2b88b4a6
@ -1,5 +1,5 @@
|
|||||||
ZEngine Version Log for Version 0.8.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:
|
Changes are marked with symbols that describe them:
|
||||||
! is code that breaks backwards compatibility (used after 0.8.0-rc1, previous versions broke compatibility)
|
! 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
|
0.8.6
|
||||||
# Fixed ZImage crash on missing image. ZFont crash fix relys on SDL_ttf 2.0.7
|
# 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
|
0.8.5
|
||||||
+ OpenFromZip code added for ZImage,ZFont and ZSound.
|
+ OpenFromZip code added for ZImage,ZFont and ZSound.
|
||||||
|
@ -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
|
back to the community when possible. Generally the people that violate open
|
||||||
source licenses aren't bright enough to have anything to contribute.
|
source licenses aren't bright enough to have anything to contribute.
|
||||||
|
|
||||||
Note: Files in the src/external,src/zlib,include/external and include/zlib
|
Note: Files in the src/zlib and include/zlib directories are not written for
|
||||||
directories are not part of ZEngine, but may be used by ZEngine to interface
|
ZEngine, but are used by ZEngine to read zip archives. Such files are only
|
||||||
with external libraries. Such files are only modified to be compatible with
|
modified to be compatible with the directory structure of ZEngine. (Only the
|
||||||
ZEngine and marked where such modifcations occur.
|
include statements have been modified.)
|
||||||
|
|
||||||
Note2: The Test files are now public domain, you can use them as a starting
|
Note2: The Test files are now public domain, you can use them as a starting
|
||||||
point without concern.
|
point without concern.
|
||||||
|
Loading…
Reference in New Issue
Block a user