aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-06Implement FR#2090830: "GUI: RTL should focus game list on the last game played"Eugene Sandulenko
svn-id: r41237
2009-06-06Implement FR#1522626: "GUI: Friendlier "Add Game" session"Eugene Sandulenko
svn-id: r41236
2009-06-06Add Mute control to all themesEugene Sandulenko
svn-id: r41235
2009-06-06Mention new hotkey in READMEEugene Sandulenko
svn-id: r41234
2009-06-06Implement feature request #1180217: "GUI: Mute option"Eugene Sandulenko
svn-id: r41233
2009-06-06Virtual Keyboard: Fix detection of v_align option when used in the keyboard ↵John Willis
definition. svn-id: r41232
2009-06-06Fix unused variable warnings.Johannes Schickel
svn-id: r41231
2009-06-06GP2X: Small cleanup of control code and start to work on virtual keyboard ↵John Willis
support for the backend. svn-id: r41230
2009-06-06Adding a general coktelplayer.scn demo fileSven Hesse
svn-id: r41229
2009-06-06Adding a pause modeSven Hesse
svn-id: r41228
2009-06-06Moved some more debug commands to ScummVM's coneoleFilippos Karapetis
svn-id: r41227
2009-06-06GP2XWiz: Cleanup and start to work on virtual keyboard support for the backend.John Willis
svn-id: r41226
2009-06-06LOL: fix last commitFlorian Kagerer
svn-id: r41225
2009-06-06LOL: fixed level temp data sizeFlorian Kagerer
svn-id: r41224
2009-06-06LOL: fixed vaelan's cubeFlorian Kagerer
svn-id: r41223
2009-06-06SCI: Fix audio regression in KQ5CD, introduced in r41205.Walter van Niftrik
svn-id: r41222
2009-06-06KYRA/LOL: fix input code for japanese game versionsFlorian Kagerer
svn-id: r41221
2009-06-06Store long-term pointers to object variables in a new ObjVarRef struct.Willem Jan Palenstijn
Storing them as reg_t* could cause the pointers to become invalid when they pointed into CloneTable since CloneTable can be re-allocated. svn-id: r41220
2009-06-06Adding my German version of Playtoons 2 ("Rummelsdorf hoch zwei")Sven Hesse
svn-id: r41219
2009-06-06Add logic stub for Backyard Basketball.Travis Howell
svn-id: r41217
2009-06-06Some uint8 -> byte conversionsFilippos Karapetis
svn-id: r41216
2009-06-06Moved the fake 1x1 mode structure to gfx_resmgr.cpp (where it's actually used)Filippos Karapetis
svn-id: r41215
2009-06-06Objectified the graphics driverFilippos Karapetis
svn-id: r41214
2009-06-06Disabled the execution of scripts when doing a user wait - this prevents ↵Paul Gilbert
animated backgrounds from jerking to new positions once the mouse has been pressed svn-id: r41210
2009-06-06Bugfix to show the title screen at the correct speed when restarting the gamePaul Gilbert
svn-id: r41208
2009-06-06Bugfix for display when multiple user waits follow each otherPaul Gilbert
svn-id: r41207
2009-06-06SCI: Moved the handling of 65535.map into the resource manager.Walter van Niftrik
svn-id: r41205
2009-06-05CleanupFilippos Karapetis
svn-id: r41202
2009-06-05LOL: minor bug fixFlorian Kagerer
svn-id: r41201
2009-06-05Make the PlayStation's abbreviation to all lower-case for consistency and ↵Matthew Hoops
change the description from Playstation to Sony PlayStation svn-id: r41200
2009-06-05LOL: implemented another opcodeFlorian Kagerer
svn-id: r41199
2009-06-05Moved some more debug commands to ScummVM's coneole and removed some unused codeFilippos Karapetis
svn-id: r41198
2009-06-05Removed some unused code and performed some cleanupFilippos Karapetis
svn-id: r41197
2009-06-05Tweaks to the code that pauses for a mouse press when displaying many text ↵Paul Gilbert
messages svn-id: r41196
2009-06-05Minor cleanup.Travis Howell
svn-id: r41189
2009-06-05Fix issues selecting some items in arttime and football.Travis Howell
svn-id: r41188
2009-06-05SCI: Audio: Fixed bug in sample length computation.Walter van Niftrik
svn-id: r41186
2009-06-05Update sound code in HE80+ games, for sound rate differences.Travis Howell
svn-id: r41185
2009-06-04SCI: Fixed some endian bugs related to speech handling. READ_UINT* are not LE,Walter van Niftrik
but use native endianness. Thanks to clone2727 for pointing this out. svn-id: r41181
2009-06-04SCI: Made some members of class Resource protected; some cleanupMax Horn
svn-id: r41180
2009-06-04LOL: implemented Vaelan's cubeFlorian Kagerer
svn-id: r41179
2009-06-04oopsMax Horn
svn-id: r41178
2009-06-04SCI: Renamed EngineState::flags and version to _flags and _version ↵Max Horn
(following our conventions); also slightly changed the EngineState constructor to init _version & _flags, and used this to make them constant svn-id: r41177
2009-06-04SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the ↵Max Horn
kernel func map in kernel.cpp a bit svn-id: r41176
2009-06-04SCI: Added MemObject::isValidOffset method; use it to simplify ↵Max Horn
determine_reg_type svn-id: r41175
2009-06-04SCI: Slightly modified kAddAfter so that it does not modify its arguments ↵Max Horn
needlessly svn-id: r41174
2009-06-04SCI: cleanupMax Horn
svn-id: r41173
2009-06-04SCI: Added FIXME comment to not_register()Max Horn
svn-id: r41172
2009-06-04SCI: Audio: Fixed bug in reading of SOL header.Walter van Niftrik
svn-id: r41171
2009-06-04SCI: Added support for early SCI1.1 audio maps.Walter van Niftrik
svn-id: r41170