aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-10-13SCI/newgui: finally changed floodfill to behave the same way as sierra sci. F...Martin Kiewitz
2009-10-13SCI/newgui: SciGuiScreen putPixel etc. needs to use _width and _height instea...Martin Kiewitz
2009-10-13SCI/newgui: fix floodfill for qfg1ega picturesMartin Kiewitz
2009-10-13Set all sound/subtitle-related parameters from ConfMan.Robert Špalek
2009-10-13Dubbing is played.Robert Špalek
2009-10-12Sound effects are now correctly played.Robert Špalek
2009-10-12SCI/newgui: priority band initialization - forgot to use priorityBandCount va...Martin Kiewitz
2009-10-12SCI/newgui: priority band initialization now working exactly the same way as ...Martin Kiewitz
2009-10-12Silenced GCC warning.Torbjörn Andersson
2009-10-12SCI/newgui: addToPic (list) replaced priority with z, to fix drawing coordina...Martin Kiewitz
2009-10-12CleanupFilippos Karapetis
2009-10-12SCI: commenting out music warningsMartin Kiewitz
2009-10-12SCI/newgui: background of noupdate cels is now correctly saved (was typo) sol...Martin Kiewitz
2009-10-12Minimize dependencies in the new guiFilippos Karapetis
2009-10-12SCI: kCelHigh / kCelWide got broken with last revision, now fixedMartin Kiewitz
2009-10-12SCI: now allowing calling celWide and celHigh with only 2 parameters (done by...Martin Kiewitz
2009-10-12SCI: kGraph cleanupMartin Kiewitz
2009-10-12SCI: kGraph now fixes up coordinates before constructing a rect (invalid rect...Martin Kiewitz
2009-10-12SCI: re-enable accidentally commented update callWillem Jan Palenstijn
2009-10-12Reverted the Common::String::printf() related commits, as the function works ...Filippos Karapetis
2009-10-12SCI: Fix warnings, cleanupMax Horn
2009-10-12SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling (function...Martin Kiewitz
2009-10-12SCI/newgui: kDrawControl (icon) now also calls BitsShow()Martin Kiewitz
2009-10-12SCI/newgui: priority band initialization fixMartin Kiewitz
2009-10-12Got rid of _baseTable and _baseDisplayTableFilippos Karapetis
2009-10-12Fixed a warning message under MSVC... seems like Common::String::printf does ...Filippos Karapetis
2009-10-12SCI/newgui: typo fixed in SciGuiPictureMartin Kiewitz
2009-10-12Move the line drawing code to SciGuiScreen()Filippos Karapetis
2009-10-12SCI/newgui: implemented kPicNotValidMartin Kiewitz
2009-10-12SCI/newgui: change in windowMgr, so that removed windows will get restored in...Martin Kiewitz
2009-10-12SCI/newgui: kGraph updateBox implemented, cleaned up usage of BitsShow() stil...Martin Kiewitz
2009-10-12Dragon looks into the requested direction.Robert Špalek
2009-10-12Implemented GPL commands JustTalk and JustStay.Robert Špalek
2009-10-12Fixed funcActPhase()Robert Špalek
2009-10-12Fix indexing of the dragon's animations.Robert Špalek
2009-10-12Reduced huge code duplication by introducing Game::stopObjectAnimations()Robert Špalek
2009-10-12Disambiguated _anims.Robert Špalek
2009-10-11Reduced code duplication and fixed one deletion bug.Robert Špalek
2009-10-11Implemented a few more harmless GPL2 commandsRobert Špalek
2009-10-11Loading and caching sound samples in memory.Robert Špalek
2009-10-11sword1: fix one gcc warning about comparison between signed and unsignedFabio Battaglia
2009-10-11Added support for sound archives.Robert Špalek
2009-10-11sword1: fix psx demo startupFabio Battaglia
2009-10-11Show a warning when a selector vocabulary can't be found and a static vocabul...Filippos Karapetis
2009-10-11Removed unused variable.Torbjörn Andersson
2009-10-11SCI/newgui: support for textedit control (mouse support not yet implemented)Martin Kiewitz
2009-10-11LOL/PC-98: fix decoration shape drawingFlorian Kagerer
2009-10-11LOL/PC-98: cleanupFlorian Kagerer
2009-10-11fix compilationJoost Peters
2009-10-11Use BitsShow() for partial screen updatesFilippos Karapetis