Cine/TODO

From ScummVM :: Wiki
< Cine
Revision as of 21:56, 14 May 2007 by Cyx (talk | contribs) (update)
Jump to navigation Jump to search

Status

Future Wars was completable with original cinE. Operation Stealth has gfx glitches and now crashes early.

Source Cleanup

  • try to OO'ify the code (wrap the code into C++ classes where applicable/suitable)
  • rename functions and variables that need it
  • reorganize functions and variables in cine/various.cpp

Bugs

  • fix gfx layers / z-ordering (FW)
  • alignment fixes (done ?)
  • endianness fixes (done ?)

ToDo

  • add support for SoundFX music modules in Amiga/Atari versions (this should be done without duplicating the existing code in cine/sfx_player.cpp, if possible)
  • add support for MT32 and PC Speaker instruments in the PC SoundFX player code
  • reconsider the various memory allocations (especially the buffers for offscreen rendering)
  • the original Amiga version of FW used 32 colors, allowing to display the control menu with some kind of transparency
  • finish OS support (crash early in-game)