aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-10Fix compilationEugene Sandulenko
2005-05-10Fix compilationEugene Sandulenko
2005-05-09fixed compilation for evc4 and vc7Paweł Kołodziejski
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
2005-05-09fixed warningsPaweł Kołodziejski
2005-05-09Fix doxygen commentMax Horn
2005-05-08Silly copy & paste error :-)Max Horn
2005-05-08New method InSaveFile::skip()Max Horn
2005-05-08Code to grab & downscale the screen content (used for thumbnail creation, par...Max Horn
2005-05-08Comply to our coding conventionsMax Horn
2005-05-08Added two new methods to OSystem: grabPalette and grabRawScreenMax Horn
2005-05-08oopsMax Horn
2005-05-08Fix doxygen warningMax Horn
2005-05-08Fix doxygen warningMax Horn
2005-05-06Fix another doyxgen warningMax Horn
2005-05-05Fixed some doxygen warningsMax Horn
2005-05-05Turned File::exists into a static method (as it should have been from the sta...Max Horn
2005-05-02Don't assert that "domain" is valid. One of the cases where this functionTorbjörn Andersson
2005-04-28Moved Stream::eos() to ReadStream::eos()Max Horn
2005-04-27Use a pointer ref for RGBtoYUV, instead of an array, so that we can choose to...Max Horn
2005-04-24Some C++ compilers don't support the 'not' keyword, it seemsMax Horn
2005-04-24Add additional check for comments with ().Travis Howell
2005-04-24The last section of config file was not saved, when loading config file.Travis Howell
2005-04-23Implement some missing methodsMax Horn
2005-04-23Make StringMap class (with case insensitive keys) globalMax Horn
2005-04-23Added new ConfigFile class. It is not yet used anywhere. ConfigManager will b...Max Horn
2005-04-23Remove StringMap class from map.h (at least for now)Max Horn
2005-04-23Simplified debuglevel handling:Max Horn
2005-04-23Check for a '\' before adding slash too, otherwise starting a game in root di...Travis Howell
2005-04-22Use class File instead of FILE (not finished)Max Horn
2005-04-22* Added new virtual base class 'Stream', ReadStream andMax Horn
2005-04-19Replace OSystem::hasAlpha with a feature flagMax Horn
2005-04-19Added new (optional) OSystem::initBackend() method; this (and its usage) fixe...Max Horn
2005-04-16vc compile warnAndrew Kurushin
2005-04-13Get rid of errno; add some (optional) error checking facilities to SaveFile c...Max Horn
2005-04-10split SaveFileManager::openSavefile and class SaveFile into two, each, one fo...Max Horn
2005-04-09Moved the GFX_ constants to sdl-common.h, where they belong.Max Horn
2005-04-09A common platform alias for 'Windows' is 'win'Max Horn
2005-04-08Add NES platformEugene Sandulenko
2005-04-03Added some comments on how the graphics in OSystem are meant to work, based p...Max Horn
2005-04-03Added some overlay method comments. They could be better and explain more, bu...Max Horn
2005-04-03Added possibility to have an overlay with an alpha channel.Marcus Comstedt
2005-03-31Playstation2 Port: initial importRobert Göffringmann
2005-03-30Forgot to init _encbyte in MemoryReadStream.Eugene Sandulenko
2005-03-30Support for direct reading from NES ROM:Eugene Sandulenko
2005-03-14Fix method names to comply to our coding standardsMax Horn
2005-03-12mouse cursor palette better fits into the 'mouse' category than in the 'graph...Max Horn