*** empty log message ***
This commit is contained in:
parent
f5b1c9fa07
commit
429ed5c43d
@ -1,22 +1,24 @@
|
|||||||
ZEngine Version Log for Version 0.8.4
|
ZEngine Version Log for Version 0.8.4
|
||||||
$Id: changelog.txt,v 1.42 2003/08/08 04:05:22 cozman Exp $
|
$Id: changelog.txt,v 1.43 2003/08/31 22:15:00 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)
|
||||||
* is code that breaks backwards compatibility but for which defining DEPRECIATED preserves compatibility.
|
* is code that breaks backwards compatibility but for which defining DEPRECIATED preserves compatibility.
|
||||||
+ is added features
|
+ added features
|
||||||
- is removed features
|
- removed features
|
||||||
# is changed features
|
# general changes
|
||||||
|
|
||||||
0.8.5
|
0.8.5
|
||||||
+ Addition of limited SDL graphics backend.
|
+ Addition of limited SDL graphics backend.
|
||||||
|
- Removal of VC6 project files and official support.
|
||||||
|
- Removal of SDL_net support.
|
||||||
# Changed ZImage stretching to floating-point.
|
# Changed ZImage stretching to floating-point.
|
||||||
# New linux build system (by Atani)
|
# New linux build system (by Atani).
|
||||||
|
|
||||||
0.8.4
|
0.8.4
|
||||||
! Removed Rand* functions from ZEngine and replaced with overloaded Rand.
|
! Removed Rand* functions from ZEngine and replaced with overloaded Rand.
|
||||||
! Moved versioning information and changed format.
|
! Moved versioning information and changed format.
|
||||||
* Changed ZEngine members Width-->DisplayWidth, Height-->DisplayHeight, and BPP-->DisplayDepth.
|
* Changed ZEngine accessor members (Width-->DisplayWidth, Height-->DisplayHeight, and BPP-->DisplayDepth).
|
||||||
+ Added more information on dependencies and obtaining them.
|
+ Added more information on dependencies and obtaining them.
|
||||||
+ Added comment & newline support to ZConfigFile.
|
+ Added comment & newline support to ZConfigFile.
|
||||||
+ Added particle system example program.
|
+ Added particle system example program.
|
||||||
|
Loading…
Reference in New Issue
Block a user