aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/systemps2.cpp
AgeCommit message (Expand)Author
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2012-06-16ALL: Let overlay related methods in OSystem take a void * and use a proper pi...Johannes Schickel
2012-06-16BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer.Johannes Schickel
2012-06-16BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *...Johannes Schickel
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-11-27PS2: Remove the unused method OSystem_PS2::grabRawScreen().Christoph Mallon
2011-07-01BACKENDS: Fix PS2 backend compilation for real.Johannes Schickel
2011-07-01BACKENDS: Fix compilation of PS2 backend.Johannes Schickel
2011-06-07PS2: Use OSystem's 'slots' for timer/savefile managerMax Horn
2011-06-06PS2: Add missing semicolonMax Horn
2011-06-06PS2: Simplify OSystem_PS2::logMessageMax Horn
2011-06-06BACKENDS: Unify EventManager setupMax Horn
2011-06-06PS2: Add logMessage() implementationMax Horn
2011-06-06BACKENDS: Add OSystem::getDefaultConfigFileNameMax Horn
2011-06-06BACKENDS: Unify AudioCD manager instantiationMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-03PS2: Fix various forbidden symbol clashesMax Horn
2011-04-17BACKEND: Prefer Surface::create taking a PixelFormat over the one taking a by...Johannes Schickel
2011-02-16PS2: Adapt to setPalette/grabPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-29SDL: Trying to cleanup the FORBIDDEN_SYMBOL situationMax Horn
2010-11-03Merge from gsoc2010-pluginsYotam Barnoy
2010-10-31Updated with latest from trunkYotam Barnoy
2010-10-30PS2: Enable use of forbidden symbolsMax Horn
2010-08-07made MIPSDLObject and PS2 plugin provider that uses itTony Puccinelli
2010-07-28abstracted an ELF plugin providerTony Puccinelli
2010-06-13loadable modules working for ps2Tony Puccinelli
2010-06-09added tentative GDB flag to Makefile, changed calls to psp-functions to equiv...Tony Puccinelli
2010-06-06added dynamic plugins stuff to configureTony Puccinelli
2010-06-05merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a coupl...Tony Puccinelli
2010-06-01Remove dead code from PS2 and GP2x backendsMax Horn
2010-06-01changed ps2 makefile and other files to use the ps2loaderTony Puccinelli
2010-05-31Revert the rest of 49362, which wasn't meant for trunkJordi Vilalta Prat
2010-05-31modifications to get the ps2 to use the ps2loaderTony Puccinelli
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...Max Horn
2009-11-23PS2: Add new PS2FileStream class for std I/O.Max Horn
2009-11-18PS2: Remove custom OSystem::fillScreen implementation as well as clearScreen()Max Horn
2009-10-09PS2: Fix warningsMax Horn
2009-10-05Here we have:Max Lingua
2009-07-12ScummVM/PS2 bugs fixed by this commit:Max Lingua
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-06Implemented _overlayFormat in Gs2dScreenMax Lingua
2009-03-04- 0.13.x friendly ;-)Max Lingua
2009-01-23Renamed FSNode::openForReading / openForWriting to createReadStream / createW...Max Horn
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...Max Horn
2009-01-22Got rid of several occurrences of gBitFormatMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-10-16OSYSTEM: Pushed out some port specific code from common/system.cpp to the res...Max Horn