Age | Commit message (Expand) | Author |
2008-11-21 | fix wrong uncompress() error check (Z_OK == 0) -- thanks whoever wrecked this ;) | Joost Peters |
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys... | Max Horn |
2008-11-06 | Got rid of OSystem::ARGBToColor and colorToARGB | Max Horn |
2008-11-03 | add PSPSaveFileManager class (subclassed DefaultSaveFileManager) | Joost Peters |
2008-11-03 | implement OSystem::getOverlayFormat() | Joost Peters |
2008-10-19 | Code formatting fixes | Max Horn |
2008-10-16 | OSYSTEM: Pushed out some port specific code from common/system.cpp to the res... | Max Horn |
2008-09-16 | Removed assert leftover. | Johannes Schickel |
2008-09-16 | Modified uncompress in common/zlib.h to return a bool, so that we don't have ... | Max Horn |
2008-09-04 | move save directory detection/creation from main() to OSystem_PSP::initBackend() | Joost Peters |
2008-09-04 | remove deprecated SCUMMVM_SAVEPATH define -- pass default savepath to Default... | Joost Peters |
2008-07-08 | set DEPDIR | Joost Peters |
2008-07-08 | Enable static engines -- time to start thinking about prx/plugin support! | Joost Peters |
2008-07-08 | changes for new Mixer API | Joost Peters |
2008-06-28 | Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks | Max Horn |
2008-06-28 | Removed obsolete ::clearSoundCallback() code | Max Horn |
2008-04-10 | fix make clean | Joost Peters |
2008-03-26 | Call InitScalers instead of setting gBitFormat directly | Max Horn |
2008-03-19 | Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate() | Joost Peters |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2008-01-22 | Removed backends/intern.h | Max Horn |
2007-11-20 | Cleanup. | Johannes Schickel |
2007-10-17 | fix compile after recent fs code rename | Joost Peters |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-19 | rename psp_fs.cpp to psp-fs.cpp (as per the naming convention) | Joost Peters |
2007-09-18 | Code formatting fixes | Max Horn |
2007-06-30 | Adding some missing stuff to the PS2 port (it still will require quite some w... | Max Horn |
2007-06-22 | fix compilation by casting the %, {, }, | and ~ keycode "magic" numbers to Co... | Joost Peters |
2007-06-22 | Oops, forgot Common:: qualifier | Max Horn |
2007-06-22 | Potential fix for PSP build problems | Max Horn |
2007-06-22 | Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants... | Max Horn |
2007-06-20 | Fix for bug #1740241 (PSP: revision 27553 doesn't build) | Max Horn |
2007-06-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All c... | Max Horn |
2007-06-09 | enable lure and cruise again; I accidentally committed this to trunk instead ... | Joost Peters |
2007-06-09 | disable lure and cruise engines | Joost Peters |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-24 | center cursor at startup | Joost Peters |
2007-05-24 | Apply patch for bug #1698312 "PSP: 435x272 resolution cursor misalignement" | Joost Peters |
2007-04-09 | initialize _palette in OSystem_PSP_GU ctor, as it's used in setMouseCursor() ... | Joost Peters |
2007-03-18 | Some fixes to cope with the move of the event code from OSystem to Common | Max Horn |
2007-03-18 | Fix for bug #1683111 (PSP: unable to build latest svn version 26210) | Max Horn |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-02-11 | remove libmpeg2 'support', as we support DXA cutscenes now and mpeg2 was neve... | Joost Peters |
2007-02-11 | fix compilation / modularization update | Joost Peters |
2006-10-22 | don't set CFLAGS, as we don't need them and they're now used for building the... | Joost Peters |
2006-10-07 | #include <base/engine.h> -> #include <engines/engine.h (Though I don't like | Eugene Sandulenko |
2006-07-07 | fix build with latest psp toolchain | Joost Peters |
2006-07-07 | implement grabRawScreen() | Joost Peters |
2006-06-30 | fix compilation after backend move | Joost Peters |