Joost Peters
9a3218e673
unify OSystem_PSP_GU and OSystem_PSP (which was hopelessly outdated and mostly useless)
...
svn-id: r43615
2009-08-21 22:30:35 +00:00
Joost Peters
7d350b215c
fix compilation after RGB API changes
...
svn-id: r43606
2009-08-21 19:11:02 +00:00
Joost Peters
bbac75bc1c
PSP: throttle the number of updateScreen() calls
...
svn-id: r43539
2009-08-19 16:23:44 +00:00
Joost Peters
a35056b555
Implement setCursorPalette(), correct hasFeature() <-> getFeatureState() mixup.
...
svn-id: r43519
2009-08-18 18:06:50 +00:00
Joost Peters
ed2a733b2a
PSP: Make R-trigger act as a context sensitive modifier key, remap ENTER to triangle
...
svn-id: r43517
2009-08-18 17:12:01 +00:00
Joost Peters
62bcb2e51b
Commit (slightly) modified version of patch #2831248 : Allow suspend/resume for PSP
...
svn-id: r43477
2009-08-17 12:57:37 +00:00
Max Horn
bb28ed7b7a
Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;
...
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-06-28 19:58:11 +00:00
Joost Peters
1a5f531d23
Allow building of psp backend via configure (Part 1 - Still need to add the fixup + EBOOT packing steps).
...
Thanks dhewg and fingolfin for assistance. :)
svn-id: r39693
2009-03-25 21:58:16 +00:00
Joost Peters
cd6a141815
report kFeatureOverlaySupportsAlpha (knowing that nothing queries it, and it may even be phased out at some point).
...
svn-id: r38476
2009-02-18 13:30:35 +00:00
Joost Peters
6103e821c6
remove InitScalers() call, since the PSP port doesn't use scalers, and we no longer need to set gBitFormat.
...
svn-id: r36333
2009-02-14 18:17:27 +00:00
Max Horn
8f16458e9b
Renamed FSNode::openForReading / openForWriting to createReadStream / createWriteStream, again to make ownership of the returned stream clear
...
svn-id: r36014
2009-01-23 03:41:36 +00:00
Max Horn
e4b013f616
Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to 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-23 03:30:40 +00:00
Eugene Sandulenko
696897b058
Whoa! Removing trailing spaces.
...
svn-id: r35648
2009-01-01 15:06:43 +00:00
Max Horn
edf9f24926
Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSystem::getOverlayFormat to several ports (pending testing by the porters)
...
svn-id: r34912
2008-11-06 15:02:50 +00:00
Max Horn
f238a12b27
Got rid of OSystem::ARGBToColor and colorToARGB
...
svn-id: r34911
2008-11-06 14:27:13 +00:00
Joost Peters
f12b76b7fb
add PSPSaveFileManager class (subclassed DefaultSaveFileManager)
...
svn-id: r34891
2008-11-03 22:21:34 +00:00
Max Horn
f1a0d7dfb2
Code formatting fixes
...
svn-id: r34827
2008-10-19 21:06:26 +00:00
Max Horn
36311eefb4
OSYSTEM: Pushed out some port specific code from common/system.cpp to the respective ports
...
svn-id: r34812
2008-10-16 17:18:15 +00:00
Joost Peters
3930783928
move save directory detection/creation from main() to OSystem_PSP::initBackend()
...
svn-id: r34326
2008-09-04 08:34:02 +00:00
Joost Peters
912684de2d
remove deprecated SCUMMVM_SAVEPATH define -- pass default savepath to DefaultSaveFileManager ctor
...
svn-id: r34324
2008-09-04 08:16:39 +00:00
Joost Peters
926df065f4
changes for new Mixer API
...
svn-id: r32967
2008-07-08 17:20:26 +00:00
Max Horn
c45d632f3b
Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks
...
svn-id: r32828
2008-06-28 15:28:29 +00:00
Max Horn
3b1a60c3b2
Removed obsolete ::clearSoundCallback() code
...
svn-id: r32826
2008-06-28 15:13:54 +00:00
Max Horn
b2aea51d58
Call InitScalers instead of setting gBitFormat directly
...
svn-id: r31242
2008-03-26 14:56:51 +00:00
Joost Peters
2c67073084
Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate()
...
svn-id: r31195
2008-03-19 11:07:27 +00:00
Jordi Vilalta Prat
66e9d4f5e8
Removed trailing spaces.
...
svn-id: r30664
2008-01-27 19:47:41 +00:00
Max Horn
c4c481fecf
Removed backends/intern.h
...
svn-id: r30611
2008-01-22 14:16:02 +00:00
Johannes Schickel
c9a7cbf6ee
Cleanup.
...
svn-id: r29584
2007-11-20 19:59:29 +00:00
Nicola Mettifogo
258901bab9
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
...
svn-id: r28966
2007-09-19 08:40:12 +00:00
Max Horn
3abc11611e
Code formatting fixes
...
svn-id: r28945
2007-09-18 20:16:33 +00:00
Max Horn
2b23374468
Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants. This also revealed the evil mixing of keycodes and ascii we do in many places :-/
...
svn-id: r27616
2007-06-22 20:04:44 +00:00
Max Horn
b51f2f3212
Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All 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-06-19 22:39:59 +00:00
Max Horn
218e132e37
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
...
svn-id: r27024
2007-05-30 21:56:52 +00:00
Joost Peters
f175f17481
Apply patch for bug #1698312 "PSP: 435x272 resolution cursor misalignement"
...
svn-id: r26931
2007-05-24 19:44:46 +00:00
Max Horn
995a4d7cff
Some fixes to cope with the move of the event code from OSystem to Common
...
svn-id: r26233
2007-03-18 21:55:57 +00:00
Max Horn
2c3152ea62
Fix for bug #1683111 (PSP: unable to build latest svn version 26210)
...
svn-id: r26225
2007-03-18 18:59:35 +00:00
Max Horn
ed54ea9155
Moved Event/EventType/keyboard enum from common/system.h (part of class 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-03-17 19:02:05 +00:00
Joost Peters
fb76c7d2e5
fix compilation / modularization update
...
svn-id: r25487
2007-02-11 11:24:37 +00:00
Joost Peters
2b0c4e9bf3
implement grabRawScreen()
...
svn-id: r23385
2006-07-07 10:38:56 +00:00
Joost Peters
14fc6d4ca4
fix compilation after backend move
...
svn-id: r23359
2006-06-30 21:14:34 +00:00
Joost Peters
438f47b041
move psp backend to backends/platforms/psp
...
svn-id: r23358
2006-06-30 21:00:39 +00:00