aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-21Fix detection of SCI32 resource maps and volumesMatthew Hoops
2009-08-21Enable 16bit support only for backends which support itAndre Heider
2009-08-21Add 31 title files to ignore (they are never present !)Arnaud Boutonné
2009-08-21SCI: disable RGB mode, as it's not ready to be used yetWillem Jan Palenstijn
2009-08-21Groovie: Sync changes from 16bpp branch. Hopefully no regressions sneak in hereScott Thomas
2009-08-21Sync MSVC project files for JPEGScott Thomas
2009-08-21Add JPEG decoder from 16bpp branchScott Thomas
2009-08-21List RGB status in About dialog.Travis Howell
2009-08-21Sync MSVC9 filesScott Thomas
2009-08-21Removed jpeg.cpp and jpeg.h files from the project, as they no longer exist i...Jody Northup
2009-08-21Added --disable-16bit to the list shown by --help.Torbjörn Andersson
2009-08-21Fixed warning.Torbjörn Andersson
2009-08-21Only enable 16bit color HE games, if 16bit color support is enabled.Travis Howell
2009-08-21Several 16bit color HE games are supported now.Travis Howell
2009-08-21add conversion.h and conversion.cpp into trunk (were present in working copy,...Jody Northup
2009-08-21correct idiotic error in first gp2x fix attempt.Jody Northup
2009-08-21fixed GP2X (I hope)Jody Northup
2009-08-21Fix 16bit option of configure.Travis Howell
2009-08-21fixed configure script from botched conflict resolution in r43577Jody Northup
2009-08-21Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/Jody Northup
2009-08-21Truly fix endianness in the SOL decoder. Raw sounds are always in little endi...Matthew Hoops
2009-08-20SCI: Fix for the "Memory fragmented" dialogs popping up in some games.Walter van Niftrik
2009-08-20remove \n's from error() callsJoost Peters
2009-08-20Fixing some signed/unsigned comparison warningsSven Hesse
2009-08-20Fix 16-bit SOL audio on little endian systems. Fixes the white noise in the G...Matthew Hoops
2009-08-20remove \n's from warning() callsJoost Peters
2009-08-20Add a static selector table for use with the lsl5 demo.Matthew Hoops
2009-08-20Add detection for the QFG2 demo.Matthew Hoops
2009-08-20Remove useless include guardMatthew Hoops
2009-08-20Replace magic numbers by constants : kPropsSize and kIndexSizeArnaud Boutonné
2009-08-20Add oPlaytoons_F_1B skeletton, and oPlaytoons_readData to avoid adding a play...Arnaud Boutonné
2009-08-20modify props size to avoid later error (Size is still temporary) and prepare ...Arnaud Boutonné
2009-08-20Bugfix for assert in the DW2 Cartwheel scenePaul Gilbert
2009-08-20Cleanup.Johannes Schickel
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