Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: implement scaling for kDrawCel | Martin Kiewitz | |
fixes qfg4 demo properly (bug #3034506, previous commit r51304) svn-id: r51332 | |||
2010-07-26 | SCI: changing CRLF to LF | Martin Kiewitz | |
svn-id: r51331 | |||
2010-07-26 | SCI: reverting r51304, broke kq6 hires | Martin Kiewitz | |
svn-id: r51329 | |||
2010-07-26 | SCI: extending rats workaround kq6 to all rooms | Martin Kiewitz | |
fixes bug #3034597 svn-id: r51326 | |||
2010-07-26 | SCI: adding workaround for kq6 room 210 | Martin Kiewitz | |
fixes bug #3034565 svn-id: r51325 | |||
2010-07-26 | SCI: adding workaround for castle brain room 320 | Martin Kiewitz | |
solves bug #3034473, happened also in DOS version of the game but only when exiting the puzzle before solving it svn-id: r51322 | |||
2010-07-26 | SCI: making kq5 workaround work in every room | Martin Kiewitz | |
fixes bug #3034700 svn-id: r51321 | |||
2010-07-26 | SCI: forgot one workaround for r51319 | Martin Kiewitz | |
svn-id: r51320 | |||
2010-07-26 | SCI: adding workaround for island of dr. brain | Martin Kiewitz | |
room 290 elevator puzzle, solves bug #3034485 svn-id: r51319 | |||
2010-07-26 | SCI: combined lb2 workaround | Martin Kiewitz | |
svn-id: r51307 | |||
2010-07-26 | SCI: Fixed bug #3034519, "GK1 Demo: kIsObject Sig Mismatch". | Filippos Karapetis | |
svn-id: r51305 | |||
2010-07-26 | SCI: Fixed bug #3034506, "QFG4 Demo: kPalette Subfunction Sig Mismatch", ↵ | Filippos Karapetis | |
plus another sig mismatch on kDrawCel later on, when Dr. Cranium talks svn-id: r51304 | |||
2010-07-26 | SCI: Added room number to signature mismatch errors | Filippos Karapetis | |
svn-id: r51303 | |||
2010-07-26 | SCI: Fixed bug #3034536 - "AMIGAOS4: SCI - Compiler error". | Filippos Karapetis | |
svn-id: r51302 | |||
2010-07-26 | SCI: Fixed a script bug in the intro of LB2 (invalid call to kMemory), room ↵ | Filippos Karapetis | |
220 (while talking to Mr. Augustini) svn-id: r51301 | |||
2010-07-26 | SCI: Fixed bug #3034490 , "signature mismatch in laura bow 2 introduction" | Filippos Karapetis | |
svn-id: r51298 | |||
2010-07-26 | SCI: Fixed bug #3034464, "ECOQUEST2: Crash near beginning" | Filippos Karapetis | |
svn-id: r51293 | |||
2010-07-25 | SCI: adding kAddPicAt dummy | Martin Kiewitz | |
svn-id: r51283 | |||
2010-07-25 | SCI: some changes for kq7 | Martin Kiewitz | |
- resetting negative plane left/top - kSave(0) returns SIGNAL svn-id: r51281 | |||
2010-07-25 | SCI: adding gk2 uninit workaround | Martin Kiewitz | |
svn-id: r51280 | |||
2010-07-25 | SCI: sci32 coord adjustment changes | Martin Kiewitz | |
- fixes lsl6hires inventory svn-id: r51275 | |||
2010-07-25 | SCI: adding separate kCantBeHere32 (stub) | Martin Kiewitz | |
svn-id: r51273 | |||
2010-07-25 | SCI: signature change for kPalVary(8) | Martin Kiewitz | |
svn-id: r51271 | |||
2010-07-25 | SCI: sci32 changes | Martin Kiewitz | |
- mouse position now gets adjusted inside kGetEvent - priority is read out during kFrameout - check planeRect - check if plane picture resource actually exists fixes sq6 svn-id: r51270 | |||
2010-07-24 | SCI: adding workaround for castle of dr. brain | Martin Kiewitz | |
room 420, alien card game svn-id: r51257 | |||
2010-07-24 | SCI: adding workaround for castle of dr. brain | Martin Kiewitz | |
room 320, for kUnLoad svn-id: r51256 | |||
2010-07-24 | SCI: adding kOnMe transparency support | Martin Kiewitz | |
and disabling speed throttler for poor clones computer :P fixes some hotspots in gk1 only supposed to react on actual pixel clicks svn-id: r51255 | |||
2010-07-24 | SCI: removing sci32 gfx debug messages | Martin Kiewitz | |
svn-id: r51254 | |||
2010-07-24 | SCI: support useInsetRect in kFrameout | Martin Kiewitz | |
svn-id: r51251 | |||
2010-07-24 | SCI: cache Planes for sci32 | Martin Kiewitz | |
svn-id: r51249 | |||
2010-07-24 | SCI: adding sq4 workaround room 150 | Martin Kiewitz | |
svn-id: r51247 | |||
2010-07-24 | SCI: kCelWide/kCelHigh now adjust on hires views | Martin Kiewitz | |
somewhat fixes gk1 hires inventory issue svn-id: r51245 | |||
2010-07-24 | SCI: removing some debug stuff from sci32 gfx | Martin Kiewitz | |
svn-id: r51244 | |||
2010-07-24 | SCI: fix warning and remove duplicate code | Martin Kiewitz | |
svn-id: r51243 | |||
2010-07-24 | SCI: added said spec dump ability to logkernel | Martin Kiewitz | |
svn-id: r51242 | |||
2010-07-24 | SCI: adding workaround for sq4 room 391 | Martin Kiewitz | |
svn-id: r51238 | |||
2010-07-24 | SCI: adding workaround for room 150 sq4 | Martin Kiewitz | |
svn-id: r51237 | |||
2010-07-23 | SCI: result now displayed in decimal for logkernel | Martin Kiewitz | |
svn-id: r51225 | |||
2010-07-23 | SCI: some small logkernel changes | Martin Kiewitz | |
svn-id: r51224 | |||
2010-07-23 | SCI: logkernel changes | Martin Kiewitz | |
removing old manual debug code, use logkernel * on/off to log all calls svn-id: r51222 | |||
2010-07-23 | SCI: adding new debug command logkernel | Martin Kiewitz | |
svn-id: r51220 | |||
2010-07-23 | SCI: adding lsl6hires workaround | Martin Kiewitz | |
svn-id: r51215 | |||
2010-07-23 | SCI: adding table for kDisplay workarounds | Martin Kiewitz | |
and removing hardcoded checks, adding another workaround for kGraph(drawLine) in island of dr. brain (also gene explanation chart) Moving trackOriginAndFindWorkaround() into workarounds.cpp svn-id: r51209 | |||
2010-07-23 | SCI: support kSetCursorSci11(-2) | Martin Kiewitz | |
svn-id: r51202 |