aboutsummaryrefslogtreecommitdiff
path: root/backends/psp
AgeCommit message (Collapse)Author
2006-06-06%s/CVS/SVN/gJoost Peters
svn-id: r22963
2006-05-30free old buffers when changing resolution in the non-GU backend (not that ↵Joost Peters
it's ever used, but anyway) svn-id: r22787
2006-05-30- fix bug in copyRectToOverlay() that was introduced after _overlayScale ↵Joost Peters
cleanup. - implement grabOverlay() svn-id: r22772
2006-05-29some cleanupJoost Peters
svn-id: r22753
2006-05-29fix 480x272 overlay drawing, set default overlay size to 480x272Joost Peters
svn-id: r22751
2006-05-29get rid of _overlayScaleJoost Peters
svn-id: r22750
2006-05-29add SCEkxploit ruleJoost Peters
svn-id: r22749
2006-05-26move psp_fs.cpp from backends/psp/ to backends/fs/psp/Joost Peters
svn-id: r22657
2006-05-26Update to adapt for AbstractFilesystemNode changes made recently.Joost Peters
svn-id: r22655
2006-05-18--force-1x-overlay is no more. Remove leftovers.Eugene Sandulenko
svn-id: r22519
2006-05-17- Heavily modified patch #1214784: "Disable overlay scaling"Eugene Sandulenko
- Eriktorbjorn's patch from same tracker item for scaling sword1/2 cutscenes is applied as is. It lacks resolution switch on-the-fly. - GUI widgets are repositioned on the fly and use most space, even aspect ratio corrected screen is used without scaling - Heavy tesing is required, but works for me in all cases except for bug #1483272: "GUI: SCUMM pause dialog breaks upon scaler switch" which needs more work. - I probavly broke some backend or two svn-id: r22505
2006-05-12Added the new AbstractFilesystemNode::getCurrentDirectory() method. Also ↵Max Horn
changed the semantics of the FilesystemNode constructors (see also the relevant doxygen comments for explanations). This also fixes bug #1485941. svn-id: r22424
2006-05-12Fixed memory leak in PSPFilesystemNodeMax Horn
svn-id: r22421
2006-05-12Make some tweaks to the GP32 and PSP FS code (trying to at least partially ↵Max Horn
bring them up to speed with the FS code changes). Note: If those files were inside backends/fs/, they wouldn't be overlooked as easily when making FS changes... svn-id: r22420
2006-05-06Added a default implementation of the OSystem CD API (which simply does nothing)Max Horn
svn-id: r22370
2006-04-16some cleanupJoost Peters
svn-id: r21946
2006-04-16update so it compiles again with current svnJoost Peters
svn-id: r21941
2006-04-02Backends now are also responsile for deiniting properly. In particular, ↵Max Horn
moved the call to quit() from scummvm_main to the various backend main routines (porters may want to replace it by something different) svn-id: r21559
2006-04-02With this change, backends are now responsible for instantiating their ↵Max Horn
OSystem class before calling scummvm_main (Note: PalmOS and Symbian are not yet converted, and won't work currently) svn-id: r21557
2006-04-02Fully and officially renamed our main function to scummvm_main, thus makingMax Horn
various backend specific hacks unnecessary. As a consequence, it is now the responsibility of the backend to define main. Hence I adapted the SDL backend accordingly. svn-id: r21542
2006-02-13Fix compilation after engines moved to engines/Joost Peters
svn-id: r20670
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20535
2006-01-27run in usermode. psplink provides an exception handler and stdout/stderr ↵Joost Peters
redirection, so we have no real reason to use kernel mode anyway. svn-id: r20250
2006-01-27Update some FAQs (I should probably move these to the Wiki at some point)Joost Peters
svn-id: r20244
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2006-01-17enable kyra engineJoost Peters
svn-id: r20064
2006-01-01Get rid of an old hackJoost Peters
svn-id: r19886
2005-11-20use gp-relative addressingJoost Peters
svn-id: r19680
2005-10-28Add sleep/suspend mode issue and clarification about 2.00 firmware supportJoost Peters
svn-id: r19352
2005-10-28Allow easy building of userspace-only version (for firmware 2.00 EBOOT loaders)Joost Peters
svn-id: r19346
2005-10-26Update version and correct typoJoost Peters
svn-id: r19326
2005-10-18Argh! Binary files got modified too. Reverting them.Eugene Sandulenko
svn-id: r19144
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-09-30fixup imports, needed when using a recent pspsdkJoost Peters
use gcc instead of g++ for linking, to avoid re-ordering of link libraries svn-id: r18911
2005-09-28Make ScummVM run in usermode, install exception handler in kernelmode.Joost Peters
svn-id: r18897
2005-09-28update documentationJoost Peters
svn-id: r18891
2005-09-17USE_VORBIS needs to be defined when using libtremorJoost Peters
svn-id: r18839
2005-09-11- Enable HE SCUMM gamesJoost Peters
- Create 1.00 (default) and 1.50/kxploit EBOOT.PBP - Add eboot graphics by Chris Eskildsen, used with his permission. svn-id: r18806
2005-09-04Clip copyRectToScreen() coordinates.Joost Peters
Fixes bug #1281154, because FT likes to send negative values occasionally. svn-id: r18763
2005-08-30Correct path to psptoolchain.Joost Peters
svn-id: r18722
2005-08-17fix copy/paste-oJoost Peters
svn-id: r18700
2005-08-16fix typoJoost Peters
svn-id: r18697
2005-08-16Added: PSP backendJoost Peters
svn-id: r18696