Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-08 | Add Spanish MM NES (2/2) | Eugene Sandulenko | |
svn-id: r28496 | |||
2007-08-08 | Add Spanish MM NES (1/2) | Eugene Sandulenko | |
svn-id: r28494 | |||
2007-08-04 | Fix disabling speech in FOA. | Travis Howell | |
svn-id: r28439 | |||
2007-07-30 | Fixing Full Throttle. If I understand the code correctly, this *should* be ↵ | Sven Hesse | |
correct not break anything else. ;) svn-id: r28338 | |||
2007-07-27 | Only set soundMode, if compressed segment exists. | Travis Howell | |
svn-id: r28227 | |||
2007-07-27 | Fix for bug #1761530 - "COMI: iMUSE-related crash on startup" | Filippos Karapetis | |
svn-id: r28226 | |||
2007-07-25 | The drawStripToScreen() does nothing if width <= 0. In bug #1759925 ("COMI: | Torbjörn Andersson | |
100% crash in SVN (not in 0.X.0)"), height was a fairly large negative number, so I've added a test for that condition as well. This seems to fix the bug. svn-id: r28199 | |||
2007-07-23 | Add support for FLAC compression of sound bundles in The Dig and COMI. | Travis Howell | |
svn-id: r28173 | |||
2007-07-22 | - Fix wrong languages in Chinese COMI | Eugene Sandulenko | |
- Fix credits rendering in Chinese COMI svn-id: r28167 | |||
2007-07-22 | Fix Chinese character widths. | Eugene Sandulenko | |
svn-id: r28166 | |||
2007-07-22 | cleanup (in particular, don't call something 'soundHandle' which is not a ↵ | Max Horn | |
Mixer::SoundHandle) svn-id: r28162 | |||
2007-07-21 | Proper height for Chinese characters, also remove obsolete hack for computing | Eugene Sandulenko | |
character base. svn-id: r28160 | |||
2007-07-21 | More support for Chinese COMI. Still some character conversions are | Eugene Sandulenko | |
missing. Most notable in difficulty selection screen where 'q' characters slip in. svn-id: r28159 | |||
2007-07-21 | SCUMM/iMuse Digital: Pause sounds after loading them | Max Horn | |
svn-id: r28158 | |||
2007-07-20 | Prevent crash in MI1 SegaCD Jap. | Eugene Sandulenko | |
svn-id: r28152 | |||
2007-07-20 | Add Japanese MI1 for SEGA CD | Eugene Sandulenko | |
svn-id: r28151 | |||
2007-07-16 | Add Bear Stormin' | Eugene Sandulenko | |
svn-id: r28121 | |||
2007-07-16 | Add Japanese 3DO version of fbpack. | Travis Howell | |
svn-id: r28119 | |||
2007-07-15 | Added FIXME comments regarding use of AudioStream::openStreamFile | Max Horn | |
svn-id: r28112 | |||
2007-07-15 | Fixed sound factory messup caused by my previous commit | Max Horn | |
svn-id: r28111 | |||
2007-07-15 | Added new Mac SCUMM MD5, tracker #1749232 | Max Horn | |
svn-id: r28108 | |||
2007-07-11 | Provide more language.tab file sizes | Eugene Sandulenko | |
svn-id: r28023 | |||
2007-07-10 | This commit adds a new build define USE_ARM_GFX_ASM (and sets it for the WinCE | Robin Watts | |
and DS builds). This causes the scumm engines graphics code to call ARM routines to do drawStripToScreen and copy8col. These routines were originally written for the DS port, and have now been made available to any other ARM device out there that wants them. I've tested this change on WinCE, but can't test it on the DS as I don't have one. We know that the routines work there though. svn-id: r28016 | |||
2007-07-10 | Cast the pointer to long instead of int to possibly fix the amd64 compile | Torbjörn Andersson | |
problem mentioned earlier on the channel. Neither seems like a particularly nice thing to do, but this is how we do it in the SDL backend, and it has apparently worked fine there... svn-id: r28012 | |||
2007-07-10 | Reberting accidental changes. | Eugene Sandulenko | |
svn-id: r28000 | |||
2007-07-10 | Preliminary (and buggy) Kanji support. | Eugene Sandulenko | |
svn-id: r27998 | |||
2007-07-09 | SCUMM: more cleanup in ScummEngine::drawStripToScreen, added a big TODO ↵ | Max Horn | |
comment explaining how to potentially speed up this code a lot svn-id: r27997 | |||
2007-07-09 | SCUMM: use the _compositeBuf, with 'natural' line pitch (implying linear ↵ | Max Horn | |
memory access for potentially better performance) svn-id: r27988 | |||
2007-07-08 | cleanup in ScummEngine::drawStripToScreen; in particular, the code is now ↵ | Max Horn | |
more efficient for The Dig, FT and COMI svn-id: r27980 | |||
2007-07-08 | SCUMM: hercules gfx code cleanup | Max Horn | |
svn-id: r27979 | |||
2007-07-08 | correct typo | Max Horn | |
svn-id: r27978 | |||
2007-07-08 | cleanup | Max Horn | |
svn-id: r27977 | |||
2007-07-08 | SCUMM: Handle platform override a bit differently during startup; ↵ | Max Horn | |
specifically, be more gentle if no perfect match against the specified platform value was found svn-id: r27966 | |||
2007-07-02 | Added Indy3EGA IBM 1.4 11/07/89 - English (US) 5.25" floppy version data ↵ | Max Horn | |
from report #1746189; also added version data on various other game versions svn-id: r27872 | |||
2007-07-01 | Re-added __attribute__(packed) | Max Horn | |
svn-id: r27830 | |||
2007-06-30 | Split Engine::pauseEngine: It now does pauseLevel handling, while engines ↵ | Max Horn | |
can provide a simpler pauseEngineIntern method; provided default implementation of the latter which simply (un)pauses the mixer svn-id: r27801 | |||
2007-06-30 | Added Engine::pauseEngine method (allows outside code, like the backend, to ↵ | Max Horn | |
pause/resume the active engine); made the global 'confirm exit' dialog use that feature; implemented ScummEngine::pauseEngine svn-id: r27797 | |||
2007-06-30 | Don't tracke time we take for loading (it should be less than a second anyway) | Max Horn | |
svn-id: r27795 | |||
2007-06-30 | Added global support for the (so far undocumented) confirm_exit config key | Max Horn | |
svn-id: r27788 | |||
2007-06-30 | Changed GUI system to use Common::KeyState state | Max Horn | |
svn-id: r27786 | |||
2007-06-30 | MI SegaCD related cleanup | Max Horn | |
svn-id: r27785 | |||
2007-06-30 | Removed/clarified various FIXME comments | Max Horn | |
svn-id: r27784 | |||
2007-06-30 | SCUMM: Moved code which re-mapped arrow keys | Max Horn | |
svn-id: r27783 | |||
2007-06-29 | Introduced ClickArea enum, some related cleanup in runInputScript and ↵ | Max Horn | |
checkExecVerbs svn-id: r27778 | |||
2007-06-29 | SCUMM: Handle all triggers for the debugger console in the same spot, to ↵ | Max Horn | |
ensure uniform behavior svn-id: r27777 | |||
2007-06-29 | SCUMM: Moved code for handling KBD_ALT combos (well, really only one: Alt-W) ↵ | Max Horn | |
in MI2 to processKeyboard; some cleanup svn-id: r27776 | |||
2007-06-24 | added arm assembly from patch #1742112 for codec47. (and really build arm ↵ | Paweł Kołodziejski | |
code this time) svn-id: r27685 | |||
2007-06-23 | More cleanup | Max Horn | |
svn-id: r27678 | |||
2007-06-23 | Cleanup; also fixed Alt-F5 (orig. saveload menu) in COMI | Max Horn | |
svn-id: r27677 | |||
2007-06-23 | Reworked the SCUMM input code even more: Merged various code paths and ↵ | Max Horn | |
streamlined stuff; as a consequence, e.g. talkstop works in V0-V2 games, too; but also regressions may turn up. Also don't rely on Common::ASCII_F1 etc. values to compute SCUMM specific key codes svn-id: r27675 |