aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2005-06-20Added virtual destructor, to silence a few more GCC 4 warningsMax Horn
2005-06-10fix VS2005beta2 compilationAndrew Kurushin
2005-06-07Increase max number of timers to 8.Eugene Sandulenko
2005-06-05added code for loading dynamic plugins(DLLs) for windowsPaweł Kołodziejski
2005-05-28fix warningAndrew Kurushin
2005-05-28commit adds setWidth & setHeight to extend bounds of rectAndrew Kurushin
2005-05-22Add Norwegian Bokm�l version of Freddi Fish 1.Travis Howell
2005-05-17Initial support of C64 MM & ZakEugene Sandulenko
2005-05-15Indentation and whitespace.Torbjörn Andersson
2005-05-15Added String::iteratorMax Horn
2005-05-14Improvements to --disable-* stuff. Now less ugly #ifdefs with #includes.Eugene Sandulenko
2005-05-14Added --disable-hq and --disable-scumm-7-8 options. Also improvedEugene Sandulenko
2005-05-14Factor out common stuff in scummsys.h a little bitMax Horn
2005-05-14Removing the last traces of the old custom new/delete operatorsMax Horn
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