Age | Commit message (Expand) | Author |
2007-07-02 | Add work around for possible script bug in Elvira 2. | Travis Howell |
2007-07-01 | Fix bug #1746107 - Elvira 2: Crash Catacombs lev2. | Travis Howell |
2007-07-01 | Add cases for using '-' and '+' keys on the keypad too. | Travis Howell |
2007-07-01 | Fix bug ##1746094 - Elvira 2: Strange behavior a - counter of P.P. | Travis Howell |
2007-07-01 | Fix for bug #1746112 (SCUMM: Crash when pressing SPACE (Pause)) | Max Horn |
2007-07-01 | Applied new flatBlitCnv and little refactoring to dialogue code. | Nicola Mettifogo |
2007-07-01 | Introduced new flatBlitCnv to reduce code duplication. | Nicola Mettifogo |
2007-07-01 | Fix for bug #1746059 (WEEN: The intro hangs, and sound is corrupted) | Max Horn |
2007-07-01 | Re-added __attribute__(packed) | Max Horn |
2007-07-01 | Wrapped dialogue functions into a new DialogueManager, and some basic refacto... | Nicola Mettifogo |
2007-07-01 | Correct md5 checksum for restart state file in the French DOS version of Elvi... | Travis Howell |
2007-07-01 | Update comment. | Travis Howell |
2007-07-01 | Removing non-ASCII chars from source code | Max Horn |
2007-07-01 | Removed some paranoia screen updates. May cause some minor glitches. | Nicola Mettifogo |
2007-07-01 | Applying agentq's screenshot loading fix to the trunk as well | Sven Hesse |
2007-06-30 | Split Engine::pauseEngine: It now does pauseLevel handling, while engines can... | Max Horn |
2007-06-30 | Changed AGOS to use full KeyState, not just ascii value, in key events | 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 | AGOS code cleanup | Max Horn |
2007-06-30 | Also update menus.cpp with ChildType enum | Max Horn |
2007-06-30 | AGOS: Introduced ChildType enum | 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-30 | Move the redrawing of dialog windows (options, save, load, ...) so that we do | Torbjörn Andersson |
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-29 | Oops. An extra comma in the enum list's end. Removed. | Kari Salminen |
2007-06-29 | Set AGI monitor type variable (vMonitor/v26) according to render mode. | Kari Salminen |
2007-06-29 | Fix display of experience in Elvira 2. | Travis Howell |
2007-06-29 | Fix some scripts failing to start in Elvira 2, due code difference in isCalle... | Travis Howell |
2007-06-28 | Changed GOB to use common/frac.h | Max Horn |
2007-06-28 | Whitespace fix | Max Horn |
2007-06-28 | Removed superfluous comment and converted an int to bool conversion to a more... | Kari Salminen |
2007-06-28 | Added a workaround to prevent the making fire animation from breaking at the ... | Filippos Karapetis |
2007-06-28 | Added a debug message for game loading | Filippos Karapetis |
2007-06-27 | Fix compiler warning. | Travis Howell |
2007-06-27 | Clear any paused OmniTV video, when playing another video. To fix crashes in ... | Travis Howell |
2007-06-26 | Add support for compressed digital music in ITE | Filippos Karapetis |
2007-06-26 | Remove some unneeded includes | Filippos Karapetis |
2007-06-26 | increase mt-32 sysex delay to prevent buffer overflow (see FR#1393726) | Willem Jan Palenstijn |
2007-06-26 | Fix saving & restoring with AGI256 and AGI256-2 games. | Kari Salminen |
2007-06-26 | Move to the correct file offset when using compressed sounds in ITE | Filippos Karapetis |
2007-06-26 | Explicitly mention the bug we work around (makes it a lot easier to deal with... | Max Horn |
2007-06-26 | Fix FLAC support for speech in Broken Sword 1. | Travis Howell |
2007-06-26 | Add FLAC support for speech in Broken Sword 1. | Travis Howell |