Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-31 | SCI/newgui: kGraph support for Save-UpscaledHires-Box (not sure if ↵ | Martin Kiewitz | |
coordinates are really hires, it seems that they are not) svn-id: r45564 | |||
2009-10-31 | SCI/newgui: UpscaledHires implemented including undithering support, cleanup | Martin Kiewitz | |
svn-id: r45562 | |||
2009-10-31 | Properly fixed putPixel() for scaled screens | Filippos Karapetis | |
svn-id: r45557 | |||
2009-10-31 | Cursor positioning now takes screen scaling into account | Filippos Karapetis | |
svn-id: r45556 | |||
2009-10-31 | Some more work on KQ6 hi res version - screen scaling should be done now, ↵ | Filippos Karapetis | |
but other methods haven't been updated yet svn-id: r45555 | |||
2009-10-30 | Plugged some memory leaks in the new graphics code | Filippos Karapetis | |
svn-id: r45550 | |||
2009-10-30 | Fixed a crash in the old graphics code from commit #45542 | Filippos Karapetis | |
svn-id: r45544 | |||
2009-10-30 | Added caching of views | Filippos Karapetis | |
svn-id: r45542 | |||
2009-10-30 | Added caching for mouse cursor views | Filippos Karapetis | |
svn-id: r45541 | |||
2009-10-30 | - Removed status_bar_foreground and status_bar_background variables from the ↵ | Filippos Karapetis | |
engine state - Implemented clearMenuBar() in the new graphics code - Removed the "status_bar" command, which was used to set custom colors for the status bar svn-id: r45538 | |||
2009-10-30 | Restore the pen color after changing it in graphFrameBox() | Filippos Karapetis | |
svn-id: r45534 | |||
2009-10-30 | Rewrote the avoidpath debug code to use new graphics functions | Filippos Karapetis | |
svn-id: r45533 | |||
2009-10-30 | SCI/newgui: Reanimate implemented | Martin Kiewitz | |
svn-id: r45527 | |||
2009-10-30 | Started porting ReAnimate() from Greg's SCI engine | Filippos Karapetis | |
svn-id: r45526 | |||
2009-10-29 | Poll for events while performing screen transitions, so that ScummVM remains ↵ | Filippos Karapetis | |
responsive svn-id: r45509 | |||
2009-10-29 | SCI/newgui: SciGuiPicture now acts like sierra sci when drawing cels, so we ↵ | Martin Kiewitz | |
dont need some hardcoded variable and differ when clearing screen svn-id: r45508 | |||
2009-10-29 | SCI/newgui: Defining color white and others in SciGuiScreen and using that. ↵ | Martin Kiewitz | |
Also clears screen with 0 on sci1.1 games (needs further investigation), fixes pictures svn-id: r45500 | |||
2009-10-28 | Changed some of the menu code to use new graphics functions | Filippos Karapetis | |
svn-id: r45493 | |||
2009-10-28 | Wording. Added warnings for unimplemented menu-related functions in the new ↵ | Filippos Karapetis | |
GUI code svn-id: r45489 | |||
2009-10-28 | SCI/newgui: fill screen with white instead of black before picture drawing, ↵ | Martin Kiewitz | |
fixes some pixels of some screens svn-id: r45481 | |||
2009-10-28 | SCI/newgui: BaseSetter moved to SciGui | Martin Kiewitz | |
svn-id: r45480 | |||
2009-10-28 | SCI/newgui: IsItSkip moved into SciGui | Martin Kiewitz | |
svn-id: r45479 | |||
2009-10-28 | SCI/newgui: Cleanup | Martin Kiewitz | |
svn-id: r45478 | |||
2009-10-28 | SCI/newgui: update whole screen when show_map console-command is used | Martin Kiewitz | |
svn-id: r45475 | |||
2009-10-28 | SCI/newgui: another floodfill change, fixes sq3 this time (this is madness) | Martin Kiewitz | |
svn-id: r45474 | |||
2009-10-28 | SCI/newgui: floodfill fixed (hopefully), fixes kq5 priority issues | Martin Kiewitz | |
svn-id: r45473 | |||
2009-10-28 | SCI/newgui: Jones windowMgr Port adjustment, added explanatory comment | Martin Kiewitz | |
svn-id: r45460 | |||
2009-10-28 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard ↵ | Filippos Karapetis | |
(defined in sci.h) svn-id: r45459 | |||
2009-10-28 | SCI/newgui: Added comment about jones hack | Martin Kiewitz | |
svn-id: r45458 | |||
2009-10-28 | SCI/newgui: SciGuiControls created, SciGuiText now active | Martin Kiewitz | |
svn-id: r45457 | |||
2009-10-27 | Make Jones in the Fast Lane use up the whole screen as did the original game. | Matthew Hoops | |
svn-id: r45431 | |||
2009-10-26 | SCI/newgui: fixes text in jones | Martin Kiewitz | |
svn-id: r45423 | |||
2009-10-26 | SCI/newgui: SciGuiText created | Martin Kiewitz | |
svn-id: r45412 | |||
2009-10-26 | Removed some duplicate code | Filippos Karapetis | |
svn-id: r45410 | |||
2009-10-25 | Moved the cel count calculation to the new graphics code | Filippos Karapetis | |
svn-id: r45379 | |||
2009-10-25 | SCI/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-25 | SCI/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-25 | SCI/newgui: kAddToPic - behaviour is different between SCI1EARLY and ↵ | Martin Kiewitz | |
SCI1MIDDLE (fixes graphic glitch in qfg2 intro) svn-id: r45373 | |||
2009-10-25 | SCI/newgui: removed list parameter from addToPicDrawCels() | Martin Kiewitz | |
svn-id: r45371 | |||
2009-10-25 | SCI/newgui: circle bitmap table fixed, fixes qfg1 character selection graphic | Martin Kiewitz | |
svn-id: r45369 | |||
2009-10-24 | SCI/newgui: dont react on paletteSet when playing an EGA game (fixes Xmas ↵ | Martin Kiewitz | |
card EGA) svn-id: r45363 | |||
2009-10-24 | SCI/newgui: support for EGA mapping in SCI1 games, fixes qfg2 character ↵ | Martin Kiewitz | |
selection svn-id: r45362 | |||
2009-10-23 | SCI/newgui: fixed EGA palette code in SciGuiPicture so that palettes 1+ get ↵ | Martin Kiewitz | |
applied correctly (fixes qfg1 nighttime) svn-id: r45348 | |||
2009-10-23 | SCI/newgui: Priority band (old gfx) now gets correctly initialized, fixes ↵ | Martin Kiewitz | |
kq4 intro logo svn-id: r45347 | |||
2009-10-22 | SCI/newgui: make cursor left work in textedit control. some wip changes, ↵ | Martin Kiewitz | |
because i need to backlevel svn-id: r45340 | |||
2009-10-22 | Moved the view loop counting code in the new GUI | Filippos Karapetis | |
svn-id: r45322 | |||
2009-10-21 | SCI/newgui: kAnimate added comment about fastCast | Martin Kiewitz | |
svn-id: r45315 | |||
2009-10-21 | SCI/newgui: kAnimate - fastCast change (again) | Martin Kiewitz | |
svn-id: r45314 | |||
2009-10-21 | Make the check for global variable 84 inside SciGuiAnimate::invoke() simpler ↵ | Filippos Karapetis | |
and faster svn-id: r45313 | |||
2009-10-21 | Fixed animations in LSL1VGA again | Filippos Karapetis | |
svn-id: r45312 |