aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-21Small formatting fixesJordi Vilalta Prat
2009-10-20cleanupMax Horn
2009-10-19Added operator== and != to Common::ArrayMax Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-10-15Give Gob1 CD-i its own platform.Matthew Hoops
2009-10-12Fix broken size in Common::String::printf output in MSVCWillem Jan Palenstijn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-04Reduce usage of Common::String::emptyStringMax Horn
2009-10-03Use buffer in Common::String::printf slightly more efficientlyWillem Jan Palenstijn
2009-10-03Fixed bug in archive.cpp that caused at least one engine (SAGA) not to workYotam Barnoy
2009-10-01Fix Common::String::printf in MSVCWillem Jan Palenstijn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-27Backported NDS changes from 1.0.0 branch to trunkMax Horn
2009-09-24Remove references to non existant function convertScreenRect.Johannes Schickel
2009-09-24Removed the MSVC-specific pragmas for disabling warnings. These are now in Sc...Filippos Karapetis
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...Johannes Schickel
2009-09-23COMMON: Add "ignoreCase" parameter to matchString.Johannes Schickel
2009-09-22Fix warning in gcc 3.3.5, by changing FORCEINLINE definition.Johannes Schickel
2009-09-22Remove superfluous checksWillem Jan Palenstijn
2009-09-22Fix regression in 44236, which caused iterators to see dummy node entries as ...Johannes Schickel
2009-09-21Stop confusing doxygen :)Max Horn
2009-09-21COMMON: Remove Common::HashMap::_dummyNode, instead use HASHMAP_DUMMY_NODE (t...Max Horn
2009-09-11fix duplicate definition of FORCEINLINE on mingw toolchainsNorbert Lange
2009-09-11Slightly modified version of Patch #2838562: Improve endian.h and stream.hMax Horn
2009-09-06COMMON: (Inactive) code to debug memory leaks in memory pools + typo fixBertrand Augereau
2009-09-06COMMON: HashMap::getVal now allows specifying a default value.Max Horn
2009-09-03Fix a new/free mismatch when creating a MemoryReadStream from a MemoryWriteSt...Matthew Hoops
2009-08-30Remove unused includeJordi Vilalta Prat
2009-08-24reverting changes from patch 43696 that shouldnt have been committedNorbert Lange
2009-08-24Enable alternative palettse for Amiga Monkey Island - Patch ID: 2819787Norbert Lange
2009-08-21Renamed ENABLE_RGB_COLOR to USE_RGB_COLOR, and added it to config.h to guaran...Andre Heider
2009-08-21Merged RGB color API and support in from /scummvm/branches/gsoc2009-16bit/Jody Northup
2009-08-19Initialize EventRecorder to passthrough mode in the constructor.Johannes Schickel
2009-08-19Merged revisions 43458-43468,43470-43471,43473-43475,43477,43479-43483,43485,...Travis Howell
2009-08-17- Add note about that modifing the parent stream will mess up SeekableSubRead...Johannes Schickel
2009-08-16Merged revisions 43338-43340,43342,43344-43347,43349-43350,43352-43354,43357-...Travis Howell
2009-08-14MIPSpro compilation fixes / workarounds (from a patch by Rainer Canavan)Joost Peters
2009-08-14Added proper saving/loading of mapped key modifiers. Fixed modifier recogniti...Jody Northup
2009-08-10hackishly fixed modified keys not triggering their mapped actions.Jody Northup
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-07-29Removed redundant File::ioFailed() implementation; also turned ReadStream::io...Max Horn
2009-07-29Removed last traces of clearIOFailed. Yay :)Max Horn
2009-07-26Changed the events.cpp file to EventDispatcher.cpp, to avoid MSVC name clashe...Paul Gilbert
2009-07-25Strip trailing whitespaces.Johannes Schickel
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-25FormattingEugene Sandulenko
2009-07-25Add Common::String::printf to format a stringWillem Jan Palenstijn