Age | Commit message (Expand) | Author |
2011-08-20 | COMMON: Implemented functions for determining localized Y/N equivalent | Eugene Sandulenko |
2011-07-19 | COMMON: Move cosine/sine tables out of header files | Matthew Hoops |
2011-07-13 | BUILD: Allow for disabling Bink support | Matthew Hoops |
2011-07-02 | COMMON: Add DCT math code | Matthew Hoops |
2011-07-02 | COMMON: Add RDFT math code | Matthew Hoops |
2011-07-02 | COMMON: Add an FFT math handler | Matthew Hoops |
2011-07-02 | COMMON: Add a Huffman bitstream decoder | Matthew Hoops |
2011-07-02 | COMMON: Add some simple math utilities | Matthew Hoops |
2011-07-02 | COMMON: Add a BitStream class | Matthew Hoops |
2011-04-07 | VIDEO: Split the QuickTime parser from the QuickTime VideoDecoder | Matthew Hoops |
2011-02-22 | COMMON: Begin to merge some NE/PE code | Matthew Hoops |
2011-02-22 | COMMON: Add basic PE EXE parser | Matthew Hoops |
2011-01-21 | COMMON: Move SCI's DCL decompression code to common | Matthew Hoops |
2010-11-28 | COMMON: Add support for loading NE resources and cursors | Matthew Hoops |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-06-18 | Do not rebuild common/messages.cpp automatically when a translation changes, ... | Johannes Schickel |
2010-06-17 | Fix common/messages.cpp rule for out of source directory builds. (Maybe this ... | Johannes Schickel |
2010-06-15 | Use USE_TRANSLATION, USE_DETECTLANG and USE_TERMCONV instead of (ENABLE_)TRAN... | Johannes Schickel |
2010-06-15 | Implement translation support for ScummVM GUI. | Eugene Sandulenko |
2010-05-17 | Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite) | Matthew Hoops |
2010-04-11 | Rest of patch #2982224: GSoC: Added unit test and unified error message display | Max Horn |
2010-03-20 | Sort object files. | Johannes Schickel |
2010-03-20 | Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp). | Johannes Schickel |
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn |
2010-01-11 | Move Mac Binary resource loader to common class. Plug tons of memory leaks al... | Eugene Sandulenko |
2009-11-26 | Renamed common/console.* to common/textconsole.* to fix compilation under MSV... | Filippos Karapetis |
2009-11-24 | COMMON: Remove dependency on engines code (by using the inversion principle). | Max Horn |
2009-07-26 | Changed the events.cpp file to EventDispatcher.cpp, to avoid MSVC name clashe... | Paul Gilbert |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-25 | - Add marco to easily access the EventDispatcher instance. | Johannes Schickel |
2009-01-30 | Moved debug() etc. and special debug flag handling code to common/debug.*; al... | Max Horn |
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn |
2008-09-20 | - Merged the new RTL changes into the branch. | Vicent Marti |
2008-09-16 | Merged common/gzip-stream.* and common/zlib.* | Max Horn |
2008-09-15 | Turned compressed savefile wrapper into a generic stream wrapper | Max Horn |
2008-08-31 | Added newly added archive.cpp to the build system, just in case someone wants... | Johannes Schickel |
2008-06-18 | Split ThemeParser into XMLParser and ThemeParser as child class to have a com... | Vicent Marti |
2008-06-01 | Unarj code based on unarj 2.62. Used by Drascula engine | Eugene Sandulenko |
2008-03-30 | Introduction of a fixed size memory pool with a typical free list implementation | Bertrand Augereau |
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat |
2007-12-28 | Patch #1858158: BUILD: Plugin building cleanup | Eugene Sandulenko |
2007-05-01 | Fix compilation (step 2). | Nicola Mettifogo |
2007-05-01 | Implemented a IFF (Interchange File Format) parser and added subclasses to pa... | Nicola Mettifogo |
2006-10-02 | Unify SAGA/AGOS detection code so other engines could also reuse it | Eugene Sandulenko |
2006-06-30 | Moved savefile.cpp to backends, to work around link error | Max Horn |
2006-06-24 | Added 'timer' backend module, based on the existing TimerManager code (work i... | Max Horn |
2006-06-24 | * Renamed config.mak to config.mk | Max Horn |
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn |
2006-03-28 | - Renamed class AssocArray to HashMap to match our existing class Map (note also | Max Horn |
2006-03-23 | Implementation of AssociativeArray. Transferred GUI to it. Now it is much | Eugene Sandulenko |