Age | Commit message (Expand) | Author |
2006-10-10 | now SmushPlayer is class created once same as SmushMixer while scumm engine c... | Paweł Kołodziejski |
2006-10-07 | Removed _lastKeyHit, instead pass the key code as a parameter to processKeybo... | Max Horn |
2006-10-07 | Removed 'smushMode' param from processInput and processKeyboard in favor of a... | Max Horn |
2006-10-07 | Moved calls to addDefaultDirectory, and creation of the master file handle, f... | Max Horn |
2006-10-07 | Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ScummEngin... | Max Horn |
2006-10-07 | Moved SCUMM keyboard handling code from processInput() to the new (sub)method... | Max Horn |
2006-10-07 | Renemaed ScummEngine::processKbd to processInput (as it also deals with the m... | Max Horn |
2006-10-07 | some HE related cleanup | Max Horn |
2006-09-18 | Moved some more code from class Gdi into new subclasses GdiV1 and GdiV2 | Max Horn |
2006-09-18 | Moved NES specific code from class Gdi to GdiNES | Max Horn |
2006-09-17 | Moved stored flobjects to class ScummEngine_v70he | Max Horn |
2006-09-17 | Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap... | Max Horn |
2006-09-17 | Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap (i.e... | Max Horn |
2006-09-16 | * Added virtual Engine::getDebugger() method | Max Horn |
2006-09-16 | Replaced checkRange by assertRange, which has (a) an (IMO) more logical order... | Max Horn |
2006-09-09 | Moved allocResTypeData from ScummEngine to ResourceManager; removed friend de... | Max Horn |
2006-09-01 | Ooops, re-enable sound code | Travis Howell |
2006-09-01 | Add HE72+ specific version of convertMessageToString(), to reduce filtering a... | Travis Howell |
2006-08-20 | Rename VAR_MOUSEPRESENT to VAR_INPUTMODE and set the default input type to mo... | Travis Howell |
2006-07-08 | Rename VAR_WINDOWS_VERSION to VAR_PLATFORM_VERSION | Travis Howell |
2006-07-06 | Add cyx's patch for 1513622 - HE: Palette glitch (recent regression) | Travis Howell |
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn |
2006-06-22 | Fix bug #1509496 - INDY3 (MAC): Map screen hangs up at azores. | Travis Howell |
2006-06-21 | Add cyx's patch for bug #1035739 - SCUMM/SMUSH: Ugly palette change when vide... | Travis Howell |
2006-06-21 | Revert back to original method used for scrollEffect(), fixes regressions. | Travis Howell |
2006-06-11 | Removed commented-out subtitles-related code. Requested by salty-horse. | Eugene Sandulenko |
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 |