Difference between revisions of "ResidualVM/TODO"

From ScummVM :: Wiki
Jump to navigation Jump to search
(update a bit from CVS TODO items)
(Add TODO from CVS)
Line 1: Line 1:
== General Work ==
== General Work ==
* Complete savegame system
* Cross platform GUI for debug input dialogs and path selection              → ender
* Add bash-based configure script
* Complete savegame system (Lua and iMuse done)
* Add bash-based configure script (Custom ala main ScummVM, NOT autoconf)
* Proper vsscanf implementation in textsplit.cpp for platforms without it (MSVC, etc)


== Engine ==
== Engine ==
* Improve menu support              → compholio
* Improved actor colormap support                → compholio
* Improved menu support              → compholio
* Improved walkbox code
* Improved walkbox code
* Implement FadeInChore/FadeOutChore
* Implement FadeInChore/FadeOutChore
== Display ==
* Proper light setup
* Finish 2D primitive code


== iMuse ==
== iMuse ==
* Finish sound panning in 3D position code
* Finish sound panning in 3D position code
* add triggers support for proper swicthing between musics
* Add triggers support for proper swicthing between musics


== Lua ==
== Lua ==
Line 17: Line 24:
== SMUSH ==
== SMUSH ==
* Improve SMUSH looping support      → compholio
* Improve SMUSH looping support      → compholio
* remove/fix buffer hack preventing buffer overflow in codec for some smush anims. Look into smush source code for more info.
* Make SMUSH work on Linux/PPC (What exactly is wrong with it?)
* Remove/fix buffer hack preventing buffer overflow in codec for some smush anims. Look into smush source code for more info.


== Subtitles ==
== Subtitles ==
* add text wrapping.
* Add text wrapping.
* add smush subtitles support.
* Add smush subtitles support.

Revision as of 03:28, 12 August 2005

General Work

  • Cross platform GUI for debug input dialogs and path selection → ender
  • Complete savegame system (Lua and iMuse done)
  • Add bash-based configure script (Custom ala main ScummVM, NOT autoconf)
  • Proper vsscanf implementation in textsplit.cpp for platforms without it (MSVC, etc)

Engine

  • Improved actor colormap support → compholio
  • Improved menu support → compholio
  • Improved walkbox code
  • Implement FadeInChore/FadeOutChore

Display

  • Proper light setup
  • Finish 2D primitive code

iMuse

  • Finish sound panning in 3D position code
  • Add triggers support for proper swicthing between musics

Lua

  • Save/Load support needs to be rewritten in a more portable way.

SMUSH

  • Improve SMUSH looping support → compholio
  • Make SMUSH work on Linux/PPC (What exactly is wrong with it?)
  • Remove/fix buffer hack preventing buffer overflow in codec for some smush anims. Look into smush source code for more info.

Subtitles

  • Add text wrapping.
  • Add smush subtitles support.