aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-07-10SCI: fixing kGraph(updateBox) signature for kq6 hires/lowres (allowing null r...Martin Kiewitz
2010-07-10SCI: adding to execstack only right before executing kernel call, otherwise i...Martin Kiewitz
2010-07-10SCI: adding workaround for kGraph(fillBoxAny) in sq4cd when accessing the gam...Martin Kiewitz
2010-07-10SCI: removing hoyle workaround from kAbs & signature and adding it into worka...Martin Kiewitz
2010-07-10SCI: adding descriptive comments for subop-tablesMartin Kiewitz
2010-07-10SCI: adding workaround for script error when leaving ulence flats bar in sq1Martin Kiewitz
2010-07-10SCI: added signatures for kGraph, removed isDummy boolean from KernelFunctionMartin Kiewitz
2010-07-10SCI: allow invalid handles in kDisplay calls, fixes pq3 intro signature mismatchMartin Kiewitz
2010-07-10SCI: calculate widths for menu after switching to menuport, i guess this was ...Martin Kiewitz
2010-07-10SCI: removed unused debug flags, changed fileio debug prints to only happen o...Martin Kiewitz
2010-07-10SCI: updated debug output from kDoSoundMartin Kiewitz
2010-07-10SCI: adding kPalette signatures, fixing 3 kPalVary calls, fixing kAssertPalet...Martin Kiewitz
2010-07-10Simplified the expression.Torbjörn Andersson
2010-07-10Fixed warning.Torbjörn Andersson
2010-07-10SCI: added kPalVary signatures & mapping, removed debug-warningsMartin Kiewitz
2010-07-09Add detection for 'Little Monster at School' and the bunch of demos that came...Matthew Hoops
2010-07-09SCI: improve error message on subcall signature mismatchMartin Kiewitz
2010-07-09KYRA/PC98: fix music volumeFlorian Kagerer
2010-07-09SCI: adding workaround support for kernel subcalls, cleanupMartin Kiewitz
2010-07-09SCI: removing origName from KernelFunction struct, adding debugCalls boolean ...Martin Kiewitz
2010-07-09SCI: fixing regression of r50414 - we set volume to standard levels inside in...Martin Kiewitz
2010-07-09SCI: move comments and change selector for sci0 sound in kDoSoundPause, also ...Martin Kiewitz
2010-07-09Fix some other valgrind warnings.Matthew Hoops
2010-07-09Introduce the RivenScriptManager to keep track of scripts and free them when ...Matthew Hoops
2010-07-09SCI: actually all sound-sci0 games used a completely different kDoSoundPause ...Martin Kiewitz
2010-07-09SCI: added currently commented-out pauseSound implementation for some sci0 ga...Martin Kiewitz
2010-07-09SCI: removing unneeded mutex locking inside sci0 update cuesMartin Kiewitz
2010-07-09SCI: fixing regression of r50755 - fixing kDoSoundSendMidiMartin Kiewitz
2010-07-09SCI: fixing signature for kDoSound(suspend)Martin Kiewitz
2010-07-09SCI: implemented subsignatures for kDoSoundMartin Kiewitz
2010-07-09SCI: getting signatures for subfunctions from previous entries, if neededMartin Kiewitz
2010-07-08SCI: part of subfunction signature&mapping implemented, little cleanupMartin Kiewitz
2010-07-08SCI: hopefully fix build :PMartin Kiewitz
2010-07-08SCI: sorted kernel map alphabeticallyMartin Kiewitz
2010-07-07SCI: Dropped support for the very old saved game versions 9 - 11. Rationale: ...Filippos Karapetis
2010-07-07SCI: adding support to kernel signatures that invalid references may also get...Martin Kiewitz
2010-07-07SCI: accepting decimal/hexadecimal input on segment_info & kill_segment debug...Martin Kiewitz
2010-07-07Bugfixes and changed field names in the player class to be more explanatory. ...Paul Gilbert
2010-07-06SCI: Add version to obsolete stringMax Horn
2010-07-06SCI: removing invalid reference error from signature checking, instead adding...Martin Kiewitz
2010-07-06SCI: fix regression of r50721 - pausing/resuming only on actual menu usageMartin Kiewitz
2010-07-06Added support for idle character animationsPaul Gilbert
2010-07-06Added extra initialisation code for the game's global variables listPaul Gilbert
2010-07-06SCI: implemented pauseSound inside kMenuSelectMartin Kiewitz
2010-07-06SCI: fix regression of r50599 - broken greyed font drawingMartin Kiewitz
2010-07-06SCI: Simplified op_div and op_mod, removed some variables and removed the poi...Filippos Karapetis
2010-07-05Prevent SCUMM from adding gui options based on user flags into the config fil...Johannes Schickel
2010-07-05SCI: fixing signature of kDoSound (fading related) thx to CeriandMartin Kiewitz
2010-07-05Fix update of GUI options, which only differ in the language setting.Johannes Schickel
2010-07-05SCI: fixing kDrawCel signature for kq6Martin Kiewitz