Age | Commit message (Expand) | Author |
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 |
2008-03-10 | forgot to commit these | Robert Göffringmann |
2008-03-03 | the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup. | Robert Göffringmann |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-12-30 | The PS2, DS and PalmOS ports currently do not properly implement their SaveFi... | Max Horn |
2007-12-28 | Patch #1859448: Add OSystem::getTimeAndDate API | Eugene Sandulenko |
2007-12-28 | Patch #1857121: Refactoring of the getSavePath method | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-06-30 | Adding some missing stuff to the PS2 port (it still will require quite some w... | Max Horn |
2007-06-22 | Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants... | Max Horn |
2007-06-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c... | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-26 | Removing more semicola | Max Horn |
2007-03-18 | Some fixes to cope with the move of the event code from OSystem to Common | Max Horn |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the... | Max Horn |
2006-08-04 | Fixed some broken #include's (the PS2 and Symbian may need more fixed, though) | Max Horn |
2006-07-06 | Moving remaining platform/backends code, as previously threatened | Max Horn |