657
edits
(Fixed palette glitches in thinker1) |
(Add more issues) |
||
Line 6: | Line 6: | ||
* Convert wizImage to image file (BMP?), when printing is requested, to allow printing of images by other programs. | * Convert wizImage to image file (BMP?), when printing is requested, to allow printing of images by other programs. | ||
* Fix broken sync. of songs, if the game is paused during song. | * Fix broken sync. of songs, if the game is paused during song. | ||
* Fix broken sync. and glitches that occur, when using slow talkspeed in HE80+ games. | |||
* Dog and probably other games may write non-ASCII characters and '=' into .ini fields values. | * Dog and probably other games may write non-ASCII characters and '=' into .ini fields values. | ||
An example of such entry is highscore: "_HS=!$Q!B Ñ‘=m4". Hex representation of the value is | An example of such entry is highscore: "_HS=!$Q!B Ñ‘=m4". Hex representation of the value is | ||
Line 29: | Line 30: | ||
== Fatty Bear == | == Fatty Bear == | ||
* Add support for pitch changes in XMIDI music, which is used by the piano notes in DOS version. | * Add support for pitch changes in XMIDI music, which is used by the piano notes in DOS version. | ||
* Fix blank screen shown when looking at the top of the closet in parent's room in DOS version. | |||
== Freddi Fish 2 == | == Freddi Fish 2 == | ||
Line 40: | Line 42: | ||
== Let's Explore with Buzzy Games == | == Let's Explore with Buzzy Games == | ||
* Graphical glitches around screen edges (ie when trying to go outside in farmdemo) sometimes. The code of akos codec 1 needs to be adjusted to only draw actors inside rect limits set by _clipOverride. | * Graphical glitches around screen edges (ie when trying to go outside in farmdemo) sometimes. The code of akos codec 1 needs to be adjusted to only draw actors inside rect limits set by _clipOverride. | ||
== Pajama Sam's Lost & Found == | == Pajama Sam's Lost & Found == |
edits