Age | Commit message (Expand) | Author |
2006-11-13 | Patch from bug #1584888 (SMUSH: Too dependent on accurate timers). Watch out ... | Max Horn |
2006-11-11 | Fix valgrind warning on unitialized variable. | Travis Howell |
2006-11-08 | Fix bug #1590596: "HE: When 3x graphics are choosen, F5 crashes game" | Eugene Sandulenko |
2006-11-07 | cleanup | Max Horn |
2006-11-06 | Add support for HE CUP demos based on cyx's standalone player. | Eugene Sandulenko |
2006-11-04 | SCUMM cleanup | Max Horn |
2006-11-02 | Add video code for HE100 games | Travis Howell |
2006-11-01 | Removed unnecessary newline from warning message. (But why did I get this | Torbjörn Andersson |
2006-10-25 | #ifndef DISABLE_SCUMM_7_8 missing | Bertrand Augereau |
2006-10-21 | cleanup | Max Horn |
2006-10-20 | SCUMM: ArrayHeader related cleanup | Max Horn |
2006-10-15 | Got rid of ScummEngine::_confirmExit, and some other minor cleanup | Max Horn |
2006-10-14 | Update the screen immediately after restoring the cursor on running a dialog. | Torbjörn Andersson |
2006-10-14 | Fixed bug #1573366 ("SMUSH: unpausing the game causes cursor to show"). | Torbjörn Andersson |
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 |