Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: Add 'robots' subdirectory (PQSWAT demo stores them there) | Matthew Hoops | |
svn-id: r51405 | |||
2010-07-28 | SCI: Initialize _resourceData to 0 in GfxRobot. Fixes PQSWAT demo. | Matthew Hoops | |
svn-id: r51404 | |||
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: sci1.1 priority bands now changing in kDrawPic | Martin Kiewitz | |
fixes qfg3: right guard on top of the palace having wrong priority fixes sq5 and all sorts of sci1.1 games: when loading wrong priority for some actors that fixed itself after one frame svn-id: r51397 | |||
2010-07-27 | SCI: fixing signature of kCheckFreeSpace | Martin Kiewitz | |
svn-id: r51394 | |||
2010-07-27 | SCI: found out interpreter version of lsl5g | Martin Kiewitz | |
svn-id: r51393 | |||
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: The mothergoose demo is really for Windows, so make that the platform | Matthew Hoops | |
svn-id: r51387 | |||
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 | |||
2010-07-27 | SCI: kCheckFreeSpace support for sci1.1 | Martin Kiewitz | |
and possible sci32 svn-id: r51383 | |||
2010-07-27 | SCI: Add second KQ5 EGA entry (from bug #3035421) | Matthew Hoops | |
svn-id: r51382 | |||
2010-07-27 | SCI: implemented kPalette(save/restore) | Martin Kiewitz | |
svn-id: r51381 | |||
2010-07-27 | GOB: Respect mute option on startup (bug #3032781) | Sven Hesse | |
svn-id: r51379 | |||
2010-07-27 | SCI: Add detection for some more EGA versions of games | Matthew Hoops | |
See bug #3035349 (MD5 Checksum for Castle of Dr. Brain - EGA), #3035350 (MD5 Checksum for Mixed-Up Fairy Tales EGA) and #3035354 (MD5 Checksum for Mixed-Up Mother Goose (1990 EGA, SCI01)) svn-id: r51377 | |||
2010-07-27 | SCI: Fix bug #3035058 - ECOQUEST demo: Missing subtitles | Matthew Hoops | |
The demo uses a special version of kMessage to get its messages. svn-id: r51376 | |||
2010-07-27 | SCI: Removed the room number from the two workarounds for Hoyle 3 ↵ | Filippos Karapetis | |
(Character::say) thus fixing the crash in dominoes observed in bug #3035080. Some whitespace fixes. svn-id: r51375 | |||
2010-07-27 | SCI: Fixed bug #3035262 - "ISLANDBRAIN: Crash on "info" selection" | Filippos Karapetis | |
svn-id: r51374 | |||
2010-07-27 | SCI: Fixed bug #3035186 - "ECOQUEST2: Crash When Receiving Ecorder". Also ↵ | Filippos Karapetis | |
removed the now obsolete kStringCpy workaround table. svn-id: r51372 | |||
2010-07-27 | SCI: adding workaround for sq5 | Martin Kiewitz | |
entering the bridge makes the crew goof around, we are getting Osc::init with an object as cycle count svn-id: r51371 | |||
2010-07-27 | SCI: Fix PCjr sound | Matthew Hoops | |
svn-id: r51369 | |||
2010-07-27 | KYRA: Formatting. | Johannes Schickel | |
svn-id: r51368 | |||
2010-07-27 | SCI: Fixed bug #3035068 - "LB2CD: Crash in first room, asking about burglary" | Filippos Karapetis | |
svn-id: r51367 | |||
2010-07-27 | SCI: adding workaround for qfg3 (kIsObject) | Martin Kiewitz | |
svn-id: r51364 | |||
2010-07-27 | SCI: reverting part of r51361 | Martin Kiewitz | |
breaks qfg3 right after intro svn-id: r51363 | |||
2010-07-27 | SCI: adding scaling code in kBaseSetter | Martin Kiewitz | |
and fixing palVary timer crash when exiting engine during palVary processing svn-id: r51361 | |||
2010-07-27 | TEENAGENT: Sort the object files alphabetically. | Jordi Vilalta Prat | |
svn-id: r51360 | |||
2010-07-27 | SCI: Added room number for the KQ6 script workaround during the ending | Filippos Karapetis | |
svn-id: r51359 | |||
2010-07-27 | SCI: Fix indentation and alignment of some entries | Jordi Vilalta Prat | |
svn-id: r51358 | |||
2010-07-27 | SCI: Complete the workaround commited in r51355. | Jordi Vilalta Prat | |
svn-id: r51357 | |||
2010-07-27 | SCI: Fixed script bug #3034610 - "KQ6CD: Crash in endgame (short path)", and ↵ | Filippos Karapetis | |
removed a relevant TODO svn-id: r51356 | |||
2010-07-27 | SCI: fixing workaround from r51353 | Martin Kiewitz | |
svn-id: r51355 | |||
2010-07-27 | SCI: Fixed bug #3035057 - "ECOQUEST demo: Crashing menu". EcoQuest 1 demo is ↵ | Filippos Karapetis | |
using an in between SCI1-SCI1.1 interpreter. It's SCI1.1, but it calls kNewWindow with the SCI1 semantics. svn-id: r51354 | |||
2010-07-27 | SCI: adding workaround for sq1-spanish | Martin Kiewitz | |
svn-id: r51353 | |||
2010-07-27 | SCI: translating nsRect back to actual plane coordinate | Martin Kiewitz | |
on scrollable planes svn-id: r51350 | |||
2010-07-27 | SCI: Fixed bug #3035149, "Camelot: Crash at launch" | Filippos Karapetis | |
svn-id: r51349 | |||
2010-07-27 | SCI: Fixed game script bug #3034985, "LB1: Crash on Intro" | Filippos Karapetis | |
svn-id: r51348 | |||
2010-07-27 | SCI: Fixed bug #3034567, "KQ6CD: Crash on taking piece of paper from spider web" | Filippos Karapetis | |
svn-id: r51347 | |||
2010-07-27 | SCI: Fix bug #3035033 - ISLANDBRAIN demo: Crash | Matthew Hoops | |
The demo needs the "init" selector so that the workaround for the full game will also work in the demo. svn-id: r51343 | |||
2010-07-27 | SCI: Add workarounds for the camelot demo | Matthew Hoops | |
svn-id: r51342 | |||
2010-07-27 | SCI: Add a 0x prefix to localCall to show it's a hexadecimal number | Matthew Hoops | |
svn-id: r51341 | |||
2010-07-27 | SCI: Add two more uninited workarounds for Jones/CD | Matthew Hoops | |
svn-id: r51340 | |||
2010-07-27 | SCI: Add workaround for LB1 demo | Matthew Hoops | |
svn-id: r51337 | |||
2010-07-26 | SCI: Add workarounds for the LB2 demo | Matthew Hoops | |
svn-id: r51336 | |||
2010-07-26 | SCI: fixing text fonts not working correctly | Martin Kiewitz | |
fixes sq5 and bug #3034766 svn-id: r51335 |