Open main menu

Difference between revisions of "AGOS/TODO"

18 bytes removed ,  23:10, 22 January 2021
Update old notes about missing sound support
(Update old notes about missing sound support)
 
Line 16: Line 16:
== Elvira 1 ==
== Elvira 1 ==
* Add support for EGA mode in the DOS version.
* Add support for EGA mode in the DOS version.
* Add support for music in Atari ST version (The format is unknown). The location of the music data is unknown.
* Add support for music in Atari ST version, the music seems to be hard coded in the EXE.
* Add support for compression format used by music and tables files in the PC98 version.
* Add support for compression format used by music and tables files in the PC98 version.


== Elvira 2 ==
== Elvira 2 ==
* Add support for music in Atari ST version (The format is unknown). The music data is stored in 'xtune.pkd' files, and not compressed.
* Add support for music in Atari ST version (The format is unknown). The music data is stored in 'xtune.pkd' files, and not compressed.
* Add support for AdLib sound effects in the DOS version, which are stored in the 'mylib.fxb' file.
* Add support for sound effects in the DOS version, which are stored in the 'mylib.fxb' file.


== Waxworks ==
== Waxworks ==
* Add support for AdLib sound effects in the DOS version, which are stored in the 'wax.fxb' file.
* Add support for sound effects in the DOS version, which are stored in the 'wax.fxb' file.


== Simon the Sorcerer 1 ==
== Simon the Sorcerer 1 ==
Line 37: Line 37:
== Feeble Files ==
== Feeble Files ==


* Fix occasional glitch when scrolling text in Oracle interface. See [[media:Oracle-glitch.png|this series of screenshots]] from the DIRECTIVE CHARTER article. (It happens in other places as well.) This is actually not a bug in the Simon engine, but rather a problem with the automatic calculation of dirty rects that we use to speed up full screen updates in some engines. Maybe the checksum algorithm is more likely to fail when there are only two colors involved?
* Fix occasional glitch when scrolling text in Oracle interface. See [[index.php?title=Media:Oracle-glitch.png|this series of screenshots]] from the DIRECTIVE CHARTER article. (It happens in other places as well.) This is actually not a bug in the Simon engine, but rather a problem with the automatic calculation of dirty rects that we use to speed up full screen updates in some engines. Maybe the checksum algorithm is more likely to fail when there are only two colors involved?


=== Some observations about the missing line breaks ===
=== Some observations about the missing line breaks ===
657

edits