aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2010-05-17Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite)Matthew Hoops
2010-05-17Restrict MIPSpro workaround to non-gcc compilers -- fixes compilation with gc...Joost Peters
2010-05-12Fix mismatched new[]/delete[]Matthew Hoops
2010-05-11Pass by reference instead of value to getResource(String)Matthew Hoops
2010-05-11Add support for getting a resource from the resource fork by name.Matthew Hoops
2010-05-10Add support to the MacResManager and AdvancedDetector to take the md5 of a re...Matthew Hoops
2010-05-10Minor fix for using the MacResManager with a regular file; switch MacBinary's...Matthew Hoops
2010-05-09Patch #2901515: HE: Resource Forks on Mac OS XEugene Sandulenko
2010-05-05Replace various strncpy usages by strlcpy.Johannes Schickel
2010-05-05Add a custom implementation of OpenBSD's strlcat and strlcpy.Johannes Schickel
2010-05-04Reduce indirect header dependencies furtherMax Horn
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-04-27correct indentionMax Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-04-27cleanupMax Horn
2010-04-20Document setPalette() and grabPalette() changes, fix some incorrect 8bit stat...Andre Heider
2010-04-19Fix regression introduced with r46130, which caused debugN strings to be post...Johannes Schickel
2010-04-13Whitespace fix.Johannes Schickel
2010-04-13Print message when creating new INI; don't rewrite it directly after reading.Max Horn
2010-04-13Patch #2985205: "GSoC: Improve FSNode warning messages"Max Horn
2010-04-12Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew la...Ori Avtalion
2010-04-11Rest of patch #2982224: GSoC: Added unit test and unified error message displayMax Horn
2010-04-06COMMON: Add Common::parseBoolMax Horn
2010-03-29COMMON: Cleanup ConfigManager codeMax Horn
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-20- Renamed SharedPtr<T>::Pointer to SharedPtr<T>::PointerTypeJohannes Schickel
2010-03-20Style fixes / cleanup.Johannes Schickel
2010-03-20added ScopedPtr templateVladimir Menshakov
2010-03-20Some style fixes.Johannes Schickel
2010-03-20Remove unused stdarg.h include.Johannes Schickel
2010-03-20Sort object files.Johannes Schickel
2010-03-20Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).Johannes Schickel
2010-03-20Add common/util.h include to common/algorithm.h for SWAP.Johannes Schickel
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-03-18COMMON: Move tag2str from util.h to str.hMax Horn
2010-03-18COMMON: Move port specific '#define fputs' from util.cpp to textconsole.cppMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-13Fix our DECLARE_SINGLETON macro to conform to the C++ specs.Johannes Schickel
2010-02-28Add a comment to document my removal of stream delete in previous commitFabio Battaglia
2010-02-28do not delete the stream twice in makeZipArchive as it's already deleted by u...Fabio Battaglia
2010-02-23Update Common::KeyState commentsMax Horn
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-13cleanupMax Horn
2010-02-13Hide ZipArchive implementation, only expose it via factory functions: makeZip...Max Horn
2010-02-09Remove last traces of File::addDefaultDirectoryMax Horn
2010-02-09Merged _headers and _filemap.Nicola Mettifogo
2010-02-08Reduce header interdependenciesMax Horn
2010-02-08Introduce factory function makeArjArchive, hide ArjArchive class implementationMax Horn
2010-02-08Renamed ArjFile to ArchiveMan, and _arj to _archives.Nicola Mettifogo