Age | Commit message (Expand) | Author |
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 |
2014-01-17 | Merge pull request #366 from clone2727/he-saves-target-name | clone2727 |
2014-01-15 | ALL: Remove optimization unstable code on checking for null after new. | D G Turner |
2013-12-17 | COMMON: Revert "Fix mismatched new/delete in the MemoryPool class". | Johannes Schickel |
2013-12-17 | COMMON: Fix mismatched new/delete in the MemoryPool class | Filippos Karapetis |
2013-12-05 | COMMON: Add Latvian language code. | Johannes Schickel |
2013-12-05 | COMMON: Fix order of languages. | Johannes Schickel |
2013-11-23 | COMMON: Document Common::String::unsigned_type. | Johannes Schickel |
2013-11-23 | COMMON: Document U32String a bit better. | Johannes Schickel |
2013-11-23 | COMMON: Add simple UTF-32 string class U32String. | Johannes Schickel |
2013-11-23 | COMMON: Add underlying type names to Common::String. | Johannes Schickel |
2013-11-06 | COMMON: Define int64 and uint64 if HAVE_CONFIG_H isn't set | Filippos Karapetis |
2013-11-03 | RECORDER: Initialize variable. CID 1047258 | Eugene Sandulenko |
2013-11-02 | COMMON: SEEK_END offsets are negative | Filippos Karapetis |
2013-11-02 | COMMON: Reenable SEEK_END seeking in GZipReadStream() | Filippos Karapetis |
2013-10-27 | COMMON: Make XCode 5.0.1 happier | Eugene Sandulenko |
2013-10-27 | COMMON: Fix the NE group icon resource type | Matthew Hoops |
2013-10-05 | COMMON: Fix missing arjDecoder class variable init. CID 1002929 | D G Turner |
2013-09-27 | COMMON: Make Coverity 6.6.1 happier | Eugene Sandulenko |
2013-09-26 | COMMON: Expand the warnings thrown for broken DCL compressed data | Filippos Karapetis |
2013-09-21 | COMMON: Shut more Coverity warnings in coroutines. | Eugene Sandulenko |
2013-09-21 | COMMON: Use unused variables in coroutine macros. | Eugene Sandulenko |
2013-08-12 | COMMON: Make the two INI save file functions take a String reference | Matthew Hoops |
2013-08-13 | COMMON: Add setVal to ConfigManager::Domain. | Johannes Schickel |
2013-08-12 | Merge pull request #377 from lordhoto/config-manager-cleanup | Johannes Schickel |
2013-08-12 | COMMON: Get rid of write version of ConfigManager::getGameDomains. | Johannes Schickel |
2013-08-08 | COMMON: Remove commented out include in config-manager.h. | Johannes Schickel |
2013-08-08 | COMMON: Remove outdated comments on INIFile. | Johannes Schickel |
2013-08-08 | COMMON: Rename ConfigFile to INIFile. | Johannes Schickel |
2013-08-08 | COMMON: Do not let ConfigManager::Domain inherit from StringMap. | Johannes Schickel |