aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2005-05-15Replaced global revBitMask array with a macroMax Horn
2005-05-15Renamed costume scale tables; merged the old costume renderer's scale table w...Max Horn
2005-05-14Added --disable-hq and --disable-scumm-7-8 options. Also improvedEugene Sandulenko
2005-05-13fixed time().Robert Göffringmann
2005-05-11some ps2 changes...Robert Göffringmann
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
2005-05-10Proper #include directive.Eugene Sandulenko
2005-05-10Last bit of AmigaOS4 patch. Apparently this was missed by mistake.Eugene Sandulenko
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
2005-05-09Why not fix the warning if you encounter it? :-)Max Horn
2005-05-08Added two new methods to OSystem: grabPalette and grabRawScreenMax Horn
2005-05-06Allocate all 16bit surfaces with the same bitformat as the HW surface (Fixes ...Max Horn
2005-05-05Add a comment regarding use of CoreAudio/AudioUnits v1 APIMax Horn
2005-05-05various PS2 system changesRobert Göffringmann
2005-05-04Dispense with the filename field of InVMSaves.Marcus Comstedt
2005-05-04Cleanup of the cleanup code. :-)Marcus Comstedt
2005-05-04Split VMSave into InVMSave and OutVMSave.Marcus Comstedt
2005-05-01Always check for _numDirtyRects overflow in addDirtyRect(). The 'mouseRect'Torbjörn Andersson
2005-04-27Slightly more elegant LauncherDialog connector.Marcus Comstedt
2005-04-27Added eos() method.Marcus Comstedt
2005-04-27Call blitCursor() when changing scaler to give it the opportunity to switchTorbjörn Andersson
2005-04-23Simplified debuglevel handling:Max Horn
2005-04-22add a comment regarding an odd hackMax Horn
2005-04-20Fix bug 1184616 (GUI: Mouse drawn at wrong position in overlay mode)Max Horn
2005-04-20Cleanup / commentsMax Horn
2005-04-19Replace OSystem::hasAlpha with a feature flagMax Horn
2005-04-19Added new (optional) OSystem::initBackend() method; this (and its usage) fixe...Max Horn
2005-04-19More whitespace.Torbjörn Andersson
2005-04-19WhitespaceTorbjörn Andersson
2005-04-18If we don't want to use reverb, then at least disable it properly, not via a ...Max Horn
2005-04-18Braces for clarity, even though it *is* well-defined which 'if' the 'else'Torbjörn Andersson
2005-04-13Get rid of errno; add some (optional) error checking facilities to SaveFile c...Max Horn
2005-04-11TypoMax Horn
2005-04-11Enable 2x overlay in MM NESEugene Sandulenko
2005-04-10Gobliiins tweaksNicolas Bacca
2005-04-10split SaveFileManager::openSavefile and class SaveFile into two, each, one fo...Max Horn
2005-04-10Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentationTorbjörn Andersson
2005-04-09Moved the GFX_ constants to sdl-common.h, where they belong.Max Horn
2005-04-09Remove usage of vsprintf in favour of vsnprintf and makeJonathan Gray
2005-04-03Added mouse wheel support.Marcus Comstedt
2005-04-03Oops, cleared too large memory region...Marcus Comstedt
2005-04-03Switch overlay mode to ARGB4444.Marcus Comstedt
2005-04-03Added new cursorTargetScale parameter to setMouseCursor().Marcus Comstedt
2005-04-03SaveFile stuff now resides in <common/savefile.h>.Marcus Comstedt
2005-04-02Until there is a proper way of communicating pixel format, declare ugly globa...Marcus Comstedt
2005-04-01ps2: clip coordinates in copyRectToScreen, necessary for The DigRobert Göffringmann
2005-03-31Fix bug #1173422 "Slight mouse cursor regression"Eugene Sandulenko
2005-03-31fixed headers. -_-Robert Göffringmann
2005-03-31Playstation2 Port: initial importRobert Göffringmann
2005-03-26Update for 0.7.1Nicolas Bacca