aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-21Add ARM code implementation of Scaler2x, and enable it for the WinCERobin Watts
port. svn-id: r42645
2009-07-21Fixing the text input in Gob1 (the loading code wasn't printed as you typed ↵Sven Hesse
anymore) svn-id: r42642
2009-07-21Fixing "Game "hangs" after first level" (bug #2824414)Sven Hesse
svn-id: r42641
2009-07-21Making some static const uint32s public, older GCC versions don't seem to ↵Sven Hesse
like nested classes to access their parents' protected members svn-id: r42640
2009-07-21Fix bug #2823818 - GUI: unable to select subtitles and speech for Simon 2.Travis Howell
svn-id: r42639
2009-07-21Fix fade effects in Waxworks.Travis Howell
svn-id: r42638
2009-07-21Use a BufferedReadStream to buffer ArjFile's input to reduce memory usageWillem Jan Palenstijn
svn-id: r42637
2009-07-21Update GUI flags for AGOS game engine.Travis Howell
svn-id: r42636
2009-07-20Fix gcc warning (hopefully this is correct).Johannes Schickel
svn-id: r42635
2009-07-20Proper implementation of microscope puzzle.Eugene Sandulenko
svn-id: r42634
2009-07-20Fixing bug #2823854: Mickey's space adventure crash. There's one too many ↵Matthew Hoops
space characters in a string which causes it to be drawn off the screen. svn-id: r42633
2009-07-20Make ScummFile::eos() consistent with Stream::eos().Willem Jan Palenstijn
Remove usage of ioFailed from SCUMM engine. Fix reading up to the end of a SCUMM SubFile. This hopefully fixes #2820957. svn-id: r42632
2009-07-20Bugfix for hangs on scene changes in Discworld 1 after having loaded a ↵Paul Gilbert
savegame from the GMM when the title screens are displayed svn-id: r42626
2009-07-20Moved new ports section to more appropriate place. And force buildbot toEugene Sandulenko
recompile :) svn-id: r42625
2009-07-20AGOS: Fixed badload(); some whitespace cleanupMax Horn
svn-id: r42624
2009-07-19Fix compilation with USE_CONSOLE = 0Willem Jan Palenstijn
svn-id: r42623
2009-07-19whoops, fix non-arm build (why? :-) )Kostas Nakos
svn-id: r42619
2009-07-19remove dead code leftoverKostas Nakos
svn-id: r42615
2009-07-19Change generic save game name.Travis Howell
svn-id: r42614
2009-07-19Added the GUIO_NOSFX and GUIO_NOMUSIC flags to the first Discworld 1 demo entryPaul Gilbert
svn-id: r42611
2009-07-19fix bug #2597980 - TUCKER: Sprite glitchGregory Montoir
svn-id: r42610
2009-07-19SCI: check shouldQuit() in main loopWillem Jan Palenstijn
svn-id: r42609
2009-07-19Update Waxworks.Travis Howell
svn-id: r42608
2009-07-19Add patch #2823590 - Fix music crashes in Waxworks (PC).Travis Howell
svn-id: r42606
2009-07-18SCI: Fix breakpointsWillem Jan Palenstijn
svn-id: r42599
2009-07-18SCI: Fix disasm_addr option parsingWillem Jan Palenstijn
svn-id: r42598
2009-07-18Fix crash in tab completion if one command is a prefix of another.Willem Jan Palenstijn
svn-id: r42597
2009-07-18add "-IQ" suffix test to SO_LOAD_STRING (same as SO_SAVE_STRING) ; fixes ↵Gregory Montoir
french version of atlantis svn-id: r42596
2009-07-18AGOS: Removed second setjmp in PN code (untested!)Max Horn
svn-id: r42593
2009-07-18AGOS: Get rid of one setjmp in PN code (needs testing)Max Horn
svn-id: r42592
2009-07-18AGOS: Fixed backspace under OS X in Personal NightmareMax Horn
svn-id: r42591
2009-07-18Add workaround for bug #1668393 - ZAK FM-TOWNS: Crash when entering Hostel ↵Travis Howell
from outside. svn-id: r42590
2009-07-18SCI: don't leave debugger after btWillem Jan Palenstijn
svn-id: r42589
2009-07-18Adding a workaround for the guard house card game "game over" screen in WoodruffSven Hesse
svn-id: r42588
2009-07-18SCI: Fix stepping in debuggerWillem Jan Palenstijn
svn-id: r42587
2009-07-18Minor tweak to prevent mouse clicks that close a user wait message also ↵Paul Gilbert
being further interpreted as a user walk destination svn-id: r42578
2009-07-17/Finally/ fixing the longstanding flicker bug in Woodruff. I was completely ↵Sven Hesse
mistaken about its cause, too svn-id: r42572
2009-07-17Adding a workaround for the vanishing Coh Cott bug (#1972466), which is ↵Sven Hesse
actually an error in that video file svn-id: r42570
2009-07-17Cleanup.Johannes Schickel
svn-id: r42565
2009-07-17- Moved SoundAdlibPC definition to new header file sound_adlib.hJohannes Schickel
- Made the future versions of sound.h GPL only - sound_adlib.h is dual licensed under GPL and LGPL (so AdPlug can still benefit from future changes) svn-id: r42564
2009-07-17Replace LGPL header by GPL header.Johannes Schickel
svn-id: r42563
2009-07-17Correct error in saveBackGround.Travis Howell
svn-id: r42561
2009-07-17Fix bug #2822956 - ELVIRA2: Crash at the beginning (regression).Travis Howell
svn-id: r42560
2009-07-17Fix input glitch regression, after pausing in PN.Travis Howell
svn-id: r42559
2009-07-17Added an explicit break out of the event processing loop for mouse buttons ↵Paul Gilbert
and/or key-presses - this should allow stylus-based systems to properly process 'mouse down' events before the 'mouse up' is processed svn-id: r42558
2009-07-17Making TOTResourceItem::size unsigned, fixing a graphics bug that crept inSven Hesse
svn-id: r42552
2009-07-17Added some more debug warnings when resources can't be loadedSven Hesse
svn-id: r42551
2009-07-17Fix bug #2821986 - COMI: setting to 'subtitles only' does not disable speech.Travis Howell
svn-id: r42548
2009-07-17Fix using subtitles only setting in The Dig.Travis Howell
svn-id: r42545
2009-07-16Fix bug in "KyraEngine_v2::runSceneScript6", fixes text line Zanthia says, ↵Johannes Schickel
when picking up the spellbook page in the town. svn-id: r42543