aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp
AgeCommit message (Expand)Author
2010-11-10PSP: changed renderer to render huge images properlyYotam Barnoy
2010-11-04PSP: cleaning up some stuff from plugin mergeYotam Barnoy
2010-11-03Merge from gsoc2010-pluginsYotam Barnoy
2010-10-31Updated with latest from trunkYotam Barnoy
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-15PLUGINS: Cleanup.Andre Heider
2010-09-05MERGE: Merge trunk to branch.Andre Heider
2010-09-05PLUGINS: Move all ELF loader related files to its own directory.Andre Heider
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-19PSP: made PSP compile with plugins.Yotam 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-14removed psploader.o from objects in psp makefile (psp should be using abstrac...Tony Puccinelli
2010-08-11manually merged trunk/backends into branch and removed some now redundant elf...Tony Puccinelli
2010-08-10merged trunk into branch, reverted Cruise Singleton changesTony Puccinelli
2010-08-07removed psploader code, as it is covered by the mipsloader and elfloader in b...Tony Puccinelli
2010-08-07modified psp to use mips-loader.cpp (and added things to backends/module.mk)Tony Puccinelli
2010-08-03added checks for ELF_LOADER_TARGET before including the elf plugin providerTony Puccinelli
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-27Continued abstraction of generic ELF-loader, splitting off MIPS-processor spe...Tony Puccinelli
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