aboutsummaryrefslogtreecommitdiff
path: root/common/module.mk
AgeCommit message (Expand)Author
2019-10-19COMMON: Moved string encoding to separate fileEugene Sandulenko
2019-09-01TTS: Add part of linux TTSJaromir Wysoglad
2019-08-24COMMON: Add encoding conversion using iconvJaromir Wysoglad
2019-08-13LUA: Remove duplicate object file from module.mkCameron Cawley
2019-08-13COMMON: Move Lua into Common and make it into...Nipun Garg
2019-04-13COMMON: Use a prefix table to speed up the Huffman decoderBastien Bouclet
2016-10-29COMMON: Add OSDMessageQueue singletonThierry Crozat
2016-08-24CLOUD: Do minor fixesAlexander Tkachev
2016-08-24CLOUD: Add USE_CLOUD featureAlexander Tkachev
2016-08-24CLOUD: Add Cloud::Manager and Cloud::StorageAlexander Tkachev
2016-08-24CLOUD: Add SimpleJSON library (module.mk hotfix)Alexander Tkachev
2016-03-31UPDATES: Got rid of hardcoded update intervals listEugene Sandulenko
2013-11-23COMMON: Add simple UTF-32 string class U32String.Johannes Schickel
2013-08-08COMMON: Rename ConfigFile to INIFile.Johannes Schickel
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2012-05-28COMMON: Move InstallShield code to commonMatthew Hoops
2012-05-11COMMON: Merged the Tinsel & Tony Coroutine schedulers into CommonPaul Gilbert
2012-04-13COMMON: Fixes for compiling without USE_BINK enabled.D G Turner
2012-02-26COMMON: Move Language and Platform functionality into separate filesMax Horn
2012-02-26COMMON: Move RenderMode and GUIOptions functionality into separate filesMax Horn
2012-02-20KEYMAPPER: Move DefaultEventMapper implementation to its own cpp fileTarek Soliman
2011-08-27COMMON: Rewrite BitStream as a templateSven Hesse
2011-08-20COMMON: Implemented functions for determining localized Y/N equivalentEugene Sandulenko
2011-07-19COMMON: Move cosine/sine tables out of header filesMatthew Hoops
2011-07-13BUILD: Allow for disabling Bink supportMatthew Hoops
2011-07-02COMMON: Add DCT math codeMatthew Hoops
2011-07-02COMMON: Add RDFT math codeMatthew Hoops
2011-07-02COMMON: Add an FFT math handlerMatthew Hoops
2011-07-02COMMON: Add a Huffman bitstream decoderMatthew Hoops
2011-07-02COMMON: Add some simple math utilitiesMatthew Hoops
2011-07-02COMMON: Add a BitStream classMatthew Hoops
2011-04-07VIDEO: Split the QuickTime parser from the QuickTime VideoDecoderMatthew Hoops
2011-02-22COMMON: Begin to merge some NE/PE codeMatthew Hoops
2011-02-22COMMON: Add basic PE EXE parserMatthew Hoops
2011-01-21COMMON: Move SCI's DCL decompression code to commonMatthew Hoops
2010-11-28COMMON: Add support for loading NE resources and cursorsMatthew Hoops
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-06-18Do not rebuild common/messages.cpp automatically when a translation changes, ...Johannes Schickel
2010-06-17Fix common/messages.cpp rule for out of source directory builds. (Maybe this ...Johannes Schickel
2010-06-15Use USE_TRANSLATION, USE_DETECTLANG and USE_TERMCONV instead of (ENABLE_)TRAN...Johannes Schickel
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
2010-05-17Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite)Matthew Hoops
2010-04-11Rest of patch #2982224: GSoC: Added unit test and unified error message displayMax Horn
2010-03-20Sort object files.Johannes Schickel
2010-03-20Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).Johannes Schickel
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-01-11Move Mac Binary resource loader to common class. Plug tons of memory leaks al...Eugene Sandulenko
2009-11-26Renamed common/console.* to common/textconsole.* to fix compilation under MSV...Filippos Karapetis
2009-11-24COMMON: Remove dependency on engines code (by using the inversion principle).Max Horn
2009-07-26Changed the events.cpp file to EventDispatcher.cpp, to avoid MSVC name clashe...Paul Gilbert