aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/osys_psp.cpp
AgeCommit message (Expand)Author
2012-06-20Merge pull request #246 from lordhoto/osystem-void-buffersJohannes Schickel
2012-06-16ALL: Let overlay related methods in OSystem take a void * and use a proper pi...Johannes Schickel
2012-06-16BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer.Johannes Schickel
2012-06-16BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *...Johannes Schickel
2012-06-09COMMON: Add tm_wday to our TimeDate structMatthew Hoops
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-17PSP: Make logMessage() implementation independent from parent class(es)Max Horn
2011-06-08BACKENDS: Shuffle backends class hierarchy and module initializationMax Horn
2011-06-07PSP: Use OSystem's 'slots' for timer/savefile managerMax Horn
2011-06-06BACKENDS: Add OSystem::getDefaultConfigFileNameMax Horn
2011-06-06BACKENDS: Unify AudioCD manager instantiationMax Horn
2011-06-04BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState callsMax Horn
2011-06-04COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPaletteMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-03BACKENDS: Allow various files to use stuff from time.hMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-12-17PSP: fixed bug exhibited in Gob engine with blacked out video framesYotam Barnoy
2010-11-18BACKENDS: Implement logging API proposed by Max on -devel.Johannes Schickel
2010-10-23PSP: Fix up imageViewer to pause gameYotam Barnoy
2010-10-14PSP: made image viewer reset to the first image between engine loadsYotam Barnoy
2010-10-14PSP: added image viewer for viewing images during gamesYotam Barnoy
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-06-21PSP: moved RTC to singleton to allow usage by classes other than OsystemYotam Barnoy
2010-06-16PSP: got rid of SDLYotam Barnoy
2010-06-15SYSTEM: Unify OSystem::getSupportedFormats() signatureMax Horn
2010-06-10PSP: switched to psp semaphores rather than SDL's. Removal of SDL is almost c...Yotam Barnoy
2010-06-09PSP: fixed missing frame issue with kyrandia and possibly other games by call...Yotam Barnoy
2010-06-07PSP: found bug in fast getMillis() implementation. Fixed it by adding a fixed...Yotam Barnoy
2010-05-24PSP: to fix the audio, I cleaned up the audio thread and changed the thread p...Yotam Barnoy
2010-05-24PSP: switched to using slightly faster delay and getMillisYotam Barnoy
2010-05-24PSP: turn off psp audio thread again. Must have tested it wrong.Yotam Barnoy
2010-05-24PSP: switched to the way SDL does things in the audio thread to get rid of cl...Yotam Barnoy
2010-05-23PSP: commented out new PSP audio. Still has some clicking issuesYotam Barnoy
2010-05-23PSP: replaced SDL's timer with much simpler and more efficient PspTimer classYotam Barnoy
2010-05-23PSP: switched from SDL's audio to my own thread. Removed needless blocking wh...Yotam Barnoy
2010-05-17PSP: added option for render by callback and fixed up and cleaned up debug me...Yotam Barnoy
2010-04-25PSP:Implemented fingolfin's suggestion for cleaning up debugging codeYotam Barnoy
2010-04-12PSP: Fix code formatting using astyleMax Horn
2010-04-12PSP: refactoring/redesign of the backendYotam Barnoy
2010-03-11Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ...Max Horn
2010-03-10Remove last traces of OSystem::getOutputSampleRate()Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-31PSP: added keypad to d-pad. Allows control of AGI,SCI0, and Indy3Yotam Barnoy
2009-11-24PSP: Fix whitespace usage and code formattingMax Horn
2009-11-24PSP: Replaced virtual keyboard and cleaned up makefiles in the process.Yotam Barnoy
2009-10-22PSP: small fix for cache coherency affecting nippon and some others. Trunk only.Yotam Barnoy
2009-10-16PSP palette fix for bsword1: fixed cache coherency issueYotam Barnoy
2009-10-09whitespace changes aka. buildbot rebuilding :)Joost Peters