aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-23Fixing a bug in the V4 save file handler, produced by a "neat" feature in ↵Sven Hesse
Woodruff: The saves remember their position within the list and use that information to load the "correct" screen properties, making it impossible to load reordered saves correctly -.- svn-id: r42679
2009-07-23Only autosave in supported scenes.Travis Howell
svn-id: r42677
2009-07-23Bugfix for player blocking room entrance causing NPCs trying to enter ↵Paul Gilbert
getting an excessive number of action entries svn-id: r42676
2009-07-23Fix bug #1726909 - HE Games: Glitches after loading saved games, by ↵Travis Howell
restircting HE games to their original load/save interface. svn-id: r42675
2009-07-23Remove keyboard support for mouse buttons, since it interferes with ↵Travis Howell
load/save scripts in HE games and input scripts in others games (COMI, FT). It isn't much use anyway, since we dropped support for cursor movement via keyboard long ago. svn-id: r42674
2009-07-23Correct error in revision 26678.Travis Howell
svn-id: r42673
2009-07-23Simplify the code to check whether loading or saving a game is possible.Travis Howell
svn-id: r42672
2009-07-23Simplify the code to check whether loading or saving a game is possible.Travis Howell
svn-id: r42671
2009-07-22Fix bug #2825252: "GUI: Low Res Bugs"Eugene Sandulenko
svn-id: r42668
2009-07-22Fix bug #1745396: "MI: Saved game from the credits sequence fails to load".Eugene Sandulenko
Now we specifically disallow saves in room 0 for all v4+ games. Original has exactly this check in all versions, and such games are impossible to load. Still the problem is not resolved for v0-v3 and HE games. svn-id: r42664
2009-07-22Fix bug #2798797: "AGI: larry 1 doesn't restart after dying"Eugene Sandulenko
svn-id: r42663
2009-07-22Move functions from agi.cpp to more appropriate files.Eugene Sandulenko
svn-id: r42662
2009-07-22Since Kyra PC98 version is japanese only don't mention it explicitly.Johannes Schickel
svn-id: r42661
2009-07-22Mention microscope puzzle improvement in T7GEugene Sandulenko
svn-id: r42660
2009-07-22Fix bug #2823759: "AGI: PQ1 help not showing the first time you press F1"Eugene Sandulenko
svn-id: r42659
2009-07-22Fix bug #2823762: "AGI: PQ1 All function keys are broken after restart"Eugene Sandulenko
svn-id: r42658
2009-07-22Update video script debug table for Waxworks.Travis Howell
svn-id: r42656
2009-07-22Change the default target to CD version, for games which offer floppy and CD ↵Travis Howell
versions. So all GUI options are still available in fan translations. svn-id: r42655
2009-07-22Simplify fade code.Travis Howell
svn-id: r42654
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