Age | Commit message (Expand) | Author |
2002-12-27 | SO_ACTOR_SPECIAL_DRAW = shadow_mode! Looks much better this way, too :-) | Max Horn |
2002-12-27 | like rtRoom, rtRoomScripts should never expire while the room they belong too... | Max Horn |
2002-12-27 | cleanup | Max Horn |
2002-12-27 | opcode 0xDD (find verb), used for conversations | Max Horn |
2002-12-27 | verb ids can be > 255 in V8; more V8 verbop corrections | Max Horn |
2002-12-27 | removing some annoying warnings | Max Horn |
2002-12-27 | almost all scripts that use o8_getStringWidth pass 1 as first parameter, but ... | Max Horn |
2002-12-27 | o8_getStringWidth also pops on param | Max Horn |
2002-12-27 | implemented V8 verbops fully, based on V6 - this contains some guessing and m... | Max Horn |
2002-12-27 | fixed flobject loading in V8 | Max Horn |
2002-12-27 | cleanup | Max Horn |
2002-12-27 | Move some things around, to get rid of all these resource/ sprintf's for CMI | James Brown |
2002-12-26 | o8 startScript juggling | James Brown |
2002-12-26 | group startScript/Object codes (no code change) | Max Horn |
2002-12-26 | map V8 talk opcodes to the right V6 opcodes; however, talking still locks up ... | Max Horn |
2002-12-26 | Fix incorrect opcode (now it at least starts the Verb Widget scripts) | James Brown |
2002-12-26 | added missing return | Paweł Kołodziejski |
2002-12-26 | Update more CMI opcodes. The first room now starts, although actor text crash... | James Brown |
2002-12-26 | CMI opcode work | James Brown |
2002-12-26 | SMUSH playback opcode | James Brown |
2002-12-26 | dummy o8_startVideo implementation | Max Horn |
2002-12-26 | added intensity roomops | Max Horn |
2002-12-26 | Allow the CMI logo room to run | James Brown |
2002-12-26 | reuse the old (ugly nasty dreaded) string system for V8, too (by supplying a ... | Max Horn |
2002-12-26 | fixed save/load; more restructuring of the charset rendering code | Max Horn |
2002-12-25 | moved CharsetRendere into its own header/source file; changed Scumm::_charset... | Max Horn |
2002-12-25 | implemented V8 kernel function 'killAllScriptsButMe' - not sure if I did it r... | Max Horn |
2002-12-25 | text center mode hack | Max Horn |
2002-12-25 | two good rules of thumb: don't use typecasts if you don't have to - type cast... | Max Horn |
2002-12-25 | added some stuff to lock/unlock object v2 | Paweł Kołodziejski |
2002-12-25 | added some stuff to lock/unlock object | Paweł Kołodziejski |
2002-12-25 | cleanup | Max Horn |
2002-12-25 | chenged opcode o8_breakHerVar to o6_delayFrames | Paweł Kołodziejski |
2002-12-25 | changes in o8_kludge | Paweł Kołodziejski |
2002-12-25 | breakHereVar takes an argument -> Ctrl-C now works again (skips to the 'Part ... | Max Horn |
2002-12-25 | use translateText for V8 print opcodes | Max Horn |
2002-12-25 | converted heaps of int16 to int for V8 compatibility; fixed defineArray for V... | Max Horn |
2002-12-25 | Clean up the hack. But it's still kinda a hack. Er. :) | James Brown |
2002-12-25 | Hacky font support - first attempt :) | James Brown |
2002-12-25 | get rid of warnings that flood my terminal | Max Horn |
2002-12-25 | renamed Scumm::charset -> Scumm::_charset | Max Horn |
2002-12-25 | Skeleton for hacky font support using Smush's FontRenderer. Doesn't work (unc... | James Brown |
2002-12-25 | added (broken) cursor support for V8; enabled bomp drawing | Max Horn |
2002-12-25 | filled in f-kludge stuff, and make it push(0) - now we don't crash anymore | Max Horn |
2002-12-25 | more opcodes (we see graphics again, albeit only briefly before it crashes) | Max Horn |
2002-12-24 | enabled room & local scripts in V8; some more opcodes | Max Horn |
2002-12-24 | added a map from object names to object ids | Max Horn |
2002-12-24 | more opcodes | Max Horn |
2002-12-24 | opcode 0xE1 = o6_getAnimateVariable ? | Max Horn |
2002-12-24 | more V8 opcodes (mostly rerouting to V6 ones) | Max Horn |