657
edits
(Update) |
(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). Currently invalid data is often passed through the MIDI parser, causing crashes. | ||
* Use actual timer, for timer_callback() and timer_proc() code, to match exact timing of the original games. | * Use actual timer, for timer_callback() and timer_proc() code, to match exact timing of the original games. | ||
Line 8: | Line 8: | ||
* 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 load/save screens. | * Add support for load/save screens. | ||
* Add support for text format differences in Atari ST version. | |||
* Fix background glitches on pause options in Amiga and Atari ST versions. | |||
* Fix incorrect drop point, when picking up items. | * Fix incorrect drop point, when picking up items. | ||
* Fix incorrect palette for print scroll, during many scenes. | * Fix incorrect palette for print scroll, during many scenes. | ||
Line 19: | Line 21: | ||
== Waxworks == | == Waxworks == | ||
* Add support for loading room state resources from 'statelst' in PC version. | |||
* Add support for loading room state resources from 'statelst'. | |||
* Add support for loading and saving room state data. | * Add support for loading and saving room state data. | ||
* Add support for loading restart state in Amiga version. | |||
* When prompted to choose a response or when a response is shown, the text is often displayed, before the background window. Which causes the text to be overwritten. | * When prompted to choose a response or when a response is shown, the text is often displayed, before the background window. Which causes the text to be overwritten. | ||
== Simon the Sorcerer 1 == | == Simon the Sorcerer 1 == | ||
* Add support for [http://www.tribbeck.com/software/sonor/dtt/manual/appx_f.html Desktop Tracker format] used for music in the Acorn disk version. | * Add support for [http://www.tribbeck.com/software/sonor/dtt/manual/appx_f.html Desktop Tracker format] used for music in the Acorn disk version. | ||
* Add support for drawing inventory arrows in Amiga OCS version. | |||
* Add support for the 'mt_fb.ibk' Adlib instrument bank in DOS versions. | * Add support for the 'mt_fb.ibk' Adlib instrument bank in DOS versions. | ||
* Fix palette issues in Amiga OCS version. | * Fix palette issues in Amiga OCS version. |
edits