Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-06 | %s/CVS/SVN/g | Joost Peters | |
svn-id: r22963 | |||
2006-05-30 | free 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-29 | some cleanup | Joost Peters | |
svn-id: r22753 | |||
2006-05-29 | fix 480x272 overlay drawing, set default overlay size to 480x272 | Joost Peters | |
svn-id: r22751 | |||
2006-05-29 | get rid of _overlayScale | Joost Peters | |
svn-id: r22750 | |||
2006-05-29 | add SCEkxploit rule | Joost Peters | |
svn-id: r22749 | |||
2006-05-26 | move psp_fs.cpp from backends/psp/ to backends/fs/psp/ | Joost Peters | |
svn-id: r22657 | |||
2006-05-26 | Update 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-12 | Added 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-12 | Fixed memory leak in PSPFilesystemNode | Max Horn | |
svn-id: r22421 | |||
2006-05-12 | Make 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-06 | Added a default implementation of the OSystem CD API (which simply does nothing) | Max Horn | |
svn-id: r22370 | |||
2006-04-16 | some cleanup | Joost Peters | |
svn-id: r21946 | |||
2006-04-16 | update so it compiles again with current svn | Joost Peters | |
svn-id: r21941 | |||
2006-04-02 | Backends 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-02 | With 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-02 | Fully and officially renamed our main function to scummvm_main, thus making | Max 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-13 | Fix compilation after engines moved to engines/ | Joost Peters | |
svn-id: r20670 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20535 | |||
2006-01-27 | run 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-27 | Update some FAQs (I should probably move these to the Wiki at some point) | Joost Peters | |
svn-id: r20244 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2006-01-17 | enable kyra engine | Joost Peters | |
svn-id: r20064 | |||
2006-01-01 | Get rid of an old hack | Joost Peters | |
svn-id: r19886 | |||
2005-11-20 | use gp-relative addressing | Joost Peters | |
svn-id: r19680 | |||
2005-10-28 | Add sleep/suspend mode issue and clarification about 2.00 firmware support | Joost Peters | |
svn-id: r19352 | |||
2005-10-28 | Allow easy building of userspace-only version (for firmware 2.00 EBOOT loaders) | Joost Peters | |
svn-id: r19346 | |||
2005-10-26 | Update version and correct typo | Joost Peters | |
svn-id: r19326 | |||
2005-10-18 | Argh! Binary files got modified too. Reverting them. | Eugene Sandulenko | |
svn-id: r19144 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-09-30 | fixup imports, needed when using a recent pspsdk | Joost Peters | |
use gcc instead of g++ for linking, to avoid re-ordering of link libraries svn-id: r18911 | |||
2005-09-28 | Make ScummVM run in usermode, install exception handler in kernelmode. | Joost Peters | |
svn-id: r18897 | |||
2005-09-28 | update documentation | Joost Peters | |
svn-id: r18891 | |||
2005-09-17 | USE_VORBIS needs to be defined when using libtremor | Joost Peters | |
svn-id: r18839 | |||
2005-09-11 | - Enable HE SCUMM games | Joost 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-04 | Clip copyRectToScreen() coordinates. | Joost Peters | |
Fixes bug #1281154, because FT likes to send negative values occasionally. svn-id: r18763 | |||
2005-08-30 | Correct path to psptoolchain. | Joost Peters | |
svn-id: r18722 | |||
2005-08-17 | fix copy/paste-o | Joost Peters | |
svn-id: r18700 | |||
2005-08-16 | fix typo | Joost Peters | |
svn-id: r18697 | |||
2005-08-16 | Added: PSP backend | Joost Peters | |
svn-id: r18696 |