diff --git a/changelog.txt b/changelog.txt index ce79882..b6259c9 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/licensing.txt b/licensing.txt index 74abcef..0cf8785 100644 --- a/licensing.txt +++ b/licensing.txt @@ -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.