aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-27SCI: implemented kPalette(save/restore)Martin Kiewitz
svn-id: r51381
2010-07-27ALSA: Be more intelligent when picking MIDI portTorbjörn Andersson
Often, a client has more than one available port. Pick the first one that isn't already in use. For instance, on my computer client 17 is the "Emu10k1 WaveTable", and it has four available ports. If, say, aplaymidi is already playing on port 17:0, ScummVM will use port 17:1 instead. Otherwise the two programs will mess up each others instruments and controller settings. Of course, in reality I doubt that anyone will run two different MIDI playing applications at once. svn-id: r51380
2010-07-27GOB: Respect mute option on startup (bug #3032781)Sven Hesse
svn-id: r51379
2010-07-27ALSA: Tweak capability and type flags for the MIDI portTorbjörn Andersson
This keeps ScummVM's own port from being included in the list of available MIDI devices. svn-id: r51378
2010-07-27SCI: Add detection for some more EGA versions of gamesMatthew Hoops
See bug #3035349 (MD5 Checksum for Castle of Dr. Brain - EGA), #3035350 (MD5 Checksum for Mixed-Up Fairy Tales EGA) and #3035354 (MD5 Checksum for Mixed-Up Mother Goose (1990 EGA, SCI01)) svn-id: r51377
2010-07-27SCI: Fix bug #3035058 - ECOQUEST demo: Missing subtitlesMatthew Hoops
The demo uses a special version of kMessage to get its messages. svn-id: r51376
2010-07-27SCI: Removed the room number from the two workarounds for Hoyle 3 ↵Filippos Karapetis
(Character::say) thus fixing the crash in dominoes observed in bug #3035080. Some whitespace fixes. svn-id: r51375
2010-07-27SCI: Fixed bug #3035262 - "ISLANDBRAIN: Crash on "info" selection"Filippos Karapetis
svn-id: r51374
2010-07-27SOUND: Only dispose the input stream in makeAIFFStream if requestedMatthew Hoops
svn-id: r51373
2010-07-27SCI: Fixed bug #3035186 - "ECOQUEST2: Crash When Receiving Ecorder". Also ↵Filippos Karapetis
removed the now obsolete kStringCpy workaround table. svn-id: r51372
2010-07-27SCI: adding workaround for sq5Martin Kiewitz
entering the bridge makes the crew goof around, we are getting Osc::init with an object as cycle count svn-id: r51371
2010-07-27Updated xcode projectOystein Eftevaag
svn-id: r51370
2010-07-27SCI: Fix PCjr soundMatthew Hoops
svn-id: r51369
2010-07-27KYRA: Formatting.Johannes Schickel
svn-id: r51368
2010-07-27SCI: Fixed bug #3035068 - "LB2CD: Crash in first room, asking about burglary"Filippos Karapetis
svn-id: r51367
2010-07-27ALSA: Simplify device querying code.Johannes Schickel
Thanks to eriktorbjorn for some quick testing. svn-id: r51366
2010-07-27SCI: adding workaround for qfg3 (kIsObject)Martin Kiewitz
svn-id: r51364
2010-07-27SCI: reverting part of r51361Martin Kiewitz
breaks qfg3 right after intro svn-id: r51363
2010-07-27Remove Android themeengine patch - an improved version is now part ofAngus Lees
the main ScummVM codebase thanks to fingolfin :) svn-id: r51362
2010-07-27SCI: adding scaling code in kBaseSetterMartin Kiewitz
and fixing palVary timer crash when exiting engine during palVary processing svn-id: r51361
2010-07-27TEENAGENT: Sort the object files alphabetically.Jordi Vilalta Prat
svn-id: r51360
2010-07-27SCI: Added room number for the KQ6 script workaround during the endingFilippos Karapetis
svn-id: r51359
2010-07-27SCI: Fix indentation and alignment of some entriesJordi Vilalta Prat
svn-id: r51358
2010-07-27SCI: Complete the workaround commited in r51355.Jordi Vilalta Prat
svn-id: r51357
2010-07-27SCI: Fixed script bug #3034610 - "KQ6CD: Crash in endgame (short path)", and ↵Filippos Karapetis
removed a relevant TODO svn-id: r51356
2010-07-27SCI: fixing workaround from r51353Martin Kiewitz
svn-id: r51355
2010-07-27SCI: Fixed bug #3035057 - "ECOQUEST demo: Crashing menu". EcoQuest 1 demo is ↵Filippos Karapetis
using an in between SCI1-SCI1.1 interpreter. It's SCI1.1, but it calls kNewWindow with the SCI1 semantics. svn-id: r51354
2010-07-27SCI: adding workaround for sq1-spanishMartin Kiewitz
svn-id: r51353
2010-07-27SCI: translating nsRect back to actual plane coordinateMartin Kiewitz
on scrollable planes svn-id: r51350
2010-07-27SCI: Fixed bug #3035149, "Camelot: Crash at launch"Filippos Karapetis
svn-id: r51349
2010-07-27SCI: Fixed game script bug #3034985, "LB1: Crash on Intro"Filippos Karapetis
svn-id: r51348
2010-07-27SCI: Fixed bug #3034567, "KQ6CD: Crash on taking piece of paper from spider web"Filippos Karapetis
svn-id: r51347
2010-07-27SCI: Fix bug #3035033 - ISLANDBRAIN demo: CrashMatthew Hoops
The demo needs the "init" selector so that the workaround for the full game will also work in the demo. svn-id: r51343
2010-07-27SCI: Add workarounds for the camelot demoMatthew Hoops
svn-id: r51342
2010-07-27SCI: Add a 0x prefix to localCall to show it's a hexadecimal numberMatthew Hoops
svn-id: r51341
2010-07-27SCI: Add two more uninited workarounds for Jones/CDMatthew Hoops
svn-id: r51340
2010-07-27SCI: Add workaround for LB1 demoMatthew Hoops
svn-id: r51337
2010-07-26SCI: Add workarounds for the LB2 demoMatthew Hoops
svn-id: r51336
2010-07-26SCI: fixing text fonts not working correctlyMartin Kiewitz
fixes sq5 and bug #3034766 svn-id: r51335
2010-07-26SCI: fixing scroll transitions for kq6 hiresMartin Kiewitz
fixes bug #3034587 svn-id: r51334
2010-07-26SCI: implement scaling for kDrawCelMartin Kiewitz
fixes qfg4 demo properly (bug #3034506, previous commit r51304) svn-id: r51332
2010-07-26SCI: changing CRLF to LFMartin Kiewitz
svn-id: r51331
2010-07-26GUI: Fix regression from r51265.Johannes Schickel
This makes the GMM's option dialog work again. The fix itself is exactly the same like I made in r50468, which also broke the GMM's option dialog. svn-id: r51330
2010-07-26SCI: reverting r51304, broke kq6 hiresMartin Kiewitz
svn-id: r51329
2010-07-26SOUND: The rate in Mac snd's is fixed, not floating point (fix the comment)Matthew Hoops
svn-id: r51328
2010-07-26SOUND: Move the Mac snd decoder from SCI to /soundMatthew Hoops
For use with Kyra1 Mac instrument samples. T7G Mac and Loom Mac also use this format for their custom instrument samples. svn-id: r51327
2010-07-26SCI: extending rats workaround kq6 to all roomsMartin Kiewitz
fixes bug #3034597 svn-id: r51326
2010-07-26SCI: adding workaround for kq6 room 210Martin Kiewitz
fixes bug #3034565 svn-id: r51325
2010-07-26KYRA: Fix assertion when using "enter" to scene with instant death.Johannes Schickel
svn-id: r51324
2010-07-26SCI: fixing transition 9Martin Kiewitz
fixes castle of dr. brain intro on amiga svn-id: r51323