Age | Commit message (Expand) | Author |
2002-12-25 | use translateText for V8 print opcodes | Max Horn |
2002-12-25 | use specified color | Max Horn |
2002-12-25 | converted heaps of int16 to int for V8 compatibility; fixed defineArray for V... | Max Horn |
2002-12-25 | fixed free buffer before alloc new | Paweł Kołodziejski |
2002-12-25 | Clean up the hack. But it's still kinda a hack. Er. :) | James Brown |
2002-12-25 | updated VC6 file | Paweł Kołodziejski |
2002-12-25 | fixed width font problem in NutRenderer | Paweł Kołodziejski |
2002-12-25 | Hacky font support - first attempt :) | James Brown |
2002-12-25 | added nut renderer, there is bug with font width, fix later | Paweł Kołodziejski |
2002-12-25 | fixed mouse cursor code to cope with CMI | Max Horn |
2002-12-25 | fixed bomp cursor in CMI partially - still seeing flickering/tearing/artifact... | Max Horn |
2002-12-25 | Fix midi driver thread for MorphOS | Ruediger Hanke |
2002-12-25 | get rid of warnings that flood my terminal | Max Horn |
2002-12-25 | Fix Dig regression | James Brown |
2002-12-25 | Moved MorphOS midi driver to backends/midi | Ruediger Hanke |
2002-12-25 | renamed Scumm::charset -> Scumm::_charset | Max Horn |
2002-12-25 | cleanup (really need to factor out a lot of this stuff into seperate methods) | Max Horn |
2002-12-25 | More warnings with MorphOS GCC fixed, removed unneccessary define | Ruediger Hanke |
2002-12-25 | Compilation warnings fixed | Ruediger Hanke |
2002-12-25 | fixed warnings(errors) for VC6. | Paweł Kołodziejski |
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 | even more -peantic fixes | Max Horn |
2002-12-25 | fixed invalid memory access | Max Horn |
2002-12-25 | more -pedantic warnings fixed | Max Horn |
2002-12-25 | fix -pedantic warnings | Max Horn |
2002-12-25 | allow array dynamically to make VC happy | 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 | getting graphics in COMI, woohoo! That's a nice christmas present, isn't it? :-) | Max Horn |
2002-12-24 | some hacks to get V8 loading further. It now fails because it can't find the ... | Max Horn |
2002-12-24 | more opcodes | Max Horn |
2002-12-24 | opcode 0xE1 = o6_getAnimateVariable ? | Max Horn |
2002-12-24 | Fix silly mistake | James Brown |
2002-12-24 | Fix a typo, add some more code. | James Brown |
2002-12-24 | Cope with relocation of room scripts into a subbranch of LFLF, not ROOM | James Brown |
2002-12-24 | replace unk1 for numZBuffer in the v8 part of RoomHeader | Jonathan Gray |
2002-12-24 | make initBGBuffers handle the fact that v8 stores number of z buffers in RMHD... | Jonathan Gray |
2002-12-24 | changed lots of stuff to read data in the V8 format; more changes still neede... | Max Horn |
2002-12-24 | added V8 room & images headers | Max Horn |
2002-12-24 | yes they really are the same, one opcode just has a jmp to the other | Jonathan Gray |
2002-12-24 | fixed room resource loading in V8 - now need to fix initRoomSubBlocks | Max Horn |
2002-12-24 | upon res load error, print out from which file we tried to load, and also pri... | Max Horn |
2002-12-24 | File object stores file name (useful for debugging) | Max Horn |
2002-12-24 | more V8 opcodes (mostly rerouting to V6 ones) | Max Horn |
2002-12-23 | implemented actorOps for V8 (with some guessing involved) | Max Horn |
2002-12-23 | set NUM_ACTORS to 80 for COMI; get rid of MAX_ACTORS (use NUM_ACTORS instead)... | Max Horn |
2002-12-23 | updated o8_kludge() | Paweł Kołodziejski |