657
edits
Eriktorbjorn (talk | contribs) (Added bug #2845867 ("DOTT: Bernhard's head gets clipped")) |
(Update) |
||
Line 2: | Line 2: | ||
* Make it possible to restart games properly | * Make it possible to restart games properly | ||
* Possibly implement a new resource manager, which then also could be shared by ScummEX. [Jamieson has some ideas about this]. | * Possibly implement a new resource manager, which then also could be shared by ScummEX. [Jamieson has some ideas about this]. | ||
* Add support for music and sound effects in the Apple II version of Maniac Mansion | * Add support for music and sound effects in the Apple II version of Maniac Mansion | ||
* Add support for music and sound effects in the Commodore 64 versions of Maniac Mansion and Zak McKracken | * Add support for music and sound effects in the Commodore 64 versions of Maniac Mansion and Zak McKracken | ||
* Add support for music and sound effects in the Macintosh version of Loom | * Add support for music and sound effects in the Macintosh version of Loom | ||
* Add support for handling Kanji in FM-Towns games (foreground is rendered on a second plane at 640x480), text uses Shift_JIS encoding [implementation now that currently depends on font rom, not needing the rom would be preferable] | * Add support for handling Kanji in FM-Towns games (foreground is rendered on a second plane at 640x480), text uses Shift_JIS encoding [implementation now that currently depends on font rom, not needing the rom would be preferable] | ||
* Clean up class Gdi. This class right now mostly is about decoding various graphic formats. However some other functionality has crept into it, too. It would be nice if class Gdi would only contain the GFX decoding code, and nothing else (assuming that is feasible w/o too much trouble). OTOH, the code which is responsible for managing virtual screens, rendering virtual screens to the real display etc. could be grouped into a new class (e.g. VSManager or so). | * Clean up class Gdi. This class right now mostly is about decoding various graphic formats. However some other functionality has crept into it, too. It would be nice if class Gdi would only contain the GFX decoding code, and nothing else (assuming that is feasible w/o too much trouble). OTOH, the code which is responsible for managing virtual screens, rendering virtual screens to the real display etc. could be grouped into a new class (e.g. VSManager or so). |
edits