aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-06-29Introduced ClickArea enum, some related cleanup in runInputScript and checkEx...Max Horn
2007-06-29SCUMM: Handle all triggers for the debugger console in the same spot, to ensu...Max Horn
2007-06-29SCUMM: Moved code for handling KBD_ALT combos (well, really only one: Alt-W) ...Max Horn
2007-06-29Oops. An extra comma in the enum list's end. Removed.Kari Salminen
2007-06-29Set AGI monitor type variable (vMonitor/v26) according to render mode.Kari Salminen
2007-06-29Fix display of experience in Elvira 2.Travis Howell
2007-06-29Fix some scripts failing to start in Elvira 2, due code difference in isCalle...Travis Howell
2007-06-28Update of the MSVC8 project files for commit #27760Filippos Karapetis
2007-06-28Switched Paula (Amiga MOD) code to use fixed point math instead of doubles (c...Max Horn
2007-06-28cleanupMax Horn
2007-06-28Fix a bad, bad out-of-bounds write in the Protracker codeMax Horn
2007-06-28Changed GOB to use common/frac.hMax Horn
2007-06-28Whitespace fixMax Horn
2007-06-28Some optimizations to the Paula sound chip emu code (removing common sub expr...Max Horn
2007-06-28Moved some fixed point code to its own header file; simplified the LinearRate...Max Horn
2007-06-28Started to refactor the Paula / Amiga MOD code: Made some stuff in class Paul...Max Horn
2007-06-28Minor cleanupMax Horn
2007-06-28Removed superfluous comment and converted an int to bool conversion to a more...Kari Salminen
2007-06-28Added a workaround to prevent the making fire animation from breaking at the ...Filippos Karapetis
2007-06-28Added a debug message for game loadingFilippos Karapetis
2007-06-27Mention that compressed SFX in SAGA is now supported as wellFilippos Karapetis
2007-06-27Mention AGOS crash fixMax Horn
2007-06-27Patches #1743201: "GUI: Reworked modern theme"Eugene Sandulenko
2007-06-27Path #1743892: "Fix for segmentation fault in theming code"Eugene Sandulenko
2007-06-27Mention support for compressed sound and music in SAGA.Eugene Sandulenko
2007-06-27Patch #1743196: "GUI: Remove trailing spaces in some strings"Eugene Sandulenko
2007-06-27Fix compiler warning.Travis Howell
2007-06-27Clear any paused OmniTV video, when playing another video. To fix crashes in ...Travis Howell
2007-06-27Fix crash regression, when playing OmniTV videos in The Feeble Files. Caused ...Travis Howell
2007-06-26Add support for compressed digital music in ITEFilippos Karapetis
2007-06-26Remove some unneeded includesFilippos Karapetis