diff --git a/changelog.txt b/changelog.txt index 82bdcc4..ae929dd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/dependencies.txt b/dependencies.txt index 92c06c0..2541e32 100755 --- a/dependencies.txt +++ b/dependencies.txt @@ -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/) diff --git a/todo.txt b/todo.txt index 42c40c4..5b22584 100644 --- a/todo.txt +++ b/todo.txt @@ -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