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
/
systemps2.cpp
Age
Commit message (
Expand
)
Author
2010-11-03
Merge from gsoc2010-plugins
Yotam Barnoy
2010-10-31
Updated with latest from trunk
Yotam Barnoy
2010-10-30
PS2: Enable use of forbidden symbols
Max Horn
2010-08-07
made MIPSDLObject and PS2 plugin provider that uses it
Tony Puccinelli
2010-07-28
abstracted an ELF plugin provider
Tony Puccinelli
2010-06-13
loadable modules working for ps2
Tony Puccinelli
2010-06-09
added tentative GDB flag to Makefile, changed calls to psp-functions to equiv...
Tony Puccinelli
2010-06-06
added dynamic plugins stuff to configure
Tony Puccinelli
2010-06-05
merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a coupl...
Tony Puccinelli
2010-06-01
Remove dead code from PS2 and GP2x backends
Max Horn
2010-06-01
changed ps2 makefile and other files to use the ps2loader
Tony Puccinelli
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-03-11
Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...
Max Horn
2009-11-23
PS2: Add new PS2FileStream class for std I/O.
Max Horn
2009-11-18
PS2: Remove custom OSystem::fillScreen implementation as well as clearScreen()
Max Horn
2009-10-09
PS2: Fix warnings
Max Horn
2009-10-05
Here we have:
Max Lingua
2009-07-12
ScummVM/PS2 bugs fixed by this commit:
Max Lingua
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
- 0.13.x friendly ;-)
Max Lingua
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-07-17
Committing PS2 changes on behalf of the other Max ;)
Max Horn
2008-06-28
Removed obsolete ::clearSoundCallback() code
Max Horn
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-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-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-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