aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp
AgeCommit message (Expand)Author
2010-10-31PSP: Enable use of forbidden symbolsMax Horn
2010-10-29PSP: Improved image viewer movementYotam Barnoy
2010-10-29PSP: corrected png loader to use bit depth rather than palette sizeYotam Barnoy
2010-10-27PSP: Fixed ImageViewer code to deallocate TimedMessageDialogYotam Barnoy
2010-10-23PSP: Fix up imageViewer to pause gameYotam Barnoy
2010-10-23PSP: make vkbd's function keys match their visual representationJoost Peters
2010-10-20PSP: added dummy function to allow BS2.5 to buildYotam Barnoy
2010-10-19PSP: add missing return statements to image viewerYotam Barnoy
2010-10-14PSP: made image in viewer movable by pushing nub continuouslyYotam 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-14PSP: clarify and fix up display codeYotam Barnoy
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-10-10PSP: factored PngLoader out of virtual keyboard for further useYotam Barnoy
2010-10-06PSP: rewrote input code and added an input modeYotam Barnoy
2010-09-25PSP: ME MP3: cache stereo statusYotam Barnoy
2010-09-23PSP: fix issue in ME MP3 code. Release and init the ME when seeking.Yotam Barnoy
2010-09-20PSP: switch from wrapping memcpy to defining our own memcpyYotam Barnoy
2010-09-20PSP: Split up PspMemory class.Yotam Barnoy
2010-09-20PSP: moved VramAllocator to display_manager.cpp.Yotam Barnoy
2010-09-17RELEASE: This is 1.3.0svnEugene Sandulenko
2010-09-01PSP: removed strict-aliasingYotam Barnoy
2010-08-31PSP: fix BS2 crash by disabling strict aliasingYotam Barnoy
2010-08-24PSP: switched to using BufferedSeekableReadStream and BufferedWriteStreamYotam Barnoy
2010-08-18PSP: fixed issue in ME MP3 player that prevented different MP3 layers and ver...Yotam Barnoy
2010-08-17PSP: changed display options to Full Screen, Keep Aspect Ratio and Original R...Yotam Barnoy
2010-08-15PSP: slight fix to ME MP3 playerYotam Barnoy
2010-08-03PSP: Factored out thread creation routines into PspThreadable class.Yotam Barnoy
2010-07-30PSP: optimized memcpy some more and fixed memcpy testingYotam Barnoy
2010-07-29BUILD: Unify how MODULE_DIRS is computed for backendsMax Horn
2010-07-29BUILD: Compile & link certain files only for specific BACKEND valuesMax Horn
2010-07-18trying to fix psp build for case sensitive filesystems.Andre Heider
2010-07-18PSP: switched to using my memcpyYotam Barnoy
2010-07-18PSP: forgot test filesYotam Barnoy
2010-07-18Made memcpy faster but not as fast with uncached mem.Yotam Barnoy
2010-07-13PSP: Typos in trace.hYotam Barnoy
2010-06-21PSP: Whitespace fix (and rewrap overlong line for readability)Max Horn
2010-06-21PSP: moved RTC to singleton to allow usage by classes other than OsystemYotam Barnoy
2010-06-21PSP: errors from both ScummVM and the PSP port now print to file by default. ...Yotam Barnoy
2010-06-21PSP: removed default 'using ME' messageYotam Barnoy
2010-06-21PSP: switched loader to use PSP's debug mechanismYotam Barnoy
2010-06-16PSP: got rid of SDLYotam Barnoy
2010-06-15PSP: fixed up PowerManager and removed dependency on SDLYotam Barnoy
2010-06-15SYSTEM: Unify OSystem::getSupportedFormats() signatureMax Horn
2010-06-15PSP: fixed invisible bug in power callbackYotam Barnoy
2010-06-15PSP: fixed SCI freeze issue by using recursive mutexesYotam Barnoy
2010-06-15PSP: fixed bug in hardware MP3 that caused crash in broken sword. The sample ...Yotam Barnoy
2010-06-10PSP: swapped order of checks in renderAll. It's a little cheaper this way.Yotam Barnoy
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