aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2003-08-03fix warningMax Horn
2003-08-03removed obsolete warningMax Horn
2003-08-03o5_getStringWidth was missing getResultPos() (thanks to _Q for pointing this ...Max Horn
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ...Max Horn
2003-08-01indention fix (so the code adheres to our indention rules)Max Horn
2003-08-01enable partial looping: However this is *completely* untested since I have no...Max Horn
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-08-01more descriptive title for mac ft demoJonathan Gray
2003-07-31added support for FT mac demoMax Horn
2003-07-31revamped MP3/Vorbis CD 'emulation' code to use a PlayingSoundHandle -> this a...Max Horn
2003-07-31spelling (bug #781028)Max Horn
2003-07-31cleanup for some comments & indentionMax Horn
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
2003-07-31Forward-port ZakV2 hacks from 0.5.0 branchJames Brown
2003-07-31Fix for RC bug [780675] MI2: Reoccuring crashJamieson Christian
2003-07-31Disabled unknown pragma warning in MSVC-6.Jamieson Christian
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