Age | Commit message (Collapse) | Author |
|
- Mark several SCI2/2.1 kernel functions used for debugging as dummy
- Added an empty function for kSetWindowsOption, used for settings specific to
Windows versions (e.g. showing/hiding the title bar)
- Added a stub for kGetWindowsOption (currently returning 0 to a Windows related
option for Phantasmagoria)
svn-id: r52652
|
|
the actual support was already there due to extensive code sharing
w/SCI0, so only modifying signatures here
svn-id: r52650
|
|
getAngle()-code is missing though. Still fixes lsl2early hang on airport (bug #3037036), fixes kq4early unicorn doing moonwalk (kq4late still works as well)
svn-id: r52512
|
|
also removing some previous code, because it wont work that way
svn-id: r52342
|
|
and changing patch code accordingly
svn-id: r52320
|
|
svn-id: r52314
|
|
debugger. There is no real need to implement kernel debug commands, but since this one maps almost directly to our own "show" debug command, it has been reimplemented (was removed in rev #45310). Normally, there is no real need to implement kernel functions for debug functionality, since there are advanced tools for this purpose nowadays (plus, ScummVM's debugger). Fixes bug #3050616 - "QFG1 EGA: priority/control/view functions crash, debug mode"
svn-id: r52281
|
|
(German version)
svn-id: r52196
|
|
svn-id: r52180
|
|
when restoring on arcada in some rooms (bug #3040908)
svn-id: r51984
|
|
fixes kq5 bug #3037594 thx to [md5] for testing
svn-id: r51686
|
|
kDoSound(Restore), called when restoring games
svn-id: r51661
|
|
second-generation hybrid"
svn-id: r51611
|
|
together with 2 subsequent similar bugs
svn-id: r51609
|
|
The SCI Studio function library incorrectly calls kDeviceInfo with one parameter to get the current device.
svn-id: r51514
|
|
adding comments as well
svn-id: r51510
|
|
showing warning about unsupported mag-cursor when argc = 10 is used
removing argc = 9 support, must have been a script bug somewhere
svn-id: r51500
|
|
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
|
|
fixes pq1vga poker game (bug #3036125)
svn-id: r51435
|
|
adding workaround
changing signature for dummy kDoSound call
svn-id: r51411
|
|
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
|
|
svn-id: r51394
|
|
changed signature for kSetCursor sci2.1
added workarounds
added separate gameid for mother goose sci2.1
svn-id: r51385
|
|
and possible sci32
svn-id: r51383
|
|
svn-id: r51381
|
|
removed the now obsolete kStringCpy workaround table.
svn-id: r51372
|
|
removed a relevant TODO
svn-id: r51356
|
|
using an in between SCI1-SCI1.1 interpreter. It's SCI1.1, but it calls kNewWindow with the SCI1 semantics.
svn-id: r51354
|
|
fixes qfg4 demo properly (bug #3034506, previous commit r51304)
svn-id: r51332
|
|
svn-id: r51329
|
|
svn-id: r51305
|
|
plus another sig mismatch on kDrawCel later on, when Dr. Cranium talks
svn-id: r51304
|
|
svn-id: r51302
|
|
svn-id: r51298
|
|
svn-id: r51283
|
|
svn-id: r51273
|
|
svn-id: r51271
|
|
room 420, alien card game
svn-id: r51257
|
|
disabled workaround for island of dr. brain, seems to work w/o and was probably caused by bad signature
svn-id: r51165
|
|
kGraph(RestoreBox) is called with an additional parameter
svn-id: r51145
|
|
svn-id: r51112
|
|
moved kStub, kStubNull and kDummy inside kmisc.cpp, together with the other misc kernel calls
svn-id: r51089
|