aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2003-07-30the VC warning for unknown pragmas is now gloabally disabled, no need to work...Max Horn
2003-07-29cleanupMax Horn
2003-07-29Add option for the demo included in Maniac Mansion (Classic version)Travis Howell
2003-07-29Added FIXMEMax Horn
2003-07-28no need to zero these variables twiceMax Horn
2003-07-28removed _encbyte (it's only used locally)Max Horn
2003-07-28Fix for bug #778060 ("DOTT: Subtitle drawing glitch").Torbjörn Andersson
2003-07-28Patch #715991: Quit Confirmation Dialog (feature request #642721) with some t...Max Horn
2003-07-28more sanity checksMax Horn
2003-07-28adding an assert (better paranoid than letting a null pointer slip thru)Max Horn
2003-07-28fix return values in getObjectOrActorXY; turned unsafe derefActorSafe call in...Max Horn
2003-07-27init walkdata (fix for bug #770306); move Actor::Actor constructor from heade...Max Horn
2003-07-27oops this was never meant to be removedMax Horn
2003-07-27fix inventory scrolling V1/V2 games (there were problems with an odd inventor...Max Horn
2003-07-27some cleanupPaweł Kołodziejski
2003-07-25fixed setActorCostume for COMI; fixees bug #754421 and hopefully also the iss...Max Horn
2003-07-25lots of mixer changes: replaced _volumeTable by _globalVolume (applying volum...Max Horn
2003-07-24oops, wanted to move talkFrequency initialisation, but only re-moved it, and ...Max Horn
2003-07-24cleanup: encapsulate some more members of class Actor, and rename newDirectio...Max Horn
2003-07-23Slight cleanup of previous commit.Torbjörn Andersson
2003-07-23Allow the sentence line to be 40 printable characters long. The verb partTorbjörn Andersson
2003-07-23Small correction for mac loomTravis Howell
2003-07-23Ooops that should not have been commmitedTravis Howell
2003-07-23fm towns cd audio fix from HibernatusTravis Howell
2003-07-22fix for bug #775839; unified the various Indy3 checks (this gets annoying, ma...Max Horn
2003-07-22fix for bug #762593 (ZAK256: Audio CD not handled properly)Max Horn
2003-07-22Changed "SCALLING" to "SCALING".Torbjörn Andersson
2003-07-22so it's not the endFrame, but the duration (in frames), after all! grmbl, too...Max Horn
2003-07-22fix for bug #775420; also properly implemented the 'box matrix truncated' wor...Max Horn
2003-07-22fix for bug #775640Max Horn
2003-07-22made about dialog global (so that it can be used from the launcher and from s...Max Horn
2003-07-22added a FIXMEMax Horn
2003-07-22fix spanish prepositions, see bug #772277. And BTW, does anybody know when an...Max Horn
2003-07-22fix for bug #770704Max Horn
2003-07-21Fix for #775275 : debugger support on WinCENicolas Bacca
2003-07-21fixing bug #774783 for the VGA version, too - and I bet the FmTowns version w...Max Horn
2003-07-21really fix #774783 in IndyEGA (while the value '1' is not strictly correct, a...Max Horn
2003-07-21Fix for bug #770690 and bug #774783Max Horn
2003-07-21added getResourceSize methodMax Horn
2003-07-20improved stampObject opcode for FT mine field, still layers? problemPaweł Kołodziejski
2003-07-20some changes for stampObject opcode to be more similiar dissassemblyPaweł Kołodziejski
2003-07-20fixed regression caused by mePaweł Kołodziejski
2003-07-20fixed warningsPaweł Kołodziejski
2003-07-20Revert my bad codeTravis Howell
2003-07-20fix for bug #758542Max Horn
2003-07-20typoMax Horn
2003-07-20merged checkKeyHit/convertKeysToClicks/getKeyInput into processKbd - their se...Max Horn
2003-07-19moved up code for v1 setActorPalette funcPaweł Kołodziejski
2003-07-19moved some functions out of scummvm.cpp into more appropriate files; rearrang...Max Horn
2003-07-19updated opcode "Actor Set Color" in o2_ActorSet func, it's based on dissassem...Paweł Kołodziejski