aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2002-12-26added missing returnPaweł Kołodziejski
2002-12-26Add a guess at VAR_TALK_ACTOR (stops the crashes anyway), and add the DEBUGMO...James Brown
2002-12-26Update more CMI opcodes. The first room now starts, although actor text crash...James Brown
2002-12-26CMI opcode workJames Brown
2002-12-26SMUSH playback opcodeJames Brown
2002-12-26dummy o8_startVideo implementationMax Horn
2002-12-26fixed compilation under VC6Paweł Kołodziejski
2002-12-26added intensity roomopsMax Horn
2002-12-26Allow the CMI logo room to runJames Brown
2002-12-26reuse the old (ugly nasty dreaded) string system for V8, too (by supplying a ...Max Horn
2002-12-2632 bit variables storageMax Horn
2002-12-26Make the title screen do something useful.James Brown
2002-12-26fixed compilation under VC6Paweł Kołodziejski
2002-12-26Don't go to the save/load screenJames Brown
2002-12-26640*480 = 307200 > 65536: uin16 not sufficient to store the VirtScreen sizeMax Horn
2002-12-26Make menu stuff runJames Brown
2002-12-26fixed save/load; more restructuring of the charset rendering codeMax Horn
2002-12-25cleanupMax Horn
2002-12-25seperated classic & old256 rendered (now subclasses of CharsetRenderer)Max Horn
2002-12-25more cleanupMax Horn
2002-12-25cleanupMax Horn
2002-12-25moved CharsetRendere into its own header/source file; changed Scumm::_charset...Max Horn
2002-12-25implemented V8 kernel function 'killAllScriptsButMe' - not sure if I did it r...Max Horn
2002-12-25text center mode hackMax Horn
2002-12-25two good rules of thumb: don't use typecasts if you don't have to - type cast...Max Horn
2002-12-25added some stuff to lock/unlock object v2Paweł Kołodziejski
2002-12-25added some stuff to lock/unlock objectPaweł Kołodziejski
2002-12-25cleanupMax Horn
2002-12-25chenged opcode o8_breakHerVar to o6_delayFramesPaweł Kołodziejski
2002-12-25changes in o8_kludgePaweł Kołodziejski
2002-12-25changed name from _insaneFlag to _smushFrameRatePaweł Kołodziejski
2002-12-25breakHereVar takes an argument -> Ctrl-C now works again (skips to the 'Part ...Max Horn
2002-12-25use translateText for V8 print opcodesMax Horn
2002-12-25use specified colorMax Horn
2002-12-25converted heaps of int16 to int for V8 compatibility; fixed defineArray for V...Max Horn
2002-12-25fixed free buffer before alloc newPaweł Kołodziejski
2002-12-25Clean up the hack. But it's still kinda a hack. Er. :)James Brown
2002-12-25fixed width font problem in NutRendererPaweł Kołodziejski
2002-12-25Hacky font support - first attempt :)James Brown
2002-12-25added nut renderer, there is bug with font width, fix laterPaweł Kołodziejski
2002-12-25fixed bomp cursor in CMI partially - still seeing flickering/tearing/artifact...Max Horn
2002-12-25Fix midi driver thread for MorphOSRuediger Hanke
2002-12-25get rid of warnings that flood my terminalMax Horn
2002-12-25Fix Dig regressionJames Brown
2002-12-25renamed Scumm::charset -> Scumm::_charsetMax Horn
2002-12-25cleanup (really need to factor out a lot of this stuff into seperate methods)Max Horn
2002-12-25fixed warnings(errors) for VC6.Paweł Kołodziejski
2002-12-25Skeleton for hacky font support using Smush's FontRenderer. Doesn't work (unc...James Brown
2002-12-25added (broken) cursor support for V8; enabled bomp drawingMax Horn
2002-12-25filled in f-kludge stuff, and make it push(0) - now we don't crash anymoreMax Horn