index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
ps2
Age
Commit message (
Expand
)
Author
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