aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2002-12-28Separated IMuseDigital to its own filesJamieson Christian
svn-id: r6228
2002-12-28de-verbalise some debug messages (move from debug(1) to debug(2)).. so we ↵James Brown
can see printDebug lines easier svn-id: r6227
2002-12-28Enable o8_printDebug() to the consoleJames Brown
svn-id: r6225
2002-12-28Add keypress variable so the "Are you sure you want to Win (Y/N)" cheat works :)James Brown
svn-id: r6223
2002-12-28Fix CMI Akos 'garbage' bug, based off of eriktorbjorn patch 659331James Brown
svn-id: r6222
2002-12-28Correct cursor put opcode slightlyJames Brown
svn-id: r6221
2002-12-28Initial (buggy) implementation of CURSOR_SET - the Cannon sequence now ↵James Brown
almost works, except for a centering bug svn-id: r6220
2002-12-28Add Save/Load game commands to DebuggerJames Brown
svn-id: r6219
2002-12-28Implement MUMBLEJames Brown
svn-id: r6218
2002-12-28Fix NewGui for higher resolutions (eg, CMI)James Brown
svn-id: r6216
2002-12-28get rid of getStringLen and use the more powerful resStrLen instead; moved ↵Max Horn
resStrLen from common/ to scumm/, where it belongs; enhanced resStrLen to suport V8; fixed translateText to support embeded vars (in strings I mean) - it may still not be fully correct but at least is better now; rewrote o6_arrayOps to parallel the V8 version - needs testing svn-id: r6215
2002-12-28cleanupMax Horn
svn-id: r6214
2002-12-28guess at VAR_CUSTOMSCALETABLE (due to Endy)Max Horn
svn-id: r6213
2002-12-27var correction (based on script 28)Max Horn
svn-id: r6212
2002-12-27added FIXMEMax Horn
svn-id: r6211
2002-12-27SO_ACTOR_SPECIAL_DRAW = shadow_mode! Looks much better this way, too :-)Max Horn
svn-id: r6210
2002-12-27like rtRoom, rtRoomScripts should never expire while the room they belong ↵Max Horn
too is loaded; this fixes the crash when picking up the fishing rod svn-id: r6208
2002-12-27Some var updatesJames Brown
svn-id: r6207
2002-12-27cleanupMax Horn
svn-id: r6206
2002-12-27opcode 0xDD (find verb), used for conversationsMax Horn
svn-id: r6205
2002-12-27verb ids can be > 255 in V8; more V8 verbop correctionsMax Horn
svn-id: r6204
2002-12-27removing some annoying warningsMax Horn
svn-id: r6203
2002-12-27almost all scripts that use o8_getStringWidth pass 1 as first parameter, but ↵Max Horn
a few pass 3. So I assume this is a charset id svn-id: r6202
2002-12-27o8_getStringWidth also pops on paramMax Horn
svn-id: r6201
2002-12-27implemented V8 verbops fully, based on V6 - this contains some guessing and ↵Max Horn
may contain mistakes. Also added string width opcode svn-id: r6200
2002-12-27fixed verb entry code for V8Max Horn
svn-id: r6199
2002-12-27fixed flobject loading in V8Max Horn
svn-id: r6198
2002-12-27cleanupMax Horn
svn-id: r6197
2002-12-27Voice sample support, again missing a required codecJames Brown
svn-id: r6195
2002-12-27Fix GCC3.1 compile problemJames Brown
svn-id: r6194
2002-12-27Add skeleton music support for CMI (but codec not implemented)James Brown
svn-id: r6193
2002-12-27Appending another slash breaks COMI on MorphOS and AmigaOS where a ↵Ruediger Hanke
double-slash means parent directory ... a slash is already appended by the game detector if required svn-id: r6192
2002-12-27Fix cwd resource path bug for CMIJames Brown
svn-id: r6191
2002-12-27Error out when fonts are missingJames Brown
svn-id: r6190
2002-12-27fix S&M (why was that changed made in the first place I wonder?)Max Horn
svn-id: r6188
2002-12-27cleanupMax Horn
svn-id: r6187
2002-12-27quick fix for Endy's code - should be redone properly laterMax Horn
svn-id: r6186
2002-12-27Patch 650135 (method 3): FOA parrot hangJames Brown
svn-id: r6185
2002-12-27some more var guessesMax Horn
svn-id: r6184
2002-12-27Move some things around, to get rid of all these resource/ sprintf's for CMIJames Brown
svn-id: r6182
2002-12-26o8 startScript jugglingJames Brown
svn-id: r6181
2002-12-26group startScript/Object codes (no code change)Max Horn
svn-id: r6180
2002-12-26doSentence only takes three params in V8Max Horn
svn-id: r6179
2002-12-26added FIXME commentMax Horn
svn-id: r6178
2002-12-26fixed talkingMax Horn
svn-id: r6177
2002-12-26map V8 talk opcodes to the right V6 opcodes; however, talking still locks up ↵Max Horn
after the first sentence is uttered (looking into that now); various cleanup; added a guess at VAR_EGO (based on what cmidec says is the 'default_actor') svn-id: r6176
2002-12-26fixed verb scriptsMax Horn
svn-id: r6175
2002-12-26Increase allowed zbuffers for CMI (One room, 16, uses at least 6.. add a few ↵James Brown
spare just in case). svn-id: r6174
2002-12-26Fix incorrect opcode (now it at least starts the Verb Widget scripts)James Brown
svn-id: r6173
2002-12-26Hack around a COMI crash..James Brown
svn-id: r6172