aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2003-04-02fix for bug #695654Max Horn
2003-04-01correct to match dissassemblyPaweł Kołodziejski
2003-04-01Patch 713149: Fix OOB accessMax Horn
2003-03-30fixed description centering in the FT and added hack for redraw descriptions ...Paweł Kołodziejski
2003-03-30added eriktorbjorn patch for multiple text lines for the dig ending creditsPaweł Kołodziejski
2003-03-30changed messages from warning to debugPaweł Kołodziejski
2003-03-30obsolete TODOsMax Horn
2003-03-30fixed cordinates in the Dig opcode 0xE1Paweł Kołodziejski
2003-03-30corrected opcode 0xE1 in the dig (bug in the IDB)Paweł Kołodziejski
2003-03-29fixed verb regression in older gamesMax Horn
2003-03-29changed printf to debugPaweł Kołodziejski
2003-03-29hack for proper description redraw in the dig while scrolling roomPaweł Kołodziejski
2003-03-29fix y position of text description in the digPaweł Kołodziejski
2003-03-28some comments on actorHitMax Horn
2003-03-28cleanupMax Horn
2003-03-28this should fix one of those nasty deadlocks, I hopeMax Horn
2003-03-28fixed verb drawing in COMI (and maybe FT, too?)Max Horn
2003-03-26grow default buttons size & browser dialog to accomodate for spanish gamesMax Horn
2003-03-25make the volume controls in the global options dialog workMax Horn
2003-03-25added some meat to the global options dialog (no prefs are stored yet, though)Max Horn
2003-03-25Patch #691696: Possible fix for Adlib regressionMax Horn
2003-03-24cleanupMax Horn
2003-03-23Patch #708384: Off-by-one bug which causes inventory problems in COMIMax Horn
2003-03-23cleanupMax Horn
2003-03-21moved delay stuff outside of lock mutexPaweł Kołodziejski
2003-03-20take lock mutex mechanism also processKbd() and waitForTimer().Paweł Kołodziejski
2003-03-19use a mutex to sync smush screen updates (should avoid crash caused by a race...Max Horn
2003-03-18cleanupMax Horn
2003-03-18added script opcode for dig minigamePaweł Kołodziejski
2003-03-18added input keys support for dig ingamePaweł Kołodziejski
2003-03-18cleanupMax Horn
2003-03-18add GF_DEFAULT_TO_1X_SCALERJonathan Gray
2003-03-17a tiny saferPaweł Kołodziejski
2003-03-17changed orderPaweł Kołodziejski
2003-03-17few corrections for smushPaweł Kołodziejski
2003-03-17moved backend update_screen() (slooolest thing) from smush updateScreen() int...Paweł Kołodziejski
2003-03-17moved handle events from update into main loopPaweł Kołodziejski
2003-03-17changed debug level 4Paweł Kołodziejski
2003-03-17256 + 1 != 256Jonathan Gray
2003-03-17init member vars in right orderJonathan Gray
2003-03-17stop gcc crying about unused variableJonathan Gray
2003-03-17update for smush changesJonathan Gray
2003-03-17split waitForTimer func, update for smush,Paweł Kołodziejski
2003-03-17reorg/clenup, changed main loop in smush codePaweł Kołodziejski
2003-03-15patch #704237 SO_ROOM_NEW_PALETTE implementation which fixes at least the ban...Jonathan Gray
2003-03-13clenaupPaweł Kołodziejski
2003-03-13fix for little endian systemsMax Horn
2003-03-13Patch #686427: SO_ROOM_SATURATION implementationMax Horn
2003-03-13cleanupMax Horn
2003-03-13char* -> byte*; if something is declared 'private' and then subclasses have t...Max Horn