Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-25 | cleanup | Max Horn | |
svn-id: r6148 | |||
2002-12-25 | moved 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-25 | seems cursor width/height can occur | Max Horn | |
svn-id: r6146 | |||
2002-12-25 | implemented V8 kernel function 'killAllScriptsButMe' - not sure if I did it ↵ | Max Horn | |
right, though svn-id: r6145 | |||
2002-12-25 | text center mode hack | Max Horn | |
svn-id: r6144 | |||
2002-12-25 | two 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-25 | added some stuff to lock/unlock object v2 | Paweł Kołodziejski | |
svn-id: r6142 | |||
2002-12-25 | added some stuff to lock/unlock object | Paweł Kołodziejski | |
svn-id: r6141 | |||
2002-12-25 | cleanup | Max Horn | |
svn-id: r6140 | |||
2002-12-25 | chenged opcode o8_breakHerVar to o6_delayFrames | Paweł Kołodziejski | |
svn-id: r6139 | |||
2002-12-25 | Some fixes for COMI mouse pointer | Ruediger Hanke | |
svn-id: r6138 | |||
2002-12-25 | changes in o8_kludge | Paweł Kołodziejski | |
svn-id: r6137 | |||
2002-12-25 | changed name from _insaneFlag to _smushFrameRate | Paweł Kołodziejski | |
svn-id: r6136 | |||
2002-12-25 | breakHereVar takes an argument -> Ctrl-C now works again (skips to the 'Part ↵ | Max Horn | |
I' screen) svn-id: r6135 | |||
2002-12-25 | use translateText for V8 print opcodes | Max Horn | |
svn-id: r6134 | |||
2002-12-25 | use specified color | Max Horn | |
svn-id: r6133 | |||
2002-12-25 | converted 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-25 | fixed free buffer before alloc new | Paweł Kołodziejski | |
svn-id: r6131 | |||
2002-12-25 | Clean up the hack. But it's still kinda a hack. Er. :) | James Brown | |
svn-id: r6130 | |||
2002-12-25 | updated VC6 file | Paweł Kołodziejski | |
svn-id: r6129 | |||
2002-12-25 | fixed width font problem in NutRenderer | Paweł Kołodziejski | |
svn-id: r6128 | |||
2002-12-25 | Hacky font support - first attempt :) | James Brown | |
svn-id: r6127 | |||
2002-12-25 | added nut renderer, there is bug with font width, fix later | Paweł Kołodziejski | |
svn-id: r6126 | |||
2002-12-25 | fixed mouse cursor code to cope with CMI | Max Horn | |
svn-id: r6125 | |||
2002-12-25 | fixed bomp cursor in CMI partially - still seeing ↵ | Max Horn | |
flickering/tearing/artifacts, though svn-id: r6124 | |||
2002-12-25 | Fix midi driver thread for MorphOS | Ruediger Hanke | |
svn-id: r6123 | |||
2002-12-25 | get rid of warnings that flood my terminal | Max Horn | |
svn-id: r6122 | |||
2002-12-25 | Fix Dig regression | James Brown | |
svn-id: r6121 | |||
2002-12-25 | Moved MorphOS midi driver to backends/midi | Ruediger Hanke | |
svn-id: r6120 | |||
2002-12-25 | renamed Scumm::charset -> Scumm::_charset | Max Horn | |
svn-id: r6119 | |||
2002-12-25 | cleanup (really need to factor out a lot of this stuff into seperate methods) | Max Horn | |
svn-id: r6118 | |||
2002-12-25 | More warnings with MorphOS GCC fixed, removed unneccessary define | Ruediger Hanke | |
svn-id: r6117 | |||
2002-12-25 | Compilation warnings fixed | Ruediger Hanke | |
svn-id: r6116 | |||
2002-12-25 | fixed warnings(errors) for VC6. | Paweł Kołodziejski | |
Endy I'm here now ! :-) svn-id: r6115 | |||
2002-12-25 | Skeleton for hacky font support using Smush's FontRenderer. Doesn't work ↵ | James Brown | |
(uncomment the loadFont line in script_v8 to test). Aquadran, where are you? :) svn-id: r6114 | |||
2002-12-25 | added (broken) cursor support for V8; enabled bomp drawing | Max Horn | |
svn-id: r6113 | |||
2002-12-25 | filled in f-kludge stuff, and make it push(0) - now we don't crash anymore | Max Horn | |
svn-id: r6112 | |||
2002-12-25 | even more -peantic fixes | Max Horn | |
svn-id: r6111 | |||
2002-12-25 | fixed invalid memory access | Max Horn | |
svn-id: r6110 | |||
2002-12-25 | more -pedantic warnings fixed | Max Horn | |
svn-id: r6109 | |||
2002-12-25 | fix -pedantic warnings | Max Horn | |
svn-id: r6108 | |||
2002-12-25 | allow array dynamically to make VC happy | Max Horn | |
svn-id: r6107 | |||
2002-12-25 | more opcodes (we see graphics again, albeit only briefly before it crashes) | Max Horn | |
svn-id: r6106 | |||
2002-12-24 | enabled room & local scripts in V8; some more opcodes | Max Horn | |
svn-id: r6105 | |||
2002-12-24 | added a map from object names to object ids | Max Horn | |
svn-id: r6104 | |||
2002-12-24 | getting graphics in COMI, woohoo! That's a nice christmas present, isn't it? :-) | Max Horn | |
svn-id: r6103 | |||
2002-12-24 | some hacks to get V8 loading further. It now fails because it can't find the ↵ | Max Horn | |
SMAP resource svn-id: r6102 | |||
2002-12-24 | more opcodes | Max Horn | |
svn-id: r6101 | |||
2002-12-24 | opcode 0xE1 = o6_getAnimateVariable ? | Max Horn | |
svn-id: r6100 | |||
2002-12-24 | Fix silly mistake | James Brown | |
svn-id: r6099 |