aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-02Fixed glitch: protection code appearing over prompt.Nicola Mettifogo
2007-07-02Correct typos.Travis Howell
2007-07-02Use warning for that last work around.Travis Howell
2007-07-02Add work around for possible script bug in Elvira 2.Travis Howell
2007-07-01Fix bug #1746107 - Elvira 2: Crash Catacombs lev2.Travis Howell
2007-07-01Add cases for using '-' and '+' keys on the keypad too.Travis Howell
2007-07-01Fix bug ##1746094 - Elvira 2: Strange behavior a - counter of P.P.Travis Howell
2007-07-01Patch #1595026: engine init/shutdown OSystem methodsMax Horn
2007-07-01Patch #1595026: engine init/shutdown OSystem methodsMax Horn
2007-07-01Fix for bug #1746112 (SCUMM: Crash when pressing SPACE (Pause))Max Horn
2007-07-01Fix looping effect (at least DrMcCoy says it fixes it somehow, and I trust hi...Max Horn
2007-07-01Applied new flatBlitCnv and little refactoring to dialogue code.Nicola Mettifogo
2007-07-01Introduced new flatBlitCnv to reduce code duplication.Nicola Mettifogo
2007-07-01Fix for bug #1746059 (WEEN: The intro hangs, and sound is corrupted)Max Horn
2007-07-01Only invoke g_engine->pauseEngine if g_engine != NULLMax Horn
2007-07-01Re-added __attribute__(packed)Max Horn
2007-07-01Once again rewrite Paula code (addings lots of comments, doing proper wrap ar...Max Horn
2007-07-01Wrapped dialogue functions into a new DialogueManager, and some basic refacto...Nicola Mettifogo
2007-07-01Compile fix: ascii should be state.ascii, I assume.Robin Watts
2007-07-01Correct md5 checksum for restart state file in the French DOS version of Elvi...Travis Howell
2007-07-01Update comment.Travis Howell
2007-07-01Removing non-ASCII chars from source codeMax Horn
2007-07-01Removed some paranoia screen updates. May cause some minor glitches.Nicola Mettifogo
2007-07-01Applying agentq's screenshot loading fix to the trunk as wellSven Hesse
2007-06-30Adding mistakenly deleted fileNeil Millstone
2007-06-30Just a testNeil Millstone
2007-06-30- Show mouse cursor optionNeil Millstone
2007-06-30mention 'confirm exit' in NEWSMax Horn
2007-06-30Split Engine::pauseEngine: It now does pauseLevel handling, while engines can...Max Horn
2007-06-30Changed AGOS to use full KeyState, not just ascii value, in key eventsMax Horn
2007-06-30Adding some missing stuff to the PS2 port (it still will require quite some w...Max Horn
2007-06-30Changed semantics of Mixer::pause*() methods -- if you pause n times, you hav...Max Horn
2007-06-30Added Engine::pauseEngine method (allows outside code, like the backend, to p...Max Horn
2007-06-30Added minimal doxygen comments to CursorManager::isVisible() and CursorManage...Max Horn
2007-06-30Don't tracke time we take for loading (it should be less than a second anyway)Max Horn
2007-06-30AGOS code cleanupMax Horn
2007-06-30Also update menus.cpp with ChildType enumMax Horn
2007-06-30AGOS: Introduced ChildType enumMax Horn
2007-06-30typoMax Horn
2007-06-30Tabs -> spacesMax Horn
2007-06-30Update the ARM version of the rate conversion code, in line with FingolfinsRobin Watts
2007-06-30Added global support for the (so far undocumented) confirm_exit config keyMax Horn
2007-06-30whitespacesMax Horn
2007-06-30Changed GUI system to use Common::KeyState stateMax Horn
2007-06-30MI SegaCD related cleanupMax Horn
2007-06-30Removed/clarified various FIXME commentsMax Horn
2007-06-30SCUMM: Moved code which re-mapped arrow keysMax Horn
2007-06-30Move the redrawing of dialog windows (options, save, load, ...) so that we doTorbjörn Andersson
2007-06-30Tweak LinearRateConverter code so that opos is in the range [0,1[ instead of ...Max Horn
2007-06-29Added small explanatory commentMax Horn