Age | Commit message (Expand) | Author |
2017-10-15 | BACKENDS: Constify PaletteManager::grabPalette implementations | Colin Snover |
2014-02-18 | PSP: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko |
2012-06-16 | ALL: Let overlay related methods in OSystem take a void * and use a proper pi... | Johannes Schickel |
2012-06-16 | BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer. | Johannes Schickel |
2012-06-16 | BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *... | Johannes Schickel |
2012-06-03 | ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo... | Johannes Schickel |
2011-06-08 | BACKENDS: Shuffle backends class hierarchy and module initialization | Max Horn |
2011-06-07 | PSP: Use OSystem's 'slots' for timer/savefile manager | Max Horn |
2011-06-06 | BACKENDS: Add OSystem::getDefaultConfigFileName | Max Horn |
2011-06-04 | BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | PSP: Fix compilation | Ori Avtalion |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2010-11-18 | BACKENDS: Implement logging API proposed by Max on -devel. | Johannes Schickel |
2010-10-14 | PSP: made image viewer reset to the first image between engine loads | Yotam Barnoy |
2010-10-14 | PSP: added image viewer for viewing images during games | Yotam Barnoy |
2010-06-21 | PSP: moved RTC to singleton to allow usage by classes other than Osystem | Yotam Barnoy |
2010-06-16 | PSP: got rid of SDL | Yotam Barnoy |
2010-06-15 | SYSTEM: Unify OSystem::getSupportedFormats() signature | Max Horn |
2010-06-09 | PSP: fixed missing frame issue with kyrandia and possibly other games by call... | Yotam Barnoy |
2010-06-07 | PSP: found bug in fast getMillis() implementation. Fixed it by adding a fixed... | Yotam Barnoy |
2010-05-24 | PSP: moved timer thread to backends/timer/psp | Yotam Barnoy |
2010-05-23 | PSP: replaced SDL's timer with much simpler and more efficient PspTimer class | Yotam Barnoy |
2010-05-23 | PSP: switched from SDL's audio to my own thread. Removed needless blocking wh... | Yotam Barnoy |
2010-04-12 | PSP: Fix code formatting using astyle | Max Horn |
2010-04-12 | PSP: refactoring/redesign of the backend | Yotam Barnoy |
2010-03-10 | Remove last traces of OSystem::getOutputSampleRate() | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-12-31 | PSP: added keypad to d-pad. Allows control of AGI,SCI0, and Indy3 | Yotam Barnoy |
2009-11-24 | PSP: Replaced virtual keyboard and cleaned up makefiles in the process. | Yotam Barnoy |
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May lead... | Max Horn |
2009-08-21 | some cleanup | Joost Peters |
2009-08-21 | unify OSystem_PSP_GU and OSystem_PSP (which was hopelessly outdated and mostl... | Joost Peters |
2009-08-21 | fix compilation after RGB API changes | Joost Peters |
2009-08-19 | PSP: throttle the number of updateScreen() calls | Joost Peters |
2009-08-18 | Implement setCursorPalette(), correct hasFeature() <-> getFeatureState() mixup. | Joost Peters |
2009-08-17 | Commit (slightly) modified version of patch #2831248: Allow suspend/resume fo... | Joost Peters |
2009-06-28 | Fix PSP port | Max Horn |
2009-06-28 | Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input; | Max Horn |
2009-03-25 | Allow building of psp backend via configure (Part 1 - Still need to add the f... | Joost Peters |
2009-02-18 | Use 4444 overlay on PSP (instead of 1555). | Joost Peters |
2009-01-30 | Moved default implementations for various OSystem methods into a new class Ba... | Max Horn |
2009-01-24 | fix compilation | Joost Peters |
2009-01-23 | Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to creat... | Max Horn |
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 | implement OSystem::getOverlayFormat() | Joost Peters |
2008-10-16 | OSYSTEM: Pushed out some port specific code from common/system.cpp to the res... | Max Horn |