aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/osys_psp.h
AgeCommit message (Expand)Author
2014-02-18PSP: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
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-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
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-04BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState callsMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28PSP: Fix compilationOri Avtalion
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-11-18BACKENDS: Implement logging API proposed by Max on -devel.Johannes Schickel
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-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-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: moved timer thread to backends/timer/pspYotam 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-04-12PSP: Fix code formatting using astyleMax Horn
2010-04-12PSP: refactoring/redesign of the backendYotam Barnoy
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: Replaced virtual keyboard and cleaned up makefiles in the process.Yotam Barnoy
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-08-21some cleanupJoost Peters
2009-08-21unify OSystem_PSP_GU and OSystem_PSP (which was hopelessly outdated and mostl...Joost Peters
2009-08-21fix compilation after RGB API changesJoost Peters
2009-08-19PSP: throttle the number of updateScreen() callsJoost Peters
2009-08-18Implement setCursorPalette(), correct hasFeature() <-> getFeatureState() mixup.Joost Peters
2009-08-17Commit (slightly) modified version of patch #2831248: Allow suspend/resume fo...Joost Peters
2009-06-28Fix PSP portMax Horn
2009-06-28Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;Max Horn
2009-03-25Allow building of psp backend via configure (Part 1 - Still need to add the f...Joost Peters
2009-02-18Use 4444 overlay on PSP (instead of 1555).Joost Peters
2009-01-30Moved default implementations for various OSystem methods into a new class Ba...Max Horn
2009-01-24fix compilationJoost Peters
2009-01-23Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat...Max Horn
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-11-06Got rid of OSystem::ARGBToColor and colorToARGBMax Horn
2008-11-03implement OSystem::getOverlayFormat()Joost Peters
2008-10-16OSYSTEM: Pushed out some port specific code from common/system.cpp to the res...Max Horn
2008-07-08changes for new Mixer APIJoost Peters