From 8a66644ff370878b7613360a563dcca8eeafa155 Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 9 Sep 2003 02:55:01 +0000 Subject: [PATCH] roughly halfway to 0.8.5 --- changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 9047325..4c3eb97 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ ZEngine Version Log for Version 0.8.5 -$Id: changelog.txt,v 1.46 2003/09/07 20:59:20 cozman Exp $ +$Id: changelog.txt,v 1.47 2003/09/09 02:55:01 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,6 +11,7 @@ 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.5 + + ZE_main as new entrypoint instead of main, ZE_main entrypoint allows ZEngine to initialize PhysFS and release itself. + New Draw,DrawRotated, and DrawClipped overloads with vertex coloring parameter for advanced needs. + Addition of Dev-C++ project files and more Dev-C++ support. + Addition of DrawClipped and DrawClipped example in ZImageTest