Age | Commit message (Expand) | Author |
2007-08-08 | Add Spanish MM NES (2/2) | Eugene Sandulenko |
2007-08-08 | Add Spanish MM NES (1/2) | Eugene Sandulenko |
2007-08-04 | Fix disabling speech in FOA. | Travis Howell |
2007-07-30 | Fixing Full Throttle. If I understand the code correctly, this *should* be co... | Sven Hesse |
2007-07-27 | Only set soundMode, if compressed segment exists. | Travis Howell |
2007-07-27 | Fix for bug #1761530 - "COMI: iMUSE-related crash on startup" | Filippos Karapetis |
2007-07-25 | The drawStripToScreen() does nothing if width <= 0. In bug #1759925 ("COMI: | Torbjörn Andersson |
2007-07-23 | Add support for FLAC compression of sound bundles in The Dig and COMI. | Travis Howell |
2007-07-22 | - Fix wrong languages in Chinese COMI | Eugene Sandulenko |
2007-07-22 | Fix Chinese character widths. | Eugene Sandulenko |
2007-07-22 | cleanup (in particular, don't call something 'soundHandle' which is not a Mix... | Max Horn |
2007-07-21 | Proper height for Chinese characters, also remove obsolete hack for computing | Eugene Sandulenko |
2007-07-21 | More support for Chinese COMI. Still some character conversions are | Eugene Sandulenko |
2007-07-21 | SCUMM/iMuse Digital: Pause sounds after loading them | Max Horn |
2007-07-20 | Prevent crash in MI1 SegaCD Jap. | Eugene Sandulenko |
2007-07-20 | Add Japanese MI1 for SEGA CD | Eugene Sandulenko |
2007-07-16 | Add Bear Stormin' | Eugene Sandulenko |
2007-07-16 | Add Japanese 3DO version of fbpack. | Travis Howell |
2007-07-15 | Added FIXME comments regarding use of AudioStream::openStreamFile | Max Horn |
2007-07-15 | Fixed sound factory messup caused by my previous commit | Max Horn |
2007-07-15 | Added new Mac SCUMM MD5, tracker #1749232 | Max Horn |
2007-07-11 | Provide more language.tab file sizes | Eugene Sandulenko |
2007-07-10 | This commit adds a new build define USE_ARM_GFX_ASM (and sets it for the WinCE | Robin Watts |
2007-07-10 | Cast the pointer to long instead of int to possibly fix the amd64 compile | Torbjörn Andersson |
2007-07-10 | Reberting accidental changes. | Eugene Sandulenko |
2007-07-10 | Preliminary (and buggy) Kanji support. | Eugene Sandulenko |
2007-07-09 | SCUMM: more cleanup in ScummEngine::drawStripToScreen, added a big TODO comme... | Max Horn |
2007-07-09 | SCUMM: use the _compositeBuf, with 'natural' line pitch (implying linear memo... | Max Horn |
2007-07-08 | cleanup in ScummEngine::drawStripToScreen; in particular, the code is now mor... | Max Horn |
2007-07-08 | SCUMM: hercules gfx code cleanup | Max Horn |
2007-07-08 | correct typo | Max Horn |
2007-07-08 | cleanup | Max Horn |
2007-07-08 | SCUMM: Handle platform override a bit differently during startup; specificall... | Max Horn |
2007-07-02 | Added Indy3EGA IBM 1.4 11/07/89 - English (US) 5.25" floppy version data from... | Max Horn |
2007-07-01 | Re-added __attribute__(packed) | Max Horn |
2007-06-30 | Split Engine::pauseEngine: It now does pauseLevel handling, while engines can... | Max Horn |
2007-06-30 | Added Engine::pauseEngine method (allows outside code, like the backend, to p... | Max Horn |
2007-06-30 | Don't tracke time we take for loading (it should be less than a second anyway) | Max Horn |
2007-06-30 | Added global support for the (so far undocumented) confirm_exit config key | Max Horn |
2007-06-30 | Changed GUI system to use Common::KeyState state | Max Horn |
2007-06-30 | MI SegaCD related cleanup | Max Horn |
2007-06-30 | Removed/clarified various FIXME comments | Max Horn |
2007-06-30 | SCUMM: Moved code which re-mapped arrow keys | Max Horn |
2007-06-29 | Introduced ClickArea enum, some related cleanup in runInputScript and checkEx... | Max Horn |
2007-06-29 | SCUMM: Handle all triggers for the debugger console in the same spot, to ensu... | Max Horn |
2007-06-29 | SCUMM: Moved code for handling KBD_ALT combos (well, really only one: Alt-W) ... | Max Horn |
2007-06-24 | added arm assembly from patch #1742112 for codec47. (and really build arm cod... | Paweł Kołodziejski |
2007-06-23 | More cleanup | Max Horn |
2007-06-23 | Cleanup; also fixed Alt-F5 (orig. saveload menu) in COMI | Max Horn |
2007-06-23 | Reworked the SCUMM input code even more: Merged various code paths and stream... | Max Horn |