Age | Commit message (Expand) | Author |
2006-06-03 | Correct setting of VAR_CHARINC in several functions, the value should only be... | Travis Howell |
2006-05-31 | Add patch for bug #1452272 - COMI: Verb strings aren't wrapped | Travis Howell |
2006-05-29 | The ScummDebugger object needs to be created after _numVariables has been set... | Gregory Montoir |
2006-05-29 | Fix Commodore 64 versions | Travis Howell |
2006-05-28 | Moved the hack that distinguishes MM V1 demo from the full version to a more ... | Max Horn |
2006-05-28 | Use different method to detect V1 demo of Maniac Mansion, since md5 matches t... | Travis Howell |
2006-05-25 | Set and show/hide mouse cursors through a "cursor manager" (analogous to the | Torbjörn Andersson |
2006-05-18 | --force-1x-overlay is no more. Remove leftovers. | Eugene Sandulenko |
2006-05-17 | - Heavily modified patch #1214784: "Disable overlay scaling" | Eugene Sandulenko |
2006-05-14 | Setting VAR_CHARINC = _defaultTalkDelay cannot possibly be right. It's not the | Torbjörn Andersson |
2006-05-14 | Check if VAR_CHARINC exists, before setting value in updateSoundSettings() | Travis Howell |
2006-05-13 | Patch #1091170: ALL, SCUMM: Subtitle speed control | Max Horn |
2006-05-08 | Init. videoParams vars for HE90+ | Travis Howell |
2006-05-08 | Add initial DXA support for HE games | Travis Howell |
2006-04-30 | Invoke updateSoundSettings a bit later, since it can only correctly set VAR_V... | Max Horn |
2006-04-29 | Renamed updateVolumes to updateSoundSettings -- now it also handles subtitles... | Max Horn |
2006-04-29 | Moved AKOS stuff to class ScummEngine_v6 | Max Horn |
2006-04-29 | Added comment about a major leak in ScummEngine::restart | Max Horn |
2006-04-29 | * Renamed several methods in favor of a somewhat more uniform naming scheme: ... | Max Horn |
2006-04-29 | * Added ScummEngine_v8::initScummVars() | Max Horn |
2006-04-29 | Make use of the new scummLoop_* functions to move some SCUMM version specific... | Max Horn |
2006-04-29 | Split scummLoop into multiple functions, for easier maintanance & customizabi... | Max Horn |
2006-04-27 | Fix compile of SCUMM engine | Travis Howell |
2006-04-26 | Replaced _hFileTable by _hInFileTable/_hOutFileTable | Max Horn |
2006-04-23 | Moved _heTimers to ScummEngine_v60he | Max Horn |
2006-04-23 | Move HE specific stuff from class Sound to its new subclass SoundHE | Max Horn |
2006-04-23 | Moved ScummEngine_v5 from cursor.cpp to scumm.cpp (seems to be more natural, ... | Max Horn |
2006-04-23 | Behold, the new SCUMM detector finally has arrived. Unified detection & engin... | Max Horn |
2006-04-23 | Replaced _demoMode by GF_DEMO | Max Horn |
2006-04-17 | Call updateScreen() from waitForTimer() (instead of usually right before it) | Torbjörn Andersson |
2006-04-16 | Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ... | Max Horn |
2006-04-15 | Removed unused #include | Max Horn |
2006-04-15 | - Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ... | Max Horn |
2006-04-15 | - Get rid of GameDetector::_dumpScripts and GameDetector::_force1xOverlay in ... | Max Horn |
2006-04-12 | Fixing mismatch between format strings and data on some systems | Max Horn |
2006-04-12 | sizeof(void *) != sizeof(int) for a large number of systems. | Jonathan Gray |
2006-04-08 | Properly translate Common::Language values for COMI | Max Horn |
2006-04-08 | Renamed various *GameSettings to GameSettings (our namespaces are enough to d... | Max Horn |
2006-04-03 | GF_HE_CURSORLESS feature flag not required, since HE games always set a defau... | Travis Howell |
2006-04-01 | Generate an error when kGenAsIs is used with an unsupported platform, instead... | Max Horn |
2006-03-20 | The Hercules specific screen size check is no longer required | Travis Howell |
2006-03-19 | Moved filename substitution code from scumm.cpp to plugin.cpp | Max Horn |
2006-03-19 | Add workaround for script bug in Loom (CD) | Travis Howell |
2006-03-17 | Add another German version of puttzoo demo | Travis Howell |
2006-03-14 | Renamed & documented the LIGHTMODE flags | Max Horn |
2006-03-14 | Enhance the new getCurrentLights to work for V6+ games, too, making it possib... | Max Horn |
2006-03-14 | Avoid all scumm var conflicts in C64 maniac | Travis Howell |
2006-03-12 | IMuse SysEx processing now handled by client-specified callbacks. This remove... | Jamieson Christian |
2006-03-12 | Adjust basename array setting in HE99+ games, for filename substitution | Travis Howell |
2006-03-10 | Add Russian puttrace and pajama3 | Eugene Sandulenko |