diff options
author | Travis Howell | 2003-05-05 16:00:50 +0000 |
---|---|---|
committer | Travis Howell | 2003-05-05 16:00:50 +0000 |
commit | fe1576152e5a3bd0476d52dc92898f3605642e7b (patch) | |
tree | d15af307260ec48f9c155a64743673efe5208652 | |
parent | 9e53f965996ce429fb528abda4bed7ac5a266582 (diff) | |
download | scummvm-rg350-fe1576152e5a3bd0476d52dc92898f3605642e7b.tar.gz scummvm-rg350-fe1576152e5a3bd0476d52dc92898f3605642e7b.tar.bz2 scummvm-rg350-fe1576152e5a3bd0476d52dc92898f3605642e7b.zip |
Add indy3ega to supported list
Add separate builds option for mingw
svn-id: r7357
-rw-r--r-- | Makefile.mingw | 9 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 7 |
3 files changed, 13 insertions, 5 deletions
diff --git a/Makefile.mingw b/Makefile.mingw index 18cba2d8a7..fb488c16db 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -47,6 +47,15 @@ LIBS += -lvorbisfile -lvorbis -logg # CXXFLAGS+= -Wshadow -Werror ####################################################################### +# Control which modules are built - uncomment any to disable module # +####################################################################### + +# DISABLE_SCUMM = 1 +# DISABLE_SIMON = 1 +# DISABLE_SKY = 1 + + +####################################################################### # Misc stuff - you should normally never have to edit this # ####################################################################### @@ -8,7 +8,7 @@ For a more comprehensive changelog for the latest experimental CVS code, see: - Curse of Monkey Island (comi) support (experimental) - Added support for the EGA versions of Loom, Monkey Island and Indy3 - Improved music support in Indy3 and the floppy versions of Monkey Islands -- Many important Simon the Sorcerer 1/2 improvements and fixes +- Many Simon the Sorcerer 1 & 2 improvements and fixes - Very pre-alpha Beneath a Steel Sky code. Don't expect it to do anything. - Even more pre-alpha support for V2 SCUMM games (Maniac Mansion and Zak) - Preliminary support for early Humongous Entertainment titles (very experimental) @@ -38,6 +38,7 @@ At the moment the following games have been reported to work, and should be playable to the end: Indiana Jones & the Last Crusade (256) [Game: indy3] + Indiana Jones & the Last Crusade (EGA) [Game: indy3ega] Loom (16 color floppy version) [Game: loom] Loom (256 color CD version) [Game: loomcd] Zak McKracken (256 color FM Towns version) [Game: zak256] @@ -56,7 +57,6 @@ The following games should be finishable, but have some criticial problems that prevent them from being fully supported at this time. Please do not file bug reports about them. - Indiana Jones & the Last Crusade (EGA) [Game: indy3ega] Full Throttle [Game: ft] Curse of Monkey Island [Game: comi] @@ -128,13 +128,12 @@ the section on Reporting Bugs. - F10 key animation in simon2mac is different compared to original game Indy 3 (The Last Crusade): - - Music and Sound may not play + - No sound effects - In some rooms Indy may be able to walk to odd places - There are some minor graphical glitches Monkey Island (EGA Version): - - Music doesn't loop - - Sound doesn't play + - No sound effects Indy 4 (Fate Of Atlantis): - Keyboard fighting does not work. ScummVM now defaults to |