Age | Commit message (Expand) | Author |
2015-07-13 | COMMON: Plug a memory leak in the FFT class | Bastien Bouclet |
2015-07-04 | COMMON: PKWARE data comp. remove temp. targetPtr | Martin Kiewitz |
2015-07-04 | COMMON: PKWARE data comp. lib. mask dictionary xs | Martin Kiewitz |
2015-07-04 | COMMON: PKWARE data comp. library fix | Martin Kiewitz |
2015-07-04 | COMMON: PKWARE data comp. library fix | Martin Kiewitz |
2015-07-04 | COMMON: PKWARE data comp. lib. cleanup + enhanced | Martin Kiewitz |
2015-02-01 | COMMON: Add getRevTab to FFT | Bastien Bouclet |
2015-01-18 | COMMON: Fix strict-alignment READ_BE_UINT64 on LE and READ_LE_UINT64 on BE | clone2727 |
2015-01-14 | COMMON: Fix strict-alignment READ_UINT64 | Willem Jan Palenstijn |
2015-01-04 | COMMON: Implement MIPS SWAP_BYTES_64 in terms of SWAP_BYTES_32 | Willem Jan Palenstijn |
2015-01-04 | COMMON: Swap order of functions to 16, 32, 64 | Willem Jan Palenstijn |
2015-01-04 | COMMON: Fix return type of one READ_BE_UINT64 implementation. | Johannes Schickel |
2015-01-04 | COMMON: Fix some syntax issues. | Johannes Schickel |
2015-01-04 | COMMON: Add missing readUint64/readSint64 to ReadStreamEndian. | Johannes Schickel |
2015-01-04 | COMMON: Put more 64-bit stuff under HAVE_INT64 | Eugene Sandulenko |
2015-01-04 | COMMON: Put all 64-bit code under new HAVE_INT64 constant | Eugene Sandulenko |
2015-01-04 | Merge pull request #508 from RichieSams/add_endian_and_stream_support_for_int64 | Eugene Sandulenko |
2014-12-21 | COMMON: Fix typo that caused uint64 reads to return a uint32 | Adrian Astley |
2014-12-07 | COMMON: Disable unused string | Filippos Karapetis |
2014-11-23 | COMMON: Remove executable bit | Willem Jan Palenstijn |
2014-11-22 | COMMON: make XMLParser::loadStream() fail when stream is null | Stefan Kristiansson |
2014-10-28 | COMMON: Remove trailing whitespace | Filippos Karapetis |
2014-10-28 | COMMON: Add reference links for the enabled C++11 features in MSVC | Filippos Karapetis |
2014-09-16 | COMMON: Add support for endian-safe reading/writing of int64 | Adrian Astley |
2014-09-05 | COMMON: Use true nullptr in Visual Studio 2010+ and true override in VS 2012+ | Роман Донченко |
2014-08-29 | COMMON: Fix some Doxygen comments that seem wrong. | Einar Johan Trøan Sømåen |
2014-08-12 | COMMON: Use Common::String::clear instead of assigning "". | Johannes Schickel |
2014-08-07 | COMMON: Fix crash when quitting on "Game data not found" dialog | Torbjörn Andersson |
2014-08-07 | COMMON: Minor whitespace fix. | Torbjörn Andersson |
2014-06-28 | Merge pull request #461 from digitall/vkeybdFix | David Turner |
2014-06-21 | ALL: Remove support for MSVC8 and older | Joel Teichroeb |
2014-06-09 | COMMON: Added align() method for BitStream | Eugene Sandulenko |
2014-06-05 | COMMON: Don't allow debug channel 'all' to be used. | Johannes Schickel |
2014-06-05 | COMMON: Add "all" option to debugflag controls in GUI Debugger. | D G Turner |
2014-06-02 | COMMON: Use float constants in DCT code. | Johannes Schickel |
2014-06-02 | COMMON: Some formatting fixes in RDFT code. | Johannes Schickel |
2014-06-02 | COMMON: Use float constants in RDFT code. | Johannes Schickel |
2014-06-02 | COMMON: Make Rad<->Deg conversion use float constants. | Johannes Schickel |
2014-04-28 | Merge pull request #426 from sunmax/master | Eugene Sandulenko |
2014-04-27 | KEYMAPPER: Change hotkey from F8 to CTRL-F8 to reduce game conflicts. | D G Turner |
2014-04-27 | VKEYBD: Switch hotkey from F7 to CTRL-F7 to reduce game conflicts. | D G Turner |
2014-04-22 | VKEYBD: Modify code to open vkeybd on long press of middle mouse button. | D G Turner |
2014-04-22 | VKEYBD: Add code to open virtual keyboard on middle mouse button. | D G Turner |
2014-04-16 | KEYMAPPER: Avoid blocking F8 events from engine when using keymapper. | D G Turner |
2014-04-16 | KEYMAPPER: Avoid blocking F7 events from engine when using vkeybd. | D G Turner |
2014-03-28 | COMMON: Reduce the warnings related to backwards seeking in ZIP files | Filippos Karapetis |
2014-03-18 | COMMON: Move some QuickTime Track variables into SampleDesc where they belong | Matthew Hoops |
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-01-19 | PS2: scummsys.h (u)int64 is "long" for PS2 | Max Lingua |
2014-01-17 | Merge pull request #417 from digitall/STACK_fixes | Johannes Schickel |