aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2006-09-20Add details for French version of Pajama Sam 3Travis Howell
2006-09-18Cleaned up Gdi::roomChangedMax Horn
2006-09-18Moved some more code from class Gdi into new subclasses GdiV1 and GdiV2Max Horn
2006-09-18Re-disable blit mask hack (oops)Max Horn
2006-09-18Split setBuiltinCursor into a V0-V2 and a V3-V5 partMax Horn
2006-09-18Moved NES specific code from class Gdi to GdiNESMax Horn
2006-09-18Oops, accidentally broke TMSK support for HE 72+ gamesMax Horn
2006-09-18Fix --disable-heMax Horn
2006-09-18indention fixMax Horn
2006-09-18Moved some code from Gdi::drawBitmap to separate methodsMax Horn
2006-09-17renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::c...Max Horn
2006-09-17Moved stored flobjects to class ScummEngine_v70heMax Horn
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-09-17Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap (i.e...Max Horn
2006-09-16* Added virtual Engine::getDebugger() methodMax Horn
2006-09-16cleanupMax Horn
2006-09-16Overhaul of the debugger codeMax Horn
2006-09-16Replaced checkRange by assertRange, which has (a) an (IMO) more logical order...Max Horn
2006-09-16cleanup; remove check whether _costume is valid, as that is already done by g...Max Horn
2006-09-16Updated MD5 listMax Horn
2006-09-16cleanupMax Horn
2006-09-15Update French version of Pajama Sam 2Travis Howell
2006-09-14Add/Update several French versions of HE gamesTravis Howell
2006-09-14Add French version of puttcircusTravis Howell
2006-09-10Add/Update Dutch and French versions of several HE gamesTravis Howell
2006-09-09Renamed o6_getActorAnimCounter1 to o6_getActorAnimCounterMax Horn
2006-09-09Moved allocResTypeData from ScummEngine to ResourceManager; removed friend de...Max Horn
2006-09-09Moved _heV7RoomIntOffsets initializationMax Horn
2006-09-09Turned some sound conversion methods into static functions (cleanup)Max Horn
2006-09-09Update HE version for Dutch versions of lost, maze, socks and water.Travis Howell
2006-09-02Fix string formating in Russian versions of HE72+ gamesTravis Howell
2006-09-02Add DISABLE_HE check, around HE72+ specific version of convertMessageString()Travis Howell
2006-09-01Only check old special codes through drawString() in HE71 and earlier gamesTravis Howell
2006-09-01More fixes for string usage Russian HE games.Eugene Sandulenko
2006-09-01Ooops, re-enable sound codeTravis Howell
2006-09-01Add HE72+ specific version of convertMessageToString(), to reduce filtering a...Travis Howell
2006-08-29Add/Update details of English versions of pajama3, putttime and spyfox2Travis Howell
2006-08-28Add Dutch version of Freddi Fish and Luther's Maze MadnessTravis Howell
2006-08-27Add details for Dutch versions of many HE gamesTravis Howell
2006-08-26WORKAROUND for bug #1514457: INDY3: Crash in castle Brunwald (german version).Max Horn
2006-08-26Added some more detecion file sizes (I have a simple script that collects the...Max Horn
2006-08-26Add the Dutch version of Freddi Fish 1 for MacintoshTravis Howell
2006-08-25Added some actual file sizes to the MD5 tableMax Horn
2006-08-25Add possibilitz to store file sizes in the MD5 table (for future use)Max Horn
2006-08-21Added workaround (and warnings to find corner cases) for bug #1535358Max Horn
2006-08-21Yet another paranoia checkMax Horn
2006-08-21cleanup & check for sentence overflowsMax Horn
2006-08-20Rename VAR_MOUSEPRESENT to VAR_INPUTMODE and set the default input type to mo...Travis Howell
2006-08-15Add PT_BRA FT MD5 as reported in bugreport #1539740Eugene Sandulenko
2006-08-04There is no need anymore to report EVENT_SCREEN_CHANGED changes to the GUI codeMax Horn