657
edits
(Add more issues) |
(Update) |
||
Line 1: | Line 1: | ||
== General == | == General == | ||
* Add proper support for the Accolade MIDI format uesd by the PC versions of Elvira 1, Elvira 2, Waxworks and Simon the Sorcerer 1 (DOS Floppy Demo). | * Add proper support for the Accolade MIDI format uesd by the PC versions of Elvira 1, Elvira 2, Waxworks and Simon the Sorcerer 1 (DOS Floppy Demo). | ||
* Use actual timer, for timer_callback() and timer_proc() code, to match exact timing of the original games. | |||
== Elvira 1 == | == Elvira 1 == | ||
* Add support for the 'INSTR.DAT' Adlib instrument bank in the DOS version. | * Add support for the 'INSTR.DAT' Adlib instrument bank in the DOS version. | ||
* Add support for drawing inventory arrows (hard coded image). | * Add support for drawing inventory arrows (hard coded image). | ||
* Add support for music in Atari ST version (The format is unknown). | |||
* Add support for load/save screens. | * Add support for load/save screens. | ||
* Fix incorrect drop point, when picking up items. | * Fix incorrect drop point, when picking up items. | ||
* Fix incorrect palette | * Fix incorrect palette for print scroll, during many scenes. | ||
== Elvira 2 == | == Elvira 2 == | ||
* Add support for the 'INSTR.DAT' Adlib instrument bank in the DOS version. | * Add support for the 'INSTR.DAT' Adlib instrument bank in the DOS version. | ||
* Add support for music in Atari ST version (The format is unknown). | * Add support for music in Atari ST version (The format is unknown). | ||
* Add support for sound effects in the 'mylib.fxb' file | * Add support for sound effects (Adlib format?) in the DOS version, which are stored in the 'mylib.fxb' file. | ||
* Fix the incorrect palette shown for interface (Lower parts) in Atari ST version. The correct palette is only shown when mixing options, restore options or save options are displayed. | |||
* Fix | * Fix highlighting of names through invertbox() sometimes been cut off, on the left side. | ||
* Fix highlighting of names through invertbox() been cut off, on the left side. | |||
== Waxworks == | == Waxworks == | ||
Line 77: | Line 78: | ||
=== Demon In My Pocket === | === Demon In My Pocket === | ||
* Timing code seems | * Timing code seems too slow, the demon takes a very long time to die. | ||
=== Swampy Adventures === | === Swampy Adventures === |
edits