aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui32
AgeCommit message (Expand)Author
2010-01-05SCI: Removed the old graphics codeFilippos Karapetis
2010-01-04SCI: kPalette / animate adjustments to behave more like sierra sci, also does...Martin Kiewitz
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-12-30SCI32: Added sanity checks to kAddScreenItem and kUpdateScreenItem, so that t...Filippos Karapetis
2009-12-27Renamed gameName -> gameId, to keep the same vocabulary everywhereFilippos Karapetis
2009-12-20Wrapped some more sound code around appropriate definesFilippos Karapetis
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-04SCI: Make event constants more verboseMartin Kiewitz
2009-12-04SCI: SciEvent created, kernel_sleep() createdMartin Kiewitz
2009-11-20Removed dead codeFilippos Karapetis
2009-11-11SCI/newgui: call menuReset() on game_init(), fixes double menu in pq2Martin Kiewitz
2009-11-04Removed unused variables and placed some more old code inside INCLUDE_OLDGFX ...Filippos Karapetis
2009-11-04- Changed the segment manager to be a static part of the engine, and stopped ...Filippos Karapetis
2009-11-04Removed the reference to EngineState from the SciGuiGfx classFilippos Karapetis
2009-11-04SCI: forgot to adjust gui32 as wellMartin Kiewitz
2009-11-04Removed the reference to SciGuiCursor from EngineStateFilippos Karapetis
2009-11-04priority_first and priority_last are not used by the new drawing code, thus t...Filippos Karapetis
2009-11-03SCI/newgui: SciGuiMenu partially implementedMartin Kiewitz
2009-11-03Fixed a crash when loading in the old GUIFilippos Karapetis
2009-11-03Remove the SegManager-related hacks for the selector defines, as the segMan p...Filippos Karapetis
2009-11-02SCI: SciGuiMenu created, kMenu-related stuff now using SciGuiMartin Kiewitz
2009-10-31SCI/newgui: fixing kDisposeWindow so that reanimate is correctly called (fixe...Martin Kiewitz
2009-10-31- Added some TODOsFilippos Karapetis
2009-10-31SCI/newgui: kGraph support for Save-UpscaledHires-Box (not sure if coordinate...Martin Kiewitz
2009-10-30Fixed a crash in the old graphics code from commit #45542Filippos Karapetis
2009-10-30- Removed status_bar_foreground and status_bar_background variables from the ...Filippos Karapetis
2009-10-28Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...Filippos Karapetis
2009-10-25- Removed graphics options code from the old GUI. Almost all of them are not ...Filippos Karapetis
2009-10-25CleanupFilippos Karapetis
2009-10-22CleanupFilippos Karapetis
2009-10-21- Removed kShow() and the related code it uses - it's a debugging function, a...Filippos Karapetis
2009-10-20SCI/newgui: Changed kPalette(animate) and implemented setFlags/unsetFlagsMartin Kiewitz
2009-10-20SCI/newgui: kPalette cleanup, preparing for sq5 paletteAnimate supportMartin Kiewitz
2009-10-18SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicitMax Horn
2009-10-18SCI: cleanup text alignmentMartin Kiewitz
2009-10-17Started moving some of the old GUI code inside /gui32Filippos Karapetis
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-14SCI: removed speed throttler (cause of kAnimate change)Martin Kiewitz
2009-10-14SCI/newgui: changed kPalette (setIntensity) to behave differently (seems we h...Martin Kiewitz
2009-10-14SCI: kDrawPic now reads out blackout flag for transitionsMartin Kiewitz
2009-10-14- Moved cel width and height calculation in the GUIFilippos Karapetis
2009-10-13Moved some old GUI specific code from kgraphics.cpp into gui32.cppFilippos Karapetis
2009-10-13Merged the rest of the cursor codeFilippos Karapetis
2009-10-13Merged the cursor manipulation code - cursor views are still not doneFilippos Karapetis
2009-10-13SCI/newgui: kSetPort() now also supporting 7 parametersMartin Kiewitz
2009-10-12CleanupFilippos Karapetis
2009-10-12SCI: re-enable accidentally commented update callWillem Jan Palenstijn
2009-10-12SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling (function...Martin Kiewitz
2009-10-12SCI/newgui: implemented kPicNotValidMartin Kiewitz