aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui32
AgeCommit message (Expand)Author
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
2009-10-12SCI/newgui: kGraph updateBox implemented, cleaned up usage of BitsShow() stil...Martin Kiewitz
2009-10-11SCI/newgui: list control implementedMartin Kiewitz
2009-10-11rename shadow varJoost Peters
2009-10-11SCI: kDrawControl for list and textedit controls also using gui classMartin Kiewitz
2009-10-11Fixed compilation with the current GUIFilippos Karapetis
2009-10-11SCI: made kEditControl use SciGui class, not currently implemented in newguiMartin Kiewitz
2009-10-11SCI/newgui: kShakeScreen partially implementedMartin Kiewitz
2009-10-09SCI/newgui: calling process_sound_events now directly within kAnimate(), fixe...Martin Kiewitz
2009-10-09SCI: drawMenuBar/clearMenuBar now using gui class, currently unimplemented in...Martin Kiewitz
2009-10-09SCI/newgui: kCanBeHere partially implemented, little correctionsMartin Kiewitz
2009-10-09SCI/newgui: support for priority bands, kCoordPri kPriCoord implemented, prio...Martin Kiewitz