Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-22 | Apply patch #2863653: "PSP: Flickering problem fix" + some formatting ↵ | Joost Peters | |
changes and fixing several incorrect depth values. svn-id: r44251 | |||
2009-08-21 | some cleanup | Joost Peters | |
svn-id: r43618 | |||
2009-08-21 | unify OSystem_PSP_GU and OSystem_PSP (which was hopelessly outdated and ↵ | Joost Peters | |
mostly useless) svn-id: r43615 | |||
2009-08-21 | fix compilation after RGB API changes | Joost Peters | |
svn-id: r43606 | |||
2009-08-19 | PSP: throttle the number of updateScreen() calls | Joost Peters | |
svn-id: r43539 | |||
2009-08-18 | Implement setCursorPalette(), correct hasFeature() <-> getFeatureState() mixup. | Joost Peters | |
svn-id: r43519 | |||
2009-08-18 | PSP: Make R-trigger act as a context sensitive modifier key, remap ENTER to ↵ | Joost Peters | |
triangle svn-id: r43517 | |||
2009-08-17 | Commit (slightly) modified version of patch #2831248: Allow suspend/resume ↵ | Joost Peters | |
for PSP svn-id: r43477 | |||
2009-06-28 | Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input; | Max Horn | |
also intentionally broke WinCE and Symbian ports (in an obvious way that can be undo by commenting out some text) -- hopefully this will get the maintainers' attention during the next release cycle, unlike my emails svn-id: r41932 | |||
2009-03-25 | Allow building of psp backend via configure (Part 1 - Still need to add the ↵ | Joost Peters | |
fixup + EBOOT packing steps). Thanks dhewg and fingolfin for assistance. :) svn-id: r39693 | |||
2009-02-18 | report kFeatureOverlaySupportsAlpha (knowing that nothing queries it, and it ↵ | Joost Peters | |
may even be phased out at some point). svn-id: r38476 | |||
2009-02-14 | remove InitScalers() call, since the PSP port doesn't use scalers, and we no ↵ | Joost Peters | |
longer need to set gBitFormat. svn-id: r36333 | |||
2009-01-23 | Renamed FSNode::openForReading / openForWriting to createReadStream / ↵ | Max Horn | |
createWriteStream, again to make ownership of the returned stream clear svn-id: r36014 | |||
2009-01-23 | Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to ↵ | Max Horn | |
createConfigReadStream & createConfigWriteStream, in order to make it clear that the *caller* is responsible for deleting the streams (i.e., 'owns' them) svn-id: r36013 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-11-06 | Got rid of OSystem::colorToRGB and RGBToColor; added implementations for ↵ | Max Horn | |
OSystem::getOverlayFormat to several ports (pending testing by the porters) svn-id: r34912 | |||
2008-11-06 | Got rid of OSystem::ARGBToColor and colorToARGB | Max Horn | |
svn-id: r34911 | |||
2008-11-03 | add PSPSaveFileManager class (subclassed DefaultSaveFileManager) | Joost Peters | |
svn-id: r34891 | |||
2008-10-19 | Code formatting fixes | Max Horn | |
svn-id: r34827 | |||
2008-10-16 | OSYSTEM: Pushed out some port specific code from common/system.cpp to the ↵ | Max Horn | |
respective ports svn-id: r34812 | |||
2008-09-04 | move save directory detection/creation from main() to OSystem_PSP::initBackend() | Joost Peters | |
svn-id: r34326 | |||
2008-09-04 | remove deprecated SCUMMVM_SAVEPATH define -- pass default savepath to ↵ | Joost Peters | |
DefaultSaveFileManager ctor svn-id: r34324 | |||
2008-07-08 | changes for new Mixer API | Joost Peters | |
svn-id: r32967 | |||
2008-06-28 | Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks | Max Horn | |
svn-id: r32828 | |||
2008-06-28 | Removed obsolete ::clearSoundCallback() code | Max Horn | |
svn-id: r32826 | |||
2008-03-26 | Call InitScalers instead of setting gBitFormat directly | Max Horn | |
svn-id: r31242 | |||
2008-03-19 | Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate() | Joost Peters | |
svn-id: r31195 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-22 | Removed backends/intern.h | Max Horn | |
svn-id: r30611 | |||
2007-11-20 | Cleanup. | Johannes Schickel | |
svn-id: r29584 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-18 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-06-22 | Converted 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-19 | Implemented 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-05-30 | Updated 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-24 | Apply patch for bug #1698312 "PSP: 435x272 resolution cursor misalignement" | Joost Peters | |
svn-id: r26931 | |||
2007-03-18 | Some fixes to cope with the move of the event code from OSystem to Common | Max Horn | |
svn-id: r26233 | |||
2007-03-18 | Fix for bug #1683111 (PSP: unable to build latest svn version 26210) | Max Horn | |
svn-id: r26225 | |||
2007-03-17 | Moved 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-11 | fix compilation / modularization update | Joost Peters | |
svn-id: r25487 | |||
2006-07-07 | implement grabRawScreen() | Joost Peters | |
svn-id: r23385 | |||
2006-06-30 | fix compilation after backend move | Joost Peters | |
svn-id: r23359 | |||
2006-06-30 | move psp backend to backends/platforms/psp | Joost Peters | |
svn-id: r23358 |