Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-29 | SCI: fixing hoyle 3 | Martin Kiewitz | |
hoyle 3 is using kCanBeHere, but it has cantBeHere and canBeHere selectors so our auto detection would fail it also has a cantBeHere stub in Actor, thus it won't set acc at all. We reset acc because of that before calling cantBeHere selector (!) of the actors (canBeHere isnt used) so that we wont get a collision otherwise because acc is non zero when calling kDoBresen (fixes all sorts of bugs, clone2727 should clean it up :P svn-id: r51485 | |||
2010-07-29 | SCI: reverting r51479 and adding TODOs for fixing the hoyle issue (fixing ↵ | Martin Kiewitz | |
this properly should make credits etc. appear and solve all the other issues that clone submitted) svn-id: r51484 | |||
2010-07-29 | SCI: finished logkernel command | Martin Kiewitz | |
use 'logkernel DoSound' on to log calls to all kDoSound subfunctions. use 'logkernel DoSoundPlay' to log calls to kDoSound(play) svn-id: r51483 | |||
2010-07-29 | SCI: midi hold behaviour fixed | Martin Kiewitz | |
we shouldnt react on hold midi data when no actual hold was called, fixes eq2/amulet problem (bug #3035392) svn-id: r51482 | |||
2010-07-29 | SCI: Fixed Hoyle 3 bugs #3035077, #3035080, #3035081 and #3035242, by using ↵ | Filippos Karapetis | |
the "completed" case removed in rev #50921 for Hoyle 3 svn-id: r51479 | |||
2010-07-29 | SCI: fixing qfg1 workaround | Martin Kiewitz | |
svn-id: r51476 | |||
2010-07-29 | SCI: some subfunction support for logkernel | Martin Kiewitz | |
svn-id: r51475 | |||
2010-07-29 | SCI: Removed the language check from the | Filippos Karapetis | |
KQ5 workaround, as there could be an issue with other non-English versions, too (e.g. the Spanish floppy version) svn-id: r51472 | |||
2010-07-29 | Extended the workaround for KQ5 French floppy for the German floppy too. ↵ | Filippos Karapetis | |
Fixes bug #3035396 - "KQ5: Crash when start the game" svn-id: r51471 | |||
2010-07-29 | SCI: Fixed bug #3036331 - "KQ5: Floppy version | Filippos Karapetis | |
crashes after title", together with a related problem (kRedrawBox is called erroneously with an additional parameter when any dialog is closed) svn-id: r51470 | |||
2010-07-29 | SCI: Fixed script bug #3036483 - "LSL2: Crash at the ship" | Filippos Karapetis | |
svn-id: r51463 | |||
2010-07-29 | SCI: also break in AvoidPath instead of continuing, when the start point is ↵ | Filippos Karapetis | |
contained in multiple polygons, otherwise we'll end up in an infinite loop svn-id: r51458 | |||
2010-07-29 | Oops, removed leftover code | Filippos Karapetis | |
svn-id: r51457 | |||
2010-07-29 | SCI: Silenced warning when exiting in LSL6 (bug report #3035533), and ↵ | Filippos Karapetis | |
commented out a related unused variable in kSetQuitStr svn-id: r51456 | |||
2010-07-29 | SCI: Fixed bug #3036390 - "QFG3: Crash when talking to King Rajah", along ↵ | Filippos Karapetis | |
with a similar problem later on while talking to the king svn-id: r51455 | |||
2010-07-28 | SCI: Break out instead of continuing when an end point is contained in ↵ | Filippos Karapetis | |
multiple polygons, while running the avoidpath algorithm (or we'll end up in an infinite loop). Fixes bug #3036299 - "LB2CD: Game Hangs at Speakeasy" svn-id: r51450 | |||
2010-07-28 | SCI: Added forgotten bug number to the previous workaround | Filippos Karapetis | |
svn-id: r51448 | |||
2010-07-28 | SCI: Fixed bug #3036291, "LB2CD: Crash in Docks, actor animation" | Filippos Karapetis | |
svn-id: r51446 | |||
2010-07-28 | SCI: Changed another warning into debug output | Filippos Karapetis | |
svn-id: r51445 | |||
2010-07-28 | SCI: Changed a warning into a debug message | Filippos Karapetis | |
svn-id: r51444 | |||
2010-07-28 | SCI: Extended the LB2 workaround for bug #3035068 to all rooms. Fixes bug ↵ | Filippos Karapetis | |
#3036274, "LB2CD: Crash in Police Station, asking about Ziggy" svn-id: r51443 | |||
2010-07-28 | SCI: changed kRandom signature | Martin Kiewitz | |
accepts 1-3 parameters now for all SCI versions (shouldnt hurt and argc 3 will error() out anyway) changed comments a bit svn-id: r51438 | |||
2010-07-28 | SCI: implement additional variants of kRandom | Martin Kiewitz | |
fixes pq1vga poker game (bug #3036125) svn-id: r51435 | |||
2010-07-28 | SCI: fix typo in comment | Martin Kiewitz | |
svn-id: r51431 | |||
2010-07-28 | SCI: Set the LB2 floppy open selector so we don't have to have duplicate ↵ | Matthew Hoops | |
workaround entries svn-id: r51429 | |||
2010-07-28 | SCI: Add workaround for a KQ7 uninitialized temp | Matthew Hoops | |
svn-id: r51428 | |||
2010-07-28 | SCI: making a global eq1 workaround :P | Martin Kiewitz | |
svn-id: r51427 | |||
2010-07-28 | SCI: eq1 workaround compression and new ones | Martin Kiewitz | |
svn-id: r51426 | |||
2010-07-28 | SCI: Fix compilation when DEBUG_PARSER is defined | Matthew Hoops | |
svn-id: r51425 | |||
2010-07-28 | SCI: adding eq1cd workaround | Martin Kiewitz | |
svn-id: r51424 | |||
2010-07-28 | SCI: adding workarounds for eq1cd | Martin Kiewitz | |
svn-id: r51420 | |||
2010-07-28 | SCI: adding workarounds for eq1cd | Martin Kiewitz | |
svn-id: r51419 | |||
2010-07-28 | SCI: adding workaround for eq1 | Martin Kiewitz | |
svn-id: r51417 | |||
2010-07-28 | SCI: adding workaround for eq1cd | Martin Kiewitz | |
svn-id: r51416 | |||
2010-07-28 | SCI: Adding the room number to some more errors | Filippos Karapetis | |
svn-id: r51413 | |||
2010-07-28 | SCI: Fix whitespace | Willem Jan Palenstijn | |
svn-id: r51412 | |||
2010-07-28 | SCI: fixes for qfg2 | Martin Kiewitz | |
adding workaround changing signature for dummy kDoSound call svn-id: r51411 | |||
2010-07-28 | SCI: Some workaround fixes | Filippos Karapetis | |
- Merged all of the different workarounds for the rats in the KQ6 maze in one, thus fixing bug #3035824 - "kq6-win: more crashes on rats in catacombs" - Merged 4 different workarounds for LSL3 in one svn-id: r51410 | |||
2010-07-28 | SCI: Changed a warning into debug output | Filippos Karapetis | |
svn-id: r51409 | |||
2010-07-28 | SCI: Sorted workaround tables alphabetically by game ID | Filippos Karapetis | |
svn-id: r51408 | |||
2010-07-28 | SCI: Added bug report numbers for all the recently fixed bugs | Filippos Karapetis | |
svn-id: r51407 | |||
2010-07-28 | Fixed bug #3035694 - "LB2: crash to console when selecting in-game load/save ↵ | Filippos Karapetis | |
menu" svn-id: r51406 | |||
2010-07-28 | SCI: changing workarounds of r51401 to stillcall | Martin Kiewitz | |
svn-id: r51402 | |||
2010-07-28 | SCI: Fix bug #3035720 - SQ1SCI demo: Menu crash | Matthew Hoops | |
kCelWide and kCelHigh are called with the second two parameters as objects instead of integers. We fake return the real width/height of the view in question to allow the quit menu to work. Values found by examining the view passed as the first parameter. svn-id: r51401 | |||
2010-07-27 | SCI: fixing signature of kCheckFreeSpace | Martin Kiewitz | |
svn-id: r51394 | |||
2010-07-27 | SCI: moving some fileio warnings to debug level | Martin Kiewitz | |
svn-id: r51392 | |||
2010-07-27 | SCI: Add an uninited workaround for the mothergoose demo | Matthew Hoops | |
svn-id: r51389 | |||
2010-07-27 | SCI: adding workaround for kq6 rats in catacombs | Martin Kiewitz | |
solves bug #3035495 svn-id: r51386 | |||
2010-07-27 | SCI: changes for mother goose sci2.1 | Martin Kiewitz | |
changed signature for kSetCursor sci2.1 added workarounds added separate gameid for mother goose sci2.1 svn-id: r51385 | |||
2010-07-27 | SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitles | Matthew Hoops | |
The demo really uses kGetMessage and not kMessage. We now detect which version of the message function is used. Thanks to Walter for pointing this out. svn-id: r51384 |