diff options
author | Travis Howell | 2004-09-01 03:31:33 +0000 |
---|---|---|
committer | Travis Howell | 2004-09-01 03:31:33 +0000 |
commit | ac7d8653bb90f2c9788e3f543407c98d4364312d (patch) | |
tree | b1e4a1fe0af88f3d3e7731ff1568fb5a63c9eb3a | |
parent | 35bc32625c546683a2f65644d563dff448b3d918 (diff) | |
download | scummvm-rg350-ac7d8653bb90f2c9788e3f543407c98d4364312d.tar.gz scummvm-rg350-ac7d8653bb90f2c9788e3f543407c98d4364312d.tar.bz2 scummvm-rg350-ac7d8653bb90f2c9788e3f543407c98d4364312d.zip |
Update HE games
svn-id: r14851
-rw-r--r-- | README | 7 | ||||
-rw-r--r-- | TODO | 4 | ||||
-rw-r--r-- | doc/03.tex | 7 |
3 files changed, 16 insertions, 2 deletions
@@ -123,6 +123,7 @@ SCUMM Games: Fatty Bear's Birthday Surprise [Game: fbear] Fatty Bear's Fun Pack [Game: fbpack] + Putt-Putt's Fun Pack [Game: funpack] Putt-Putt Goes To The Moon [Game: puttmoon] Putt-Putt Joins the Parade [Game: puttputt] @@ -142,7 +143,11 @@ your own risk, and please do not file bug reports about them. If you want the latest updates on game compatibility, visit our web site and view the compatibility chart. - Putt-Putt's Fun Pack [Game: funpack] + Freddi Fish 1: The Case of the Missing Kelp Seeds [Game: freddi] + Let's Explore the Airport with Buzzy [Game: airport] + Let's Explore the Farm with Buzzy [Game: farm] + Let's Explore the Jungle with Buzzy [Game: jungle] + Putt-Putt Saves the Zoo [Game: puttzoo] The following games are SCUMM engine, but NOT supported by ScummVM (yet). @@ -238,10 +238,14 @@ SCUMM - Add proper handling of sound looping in Humongous games - Add sound pitch support for piano keys in piano mini game of fbear (DOS) - Add rename/delete file support, to make file opcodes function correctly + - Fix glitch causing bed covers to go green at end of fbear + - Fix o6_setboxset, only used when leaving basement in fbear + - Fix nukeArrays, it is nuking wrong array in some games (fbear) - Fix remaining masking issues, when cars come out of garages in puttputt and when Putt-Putt gets off the chair in Cosmic Dust Diner of puttmoon - Document and fix AKOS differences in Humongous Entertainment games * Humongous entertainment >= v7 titles: + - Add support for new animation code used by cut scenes. - Add support for akos_drawLimb C021 (Used in pajama/pjs-demo/timedemo) - Add support for akos codec 32 (Used in water/socks) - Add support for debug strings (Replaces %d & %s with ints/strings from stack list) diff --git a/doc/03.tex b/doc/03.tex index cb69b34079..8db17cd029 100644 --- a/doc/03.tex +++ b/doc/03.tex @@ -40,6 +40,7 @@ this is not always true. Fatty Bear's Birthday Surprise& [Game: fbear]\\ Fatty Bear's Fun Pack& [Game: fbpack]\\ + Putt-Putt's Fun Pack& [Game: funpack]\\ Putt-Putt Goes To The Moon& [Game: puttmoon]\\ Putt-Putt Joins the Parade& [Game: puttputt]\\ \end{tabular} @@ -61,7 +62,11 @@ the latest updates on game compatibility, visit our web site and view the compatibility chart. \begin{tabular}{ll} - Putt-Putt's Fun Pack& [Game: funpack]\\ + Freddi Fish 1: The Case of the Missing Kelp Seeds [Game: freddi]\\ + Let's Explore the Airport with Buzzy [Game: airport]\\ + Let's Explore the Farm with Buzzy [Game: farm]\\ + Let's Explore the Jungle with Buzzy [Game: jungle]\\ + Putt-Putt Saves the Zoo [Game: puttzoo]\\ \end{tabular} The following games are SCUMM engine, but NOT supported by ScummVM (yet). |