Age | Commit message (Expand) | Author |
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat |
2010-07-29 | BUILD: Unify how MODULE_DIRS is computed for backends | Max Horn |
2010-07-29 | BUILD: Compile & link certain files only for specific BACKEND values | Max Horn |
2010-06-01 | Remove dead code from PS2 and GP2x backends | Max Horn |
2010-05-31 | Revert the rest of 49362, which wasn't meant for trunk | Jordi Vilalta Prat |
2010-05-31 | modifications to get the ps2 to use the ps2loader | Tony Puccinelli |
2010-05-09 | Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi... | Andre Heider |
2010-03-18 | Convert some occurences of StringList to StringArray; | Max Horn |
2010-03-11 | Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ... | Max Horn |
2010-01-28 | Silenced some more cppcheck style warnings. | Torbjörn Andersson |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-11-23 | PS2: Further tweak PS2FileStream; fix potential leak in ps2_fopen | Max Horn |
2009-11-23 | PS2: Add new PS2FileStream class for std I/O. | Max Horn |
2009-11-23 | PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use fpu... | Max Horn |
2009-11-23 | PS2: cleanup | Max Horn |
2009-11-18 | PS2: Remove custom OSystem::fillScreen implementation as well as clearScreen() | Max Horn |
2009-11-14 | Remove Igor engine | Max Horn |
2009-10-13 | PS2: Clarify licensing terms for some files | Max Horn |
2009-10-13 | PS2: Replace license header on irx_imports.h by a GPL one. These files | Max Horn |
2009-10-09 | Some const correctness changes; cleanup | Max Horn |
2009-10-09 | PS2: Fix warnings | Max Horn |
2009-10-08 | PS2: Add some stubs for the ps2 port to our primary build system (incomplete ... | Max Horn |
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May lead... | Max Horn |
2009-10-05 | Here we have: | Max Lingua |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-25 | typo | Max Horn |
2009-07-13 | Reverted my previous change (fprintf vs fputs), | Max Lingua |
2009-07-12 | Split _eof vs. _err. | Max Lingua |
2009-07-12 | ScummVM/PS2 bugs fixed by this commit: | Max Lingua |
2009-06-28 | PS2: Don't overload fillScreen with a dummy, just use the inherited version | Max Horn |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-05-24 | Also strip trailing whitespaces in C and Objective-C source files. (Seems I f... | Johannes Schickel |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-03-06 | Implemented _overlayFormat in Gs2dScreen | Max Lingua |
2009-03-04 | Removed stale READ_PS2.TXT | Max Lingua |
2009-03-04 | - 0.13.x friendly ;-) | Max Lingua |
2009-01-30 | Removed default implementations of OSystem::getOverlayHeight() and getOverlay... | Max Horn |
2009-01-30 | Moved default implementations for various OSystem methods into a new class Ba... | Max Horn |
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / createW... | Max Horn |
2009-01-23 | Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat... | Max Horn |
2009-01-22 | Got rid of several occurrences of gBitFormat | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys... | Max Horn |
2008-10-16 | OSYSTEM: Pushed out some port specific code from common/system.cpp to the res... | Max Horn |
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-07-20 | Added "DEPDIR := .deps" in Makefile.ps2 | Max Lingua |
2008-07-20 | 1. Re-added "rpckbd" as in 0.11.0 | Max Lingua |
2008-07-17 | Committing PS2 changes on behalf of the other Max ;) | Max Horn |
2008-06-28 | Removed obsolete ::clearSoundCallback() code | Max Horn |