aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-06-17Don't translate both x and y of the rect in kOnMe if only one of the variable...Matthew Hoops
2010-06-17Removed a now obsolete FIXME (spotted by Fingolfin)Filippos Karapetis
2010-06-17Fixed kLoad and kUnload (the resource type was incorrect)Filippos Karapetis
2010-06-17Add detection of original directory structure for Touche.Travis Howell
2010-06-17Fixed wPlayAudio, and added some documentation on the 3 new kDoAudio subops. ...Filippos Karapetis
2010-06-17M4/MADS: Some slight tweaks to the animation message chunksFilippos Karapetis
2010-06-17SCI: implemented channel muting for sci1, finally fixes lsl5 paino scene with...Martin Kiewitz
2010-06-17SCI: decreasing channel given to us on cmdSendMidi by one, so mute command no...Martin Kiewitz
2010-06-17Added some more information on some of the calls of kPlayVMDFilippos Karapetis
2010-06-17SCI: fixes regressions of r49905 (thx to digitall) - first we now find out wh...Martin Kiewitz
2010-06-17Added 2x scaling for VMD videos, for bugtesting (temporarily in SCI itself). ...Filippos Karapetis
2010-06-17Moved kMulDiv together with the rest of the math functions, and kPlayVMD toge...Filippos Karapetis
2010-06-17Fixed a few cppcheck errors.Torbjörn Andersson
2010-06-17Fix another valgrind warning, thanks to digitall for spotting.Matthew Hoops
2010-06-17Fix a valgrind warning in GfxCursor. Thanks to digitall for finding it.Matthew Hoops
2010-06-17Only hide/show cursor when playing a VMD if it was visible in the first place.Matthew Hoops
2010-06-17Added handling of VMD video files in kResCheck, fixes video playing in GK2Filippos Karapetis
2010-06-16Hooked the VMD player in kPlayVMD. The VMD videos in the demo of Phantasmagor...Filippos Karapetis
2010-06-16Added back the functionality to skip videosFilippos Karapetis
2010-06-16Added a sanity check inside kMulDivFilippos Karapetis
2010-06-16Implemented the SCI2.1 kMulDiv kernel function. Walking in Torin's Passage is...Filippos Karapetis
2010-06-16Added handling for the SCI2.1 kPalette(1) call. The graphics in Torin's Passa...Filippos Karapetis
2010-06-16SCI: dont seek during init of music but on play, fixes assert when restoring ...Martin Kiewitz
2010-06-16SCI: fix debug command "show_instruments", got broken by r49905 on purposeMartin Kiewitz
2010-06-16SCI: implement channel remapping for SCI1Martin Kiewitz
2010-06-16SCI: Avoid using g_sci in resman (as it might not yet be inited)Max Horn
2010-06-15Workaround bug #3003643 (MI1EGA German: Credit text incorrect)Max Horn
2010-06-15SCI: make umlauts work in kFrameout for sci32Martin Kiewitz
2010-06-15Surface is a struct, not a classFilippos Karapetis
2010-06-15Added the same quit/restart test to print() as we have in so many other places.Torbjörn Andersson
2010-06-15SCI: only set mouse position, when cursor is visible (fixes non-stop, but esc...Martin Kiewitz
2010-06-15Remove unnecessary svn:executable propertiesWillem Jan Palenstijn
2010-06-15SDL: only change mouse cursor, when mouse is currently within our window, als...Martin Kiewitz
2010-06-15Don't disable kPalVary for SCI32, the semantics have remained the same.Matthew Hoops
2010-06-15SCI: Pass resman to scanSource() methodsMax Horn
2010-06-15Don't adjust the object's coordinates if the object does not belong to a plan...Filippos Karapetis
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-06-15Fixed commentsFilippos Karapetis
2010-06-15Fixed detective Mosely's hotspot in GK1 (day 1)Filippos Karapetis
2010-06-15SCI: reset _gfxText16 for sci32, fixes gk1Martin Kiewitz
2010-06-15Fix wave patches.Matthew Hoops
2010-06-15SCI: putting SciGui::init into SciEngine, removing it from SciGui(32)Martin Kiewitz
2010-06-15SCI: calling wait() directly and removing it from SciGuiMartin Kiewitz
2010-06-15SCI: move textSize and textFonts and textColors inside gfxText16Martin Kiewitz
2010-06-15SCUMM: Fix composeFileHashMapMax Horn
2010-06-15SCI: Add FIXME regarding audio specific code in Resource(Source)Max Horn
2010-06-15SCI: Add Resource::getNumber methodMax Horn
2010-06-15SCI: Saner and simpler conversion from msecs to ticksMax Horn
2010-06-15AGI: Specify bug reference for workaroundMax Horn
2010-06-15Modify makeAIFFStream to match the other sound decoder factoriesMax Horn