Age | Commit message (Expand) | Author |
2007-02-06 | Update HE version for French versions of a few HE games. | Travis Howell |
2007-02-05 | typo | Gregory Montoir |
2007-02-05 | 'fixed' o_blastText and updated a comment | Gregory Montoir |
2007-02-04 | Switch SCUMM engine to use the common special debug flags support (thus makin... | Max Horn |
2007-02-04 | Removed GF_NO_SCALING | Max Horn |
2007-02-04 | Use Actor::getRealPos instead of Actor::getPos in the debugger | Max Horn |
2007-02-04 | Rewrote the actor walk code for SCUMM V0-V2 games: Now it uses the C64 charac... | Max Horn |
2007-02-04 | Fix compile of SCUMM engine. | Travis Howell |
2007-02-03 | Fixed the default coords in ScummEngine_c64::o_putActorAtObject, which still ... | Max Horn |
2007-02-03 | Changed old FIXME comment into a WORKAROUND comment (it worked fine all these... | Max Horn |
2007-02-03 | * Reimplemented Mixer::pauseAll to simply invoke pause on all channels | Max Horn |
2007-02-03 | Removed obsolete call to Mixer::isPaused | Max Horn |
2007-02-03 | removed unneeded/unnecessary variables and made SmushFont table private (to e... | Gregory Montoir |
2007-02-03 | Applied the revised NUT font renderer patch #1635584, which combines cyx's | Torbjörn Andersson |
2007-02-03 | Removed _actorPos locat vars, and instead use _pos directly | Max Horn |
2007-02-02 | Broadened the fix for bug #795214 to make it work with resaves of old savegam... | Max Horn |
2007-02-02 | Removed bogus debug leftover :) | Max Horn |
2007-02-02 | Workaround for bug #1621210 (FOA: Kerner counts incorrectly during end sequence) | Max Horn |
2007-02-02 | Some comment cleanup | Max Horn |
2007-02-01 | don't test akosScaleYTable if actor has no vertical scale factor ; this is co... | Gregory Montoir |
2007-01-31 | Add/Update details for French versions of Freddi Fish series. | Travis Howell |
2007-01-31 | Add/Update details for French versions of Spy Fox series. | Travis Howell |
2007-01-31 | reset _IACTpos when _IACTchannel is stopped (fixes memory overwrites in handl... | Gregory Montoir |
2007-01-30 | got rid of codec37/codec47 init/deinit methods, cleanup | Gregory Montoir |
2007-01-30 | minor simplification | Gregory Montoir |
2007-01-30 | added deinitialisation of codecs at the end of smush playback. This allows to... | Gregory Montoir |
2007-01-30 | unused buffer variable | Gregory Montoir |
2007-01-30 | added calls to SmushPlayer::getFont() to prevent accessing non-initialised Sm... | Gregory Montoir |
2007-01-30 | Update platforms for French versions of pajama and putttime. | Travis Howell |
2007-01-30 | Add French version of DOTT and Sam & Max. for Macintosh. | Travis Howell |
2007-01-30 | Add French version of Pajama Sam 1 for Macintosh. | Travis Howell |
2007-01-30 | Add French version of Putt-Putt Travels Through Time for Macintosh. | Travis Howell |
2007-01-29 | cleanup | Max Horn |
2007-01-29 | Changed computation of _nextTop in v7/v8 games to represent an absolute y-coo... | Gregory Montoir |
2007-01-28 | Moved some stuff from CharsetRenderer (back) to ScummEngine, added comments | Max Horn |
2007-01-28 | Partial fix for bug #1036707 (made by cyx): Get rid of _verbCharset, so that ... | Max Horn |
2007-01-27 | added missing MKID_BE macros | Gregory Montoir |
2007-01-27 | cleanup (made NutRenderer::loadFont protected, added call during initialisati... | Gregory Montoir |
2007-01-27 | Applied my own patch #1640913 ("Loading NUT fonts on demand"), after discussing | Torbjörn Andersson |
2007-01-26 | updated NutRenderer::drawShadowChar() comment | Gregory Montoir |
2007-01-26 | templatified some Wiz decoding functions | Gregory Montoir |
2007-01-26 | oops, no idea how that happened | Max Horn |
2007-01-26 | Don't convert FSNode to a path when we don't have to | Max Horn |
2007-01-26 | removed unused var, added comment to SO_CHARSET_COLOR case | Max Horn |
2007-01-26 | SO_CHARSET_COLOR is a no-op in the original COMI disasm. | Travis Howell |
2007-01-25 | fixed kSfxFlagRestart | Gregory Montoir |
2007-01-25 | modified CUP player code to read data directly from a file stream instead of ... | Gregory Montoir |
2007-01-25 | Add another Dutch version of SPY FOX 1 for Windows. | Travis Howell |
2007-01-25 | Add Dutch version of Freddi Fish and Luther's Maze Madness for Mac. | Travis Howell |
2007-01-24 | Patch from bug report #1615417: SCUMM (v6): Cursor isn't updated after hotspo... | Max Horn |