Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |