Age | Commit message (Expand) | Author |
2009-08-21 | Fix 16bit option of configure. | Travis Howell |
2009-08-21 | fixed configure script from botched conflict resolution in r43577 | Jody Northup |
2009-08-21 | Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/ | Jody Northup |
2009-08-21 | Truly fix endianness in the SOL decoder. Raw sounds are always in little endi... | Matthew Hoops |
2009-08-20 | SCI: Fix for the "Memory fragmented" dialogs popping up in some games. | Walter van Niftrik |
2009-08-20 | remove \n's from error() calls | Joost Peters |
2009-08-20 | Fixing some signed/unsigned comparison warnings | Sven Hesse |
2009-08-20 | Fix 16-bit SOL audio on little endian systems. Fixes the white noise in the G... | Matthew Hoops |
2009-08-20 | remove \n's from warning() calls | Joost Peters |
2009-08-20 | Add a static selector table for use with the lsl5 demo. | Matthew Hoops |
2009-08-20 | Add detection for the QFG2 demo. | Matthew Hoops |
2009-08-20 | Remove useless include guard | Matthew Hoops |
2009-08-20 | Replace magic numbers by constants : kPropsSize and kIndexSize | Arnaud Boutonné |
2009-08-20 | Add oPlaytoons_F_1B skeletton, and oPlaytoons_readData to avoid adding a play... | Arnaud Boutonné |
2009-08-20 | modify props size to avoid later error (Size is still temporary) and prepare ... | Arnaud Boutonné |
2009-08-20 | Bugfix for assert in the DW2 Cartwheel scene | Paul Gilbert |
2009-08-20 | Cleanup. | Johannes Schickel |
2009-08-20 | Implement automatic clearing of "Untitled Savestate" in edit mode of the Save... | Johannes Schickel |
2009-08-20 | Cleanup. | Johannes Schickel |
2009-08-20 | Renamed ScummSaveLoad GUI dialog config entry to SaveLoadChooser. (Also bumpe... | Johannes Schickel |
2009-08-20 | Switch SCUMM engine to use the SaveLoadChooser from gui/ instead of implement... | Johannes Schickel |
2009-08-20 | Partial implementation of feature request #2834637 "GUI: Allow greying out du... | Johannes Schickel |
2009-08-19 | SCI: Don't dither in SCI. | Walter van Niftrik |
2009-08-19 | SCI: Add partial support for Amiga SCI1 games. | Walter van Niftrik |
2009-08-19 | SCI: Cleanup. | Walter van Niftrik |
2009-08-19 | SCI: Add autodetection of Amiga views. | Walter van Niftrik |
2009-08-19 | Initialize 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-19 | PSP: throttle the number of updateScreen() calls | Joost Peters |
2009-08-19 | Use Common::List::empty instead of Common::List::size, which is faster for ch... | Johannes Schickel |
2009-08-19 | Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, w... | Johannes Schickel |
2009-08-19 | Add missing "break" in switch statement. | Johannes Schickel |
2009-08-19 | Cleanup. | Johannes Schickel |
2009-08-19 | Cleanup. | Johannes Schickel |
2009-08-19 | Cleanup. | Johannes Schickel |
2009-08-19 | Add another range check in our SJIS font code to avoid out of bounds access. | Johannes Schickel |
2009-08-19 | Implemented proper character selection of Lands of Lore PC98. | Johannes Schickel |
2009-08-19 | Corrected comments in the bug workaround list | Paul Gilbert |
2009-08-19 | Comment out unused function (which was also currently only enabled when SCI32... | Johannes Schickel |
2009-08-19 | Skip the whole Lore of the Lands special when the user does any input, like t... | Johannes Schickel |
2009-08-19 | Take advantage of extra memory on newer PSP models | Joost Peters |
2009-08-19 | Merged revisions 43458-43468,43470-43471,43473-43475,43477,43479-43483,43485,... | Travis Howell |
2009-08-18 | Possible 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-18 | Implement setCursorPalette(), correct hasFeature() <-> getFeatureState() mixup. | Joost Peters |
2009-08-18 | PSP: Make R-trigger act as a context sensitive modifier key, remap ENTER to t... | Joost Peters |
2009-08-18 | Typos. | Johannes Schickel |
2009-08-18 | PSP: disable dosbox OPL | Joost Peters |
2009-08-18 | - Destory AudioCDManager singleton after user quits a game, this saves a few ... | Johannes Schickel |
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au... | Johannes Schickel |