Age | Commit message (Expand) | Author |
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec... | Max Horn |
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn |
2005-05-09 | fixed warnings | Paweł Kołodziejski |
2005-05-09 | Fix doxygen comment | Max Horn |
2005-05-08 | Added two new methods to OSystem: grabPalette and grabRawScreen | Max Horn |
2005-05-08 | oops | Max Horn |
2005-05-08 | Fix doxygen warning | Max Horn |
2005-04-19 | Replace OSystem::hasAlpha with a feature flag | Max Horn |
2005-04-19 | Added new (optional) OSystem::initBackend() method; this (and its usage) fixe... | Max Horn |
2005-04-03 | Added some comments on how the graphics in OSystem are meant to work, based p... | Max Horn |
2005-04-03 | Added some overlay method comments. They could be better and explain more, bu... | Max Horn |
2005-04-03 | Added possibility to have an overlay with an alpha channel. | Marcus Comstedt |
2005-03-14 | Fix method names to comply to our coding standards | Max Horn |
2005-03-12 | mouse cursor palette better fits into the 'mouse' category than in the 'graph... | Max Horn |
2005-03-09 | Patch #1013937 "OSystem layer with bigger resolution". Now you will always | Eugene Sandulenko |
2005-02-20 | Implement OSystem method disableCursorPalette(bool disable) as mentioned | Eugene Sandulenko |
2005-02-17 | Mouse part of big patch #1013937 (OSystem layer with bigger resolution) | Eugene Sandulenko |
2005-01-11 | On Fingolfin's suggestion I put back the inclusion of util.h into Rect, for | Torbjörn Andersson |
2005-01-11 | This is probably not the optimal fix, but at least ScummVM compiles again. | Torbjörn Andersson |
2005-01-10 | Reduce dependencies on common/savefile.h from 88 to 14 | Max Horn |
2005-01-10 | Moved mutex stuff into a seperate header | Max Horn |
2005-01-10 | yet another attempt to get makeInstance working for gcc 3.3, gcc 3.2, and MSV... | Max Horn |
2005-01-09 | Added new interface SeekableReadStream | Max Horn |
2005-01-06 | - remove "extern" before OSystem::makeInstance | Andrew Kurushin |
2005-01-06 | Modify the singleton code once more to help overcome an issue with MSVC 7 (se... | Max Horn |
2005-01-01 | Changed the singleton code to allow for custom object factories; this allowed... | Max Horn |
2005-01-01 | Changed OSystem::instance() to return a reference, not a pointer (it now matc... | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-05 | Clean up OSystem::Event | Max Horn |
2004-11-27 | Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some... | Max Horn |
2004-11-22 | Added OSystem::beginGFXTransaction / endGFXTransaction (not yet implemented, ... | Max Horn |
2004-11-13 | Add new clearScreen OSystem call. Currently only implemented in SDL backend. ... | James Brown |
2004-10-15 | Clarify OSystem::setPalette documentation (thanks for pointing this out, Lord... | Max Horn |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-09-04 | Got rid of OSystem::move_screen | Max Horn |
2004-06-25 | Cleaned up SaveFileManager stuff a little bit | Max Horn |
2004-05-05 | Extend setMouseCursor with additional keycolor parameter. Lets saga use 255 | Eugene Sandulenko |
2004-03-28 | Remove explicit OSystem parameter from StackLock constructor; added OSystem::... | Max Horn |
2004-03-28 | Renamed more OSystem methods | Max Horn |
2004-03-28 | reorder content | Max Horn |
2004-03-27 | clarify OSystem specification (setTimerCallback() must be 'atomic') | Max Horn |
2004-03-16 | Fixed typo. | Torbjörn Andersson |
2004-03-15 | ...and mor. Next big thing should be to document the overlay stuff, but that'... | Max Horn |
2004-03-15 | more tweaks to doxygen | Max Horn |
2004-03-15 | fix circular header dependency, by moving StackLock class to common/system.h ... | Max Horn |
2004-03-15 | Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes | Max Horn |
2004-03-15 | fix doxygen-comment mistakes | Max Horn |
2004-03-15 | Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ge... | Max Horn |
2004-03-13 | Document the backend feature flags a bit, I hope this clarifies their purpose... | Max Horn |
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor... | Max Horn |