aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-06Implement feature request #1180217: "GUI: Mute option"Eugene Sandulenko
2009-06-06Virtual Keyboard: Fix detection of v_align option when used in the keyboard d...John Willis
2009-06-06Fix unused variable warnings.Johannes Schickel
2009-06-06GP2X: Small cleanup of control code and start to work on virtual keyboard sup...John Willis
2009-06-06Adding a general coktelplayer.scn demo fileSven Hesse
2009-06-06Adding a pause modeSven Hesse
2009-06-06Moved some more debug commands to ScummVM's coneoleFilippos Karapetis
2009-06-06GP2XWiz: Cleanup and start to work on virtual keyboard support for the backend.John Willis
2009-06-06LOL: fix last commitFlorian Kagerer
2009-06-06LOL: fixed level temp data sizeFlorian Kagerer
2009-06-06LOL: fixed vaelan's cubeFlorian Kagerer
2009-06-06SCI: Fix audio regression in KQ5CD, introduced in r41205.Walter van Niftrik
2009-06-06KYRA/LOL: fix input code for japanese game versionsFlorian Kagerer
2009-06-06Store long-term pointers to object variables in a new ObjVarRef struct.Willem Jan Palenstijn
2009-06-06Adding my German version of Playtoons 2 ("Rummelsdorf hoch zwei")Sven Hesse
2009-06-06Add logic stub for Backyard Basketball.Travis Howell
2009-06-06Some uint8 -> byte conversionsFilippos Karapetis
2009-06-06Moved the fake 1x1 mode structure to gfx_resmgr.cpp (where it's actually used)Filippos Karapetis
2009-06-06Objectified the graphics driverFilippos Karapetis
2009-06-06Disabled the execution of scripts when doing a user wait - this prevents anim...Paul Gilbert
2009-06-06Bugfix to show the title screen at the correct speed when restarting the gamePaul Gilbert
2009-06-06Bugfix for display when multiple user waits follow each otherPaul Gilbert
2009-06-06SCI: Moved the handling of 65535.map into the resource manager.Walter van Niftrik
2009-06-05CleanupFilippos Karapetis
2009-06-05LOL: minor bug fixFlorian Kagerer
2009-06-05Make the PlayStation's abbreviation to all lower-case for consistency and cha...Matthew Hoops
2009-06-05LOL: implemented another opcodeFlorian Kagerer
2009-06-05Moved some more debug commands to ScummVM's coneole and removed some unused codeFilippos Karapetis
2009-06-05Removed some unused code and performed some cleanupFilippos Karapetis
2009-06-05Tweaks to the code that pauses for a mouse press when displaying many text me...Paul Gilbert
2009-06-05Minor cleanup.Travis Howell
2009-06-05Fix issues selecting some items in arttime and football.Travis Howell
2009-06-05SCI: Audio: Fixed bug in sample length computation.Walter van Niftrik
2009-06-05Update sound code in HE80+ games, for sound rate differences.Travis Howell
2009-06-04SCI: Fixed some endian bugs related to speech handling. READ_UINT* are not LE,Walter van Niftrik
2009-06-04SCI: Made some members of class Resource protected; some cleanupMax Horn
2009-06-04LOL: implemented Vaelan's cubeFlorian Kagerer
2009-06-04oopsMax Horn
2009-06-04SCI: Renamed EngineState::flags and version to _flags and _version (following...Max Horn
2009-06-04SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the kern...Max Horn
2009-06-04SCI: Added MemObject::isValidOffset method; use it to simplify determine_reg_...Max Horn
2009-06-04SCI: Slightly modified kAddAfter so that it does not modify its arguments nee...Max Horn
2009-06-04SCI: cleanupMax Horn
2009-06-04SCI: Added FIXME comment to not_register()Max Horn
2009-06-04SCI: Audio: Fixed bug in reading of SOL header.Walter van Niftrik
2009-06-04SCI: Added support for early SCI1.1 audio maps.Walter van Niftrik
2009-06-04SCI: Message: Added support for escape sequences.Walter van Niftrik
2009-06-04Updated the MSVC project files of the SCI engineFilippos Karapetis
2009-06-04Code formatting in the gp2xwiz backendMax Horn
2009-06-04SCI: Moved MemObject code into a separate source fileMax Horn