Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-21 | SCI: adding lsl6hires uninit workaround | Martin Kiewitz | |
svn-id: r51087 | |||
2010-07-21 | SCI: more work on coordadjustment sci32 | Martin Kiewitz | |
svn-id: r51084 | |||
2010-07-20 | SCI: Removed the restoring parameter of the run_vm() function | Filippos Karapetis | |
svn-id: r51076 | |||
2010-07-20 | SCI: some sci32 fixes | Martin Kiewitz | |
kOnMe, kLocal2Global, kGlobal2Local now hires capable, hotspots seem to work in lsl6 and sq6, although pressing on start in sq6 doesn't work yet, you need to click on the rightmost/bottom area svn-id: r51074 | |||
2010-07-20 | SCI: adding lsl6hires uninit workaround | Martin Kiewitz | |
svn-id: r51072 | |||
2010-07-20 | SCI: tiny comment change | Martin Kiewitz | |
svn-id: r51069 | |||
2010-07-20 | SCI: clean up workaround tables/code | Martin Kiewitz | |
svn-id: r51068 | |||
2010-07-20 | SCI: adding workaround for sq1 in bar | Martin Kiewitz | |
kGraph(drawLine) gets called sometimes with additional parameter svn-id: r51065 | |||
2010-07-20 | SCI: adding uninit workarounds for cnick games | Martin Kiewitz | |
longbow and king's quest KQ has the same issues as hoyle 3 svn-id: r51063 | |||
2010-07-20 | SCI: fix regression of r51060 | Martin Kiewitz | |
svn-id: r51062 | |||
2010-07-20 | SCI: change the workaround-types | Martin Kiewitz | |
0 is now don't call 1 is do call 2 is don't call and fake acc makes more sense svn-id: r51060 | |||
2010-07-20 | SCI: added workaround for kq1 kDoSound(fade) | Martin Kiewitz | |
gets called with object 0:0 in several scenes, just ignore that call svn-id: r51059 | |||
2010-07-20 | SCI: renaming kDoSound(resume) to resumeAfterRestore | Martin Kiewitz | |
kDoSound(resumeAfterRestore) is called right after restoring a saved game for sound-sci0 games, we already resume playing music inside restore, so we don't need to implement this at all svn-id: r51058 | |||
2010-07-19 | SCI: fixing comment | Martin Kiewitz | |
svn-id: r51037 | |||
2010-07-19 | SCI: adding 2 uninit workarounds for hoyle1 | Martin Kiewitz | |
svn-id: r51036 | |||
2010-07-19 | SCI: kDoBresen - check xLast/yLast selectors | Martin Kiewitz | |
fixed mixed-up fairy tales demo svn-id: r51035 | |||
2010-07-19 | SCI: fix regression of r51027 | Martin Kiewitz | |
we have to reset the parser when switching vocabulary svn-id: r51031 | |||
2010-07-19 | SCI: implement foreign vocabulary support | Martin Kiewitz | |
not fully working, extended chars do not work currently as input svn-id: r51027 | |||
2010-07-19 | SCI: lsl6 workaround switched on for all rooms | Martin Kiewitz | |
lsl6 workaround also happens later, so we switch it to all rooms svn-id: r51026 | |||
2010-07-19 | SCI: fix ult to work for pq2 japanese | Martin Kiewitz | |
pq2 japanese compares pointers to 2000 to find out if its a resourceid or a pointer svn-id: r51023 | |||
2010-07-19 | SCI: fixing signature for kDoSound(setReverb) | Martin Kiewitz | |
fixes lsl5 signature mismatch, signature was wrong svn-id: r51020 | |||
2010-07-18 | SCI : Corrected valgrind error on engine exit | David Turner | |
svn-id: r51011 | |||
2010-07-18 | SCI: fix warning | Martin Kiewitz | |
svn-id: r51010 | |||
2010-07-18 | SCI: add script number to r51008 change | Martin Kiewitz | |
svn-id: r51009 | |||
2010-07-18 | SCI: add workaround for script 500 lsl3 | Martin Kiewitz | |
svn-id: r51008 | |||
2010-07-18 | SCI: make the left-over opcodes more verbose | Martin Kiewitz | |
...and add ability to easily add workarounds remove ACC_ARITHMETIC_L and POP() svn-id: r51005 | |||
2010-07-18 | SCI: Add Mac signature for kTextSize which can have an extra integer parameter. | Matthew Hoops | |
svn-id: r51004 | |||
2010-07-18 | SCI: make bnot/mod/mul more verbose | Martin Kiewitz | |
...and add abitility to easily add workarounds svn-id: r51003 | |||
2010-07-18 | SCI: ipToa/ipTos/dpTos more verbose | Martin Kiewitz | |
...and adding ability to add workarounds easily svn-id: r50999 | |||
2010-07-18 | SCI: making int/uint comparsions more verbose | Martin Kiewitz | |
replacing int/uint comparsion opcode with new code that also displays much more information in case of errors and also add possibility to easily add workarounds svn-id: r50997 | |||
2010-07-18 | SCI: adding room numbers to all workarounds | Martin Kiewitz | |
svn-id: r50990 | |||
2010-07-18 | SCI: Fix warning | Willem Jan Palenstijn | |
svn-id: r50988 | |||
2010-07-18 | SCI: adding workaround for script bug in lsl6 when looking through tile | Martin Kiewitz | |
svn-id: r50987 | |||
2010-07-18 | SCI: added uninitialized workarounds for hoyle 3 | Martin Kiewitz | |
svn-id: r50978 | |||
2010-07-18 | SCI: fix regression of r50896, behaviour of kFileIO(readString) is supposed ↵ | Martin Kiewitz | |
to return the string instead of the size, fixes signature mismatch in hoyle 3 svn-id: r50977 | |||
2010-07-18 | In SCI2.1, the type numbers inside resource maps/patches have changed ↵ | Matthew Hoops | |
slightly. We no longer use the number Sierra gives us directly, but use a function to convert to our ResourceType enum based on version. This allows us to read the chunk type from SCI2.1 (a form of script). Also, allow debugging of Mac-specific resources from the console. svn-id: r50973 | |||
2010-07-17 | SCI: adding uninitialized workaround for gk1 | Martin Kiewitz | |
svn-id: r50969 | |||
2010-07-17 | SCI: removing kSetPort 4 argument support from r44938, which was wrong - ↵ | Martin Kiewitz | |
adding workaround for lsl6 ending - fixes lsl6 ending svn-id: r50967 | |||
2010-07-17 | SCI: added uninitialized workaround for lsl3 | Martin Kiewitz | |
svn-id: r50965 | |||
2010-07-17 | DEBUGGER: Simplify how our console debugger works / is used | Max Horn | |
* Remove _isAttached member var and isAttached method * Engines now always call the onFrame method; whether it does something is decided by the debugger class resp. its subclasses * Make detach() protected instead of private, so that subclasses can invoke it * Remove _detach_now member var (call detach() instead). * Rename _frame_countdown to _frameCountdown and properly document it. * Add more doxygen comments * Cleanup svn-id: r50963 | |||
2010-07-17 | SCI: checking if within kernel function before overwrite a save (thx @ digitall) | Martin Kiewitz | |
svn-id: r50962 | |||
2010-07-17 | SCI: added gameid for send() sq4 workaround | Martin Kiewitz | |
svn-id: r50961 | |||
2010-07-17 | SCI: added special case for iceman when plotting course inside isSaneNodePointer | Martin Kiewitz | |
svn-id: r50960 | |||
2010-07-17 | SCI: fix debugging code of parser, add 0xffe special group into debug support | Martin Kiewitz | |
svn-id: r50956 | |||
2010-07-16 | SCI: adding uninitialized workaround for lsl1 when playing at the casino | Martin Kiewitz | |
svn-id: r50938 | |||
2010-07-16 | SCI: adding signatures for 4-parameter variant of kDoSound(sendMidi), needs ↵ | Martin Kiewitz | |
to get figured out how this works - fixes signature mismatch in lsl1 svn-id: r50937 | |||
2010-07-16 | SCI: enable r50931 for sci1late+ only, lsl1vga doesn't like it (ego gets stuck) | Martin Kiewitz | |
svn-id: r50935 | |||
2010-07-16 | SCI: added comments about when xLast/yLast were exactly introduced | Martin Kiewitz | |
svn-id: r50934 | |||
2010-07-16 | SCI: only use xLast/yLast in kDoBresen for sci1middle+ only. qfg1 ega has ↵ | Martin Kiewitz | |
those selector names, but doesn't use them inside mover objects svn-id: r50933 | |||
2010-07-16 | SCI: kDoBresen - save last position of client inside mover - fixes lsl6 tram ↵ | Martin Kiewitz | |
still shaking while gotten stopped due ego svn-id: r50931 |