roughly halfway to 0.8.5

This commit is contained in:
James Turk 2003-09-09 02:55:01 +00:00
parent fb0df3ea4a
commit 8a66644ff3

View File

@ -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