aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/display_manager.cpp
AgeCommit message (Expand)Author
2012-06-20PSP: Replace OverlayColor with uint16.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-30ALL: Require DECLARE_SINGLETON to be used in the Common namepsaceOri Avtalion
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-24PSP: Fix compilationMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-12-17PSP: fixed bug exhibited in Gob engine with blacked out video framesYotam Barnoy
2010-11-29BACKENDS: Fix SVN keyword usage.Johannes Schickel
2010-11-18PSP: reduced fragmentation by allocating overlay just onceYotam Barnoy
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-10-14PSP: added image viewer for viewing images during gamesYotam Barnoy
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-09-20PSP: moved VramAllocator to display_manager.cpp.Yotam Barnoy
2010-08-17PSP: changed display options to Full Screen, Keep Aspect Ratio and Original R...Yotam Barnoy
2010-08-03PSP: Factored out thread creation routines into PspThreadable class.Yotam Barnoy
2010-06-15SYSTEM: Unify OSystem::getSupportedFormats() signatureMax Horn
2010-06-10PSP: swapped order of checks in renderAll. It's a little cheaper this way.Yotam Barnoy
2010-06-09PSP: fixed missing frame issue with kyrandia and possibly other games by call...Yotam Barnoy
2010-05-23PSP: replaced SDL's timer with much simpler and more efficient PspTimer classYotam Barnoy
2010-05-20PSP: Had to switch to different way of using callbacks as last one wasn't wor...Yotam Barnoy
2010-05-17PSP: added option for render by callback and fixed up and cleaned up debug me...Yotam Barnoy
2010-04-25PSP: A couple of small fixes to the debugging supportYotam 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