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-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn |
2005-05-10 | Fix compilation | Eugene Sandulenko |
2005-05-10 | Fix compilation | Eugene Sandulenko |
2005-05-09 | fixed compilation for evc4 and vc7 | Paweł Kołodziejski |
2005-05-09 | Patch #1181544 (AmigaOS 4 changes) | Max Horn |
2005-05-09 | fixed warnings | Paweł Kołodziejski |
2005-05-09 | Fix doxygen comment | Max Horn |
2005-05-08 | Silly copy & paste error :-) | Max Horn |
2005-05-08 | New method InSaveFile::skip() | Max Horn |
2005-05-08 | Code to grab & downscale the screen content (used for thumbnail creation, par... | Max Horn |
2005-05-08 | Comply to our coding conventions | 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-05-08 | Fix doxygen warning | Max Horn |
2005-05-06 | Fix another doyxgen warning | Max Horn |
2005-05-05 | Fixed some doxygen warnings | Max Horn |
2005-05-05 | Turned File::exists into a static method (as it should have been from the sta... | Max Horn |
2005-05-02 | Don't assert that "domain" is valid. One of the cases where this function | Torbjörn Andersson |
2005-04-28 | Moved Stream::eos() to ReadStream::eos() | Max Horn |
2005-04-27 | Use a pointer ref for RGBtoYUV, instead of an array, so that we can choose to... | Max Horn |
2005-04-24 | Some C++ compilers don't support the 'not' keyword, it seems | Max Horn |
2005-04-24 | Add additional check for comments with (). | Travis Howell |
2005-04-24 | The last section of config file was not saved, when loading config file. | Travis Howell |
2005-04-23 | Implement some missing methods | Max Horn |
2005-04-23 | Make StringMap class (with case insensitive keys) global | Max Horn |
2005-04-23 | Added new ConfigFile class. It is not yet used anywhere. ConfigManager will b... | Max Horn |
2005-04-23 | Remove StringMap class from map.h (at least for now) | Max Horn |
2005-04-23 | Simplified debuglevel handling: | Max Horn |
2005-04-23 | Check for a '\' before adding slash too, otherwise starting a game in root di... | Travis Howell |
2005-04-22 | Use class File instead of FILE (not finished) | Max Horn |
2005-04-22 | * Added new virtual base class 'Stream', ReadStream and | 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-16 | vc compile warn | Andrew Kurushin |
2005-04-13 | Get rid of errno; add some (optional) error checking facilities to SaveFile c... | Max Horn |
2005-04-10 | split SaveFileManager::openSavefile and class SaveFile into two, each, one fo... | Max Horn |
2005-04-09 | Moved the GFX_ constants to sdl-common.h, where they belong. | Max Horn |
2005-04-09 | A common platform alias for 'Windows' is 'win' | Max Horn |
2005-04-08 | Add NES platform | Eugene Sandulenko |
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-31 | Playstation2 Port: initial import | Robert Göffringmann |
2005-03-30 | Forgot to init _encbyte in MemoryReadStream. | Eugene Sandulenko |
2005-03-30 | Support for direct reading from NES ROM: | Eugene Sandulenko |
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 |