latest changes

This commit is contained in:
James Turk 2003-01-16 05:16:17 +00:00
parent 2a6498fca4
commit e969faa5a9

View File

@ -1,9 +1,12 @@
ZEngine Version Log for Version 0.8.1
$Id: changelog.txt,v 1.23 2003/01/12 19:01:17 cozman Exp $
$Id: changelog.txt,v 1.24 2003/01/16 05:16:17 cozman Exp $
0.8.2
-Fixed several documentation problems.
-Added complete error handling system to ZEngine including internal ZError class.
-Updated examples to use newer features and check for errors.
-Changed ZEngine::CreateDisplay to return a bool.
-Changed ZEngine::CreateDisplay to return a boolean value.
-Changed ZEngine::CreateDisplay to try desktop depth if setting the depth fails.
-Added \since option to documentation (Everything after 0.8.0 will be labeled with a version.)
-Added "desired framerate" functionality into the test programs.
-Added "desired framerate" code to ZEngine.