aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2014-06-09COMMON: Added align() method for BitStreamEugene Sandulenko
2014-06-05COMMON: Don't allow debug channel 'all' to be used.Johannes Schickel
2014-06-05COMMON: Add "all" option to debugflag controls in GUI Debugger.D G Turner
2014-06-02COMMON: Use float constants in DCT code.Johannes Schickel
2014-06-02COMMON: Some formatting fixes in RDFT code.Johannes Schickel
2014-06-02COMMON: Use float constants in RDFT code.Johannes Schickel
2014-06-02COMMON: Make Rad<->Deg conversion use float constants.Johannes Schickel
2014-04-28Merge pull request #426 from sunmax/masterEugene Sandulenko
2014-04-27KEYMAPPER: Change hotkey from F8 to CTRL-F8 to reduce game conflicts.D G Turner
2014-04-27VKEYBD: Switch hotkey from F7 to CTRL-F7 to reduce game conflicts.D G Turner
2014-04-22VKEYBD: Modify code to open vkeybd on long press of middle mouse button.D G Turner
2014-04-22VKEYBD: Add code to open virtual keyboard on middle mouse button.D G Turner
2014-04-16KEYMAPPER: Avoid blocking F8 events from engine when using keymapper.D G Turner
2014-04-16KEYMAPPER: Avoid blocking F7 events from engine when using vkeybd.D G Turner
2014-03-28COMMON: Reduce the warnings related to backwards seeking in ZIP filesFilippos Karapetis
2014-03-18COMMON: Move some QuickTime Track variables into SampleDesc where they belongMatthew Hoops
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-19PS2: scummsys.h (u)int64 is "long" for PS2Max Lingua
2014-01-17Merge pull request #417 from digitall/STACK_fixesJohannes Schickel
2014-01-17Merge pull request #366 from clone2727/he-saves-target-nameclone2727
2014-01-15ALL: Remove optimization unstable code on checking for null after new.D G Turner
2013-12-17COMMON: Revert "Fix mismatched new/delete in the MemoryPool class".Johannes Schickel
2013-12-17COMMON: Fix mismatched new/delete in the MemoryPool classFilippos Karapetis
2013-12-05COMMON: Add Latvian language code.Johannes Schickel
2013-12-05COMMON: Fix order of languages.Johannes Schickel
2013-11-23COMMON: Document Common::String::unsigned_type.Johannes Schickel