aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2
AgeCommit message (Expand)Author
2010-06-01Remove dead code from PS2 and GP2x backendsMax Horn
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-05-09Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi...Andre Heider
2010-03-18Convert some occurences of StringList to StringArray;Max Horn
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...Max Horn
2010-01-28Silenced some more cppcheck style warnings.Torbjörn Andersson
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-11-23PS2: Further tweak PS2FileStream; fix potential leak in ps2_fopenMax Horn
2009-11-23PS2: Add new PS2FileStream class for std I/O.Max Horn
2009-11-23PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use fpu...Max Horn
2009-11-23PS2: cleanupMax Horn
2009-11-18PS2: Remove custom OSystem::fillScreen implementation as well as clearScreen()Max Horn
2009-11-14Remove Igor engineMax Horn
2009-10-13PS2: Clarify licensing terms for some filesMax Horn
2009-10-13PS2: Replace license header on irx_imports.h by a GPL one. These filesMax Horn
2009-10-09Some const correctness changes; cleanupMax Horn
2009-10-09PS2: Fix warningsMax Horn
2009-10-08PS2: Add some stubs for the ps2 port to our primary build system (incomplete ...Max Horn
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-10-05Here we have:Max Lingua
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-25typoMax Horn
2009-07-13Reverted my previous change (fprintf vs fputs),Max Lingua
2009-07-12Split _eof vs. _err.Max Lingua
2009-07-12ScummVM/PS2 bugs fixed by this commit:Max Lingua
2009-06-28PS2: Don't overload fillScreen with a dummy, just use the inherited versionMax Horn
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-24Also strip trailing whitespaces in C and Objective-C source files. (Seems I f...Johannes Schickel
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-06Implemented _overlayFormat in Gs2dScreenMax Lingua
2009-03-04Removed stale READ_PS2.TXTMax Lingua
2009-03-04- 0.13.x friendly ;-)Max Lingua
2009-01-30Removed default implementations of OSystem::getOverlayHeight() and getOverlay...Max Horn
2009-01-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn
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
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-07-20Added "DEPDIR := .deps" in Makefile.ps2Max Lingua
2008-07-201. Re-added "rpckbd" as in 0.11.0Max Lingua
2008-07-17Committing PS2 changes on behalf of the other Max ;)Max Horn
2008-06-28Removed obsolete ::clearSoundCallback() codeMax Horn
2008-03-10forgot to commit theseRobert Göffringmann
2008-03-03the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.Robert Göffringmann
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat