aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp
AgeCommit message (Collapse)Author
2008-11-06Got rid of OSystem::ARGBToColor and colorToARGBMax Horn
svn-id: r34911
2008-11-03add PSPSaveFileManager class (subclassed DefaultSaveFileManager)Joost Peters
svn-id: r34891
2008-11-03implement OSystem::getOverlayFormat()Joost Peters
svn-id: r34890
2008-10-19Code formatting fixesMax Horn
svn-id: r34827
2008-10-16OSYSTEM: Pushed out some port specific code from common/system.cpp to the ↵Max Horn
respective ports svn-id: r34812
2008-09-16Removed assert leftover.Johannes Schickel
svn-id: r34579
2008-09-16Modified uncompress in common/zlib.h to return a bool, so that we don't have ↵Max Horn
to #include the real zlib.h; fixed PSP backend to not run uncompress inside an assert (which would cause it to not be invoked when turning off asserts) svn-id: r34576
2008-09-04move save directory detection/creation from main() to OSystem_PSP::initBackend()Joost Peters
svn-id: r34326
2008-09-04remove deprecated SCUMMVM_SAVEPATH define -- pass default savepath to ↵Joost Peters
DefaultSaveFileManager ctor svn-id: r34324
2008-07-08set DEPDIRJoost Peters
svn-id: r32969
2008-07-08Enable static engines -- time to start thinking about prx/plugin support!Joost Peters
svn-id: r32968
2008-07-08changes for new Mixer APIJoost Peters
svn-id: r32967
2008-06-28Patch ##1956946 (Audio::Mixer internal API revision) with some tweaksMax Horn
svn-id: r32828
2008-06-28Removed obsolete ::clearSoundCallback() codeMax Horn
svn-id: r32826
2008-04-10fix make cleanJoost Peters
svn-id: r31466
2008-03-26Call InitScalers instead of setting gBitFormat directlyMax Horn
svn-id: r31242
2008-03-19Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate()Joost Peters
svn-id: r31195
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-22Removed backends/intern.hMax Horn
svn-id: r30611
2007-11-20Cleanup.Johannes Schickel
svn-id: r29584
2007-10-17fix compile after recent fs code renameJoost Peters
svn-id: r29229
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-09-19rename psp_fs.cpp to psp-fs.cpp (as per the naming convention)Joost Peters
svn-id: r28963
2007-09-18Code formatting fixesMax Horn
svn-id: r28945
2007-06-30Adding some missing stuff to the PS2 port (it still will require quite some ↵Max Horn
work to get it working again) svn-id: r27799
2007-06-22fix compilation by casting the %, {, }, | and ~ keycode "magic" numbers to ↵Joost Peters
Common::KeyCode svn-id: r27632
2007-06-22Oops, forgot Common:: qualifierMax Horn
svn-id: r27621
2007-06-22Potential fix for PSP build problemsMax Horn
svn-id: r27620
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* ↵Max Horn
constants. This also revealed the evil mixing of keycodes and ascii we do in many places :-/ svn-id: r27616
2007-06-20Fix for bug #1740241 (PSP: revision 27553 doesn't build)Max Horn
svn-id: r27559
2007-06-19Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵Max Horn
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548
2007-06-09enable lure and cruise again; I accidentally committed this to trunk instead ↵Joost Peters
of branch-0-10-0 previously =) svn-id: r27243
2007-06-09disable lure and cruise enginesJoost Peters
svn-id: r27240
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-24center cursor at startupJoost Peters
svn-id: r26932
2007-05-24Apply patch for bug #1698312 "PSP: 435x272 resolution cursor misalignement"Joost Peters
svn-id: r26931
2007-04-09initialize _palette in OSystem_PSP_GU ctor, as it's used in setMouseCursor() ↵Joost Peters
before an actual palette has been set up. (fixes "[ 1670882 ] PSP: Missing cursor on Main Menu") svn-id: r26434
2007-03-18Some fixes to cope with the move of the event code from OSystem to CommonMax Horn
svn-id: r26233
2007-03-18Fix for bug #1683111 (PSP: unable to build latest svn version 26210)Max Horn
svn-id: r26225
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class ↵Max Horn
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180
2007-02-11remove libmpeg2 'support', as we support DXA cutscenes now and mpeg2 was ↵Joost Peters
never working well on PSP svn-id: r25489
2007-02-11fix compilation / modularization updateJoost Peters
svn-id: r25487
2006-10-22don't set CFLAGS, as we don't need them and they're now used for building ↵Joost Peters
the 'tools' with the native C compiler svn-id: r24440
2006-10-07#include <base/engine.h> -> #include <engines/engine.h (Though I don't likeEugene Sandulenko
those angle brackets) svn-id: r24178
2006-07-07fix build with latest psp toolchainJoost Peters
svn-id: r23386
2006-07-07implement grabRawScreen()Joost Peters
svn-id: r23385
2006-06-30fix compilation after backend moveJoost Peters
svn-id: r23359
2006-06-30move psp backend to backends/platforms/pspJoost Peters
svn-id: r23358