Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-11 | SCI: also sync palette after playing movies, fixes kq6 intro | Martin Kiewitz | |
svn-id: r50798 | |||
2010-07-10 | SCI: calling speed throttler as well from kPalette(setIntensity) if needed - ↵ | Martin Kiewitz | |
fixes kq6 intro svn-id: r50794 | |||
2010-07-10 | SCI: fixing kGraph(updateBox) signature for kq6 hires/lowres (allowing null ↵ | Martin Kiewitz | |
reference) svn-id: r50793 | |||
2010-07-10 | SCI: adding to execstack only right before executing kernel call, otherwise ↵ | Martin Kiewitz | |
it wouldnt be possible to skip over sub-function kernel calls via workarounds svn-id: r50792 | |||
2010-07-10 | SCI: adding workaround for kGraph(fillBoxAny) in sq4cd when accessing the ↵ | Martin Kiewitz | |
game menu svn-id: r50791 | |||
2010-07-10 | SCI: removing hoyle workaround from kAbs & signature and adding it into ↵ | Martin Kiewitz | |
workaround table svn-id: r50790 | |||
2010-07-10 | SCI: adding descriptive comments for subop-tables | Martin Kiewitz | |
svn-id: r50788 | |||
2010-07-10 | SCI: adding workaround for script error when leaving ulence flats bar in sq1 | Martin Kiewitz | |
svn-id: r50787 | |||
2010-07-10 | SCI: added signatures for kGraph, removed isDummy boolean from KernelFunction | Martin Kiewitz | |
svn-id: r50786 | |||
2010-07-10 | SCI: allow invalid handles in kDisplay calls, fixes pq3 intro signature mismatch | Martin Kiewitz | |
svn-id: r50785 | |||
2010-07-10 | SCI: calculate widths for menu after switching to menuport, i guess this was ↵ | Martin Kiewitz | |
the reason why we sometimes had issues drawing parts of the menu (random issue) svn-id: r50784 | |||
2010-07-10 | SCI: removed unused debug flags, changed fileio debug prints to only happen ↵ | Martin Kiewitz | |
on debugflag "file" svn-id: r50782 | |||
2010-07-10 | SCI: updated debug output from kDoSound | Martin Kiewitz | |
svn-id: r50781 | |||
2010-07-10 | SCI: adding kPalette signatures, fixing 3 kPalVary calls, fixing ↵ | Martin Kiewitz | |
kAssertPalette (we used the wrong parameter number before, maybe the issues were caused by this) svn-id: r50780 | |||
2010-07-10 | Simplified the expression. | Torbjörn Andersson | |
svn-id: r50779 | |||
2010-07-10 | Fixed warning. | Torbjörn Andersson | |
svn-id: r50778 | |||
2010-07-10 | SCI: added kPalVary signatures & mapping, removed debug-warnings | Martin Kiewitz | |
svn-id: r50777 | |||
2010-07-09 | Add detection for 'Little Monster at School' and the bunch of demos that ↵ | Matthew Hoops | |
came on the CD (on the demo server now too). svn-id: r50776 | |||
2010-07-09 | SCI: improve error message on subcall signature mismatch | Martin Kiewitz | |
svn-id: r50774 | |||
2010-07-09 | KYRA/PC98: fix music volume | Florian Kagerer | |
svn-id: r50772 | |||
2010-07-09 | SCI: adding workaround support for kernel subcalls, cleanup | Martin Kiewitz | |
svn-id: r50770 | |||
2010-07-09 | SCI: removing origName from KernelFunction struct, adding debugCalls boolean ↵ | Martin Kiewitz | |
for later use svn-id: r50769 | |||
2010-07-09 | SCI: fixing regression of r50414 - we set volume to standard levels inside ↵ | Martin Kiewitz | |
initCommands since then, so if we set the actual needed volume before calling that it will get ignored - fixes lsl1demo svn-id: r50766 | |||
2010-07-09 | SCI: move comments and change selector for sci0 sound in kDoSoundPause, also ↵ | Martin Kiewitz | |
allow pausing everything even for sci1early (qfg2 is using it) svn-id: r50765 | |||
2010-07-09 | Fix some other valgrind warnings. | Matthew Hoops | |
svn-id: r50762 | |||
2010-07-09 | Introduce the RivenScriptManager to keep track of scripts and free them when ↵ | Matthew Hoops | |
required. The old way of using SharedPtr was quite hacky and didn't work properly when talking to Gehn in ospit. svn-id: r50761 | |||
2010-07-09 | SCI: actually all sound-sci0 games used a completely different kDoSoundPause ↵ | Martin Kiewitz | |
logic, implement it - fixes all sorts of games not pausing when going to restore menu and more svn-id: r50760 | |||
2010-07-09 | SCI: added currently commented-out pauseSound implementation for some sci0 ↵ | Martin Kiewitz | |
games, allowing integer for that subfunction svn-id: r50759 | |||
2010-07-09 | SCI: removing unneeded mutex locking inside sci0 update cues | Martin Kiewitz | |
svn-id: r50758 | |||
2010-07-09 | SCI: fixing regression of r50755 - fixing kDoSoundSendMidi | Martin Kiewitz | |
svn-id: r50757 | |||
2010-07-09 | SCI: fixing signature for kDoSound(suspend) | Martin Kiewitz | |
svn-id: r50756 | |||
2010-07-09 | SCI: implemented subsignatures for kDoSound | Martin Kiewitz | |
svn-id: r50755 | |||
2010-07-09 | SCI: getting signatures for subfunctions from previous entries, if needed | Martin Kiewitz | |
svn-id: r50754 | |||
2010-07-08 | SCI: part of subfunction signature&mapping implemented, little cleanup | Martin Kiewitz | |
svn-id: r50750 | |||
2010-07-08 | SCI: hopefully fix build :P | Martin Kiewitz | |
svn-id: r50747 | |||
2010-07-08 | SCI: sorted kernel map alphabetically | Martin Kiewitz | |
svn-id: r50746 | |||
2010-07-07 | SCI: Dropped support for the very old saved game versions 9 - 11. Rationale: ↵ | Filippos Karapetis | |
a lot has changed since then, we're still not stable, and this helps clean up the code, thus we're still in a position to drop support for old saved games svn-id: r50738 | |||
2010-07-07 | SCI: adding support to kernel signatures that invalid references may also ↵ | Martin Kiewitz | |
get allowed - doing exactly this for kGraph(restoreBox) - fixes castle of dr. brain when quitting the game - maybe a game specific workaround would be better?!?! svn-id: r50737 | |||
2010-07-07 | SCI: accepting decimal/hexadecimal input on segment_info & kill_segment ↵ | Martin Kiewitz | |
debug command, cleanup svn-id: r50735 | |||
2010-07-07 | Bugfixes and changed field names in the player class to be more explanatory. ↵ | Paul Gilbert | |
Implemented Ctrl-T to turn the player - the original game used Ctrl-U, but this is reserved by ScummVM for toggle Mute. svn-id: r50734 | |||
2010-07-06 | SCI: Add version to obsolete string | Max Horn | |
This way, if we ever get rid of support for savegames with version <= 23, we can also get rid of this syncString() call. Without this change, it would have "infected" every new savegame version, forever. svn-id: r50730 | |||
2010-07-06 | SCI: removing invalid reference error from signature checking, instead ↵ | Martin Kiewitz | |
adding new type "invalid", so that full call parameter debug information is available svn-id: r50725 | |||
2010-07-06 | SCI: fix regression of r50721 - pausing/resuming only on actual menu usage | Martin Kiewitz | |
svn-id: r50724 | |||
2010-07-06 | Added support for idle character animations | Paul Gilbert | |
svn-id: r50723 | |||
2010-07-06 | Added extra initialisation code for the game's global variables list | Paul Gilbert | |
svn-id: r50722 | |||
2010-07-06 | SCI: implemented pauseSound inside kMenuSelect | Martin Kiewitz | |
svn-id: r50721 | |||
2010-07-06 | SCI: fix regression of r50599 - broken greyed font drawing | Martin Kiewitz | |
svn-id: r50720 | |||
2010-07-06 | SCI: Simplified op_div and op_mod, removed some variables and removed the ↵ | Filippos Karapetis | |
pointless OBJ_PROPERTY wrapper svn-id: r50719 | |||
2010-07-05 | Prevent SCUMM from adding gui options based on user flags into the config ↵ | Johannes Schickel | |
file (regression from r50706). svn-id: r50710 | |||
2010-07-05 | SCI: fixing signature of kDoSound (fading related) thx to Ceriand | Martin Kiewitz | |
svn-id: r50707 |