aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-20Implement automatic clearing of "Untitled Savestate" in edit mode of the Save...Johannes Schickel
2009-08-20Cleanup.Johannes Schickel
2009-08-20Renamed ScummSaveLoad GUI dialog config entry to SaveLoadChooser. (Also bumpe...Johannes Schickel
2009-08-20Switch SCUMM engine to use the SaveLoadChooser from gui/ instead of implement...Johannes Schickel
2009-08-20Partial implementation of feature request #2834637 "GUI: Allow greying out du...Johannes Schickel
2009-08-19SCI: Don't dither in SCI.Walter van Niftrik
2009-08-19SCI: Add partial support for Amiga SCI1 games.Walter van Niftrik
2009-08-19SCI: Cleanup.Walter van Niftrik
2009-08-19SCI: Add autodetection of Amiga views.Walter van Niftrik
2009-08-19Initialize EventRecorder to passthrough mode in the constructor.Johannes Schickel
2009-08-19- Fix sluggish mouse movement in Kyra2/Kyra3/LoL main menu.Johannes Schickel
2009-08-19PSP: throttle the number of updateScreen() callsJoost Peters
2009-08-19Use Common::List::empty instead of Common::List::size, which is faster for ch...Johannes Schickel
2009-08-19Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, w...Johannes Schickel
2009-08-19Add missing "break" in switch statement.Johannes Schickel
2009-08-19Cleanup.Johannes Schickel
2009-08-19Cleanup.Johannes Schickel
2009-08-19Cleanup.Johannes Schickel
2009-08-19Add another range check in our SJIS font code to avoid out of bounds access.Johannes Schickel
2009-08-19Implemented proper character selection of Lands of Lore PC98.Johannes Schickel
2009-08-19Corrected comments in the bug workaround listPaul Gilbert
2009-08-19Comment out unused function (which was also currently only enabled when SCI32...Johannes Schickel
2009-08-19Skip the whole Lore of the Lands special when the user does any input, like t...Johannes Schickel
2009-08-19Take advantage of extra memory on newer PSP modelsJoost Peters
2009-08-18Possible fix for #2828330 (AGI: KQ1: Fast text box). If doesn't break anythin...Kari Salminen
2009-08-18- PMV player: Use frame count from PVM file and fix incorrect "invalid chunk ...Benjamin Haisch
2009-08-18Implement setCursorPalette(), correct hasFeature() <-> getFeatureState() mixup.Joost Peters
2009-08-18PSP: Make R-trigger act as a context sensitive modifier key, remap ENTER to t...Joost Peters
2009-08-18Typos.Johannes Schickel
2009-08-18PSP: disable dosbox OPLJoost Peters
2009-08-18- Destory AudioCDManager singleton after user quits a game, this saves a few ...Johannes Schickel
2009-08-18Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au...Johannes Schickel
2009-08-18Started rewriting the SCI engine to use FSNode instead of file names. This is...Filippos Karapetis
2009-08-18Mapped some Sierra internal IDs to our own ones, and added a note about a hac...Filippos Karapetis
2009-08-18Bugfix for Castle Skorl problem reported on the listPaul Gilbert
2009-08-18- Added game ID detection to the fallback detector. We still need to map some...Filippos Karapetis
2009-08-18Removed the maxMemory parameter of the resource manager and replaced it with ...Filippos Karapetis
2009-08-18Applied agent-q's patch to the SAGA pathfinding code for all platforms - x an...Filippos Karapetis
2009-08-17PSP: increase optimization level and change clock rate to 333mhzJoost Peters
2009-08-17SCI: Fix kernel table for multilingual SCI01 games. Cleanup.Walter van Niftrik
2009-08-17Put back the code for playing external digital music, used by the MIDI enhanc...Filippos Karapetis
2009-08-17SCI: Build fix.Walter van Niftrik
2009-08-17SCI: Add autodetection for DoSound. Cleanup.Walter van Niftrik
2009-08-17Slight cleanup to makeLinearDiskStream interface.Johannes Schickel
2009-08-17- Removed the custom DigitalMusicInputStream used in SAGA for the digital mus...Filippos Karapetis
2009-08-17Added looping support to LinearDiskStream, needed by SAGA and perhaps other e...Filippos Karapetis
2009-08-17Commit (slightly) modified version of patch #2831248: Allow suspend/resume fo...Joost Peters
2009-08-17Fix possible out of bounds access in Screen::drawShape.Johannes Schickel
2009-08-17Clear input queue before displaying the credits in Kyrandia 1.Johannes Schickel
2009-08-17Cleanup: don't copy the Kyrandia 1 Amiga credits data in a temporary buffer, ...Johannes Schickel