aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui
AgeCommit message (Collapse)Author
2009-10-28Changed some of the menu code to use new graphics functionsFilippos Karapetis
svn-id: r45493
2009-10-28Wording. Added warnings for unimplemented menu-related functions in the new ↵Filippos Karapetis
GUI code svn-id: r45489
2009-10-28SCI/newgui: fill screen with white instead of black before picture drawing, ↵Martin Kiewitz
fixes some pixels of some screens svn-id: r45481
2009-10-28SCI/newgui: BaseSetter moved to SciGuiMartin Kiewitz
svn-id: r45480
2009-10-28SCI/newgui: IsItSkip moved into SciGuiMartin Kiewitz
svn-id: r45479
2009-10-28SCI/newgui: CleanupMartin Kiewitz
svn-id: r45478
2009-10-28SCI/newgui: update whole screen when show_map console-command is usedMartin Kiewitz
svn-id: r45475
2009-10-28SCI/newgui: another floodfill change, fixes sq3 this time (this is madness)Martin Kiewitz
svn-id: r45474
2009-10-28SCI/newgui: floodfill fixed (hopefully), fixes kq5 priority issuesMartin Kiewitz
svn-id: r45473
2009-10-28SCI/newgui: Jones windowMgr Port adjustment, added explanatory commentMartin Kiewitz
svn-id: r45460
2009-10-28Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard ↵Filippos Karapetis
(defined in sci.h) svn-id: r45459
2009-10-28SCI/newgui: Added comment about jones hackMartin Kiewitz
svn-id: r45458
2009-10-28SCI/newgui: SciGuiControls created, SciGuiText now activeMartin Kiewitz
svn-id: r45457
2009-10-27Make Jones in the Fast Lane use up the whole screen as did the original game.Matthew Hoops
svn-id: r45431
2009-10-26SCI/newgui: fixes text in jonesMartin Kiewitz
svn-id: r45423
2009-10-26SCI/newgui: SciGuiText createdMartin Kiewitz
svn-id: r45412
2009-10-26Removed some duplicate codeFilippos Karapetis
svn-id: r45410
2009-10-25Moved the cel count calculation to the new graphics codeFilippos Karapetis
svn-id: r45379
2009-10-25SCI/newgui: SciGuiView is now able to detect "straight" EGA mappings and ↵Martin Kiewitz
will then ignore the mapping. This will result in undithering working for those views. All EGA-mapping views in qfg2 seem to be special fx related so they dont need undithering at all svn-id: r45377
2009-10-25SCI/newgui: SciGuiView disable undithering when EGA mappings are available ↵Martin Kiewitz
(support needs to get implemented for this case), also fixes a part of the undithering code svn-id: r45374
2009-10-25SCI/newgui: kAddToPic - behaviour is different between SCI1EARLY and ↵Martin Kiewitz
SCI1MIDDLE (fixes graphic glitch in qfg2 intro) svn-id: r45373
2009-10-25SCI/newgui: removed list parameter from addToPicDrawCels()Martin Kiewitz
svn-id: r45371
2009-10-25SCI/newgui: circle bitmap table fixed, fixes qfg1 character selection graphicMartin Kiewitz
svn-id: r45369
2009-10-24SCI/newgui: dont react on paletteSet when playing an EGA game (fixes Xmas ↵Martin Kiewitz
card EGA) svn-id: r45363
2009-10-24SCI/newgui: support for EGA mapping in SCI1 games, fixes qfg2 character ↵Martin Kiewitz
selection svn-id: r45362
2009-10-23SCI/newgui: fixed EGA palette code in SciGuiPicture so that palettes 1+ get ↵Martin Kiewitz
applied correctly (fixes qfg1 nighttime) svn-id: r45348
2009-10-23SCI/newgui: Priority band (old gfx) now gets correctly initialized, fixes ↵Martin Kiewitz
kq4 intro logo svn-id: r45347
2009-10-22SCI/newgui: make cursor left work in textedit control. some wip changes, ↵Martin Kiewitz
because i need to backlevel svn-id: r45340
2009-10-22Moved the view loop counting code in the new GUIFilippos Karapetis
svn-id: r45322
2009-10-21SCI/newgui: kAnimate added comment about fastCastMartin Kiewitz
svn-id: r45315
2009-10-21SCI/newgui: kAnimate - fastCast change (again)Martin Kiewitz
svn-id: r45314
2009-10-21Make the check for global variable 84 inside SciGuiAnimate::invoke() simpler ↵Filippos Karapetis
and faster svn-id: r45313
2009-10-21Fixed animations in LSL1VGA againFilippos Karapetis
svn-id: r45312
2009-10-21- Removed kShow() and the related code it uses - it's a debugging function, ↵Filippos Karapetis
and we have the same functionality in the debug console - Merged the view signal flags from kernel.h and gui_animate.h, and named them appropriately. Also, updated the notes next to them, cause some were incorrectly marked as not used in our engine - Added a note about a hack used in the old GUI in the view signal flags - Moved the control state flags inside gui_helpers.h svn-id: r45310
2009-10-21SCI/newgui: kAnimate - now reads out signal again in .dispose loop, just in ↵Martin Kiewitz
case. Currently there is no issue known. svn-id: r45309
2009-10-21SCI/newgui: updating flags separately to fix issue in sq1 (almost at the ↵Martin Kiewitz
end) where wilco will go michael jackson otherwise svn-id: r45308
2009-10-20SCI/newgui: palVary logic as comments (work in progress)Martin Kiewitz
svn-id: r45293
2009-10-20SCI/newgui: textedit control also changed to draw text like sierra sciMartin Kiewitz
svn-id: r45289
2009-10-20SCI/newgui: Listbox control now draws text up one pixel, so that it matches ↵Martin Kiewitz
sierra sci svn-id: r45288
2009-10-20SCI/newgui: Changed kPalette(animate) and implemented setFlags/unsetFlagsMartin Kiewitz
svn-id: r45277
2009-10-20SCI/newgui: kPalette/animate - accidentally changed speed to uint16 in prev. ↵Martin Kiewitz
revision although its signed svn-id: r45274
2009-10-20SCI/newgui: kPalette cleanup, preparing for sq5 paletteAnimate supportMartin Kiewitz
svn-id: r45273
2009-10-20SCI/newgui: kDisplay fixed so text centering will work correctly (based on ↵Martin Kiewitz
sierra sci disassembly) - fixes kq5 credits, lb2 intro selection svn-id: r45264
2009-10-19SCI/newgui: old cursor uses now hardcoded white, fixes cursor color changing ↵Martin Kiewitz
in lsl5 svn-id: r45251
2009-10-19SCI/newgui: SciGuiPicture - fix drawing of mirrored embedded cel-data in ↵Martin Kiewitz
vectordata (fixes lsl5 scene) svn-id: r45249
2009-10-19SCI/newgui: kAnimate comment changed on fastCastMartin Kiewitz
svn-id: r45245
2009-10-19Made the check for global var 84 more generic (checking for the fastCast object)Filippos Karapetis
svn-id: r45244
2009-10-19SCI/newgui: kAnimate support for globalVar 84 in kq5 to fix cels drawn into ↵Martin Kiewitz
talking boxes svn-id: r45243
2009-10-18SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicitMax Horn
svn-id: r45234
2009-10-18SCI/newgui: kDisplay fixme comment added for kq5 creditsMartin Kiewitz
svn-id: r45232