Age | Commit message (Expand) | Author |
2014-06-21 | ALL: Remove support for MSVC8 and older | Joel Teichroeb |
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel |
2012-03-17 | ALL: Make use of defined() for the preprocessor consistent. | Johannes Schickel |
2012-02-10 | JANITORIAL: Fix template definition whitespace | Tarek Soliman |
2011-06-30 | ALL: Require DECLARE_SINGLETON to be used in the Common namepsace | Ori Avtalion |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2010-11-16 | COMMON: Reverting r54257 as _singleton already was protected (and I am blind :) | Max Horn |
2010-11-16 | COMMON: Simplify DECLARE_SINGLETON macro | Max Horn |
2010-11-16 | COMMON: Make Common::Singleton::_singleton protected instead of public | Max Horn |
2010-11-15 | CONFIGMAN: added defragmentation methods for one-plugin-at-a-time | Yotam Barnoy |
2010-07-21 | Strip trailing whitespaces in our common code base. | Johannes Schickel |
2010-03-13 | Fix our DECLARE_SINGLETON macro to conform to the C++ specs. | Johannes Schickel |
2008-05-03 | Formatting. | Johannes Schickel |
2008-04-26 | Fixed segfault when trying to start invalid gameid from command line. | Johannes Schickel |
2008-03-26 | Modified Patch #1925352: Memory leak fixes | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-27 | Reverted r26922. | Johannes Schickel |
2007-05-22 | Simpilified Singleton implementation and usage. | Johannes Schickel |
2007-03-17 | Added class NonCopyable, and made various things derive from it | Max Horn |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson |
2005-05-10 | Fix compilation | Eugene Sandulenko |
2005-05-09 | fixed compilation for evc4 and vc7 | Paweł Kołodziejski |
2005-01-27 | emsvc4 need public access, hmmm... | Paweł Kołodziejski |
2005-01-10 | yet another attempt to get makeInstance working for gcc 3.3, gcc 3.2, and MSV... | Max Horn |
2005-01-06 | Modify the singleton code once more to help overcome an issue with MSVC 7 (se... | Max Horn |
2005-01-01 | Changed the singleton code to allow for custom object factories; this allowed... | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-30 | cleanup | Max Horn |
2004-12-29 | Compile fix from cyx | Travis Howell |
2004-12-28 | Fix running ScummVM in plugin-mode | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2003-12-10 | slightly altered singleton implemention, might help MSVC6, or might screw it ... | Max Horn |
2003-11-02 | turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi... | Max Horn |
2003-10-08 | new config manager. not everything is completed, and some things will still b... | Max Horn |