doc updates
This commit is contained in:
parent
251ec931f9
commit
c59c77c3d7
@ -1,5 +1,5 @@
|
|||||||
ZEngine Version Log for Version 0.8.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:
|
Changes are marked with symbols that describe them:
|
||||||
! is code that breaks backwards compatibility (used after 0.8.0-rc1, previous versions broke compatibility)
|
! 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 VC6 project files and official support.
|
||||||
- Removal of SDL_net support in favour of external library.
|
- Removal of SDL_net support in favour of external library.
|
||||||
# Sweep of non-used legacy code.
|
# 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.
|
# Fix crash in drawing blank string with ZFont.
|
||||||
# Tests modified to show off loading of compressed files.
|
# Tests modified to show off loading of compressed files.
|
||||||
# Moved image,sound,music and font loading code from legacy ZEngine location to respective classes.
|
# Moved image,sound,music and font loading code from legacy ZEngine location to respective classes.
|
||||||
|
@ -5,7 +5,7 @@ ZE_dependencies_wing++.zip contains prebuilt dependencies for GCC based
|
|||||||
compilers (such as Dev-C++).
|
compilers (such as Dev-C++).
|
||||||
|
|
||||||
The home pages of each can be found:
|
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_image 1.2.3 (http://libsdl.org/projects/SDL_image/)
|
||||||
SDL_ttf 2.0.6 (http://libsdl.org/projects/SDL_ttf/)
|
SDL_ttf 2.0.6 (http://libsdl.org/projects/SDL_ttf/)
|
||||||
SDL_mixer 1.2.5 (http://libsdl.org/projects/SDL_mixer/)
|
SDL_mixer 1.2.5 (http://libsdl.org/projects/SDL_mixer/)
|
||||||
|
3
todo.txt
3
todo.txt
@ -1,7 +1,8 @@
|
|||||||
ZEngine Todo List
|
ZEngine Todo List
|
||||||
-'ZDisplayList' class or similar solution.
|
-'ZDisplayList' class or similar solution.
|
||||||
-Add Support for ZLib in ZMusic. (Waiting on SDL_mixer.)
|
-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)
|
-Entirely New ZFont class, using display lists (possible)
|
||||||
-OSX support
|
-OSX support
|
||||||
-Lua Scripting Integration
|
-Lua Scripting Integration
|
||||||
|
Loading…
Reference in New Issue
Block a user