aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2002-12-28Separated IMuseDigital to its own filesJamieson Christian
2002-12-28de-verbalise some debug messages (move from debug(1) to debug(2)).. so we can...James Brown
2002-12-28Enable o8_printDebug() to the consoleJames Brown
2002-12-28Add keypress variable so the "Are you sure you want to Win (Y/N)" cheat works :)James Brown
2002-12-28Fix CMI Akos 'garbage' bug, based off of eriktorbjorn patch 659331James Brown
2002-12-28Correct cursor put opcode slightlyJames Brown
2002-12-28Initial (buggy) implementation of CURSOR_SET - the Cannon sequence now almost...James Brown
2002-12-28Add Save/Load game commands to DebuggerJames Brown
2002-12-28Implement MUMBLEJames Brown
2002-12-28Fix NewGui for higher resolutions (eg, CMI)James Brown
2002-12-28get rid of getStringLen and use the more powerful resStrLen instead; moved re...Max Horn
2002-12-28cleanupMax Horn
2002-12-28guess at VAR_CUSTOMSCALETABLE (due to Endy)Max Horn
2002-12-27var correction (based on script 28)Max Horn
2002-12-27added FIXMEMax Horn
2002-12-27SO_ACTOR_SPECIAL_DRAW = shadow_mode! Looks much better this way, too :-)Max Horn
2002-12-27like rtRoom, rtRoomScripts should never expire while the room they belong too...Max Horn
2002-12-27Some var updatesJames Brown
2002-12-27cleanupMax Horn
2002-12-27opcode 0xDD (find verb), used for conversationsMax Horn
2002-12-27verb ids can be > 255 in V8; more V8 verbop correctionsMax Horn
2002-12-27removing some annoying warningsMax Horn
2002-12-27almost all scripts that use o8_getStringWidth pass 1 as first parameter, but ...Max Horn
2002-12-27o8_getStringWidth also pops on paramMax Horn
2002-12-27implemented V8 verbops fully, based on V6 - this contains some guessing and m...Max Horn
2002-12-27fixed verb entry code for V8Max Horn
2002-12-27fixed flobject loading in V8Max Horn
2002-12-27cleanupMax Horn
2002-12-27Voice sample support, again missing a required codecJames Brown
2002-12-27Fix GCC3.1 compile problemJames Brown
2002-12-27Add skeleton music support for CMI (but codec not implemented)James Brown
2002-12-27Appending another slash breaks COMI on MorphOS and AmigaOS where a double-sla...Ruediger Hanke
2002-12-27Fix cwd resource path bug for CMIJames Brown
2002-12-27Error out when fonts are missingJames Brown
2002-12-27fix S&M (why was that changed made in the first place I wonder?)Max Horn
2002-12-27cleanupMax Horn
2002-12-27quick fix for Endy's code - should be redone properly laterMax Horn
2002-12-27Patch 650135 (method 3): FOA parrot hangJames Brown
2002-12-27some more var guessesMax Horn
2002-12-27Move some things around, to get rid of all these resource/ sprintf's for CMIJames Brown
2002-12-26o8 startScript jugglingJames Brown
2002-12-26group startScript/Object codes (no code change)Max Horn
2002-12-26doSentence only takes three params in V8Max Horn
2002-12-26added FIXME commentMax Horn
2002-12-26fixed talkingMax Horn
2002-12-26map V8 talk opcodes to the right V6 opcodes; however, talking still locks up ...Max Horn
2002-12-26fixed verb scriptsMax Horn
2002-12-26Increase allowed zbuffers for CMI (One room, 16, uses at least 6.. add a few ...James Brown
2002-12-26Fix incorrect opcode (now it at least starts the Verb Widget scripts)James Brown
2002-12-26Hack around a COMI crash..James Brown