Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-23 | Removing WinCE specific code in ScummEngine_v7::processKeyboard -- it made ↵ | Max Horn | |
no sense at all. If this breaks something, please contact me so that we can properly fix it together svn-id: r27674 | |||
2007-06-23 | Simplify code: Since processInput() always overwrite the value of lastKeyHit ↵ | Max Horn | |
if KEY_ALL_SKIP is seen, we can never encounter KEY_ALL_SKIP at this spot svn-id: r27673 | |||
2007-06-23 | Revised SCUMM's input code. We now fix the keys F5, '.', space, escape for ↵ | Max Horn | |
mainmenu, talkstop, pause, cutsceneExit; this simplifies and clarifies the code, and ensures consistent game behavior svn-id: r27672 | |||
2007-06-23 | Changed the way VAR_VERSION_KEY is handled | Max Horn | |
svn-id: r27665 | |||
2007-06-23 | Moved F1 key remapping in COMI to a more appropriate place | Max Horn | |
svn-id: r27663 | |||
2007-06-23 | Correct typo. | Travis Howell | |
svn-id: r27662 | |||
2007-06-23 | cleanup | Max Horn | |
svn-id: r27661 | |||
2007-06-23 | SCUMM: Added three FIXME comments to the _keyDownMap code, and made it use ↵ | Max Horn | |
KEYCODE_ constants for clarity svn-id: r27659 | |||
2007-06-23 | Made use of full Common::KeyState in SCUMM (there is still lots of room for ↵ | Max Horn | |
improvements, though) svn-id: r27656 | |||
2007-06-23 | Made SCUMM use Common::KeyState, too (but implemented almost no ↵ | Max Horn | |
fixes/optimizations based on this) svn-id: r27655 | |||
2007-06-22 | Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* ↵ | Max Horn | |
constants. This also revealed the evil mixing of keycodes and ascii we do in many places :-/ svn-id: r27616 | |||
2007-06-19 | Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All ↵ | Max Horn | |
changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax. svn-id: r27548 | |||
2007-06-15 | Made Engine_SCUMM_gameIDList use the convenient GameList(PlainGameDescriptor ↵ | Max Horn | |
*) constructor svn-id: r27427 | |||
2007-06-15 | Changed SCUMM engine to use findDescriptionFromGameID, ↵ | Max Horn | |
Common::ADObsoleteGameID and Common::AdvancedDetector::findGameID svn-id: r27426 | |||
2007-06-13 | Removed redundant code | Max Horn | |
svn-id: r27393 | |||
2007-06-12 | Add support for pausing/resume cutscenes shown on the OmniTV in The Feeble ↵ | Travis Howell | |
Files. svn-id: r27371 | |||
2007-06-09 | Fix for bug #1734064 (FOA: Speech volume can not be set) -- we played speech ↵ | Max Horn | |
as SFX, not speech, in many SCUMM games svn-id: r27253 | |||
2007-06-08 | Add details for Hebrew Windows versions of Freddi Fish 3 and Pajama Sam 2 demos. | Travis Howell | |
svn-id: r27199 | |||
2007-06-08 | Add prefixes used by Hebrew Windows verison of Freddi Fish 3 and Pajama Sam ↵ | Travis Howell | |
2 demos. svn-id: r27198 | |||
2007-06-06 | Fix possible crash issue, if music volume was set by 3DO versions of HE games. | Travis Howell | |
svn-id: r27125 | |||
2007-06-03 | Modified version of patch #1723779: SCUMM: Improved ctrl+t subtitle cycling | Max Horn | |
svn-id: r27068 | |||
2007-06-02 | Make InfoDialog::setInfoText a bit more useful, by making it public & reusable | Max Horn | |
svn-id: r27050 | |||
2007-06-02 | renamed variable in IMuseDigital music code | Paweł Kołodziejski | |
svn-id: r27049 | |||
2007-06-01 | cleanup names | Paweł Kołodziejski | |
svn-id: r27041 | |||
2007-06-01 | rename some imuse variables | Paweł Kołodziejski | |
svn-id: r27040 | |||
2007-06-01 | rename some imuse variables | Paweł Kołodziejski | |
svn-id: r27039 | |||
2007-06-01 | small correction of comment | Paweł Kołodziejski | |
svn-id: r27038 | |||
2007-06-01 | added comments for imuse digital variables | Paweł Kołodziejski | |
svn-id: r27037 | |||
2007-06-01 | Fix bug #1727457 - WATER: Unexpected crash at the end of level 15. | Travis Howell | |
svn-id: r27036 | |||
2007-05-31 | Add Macintosh filenames differences, for several CUP previews of HE games. | Travis Howell | |
svn-id: r27026 | |||
2007-05-30 | added comment to cloneToFadeOutTrack() | Paweł Kołodziejski | |
svn-id: r27025 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-30 | Removing useless common/fs.h includes | Max Horn | |
svn-id: r27018 | |||
2007-05-30 | Modified version of patch #1727045 INDY3: IQ Points Dialog | Max Horn | |
svn-id: r27012 | |||
2007-05-29 | Fix for bug #774783 - INDY3: problems in Berlin with Hitler (submitted after ↵ | Filippos Karapetis | |
talking with Fingolfin) svn-id: r27009 | |||
2007-05-28 | Improved version of patch to fix bug #1722153: "FT: Error on loading a game ↵ | Eugene Sandulenko | |
saved during a dialogue" svn-id: r26987 | |||
2007-05-27 | Fix bug #1726115 - FREDDI1: Tiny graphics glitch when reading message. | Travis Howell | |
svn-id: r26982 | |||
2007-05-27 | Fix for bug #1726330: "SCUMM engine abuses stack" from same bugreport. | Eugene Sandulenko | |
svn-id: r26974 | |||
2007-05-26 | Fix bug #1709430: "FT: CAPSLOCK + V enables cheating for all fights" | Eugene Sandulenko | |
svn-id: r26948 | |||
2007-05-26 | Patch from bug #1722153: "FT: Error on loading a game saved during a dialogue" | Eugene Sandulenko | |
svn-id: r26947 | |||
2007-05-21 | Fix bug #1722330 - FREDDI: Minor graphics glitch on Mac OS X. | Travis Howell | |
svn-id: r26903 | |||
2007-05-13 | removed part of my patch for bug #1662610, ↵ | Gregory Montoir | |
CharsetRenderer::getStringHeight() is never used svn-id: r26821 | |||
2007-05-13 | Add UK versions of several HE games. | Travis Howell | |
svn-id: r26816 | |||
2007-05-01 | Add Russian Loom v1.1 | Eugene Sandulenko | |
svn-id: r26729 | |||
2007-04-29 | Patch #1709681: SCUMM: Fallback to Adlib when Roland Upgrade is missing | Max Horn | |
svn-id: r26679 | |||
2007-04-29 | Change getNumBoxes() to properly read the full uint16 box count (shouldn't ↵ | Max Horn | |
affect anything, though) svn-id: r26678 | |||
2007-04-29 | Hard crash when not using adlib/pcspk in a Loom/MonkeyEGA is not nice, we ↵ | Max Horn | |
should try to add a safe fallback mode at some point svn-id: r26676 | |||
2007-04-27 | SCUMM: Moved data tables from detection.cpp to detection_tables.h | Max Horn | |
svn-id: r26636 | |||
2007-04-27 | Renamed plugin.cpp to detection.cpp in all engines | Max Horn | |
svn-id: r26622 | |||
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on ↵ | Max Horn | |
scummvm-devel) svn-id: r26594 |