aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2016-01-26COMMON: Allow '#' to only match digits in matchString.Johannes Schickel
2016-01-22COMMON: Add another GUIO game option flag.Johannes Schickel
2016-01-21COMMON: Use spaces for beautifying formatting.Johannes Schickel
2016-01-21COMMON: Allow translation of PC-98 render modes.Johannes Schickel
2016-01-21COMMON: Use our standard FM-TOWNS spelling for render modes.Johannes Schickel
2016-01-21COMMON: Add render modes for Apple IIgs and Atari ST.Johannes Schickel
2016-01-07COMMON: Make FSNode(AbstractFSNode *) private again.Johannes Schickel
2016-01-06IOS: Adds a warningVincent Bénony
2016-01-06IOS: FormattingVincent Bénony
2016-01-06IOS: Moves the helper function were it is used.Vincent Bénony
2016-01-06IOS: Merge masterVincent Bénony
2016-01-06IOS: Adds two helper functions on stringsVincent Bénony
2016-01-06IOS: Added a chroot like filesystemVincent Bénony
2015-12-12COMMON: A few formatting fixes.Johannes Schickel
2015-11-19COMMON: Throw a warning on inconsistent DCL fixed size buffersFilippos Karapetis
2015-11-19COMMON: The DCL decompressor is also used in neverhoodFilippos Karapetis
2015-11-10COMMON: Avoid useless (and dangerous when cctor/operator= don't support it) S...Bertrand Augereau
2015-11-09COMMON: Some ill-formed xml files triggered a seek(CUR, -2) in the parserBertrand Augereau
2015-09-28CREATE_PROJECT: Add support for Visual Studio 2015Paul Gilbert
2015-07-13COMMON: Plug a memory leak in the FFT classBastien Bouclet
2015-07-04COMMON: PKWARE data comp. remove temp. targetPtrMartin Kiewitz
2015-07-04COMMON: PKWARE data comp. lib. mask dictionary xsMartin Kiewitz
2015-07-04COMMON: PKWARE data comp. library fixMartin Kiewitz
2015-07-04COMMON: PKWARE data comp. library fixMartin Kiewitz
2015-07-04COMMON: PKWARE data comp. lib. cleanup + enhancedMartin Kiewitz
2015-02-01COMMON: Add getRevTab to FFTBastien Bouclet
2015-01-18COMMON: Fix strict-alignment READ_BE_UINT64 on LE and READ_LE_UINT64 on BEclone2727
2015-01-14COMMON: Fix strict-alignment READ_UINT64Willem Jan Palenstijn
2015-01-04COMMON: Implement MIPS SWAP_BYTES_64 in terms of SWAP_BYTES_32Willem Jan Palenstijn
2015-01-04COMMON: Swap order of functions to 16, 32, 64Willem Jan Palenstijn
2015-01-04COMMON: Fix return type of one READ_BE_UINT64 implementation.Johannes Schickel
2015-01-04COMMON: Fix some syntax issues.Johannes Schickel
2015-01-04COMMON: Add missing readUint64/readSint64 to ReadStreamEndian.Johannes Schickel
2015-01-04COMMON: Put more 64-bit stuff under HAVE_INT64Eugene Sandulenko
2015-01-04COMMON: Put all 64-bit code under new HAVE_INT64 constantEugene Sandulenko
2015-01-04Merge pull request #508 from RichieSams/add_endian_and_stream_support_for_int64Eugene Sandulenko
2014-12-21COMMON: Fix typo that caused uint64 reads to return a uint32Adrian Astley
2014-12-07COMMON: Disable unused stringFilippos Karapetis
2014-11-23COMMON: Remove executable bitWillem Jan Palenstijn
2014-11-22COMMON: make XMLParser::loadStream() fail when stream is nullStefan Kristiansson
2014-10-28COMMON: Remove trailing whitespaceFilippos Karapetis
2014-10-28COMMON: Add reference links for the enabled C++11 features in MSVCFilippos Karapetis
2014-09-16COMMON: Add support for endian-safe reading/writing of int64Adrian Astley
2014-09-05COMMON: Use true nullptr in Visual Studio 2010+ and true override in VS 2012+Роман Донченко
2014-08-29COMMON: Fix some Doxygen comments that seem wrong.Einar Johan Trøan Sømåen
2014-08-12COMMON: Use Common::String::clear instead of assigning "".Johannes Schickel
2014-08-07COMMON: Fix crash when quitting on "Game data not found" dialogTorbjörn Andersson
2014-08-07COMMON: Minor whitespace fix.Torbjörn Andersson
2014-06-28Merge pull request #461 from digitall/vkeybdFixDavid Turner
2014-06-21ALL: Remove support for MSVC8 and olderJoel Teichroeb