657
edits
(Expand information) |
|||
Line 108: | Line 108: | ||
<font color="magenta">TODO</font> | <font color="magenta">TODO</font> | ||
We require 16bit color graphics support, for many of the later SCUMM based games from Humongous Entertainment. Specifically 16bit color is used for many of the background graphics in these games. See [[Humongous Entertainment/Progress/16bits Support|here]] for more detailed information. | |||
C++ as | |||
will have minimal impact on | This task requires good knowledge of C++, as we need a solution which will not clobber our code, | ||
off at compilation stage. | which will have minimal impact on 8bit games, and can be optionally turned off at compilation stage. | ||
If you don't have any of the required games, there are several [http://scummvm.sourceforge.net/demos.php demos] available. | |||
== Implement "return to launcher" feature == | == Implement "return to launcher" feature == |
edits