Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-10 | PSP: switched to psp semaphores rather than SDL's. Removal of SDL is almost ↵ | Yotam Barnoy | |
complete. svn-id: r49572 | |||
2010-06-09 | PSP: fixed missing frame issue with kyrandia and possibly other games by ↵ | Yotam Barnoy | |
calling updateScreen() from pollEvent() once in a while svn-id: r49541 | |||
2010-06-07 | PSP: found bug in fast getMillis() implementation. Fixed it by adding a ↵ | Yotam Barnoy | |
fixed amount to the time counter. svn-id: r49485 | |||
2010-05-24 | PSP: to fix the audio, I cleaned up the audio thread and changed the thread ↵ | Yotam Barnoy | |
priorities. svn-id: r49200 | |||
2010-05-24 | PSP: switched to using slightly faster delay and getMillis | Yotam Barnoy | |
svn-id: r49179 | |||
2010-05-24 | PSP: turn off psp audio thread again. Must have tested it wrong. | Yotam Barnoy | |
svn-id: r49178 | |||
2010-05-24 | PSP: switched to the way SDL does things in the audio thread to get rid of ↵ | Yotam Barnoy | |
clicking. PSP's thread is still more efficient. svn-id: r49175 | |||
2010-05-23 | PSP: commented out new PSP audio. Still has some clicking issues | Yotam Barnoy | |
svn-id: r49169 | |||
2010-05-23 | PSP: replaced SDL's timer with much simpler and more efficient PspTimer class | Yotam Barnoy | |
svn-id: r49155 | |||
2010-05-23 | PSP: switched from SDL's audio to my own thread. Removed needless blocking ↵ | Yotam Barnoy | |
while playing and made it generally more efficient. To deactivate, simply comment out USE_PSP_AUDIO svn-id: r49149 | |||
2010-05-17 | PSP: added option for render by callback and fixed up and cleaned up debug ↵ | Yotam Barnoy | |
mechanism. This allows for about 4% speedup since we no longer need to wait for VSYNC in our main thread. I'll activate it as soon as I've tested it out properly. svn-id: r49055 | |||
2010-04-25 | PSP:Implemented fingolfin's suggestion for cleaning up debugging code | Yotam Barnoy | |
svn-id: r48792 | |||
2010-04-12 | PSP: Fix code formatting using astyle | Max Horn | |
svn-id: r48634 | |||
2010-04-12 | PSP: refactoring/redesign of the backend | Yotam Barnoy | |
svn-id: r48632 | |||
2010-03-11 | Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵ | Max Horn | |
MixerImpl constructor svn-id: r48238 | |||
2010-03-10 | Remove last traces of OSystem::getOutputSampleRate() | Max Horn | |
svn-id: r48229 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2009-12-31 | PSP: added keypad to d-pad. Allows control of AGI,SCI0, and Indy3 | Yotam Barnoy | |
svn-id: r46810 | |||
2009-11-24 | PSP: Fix whitespace usage and code formatting | Max Horn | |
svn-id: r46126 | |||
2009-11-24 | PSP: Replaced virtual keyboard and cleaned up makefiles in the process. | Yotam Barnoy | |
svn-id: r46120 | |||
2009-10-22 | PSP: small fix for cache coherency affecting nippon and some others. Trunk only. | Yotam Barnoy | |
svn-id: r45328 | |||
2009-10-16 | PSP palette fix for bsword1: fixed cache coherency issue | Yotam Barnoy | |
svn-id: r45165 | |||
2009-10-09 | whitespace changes aka. buildbot rebuilding :) | Joost Peters | |
svn-id: r44831 | |||
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May ↵ | Max Horn | |
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793 | |||
2009-10-04 | Cleaned up version of patch #2872626: "PSP: flicker part 2" | Joost Peters | |
svn-id: r44646 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-27 | reduce display list size - we only use a fraction of it. | Joost Peters | |
svn-id: r44418 | |||
2009-09-23 | PSP: improved suspend/resume support [patch from bluddy] | Joost Peters | |
svn-id: r44276 | |||
2009-09-22 | cleanup | Joost Peters | |
svn-id: r44253 | |||
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 |