doc updates

This commit is contained in:
James Turk 2003-10-05 20:05:57 +00:00
parent 251ec931f9
commit c59c77c3d7
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
ZEngine Version Log for Version 0.8.5
$Id: changelog.txt,v 1.52 2003/10/05 19:59:29 cozman Exp $
$Id: changelog.txt,v 1.53 2003/10/05 20:05:57 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)
@ -24,6 +24,7 @@ Changes are marked with symbols that describe them:
- Removal of VC6 project files and official support.
- Removal of SDL_net support in favour of external library.
# Sweep of non-used legacy code.
# Updated docs and dependencies to refer to latest SDL (1.2.6).
# Fix crash in drawing blank string with ZFont.
# Tests modified to show off loading of compressed files.
# Moved image,sound,music and font loading code from legacy ZEngine location to respective classes.

View File

@ -5,7 +5,7 @@ ZE_dependencies_wing++.zip contains prebuilt dependencies for GCC based
compilers (such as Dev-C++).
The home pages of each can be found:
SDL 1.2.5 (http://libsdl.org)
SDL 1.2.6 (http://libsdl.org)
SDL_image 1.2.3 (http://libsdl.org/projects/SDL_image/)
SDL_ttf 2.0.6 (http://libsdl.org/projects/SDL_ttf/)
SDL_mixer 1.2.5 (http://libsdl.org/projects/SDL_mixer/)

View File

@ -1,7 +1,8 @@
ZEngine Todo List
-'ZDisplayList' class or similar solution.
-Add Support for ZLib in ZMusic. (Waiting on SDL_mixer.)
-ZSprite class (using XML layout?)
-ZSprite class
-ZResourceFile class
-Entirely New ZFont class, using display lists (possible)
-OSX support
-Lua Scripting Integration