aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-12-26added missing returnPaweł Kołodziejski
svn-id: r6171
2002-12-26Add a guess at VAR_TALK_ACTOR (stops the crashes anyway), and add the ↵James Brown
DEBUGMODE variable so we can enable bootparams svn-id: r6170
2002-12-26Update more CMI opcodes. The first room now starts, although actor text ↵James Brown
crashes if I try and draw it (Fingolfin?). Object Flags seem to be, suprise, wrong.. as the door to the outside starts open :) svn-id: r6169
2002-12-26CMI opcode workJames Brown
svn-id: r6168
2002-12-26SMUSH playback opcodeJames Brown
svn-id: r6167
2002-12-26dummy o8_startVideo implementationMax Horn
svn-id: r6166
2002-12-26fixed compilation under VC6Paweł Kołodziejski
svn-id: r6165
2002-12-26added intensity roomopsMax Horn
svn-id: r6164
2002-12-26Allow the CMI logo room to runJames Brown
svn-id: r6163
2002-12-26reuse the old (ugly nasty dreaded) string system for V8, too (by supplying a ↵Max Horn
NUT based CharsetRenderer) svn-id: r6162
2002-12-2632 bit variables storageMax Horn
svn-id: r6161
2002-12-26Make the title screen do something useful.James Brown
One problem remains: script.cpp/runInputScript should receive '13' as parameter cmd when enter is pressed over a verb. It doesn't, something is eating the scancode in ScummVM. Someone feel free to fix this :) svn-id: r6160
2002-12-26updated VC6 filePaweł Kołodziejski
svn-id: r6159
2002-12-26fixed compilation under VC6Paweł Kołodziejski
svn-id: r6158
2002-12-26Don't go to the save/load screenJames Brown
svn-id: r6157
2002-12-26640*480 = 307200 > 65536: uin16 not sufficient to store the VirtScreen sizeMax Horn
svn-id: r6156
2002-12-26Make menu stuff runJames Brown
svn-id: r6155
2002-12-26fixed save/load; more restructuring of the charset rendering codeMax Horn
svn-id: r6154
2002-12-25cleanupMax Horn
svn-id: r6153
2002-12-25seperated classic & old256 rendered (now subclasses of CharsetRenderer)Max Horn
svn-id: r6152
2002-12-25This could hardly work, how did this change? scratch head" morphos.cppRuediger Hanke
svn-id: r6151
2002-12-25Fix compiler warning and possible hitRuediger Hanke
svn-id: r6150
2002-12-25more cleanupMax Horn
svn-id: r6149
2002-12-25cleanupMax Horn
svn-id: r6148
2002-12-25moved CharsetRendere into its own header/source file; changed ↵Max Horn
Scumm::_charset into a pointer, to make it possible to use different implementations of it svn-id: r6147
2002-12-25seems cursor width/height can occurMax Horn
svn-id: r6146
2002-12-25implemented V8 kernel function 'killAllScriptsButMe' - not sure if I did it ↵Max Horn
right, though svn-id: r6145
2002-12-25text center mode hackMax Horn
svn-id: r6144
2002-12-25two good rules of thumb: don't use typecasts if you don't have to - type ↵Max Horn
cast have a nasty habit of hiding and causing problems. When a method takes a pointer argument, if possible make it const. :-). Cleanup. Fixed font rendering in CMI: you need to call updateDirtyRect() if you modify the screen... svn-id: r6143
2002-12-25added some stuff to lock/unlock object v2Paweł Kołodziejski
svn-id: r6142
2002-12-25added some stuff to lock/unlock objectPaweł Kołodziejski
svn-id: r6141
2002-12-25cleanupMax Horn
svn-id: r6140
2002-12-25chenged opcode o8_breakHerVar to o6_delayFramesPaweł Kołodziejski
svn-id: r6139
2002-12-25Some fixes for COMI mouse pointerRuediger Hanke
svn-id: r6138
2002-12-25changes in o8_kludgePaweł Kołodziejski
svn-id: r6137
2002-12-25changed name from _insaneFlag to _smushFrameRatePaweł Kołodziejski
svn-id: r6136
2002-12-25breakHereVar takes an argument -> Ctrl-C now works again (skips to the 'Part ↵Max Horn
I' screen) svn-id: r6135
2002-12-25use translateText for V8 print opcodesMax Horn
svn-id: r6134
2002-12-25use specified colorMax Horn
svn-id: r6133
2002-12-25converted heaps of int16 to int for V8 compatibility; fixed defineArray for ↵Max Horn
V8; added some work in o8_kludge2 svn-id: r6132
2002-12-25fixed free buffer before alloc newPaweł Kołodziejski
svn-id: r6131
2002-12-25Clean up the hack. But it's still kinda a hack. Er. :)James Brown
svn-id: r6130
2002-12-25updated VC6 filePaweł Kołodziejski
svn-id: r6129