aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2003-07-30the VC warning for unknown pragmas is now gloabally disabled, no need to ↵Max Horn
work around it locally svn-id: r9300
2003-07-29cleanupMax Horn
svn-id: r9281
2003-07-29Add option for the demo included in Maniac Mansion (Classic version)Travis Howell
svn-id: r9279
2003-07-29Added FIXMEMax Horn
svn-id: r9265
2003-07-28no need to zero these variables twiceMax Horn
svn-id: r9254
2003-07-28removed _encbyte (it's only used locally)Max Horn
svn-id: r9252
2003-07-28Fix for bug #778060 ("DOTT: Subtitle drawing glitch").Torbjörn Andersson
svn-id: r9249
2003-07-28Patch #715991: Quit Confirmation Dialog (feature request #642721) with some ↵Max Horn
tweaks by me svn-id: r9210
2003-07-28more sanity checksMax Horn
svn-id: r9208
2003-07-28adding an assert (better paranoid than letting a null pointer slip thru)Max Horn
svn-id: r9207
2003-07-28fix return values in getObjectOrActorXY; turned unsafe derefActorSafe call ↵Max Horn
into derefActor (return value of derefActorSafe was used w/o checking it for 0) svn-id: r9206
2003-07-27init walkdata (fix for bug #770306); move Actor::Actor constructor from ↵Max Horn
header to source file svn-id: r9205
2003-07-27oops this was never meant to be removedMax Horn
svn-id: r9203
2003-07-27fix inventory scrolling V1/V2 games (there were problems with an odd ↵Max Horn
inventory count) svn-id: r9201
2003-07-27some cleanupPaweł Kołodziejski
svn-id: r9198
2003-07-25fixed setActorCostume for COMI; fixees bug #754421 and hopefully also the ↵Max Horn
issue described in patch #696033 svn-id: r9191
2003-07-25lots of mixer changes: replaced _volumeTable by _globalVolume (applying ↵Max Horn
volume after resampling is more accurate); made more member vars of SoundMixer protected (and thus added some new getter methods); added (untested) support for a second (stereo) channel when playing MP3 svn-id: r9184
2003-07-24oops, wanted to move talkFrequency initialisation, but only re-moved it, and ↵Max Horn
didn't add it in its new place. bad me! svn-id: r9182
2003-07-24cleanup: encapsulate some more members of class Actor, and rename ↵Max Horn
newDirection -> targetFacing (since it corresponds to the future value of 'facing'; the distinction between 'facing' and 'direction' is extremly fuzzy) svn-id: r9175
2003-07-23Slight cleanup of previous commit.Torbjörn Andersson
svn-id: r9147
2003-07-23Allow the sentence line to be 40 printable characters long. The verb partTorbjörn Andersson
is padded with '@', which should not be counted. svn-id: r9146
2003-07-23Small correction for mac loomTravis Howell
svn-id: r9143
2003-07-23Ooops that should not have been commmitedTravis Howell
svn-id: r9142
2003-07-23fm towns cd audio fix from HibernatusTravis Howell
svn-id: r9141
2003-07-22fix for bug #775839; unified the various Indy3 checks (this gets annoying, ↵Max Horn
maybe we can merge the three GIDs after 0.5.0; any difference could be handled via _feature flags (e.g. added a GF_TOWNS flag) svn-id: r9137
2003-07-22fix for bug #762593 (ZAK256: Audio CD not handled properly)Max Horn
svn-id: r9135
2003-07-22Changed "SCALLING" to "SCALING".Torbjörn Andersson
svn-id: r9134
2003-07-22so it's not the endFrame, but the duration (in frames), after all! grmbl, ↵Max Horn
took me long enough to figure this out, now I can fix up system.h, and then decide whom I can blame for this mess (yeah I know I renamed everything to endFrame in here, but it was named incorrectly in many other places already... ah well, at least now we know :-) svn-id: r9130
2003-07-22fix for bug #775420; also properly implemented the 'box matrix truncated' ↵Max Horn
workaround svn-id: r9129
2003-07-22fix for bug #775640Max Horn
svn-id: r9128
2003-07-22made about dialog global (so that it can be used from the launcher and from ↵Max Horn
sky/simon; also added our copyright to it svn-id: r9122
2003-07-22added a FIXMEMax Horn
svn-id: r9121
2003-07-22fix spanish prepositions, see bug #772277. And BTW, does anybody know when ↵Max Horn
and where the 'on/mit/sur/su/en' preposition is actually used? svn-id: r9116
2003-07-22fix for bug #770704Max Horn
svn-id: r9115
2003-07-21Fix for #775275 : debugger support on WinCENicolas Bacca
svn-id: r9114
2003-07-21fixing bug #774783 for the VGA version, too - and I bet the FmTowns version ↵Max Horn
will need this fix, too svn-id: r9112
2003-07-21really fix #774783 in IndyEGA (while the value '1' is not strictly correct, ↵Max Horn
and in IndyVGA it is 0, and 0 is the logical value - this *has* to be 1 (and 1 is what the original returns, too, due to a bug) svn-id: r9111
2003-07-21Fix for bug #770690 and bug #774783Max Horn
svn-id: r9110
2003-07-21added getResourceSize methodMax Horn
svn-id: r9109
2003-07-20improved stampObject opcode for FT mine field, still layers? problemPaweł Kołodziejski
svn-id: r9099
2003-07-20some changes for stampObject opcode to be more similiar dissassemblyPaweł Kołodziejski
svn-id: r9098
2003-07-20fixed regression caused by mePaweł Kołodziejski
svn-id: r9097
2003-07-20fixed warningsPaweł Kołodziejski
svn-id: r9096
2003-07-20Revert my bad codeTravis Howell
svn-id: r9094
2003-07-20fix for bug #758542Max Horn
svn-id: r9088
2003-07-20typoMax Horn
svn-id: r9086
2003-07-20merged checkKeyHit/convertKeysToClicks/getKeyInput into processKbd - their ↵Max Horn
separation served no purpose but made it much harder to understand the code. Also, this opens up possibilities to cleanup the code svn-id: r9085
2003-07-19moved up code for v1 setActorPalette funcPaweł Kołodziejski
svn-id: r9084
2003-07-19moved some functions out of scummvm.cpp into more appropriate files; ↵Max Horn
rearranged stuff inside scummvm.cpp to be grouped a bit more logical svn-id: r9083
2003-07-19updated opcode "Actor Set Color" in o2_ActorSet func, it's based on ↵Paweł Kołodziejski
dissassembly, why it was "i = 3" ? svn-id: r9082