diff --git a/changelog.txt b/changelog.txt index a555c5e..8003410 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,22 +1,24 @@ ZEngine Version Log for Version 0.8.4 -$Id: changelog.txt,v 1.42 2003/08/08 04:05:22 cozman Exp $ +$Id: changelog.txt,v 1.43 2003/08/31 22:15:00 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) * is code that breaks backwards compatibility but for which defining DEPRECIATED preserves compatibility. -+ is added features -- is removed features -# is changed features ++ added features +- removed features +# general changes 0.8.5 + Addition of limited SDL graphics backend. + - Removal of VC6 project files and official support. + - Removal of SDL_net support. # Changed ZImage stretching to floating-point. - # New linux build system (by Atani) + # New linux build system (by Atani). 0.8.4 ! Removed Rand* functions from ZEngine and replaced with overloaded Rand. ! Moved versioning information and changed format. - * Changed ZEngine members Width-->DisplayWidth, Height-->DisplayHeight, and BPP-->DisplayDepth. + * Changed ZEngine accessor members (Width-->DisplayWidth, Height-->DisplayHeight, and BPP-->DisplayDepth). + Added more information on dependencies and obtaining them. + Added comment & newline support to ZConfigFile. + Added particle system example program.