aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui
AgeCommit message (Expand)Author
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
2010-01-05Disable the planeLeft/planeTop code as it doesn't work under the current code...Matthew Hoops
2010-01-05SCI: Removed the old graphics codeFilippos Karapetis
2010-01-05SCI: adjusting cel drawing according to left/top of planeMartin Kiewitz
2010-01-04Oops, forgot to commit this file too.Matthew Hoops
2010-01-04Remove the planes/screenItems count and use the arrays' size() function instead.Matthew Hoops
2010-01-04Silence gcc warnings.Matthew Hoops
2010-01-04SCI: removing warning() from kFrameOutMartin Kiewitz
2010-01-04SCI: adding #ifdefs for temporary gui workMartin Kiewitz
2010-01-04SCI: now filtering screenItems against planesMartin Kiewitz
2010-01-04SCI: fix crash due accessing invalid object (implemented deleteScreenitem)Martin Kiewitz
2010-01-04SCI: surprise for this DrMcCoy guyMartin Kiewitz
2010-01-04Comment out unused variable.Johannes Schickel
2010-01-04SCI: kPalette / animate adjustments to behave more like sierra sci, also does...Martin Kiewitz
2010-01-04Removed the now unused GuiDummy classFilippos Karapetis
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2010-01-03Fixed memory leak (as reported by eriktorbjorn)Filippos Karapetis
2010-01-03SCI: windowMgr port fix (using id 1 now on that port instead of 0, still acce...Martin Kiewitz
2010-01-02SCI: adjusted kDisplay change to occur SCI1lateMartin Kiewitz
2010-01-02SCI: kDisplay difference in SCI0 (fixes colonels bequest copy protection screen)Martin Kiewitz
2010-01-02Changed the default case of setAttribute() to a warning, so that loading work...Filippos Karapetis
2009-12-30SCI: palette merging / comment additionMartin Kiewitz
2009-12-30SCI: fix palette merging (fixes lsl1demo right at the beginning and sq5 wilco...Martin Kiewitz
2009-12-30SCI32: Added sanity checks to kAddScreenItem and kUpdateScreenItem, so that t...Filippos Karapetis
2009-12-30SCI: support for uncompressed sci1 views (fixes qfg3 demo)Martin Kiewitz
2009-12-27Renamed gameName -> gameId, to keep the same vocabulary everywhereFilippos Karapetis
2009-12-26SCI: Added #ifdefs for sci32 picture format codeMartin Kiewitz
2009-12-26SCI: added TODO priority map of sci32 picturesMartin Kiewitz
2009-12-26SCI: support for "no compression" pictures in sci32Martin Kiewitz
2009-12-26SCI: support for sci32 picture resource dataMartin Kiewitz
2009-12-26SCI/newgui: Added support for draw_pic commandMartin Kiewitz
2009-12-26Removed the file and line parameters from the selector handling functionsFilippos Karapetis
2009-12-21SCI32:Matthew Hoops
2009-12-21Fixed menus in multilingual SCI01 gamesFilippos Karapetis
2009-12-09SCI: implemented _picNotValidSci11 for new kPicNotValid behaviour in sci1.1 (...Martin Kiewitz
2009-12-08SCI: SciGui::getPortPic now uses byrefMartin Kiewitz
2009-12-08SCI: Saving picPort now (fixes loading saved games in castle of dr. brain)Martin Kiewitz
2009-12-08Fix some MSVC warnings (part of patch #2909981)Max Horn
2009-12-07Stop using variables named "byte", as byte is a variable type in ScummVM, and...Filippos Karapetis
2009-12-04SCI: Make event constants more verboseMartin Kiewitz
2009-12-04SCI: SciEvent created, kernel_sleep() createdMartin Kiewitz
2009-12-04SCI: Fixed kSetCursor (fixes qfg1vga menu immediately disappearing after open...Martin Kiewitz
2009-12-02SCI: Reverting 46242, wasn't a bug at allMartin Kiewitz
2009-12-02SCI: WindowMgr init correctionMartin Kiewitz
2009-12-02SCI: Do clipping on celNo for case when celNo is below 0 (fixes crash in isla...Martin Kiewitz
2009-12-01Removed unnecessary semi-colons.Torbjörn Andersson
2009-11-30SCI: Fix kSetCursor (Sci1.1) to behave like Sierra Sci (fixes cursor hiding/s...Martin Kiewitz
2009-11-29SCI/newgui: handling of right aligned menu text changedMartin Kiewitz
2009-11-20Added a sanity check to prevent a crash in LB1 and KQ4 (needs proper fixing)Filippos Karapetis
2009-11-12SCI/newgui: SciGuiMenu forgot to reset memory handles after restoringMartin Kiewitz