aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-06-22SCI: added nicks picks sq to the sci1.1 interpreter games, the other ones may...Martin Kiewitz
2010-06-22SCI: eco quest 1 demo also uses inbetween sci1.1 interpreter, fixing graphicsMartin Kiewitz
2010-06-22SCI: reversing r50168, demo is using the same offTop as well (demo.bat)Martin Kiewitz
2010-06-22SCI: demo of fairy tales uses regular offTopMartin Kiewitz
2010-06-22SCI: set offTop to 26 for mixed up fairy tales to fix all sorts of non-fully-...Martin Kiewitz
2010-06-22Fix uncompressed MIDI in T7G Mac.Matthew Hoops
2010-06-22Groovie: Add support for the compressed MIDI files of T7G Mac.Jordi Vilalta Prat
2010-06-22SCI: implemented kAssertPalette and a palvary fix for ::set, fixes erana's pl...Martin Kiewitz
2010-06-22Fixed kMergePoly after discussing with waltervn so that it correctly returns ...Filippos Karapetis
2010-06-22Fixed 2 crashes in QFG1VGA, when dying:Filippos Karapetis
2010-06-22SCI: fixed typoMartin Kiewitz
2010-06-22SCI: kPalVary(SetTarget) implementedMartin Kiewitz
2010-06-22SCUMM: Specify various file sizes of detection filesMax Horn
2010-06-22SCUMM: Add a debug message to detectGames() to help find filesizes of detecti...Max Horn
2010-06-22SCUMM: Add Japanese FOA CD version from tracker #3017219Max Horn
2010-06-22SCI: removing unneeded capacity uint from r50143Martin Kiewitz
2010-06-22SCI: kPalVary(setTarget) now triggers an errorMartin Kiewitz
2010-06-22Add support for the QFG3 demo audio map and audio resources. Based on a patch...Matthew Hoops
2010-06-22SCI: change midi queue to Common::Array and make it resize itself if needed i...Martin Kiewitz
2010-06-22Reverted the code which handles objects without a base object when loading, f...Filippos Karapetis
2010-06-22The volume subop of kDoAudio returns the previous volume in SCI2.1, but not i...Filippos Karapetis
2010-06-22Fully implement xvga1300_carriage, the gallow's carriage is now fully usable.Matthew Hoops
2010-06-22Stop saving the buffer, script and heap sizes of each script in saved gamesFilippos Karapetis
2010-06-22Finish implementation of the jspit elevator logic.Matthew Hoops
2010-06-21In SCI32, kDoAudio subop 10 is no longer CD audio. Just stub it off for now.Matthew Hoops
2010-06-21SCI: fades already send out commands directlyMartin Kiewitz
2010-06-21SCI: instead of queueing inside midiparser, we are queueing now globally in S...Martin Kiewitz
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-21AGI: Turn some more AGI static functions into AgiEngine methodsMax Horn
2010-06-21AGI: Change a static var to member var AgiEngine::_lastTickTimerMax Horn
2010-06-21AGI: Turn timerHack and curLogic into AgiEngine members; get rid of some #def...Max Horn
2010-06-21AGI: Change AGI commands/opcodes to member methodsMax Horn
2010-06-21Fixed the demo of Hoyle 4 by adding two selectors it needs "syncTime" and "sy...Filippos Karapetis
2010-06-21When loading or restarting, stop script processing if the game is being loade...Filippos Karapetis
2010-06-21Fixed some Cppcheck warnings. (There are plenty left, if anyone's wondering.)Torbjörn Andersson
2010-06-21Fix the Hoyle 4 (Hoyle Classic) demo's top offset. It currently errors out la...Matthew Hoops
2010-06-21Add a workaround for a MUMG script bug, MUMG now works again.Matthew Hoops
2010-06-21SCI: added fixme about r50110/r50073Martin Kiewitz
2010-06-21Check against the signature of Groovie v2 cursors with MKID_BE, makes it easi...Matthew Hoops
2010-06-21SCI: fix regression of r50073, allNotesOff() now directly sends to driver aga...Martin Kiewitz
2010-06-21SCI: also set throttle trigger on kPalette(animate)Martin Kiewitz
2010-06-21SCI: GfxPalette::kernelSetIntensity() now also triggers throttler - somewhat ...Martin Kiewitz
2010-06-20Cleaner fix for the QFG4 demo audio map problem.Matthew Hoops
2010-06-20Ignore the broken 65535x.map file in the QFG4 demo, mistakenly picked up when...Matthew Hoops
2010-06-20SCI: fixed typoMartin Kiewitz
2010-06-20SCI: implemented kPalVary(changeTicks)Martin Kiewitz
2010-06-20SCI: properly implement kPalVary functionality within kDrawPic and transition...Martin Kiewitz
2010-06-20SCI: adding timestamp update for frameout, fixes gk1 windows main menuMartin Kiewitz
2010-06-20SCI: disable palvary when reverse is fully done - fixes palette getting stuck...Martin Kiewitz
2010-06-20SCI: displaying debug warning again for kPalVary(init)Martin Kiewitz