Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-05 | SCI: priority band specific stuff now gets called directly w/o SciGui | Martin Kiewitz | |
svn-id: r47916 | |||
2010-02-05 | SCI: remaining cursor functions now also directly called | Martin Kiewitz | |
svn-id: r47914 | |||
2010-02-05 | SCI: moved onControl etc. into GfxCompare, now getting called directly. also ↵ | Martin Kiewitz | |
fixed loading saved games due Gfx* changes svn-id: r47912 | |||
2010-02-05 | Cleanup kShowMovie; merge the SCI1.1/SCI2 and SCI2.1 AVI code. | Matthew Hoops | |
svn-id: r47911 | |||
2010-02-05 | SCI: GfxCoordAdjuster class added, local2Global and global2Local use that ↵ | Martin Kiewitz | |
class directly, kGraph / RedrawBox is now using GfxPaint16 directly svn-id: r47908 | |||
2010-02-05 | SCI: calling most of the cursor functions directly via _gfxCursor instead of ↵ | Martin Kiewitz | |
SciGui/32 svn-id: r47903 | |||
2010-02-04 | Moved the PalVary code inside the GfxPalette class | Filippos Karapetis | |
svn-id: r47893 | |||
2010-02-04 | SCI: kPicNotValid now uses GfxScreen directly and not SciGui/32 | Martin Kiewitz | |
svn-id: r47889 | |||
2010-02-04 | SCI: putting most kGraph functions into GfxPaint16 | Martin Kiewitz | |
svn-id: r47887 | |||
2010-02-04 | SCI: putting kDrawCel info GfxPaint class, debug is using GfxPaint class as ↵ | Martin Kiewitz | |
well for drawing cels svn-id: r47885 | |||
2010-02-04 | SCI: adding GfxPaint class, implementing kernelDrawPicture for GfxPaint16 ↵ | Martin Kiewitz | |
and GfxPaint32, using those classes directly when drawing pictures instead of SciGui/32. Making draw_pic command work in sci32 that way, using _gfxPaint16 for kDrawPic because that command is sci16 exclusive svn-id: r47883 | |||
2010-02-03 | Placed all the game feature detection code in a separate class | Filippos Karapetis | |
svn-id: r47850 | |||
2010-01-31 | SCI: rename Controls to GfxControls, gets directly called now | Martin Kiewitz | |
svn-id: r47783 | |||
2010-01-31 | SCI: syncWithFramebuffer() is now called directly w/o SciGui/SciGui32 | Martin Kiewitz | |
svn-id: r47781 | |||
2010-01-31 | SCI: GfxCache is now also called directly w/o SciGui nor SciGui32 | Martin Kiewitz | |
svn-id: r47759 | |||
2010-01-31 | SCI: renamed kernelFind() to kernelFindColor, so that it isnt that confusing :P | Martin Kiewitz | |
svn-id: r47753 | |||
2010-01-31 | SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is ↵ | Martin Kiewitz | |
now called directly w/o SciGui svn-id: r47752 | |||
2010-01-31 | SCI: renamed SciGuiAnimate to GfxAnimate, moved code from SciGui into this ↵ | Martin Kiewitz | |
class, now getting called directly svn-id: r47751 | |||
2010-01-31 | SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, ↵ | Martin Kiewitz | |
gfxcompare, gfxpaint16, gfxcache. kernel uses gfxports directly w/o going through SciGui svn-id: r47745 | |||
2010-01-30 | SCI: Remove extra '\n's in debugC messages | Willem Jan Palenstijn | |
svn-id: r47707 | |||
2010-01-30 | Add the SCI2.1 variant of kShowMovie; KQ7 now shows the opening video. | Matthew Hoops | |
svn-id: r47699 | |||
2010-01-29 | Fix compile when ENABLE_SCI32 is not set. | Matthew Hoops | |
svn-id: r47682 | |||
2010-01-29 | SCI: adding shakeScreen() for gui32 for lsl6 | Martin Kiewitz | |
svn-id: r47681 | |||
2010-01-29 | SCI: added new SciGui32 class, Gfx class needs some work though and ↵ | Martin Kiewitz | |
hopefully i didnt overlook some kernel function that is also used by sci32. now using plane left/top svn-id: r47679 | |||
2010-01-29 | SCI: Move selector stuff to new header; reorder k_argc & k_argp param of ↵ | Max Horn | |
invoke_selector svn-id: r47665 | |||
2010-01-28 | SCI2.1: Added a dummy function for kRobot (with some info on its ↵ | Filippos Karapetis | |
parameters), assigned IsOnMe to OnMe (needs verification, but seems to be correct) and changed kSave(8) to return nonzero. The menu of the Phantasmagoria demo is now shown, together with its creepy music :) svn-id: r47648 | |||
2010-01-27 | SCI: added workaround for laura bow 2 game menu (same issue as in ↵ | Martin Kiewitz | |
pharkas)...sigh svn-id: r47611 | |||
2010-01-27 | SCI: changed the pharkas workaround to also cover pharkas-floppy demo | Martin Kiewitz | |
svn-id: r47606 | |||
2010-01-27 | Only reshow the cursor after playing a video if it was originally showing ↵ | Matthew Hoops | |
beforehand. This fixes the GK1 demo menu. svn-id: r47602 | |||
2010-01-26 | SCI: changed flags (uint16) to force (bool) for set/merge palette methods | Martin Kiewitz | |
svn-id: r47578 | |||
2010-01-26 | SCI: Add string support for odd-offset pointers into reg_t-based segments. | Walter van Niftrik | |
svn-id: r47572 | |||
2010-01-25 | SCI: dont fix line color for amiga 32 color | Martin Kiewitz | |
svn-id: r47561 | |||
2010-01-25 | SCI: removed EGA mapping for amiga games, cause changing ↵ | Martin Kiewitz | |
K_GRAPH_GET_COLORS_NR to support amiga also fixes it - also fixes other odd issues like the ones in kq5 and castle of dr. brain/sq1 (thx. to waltervn for finding this out) svn-id: r47560 | |||
2010-01-24 | SCI: Fix list control scrolling in Jones EGA and VGA. | Walter van Niftrik | |
svn-id: r47511 | |||
2010-01-23 | Added some skeleton code for kPalVary() | Filippos Karapetis | |
svn-id: r47485 | |||
2010-01-23 | SCI: separate fix function for kDrawControl rects | Martin Kiewitz | |
svn-id: r47462 | |||
2010-01-22 | SCI: dont swap coordinates on rects when both are "wrong", will fix button ↵ | Martin Kiewitz | |
placement and gfx corruption when challenging jones (caused by duplicate buttons having lower right 0, 0) - function needs some more work svn-id: r47446 | |||
2010-01-22 | SCI: restoring r47412, we were right all along but this "hack" was done on ↵ | Martin Kiewitz | |
the sierra sci interpreter for jones ega/vga only (talkie NOT included). So this restore does it game specific now, causing no regressions anywhere else. We detect jones/talkie as "jones" as well, may cause regressions for talkie svn-id: r47445 | |||
2010-01-22 | SCI: reverting r47412, change was incorrect and also resulted in broken ↵ | Martin Kiewitz | |
animations inside text boxes in kq5. jones also uses hardcoded -1 priority for control icons. svn-id: r47444 | |||
2010-01-20 | SCI: control icons now use objects priority selector instead of hardcoded ↵ | Martin Kiewitz | |
priority 255. fixes jones speech bubbles svn-id: r47412 | |||
2010-01-20 | SCI: kDrawCel workaround documented and not temporary anymore | Martin Kiewitz | |
svn-id: r47409 | |||
2010-01-20 | SCI: workaround for game menu/quit menu in freddy pharkas till vm issue is ↵ | Martin Kiewitz | |
resolved svn-id: r47407 | |||
2010-01-19 | SCI: Remove upper 4 bits when drawing lines on EGA games (fixes window ↵ | Martin Kiewitz | |
colors in kq1 and others) svn-id: r47385 | |||
2010-01-17 | SCI: kDisposeWindow - use reanimate when argc == 1 (fixes iceman window removal) | Martin Kiewitz | |
svn-id: r47341 | |||
2010-01-15 | SCI: adjust kNewWindow to support argc==15 (on mac according [md5]) | Martin Kiewitz | |
svn-id: r47308 | |||
2010-01-14 | SCI: another change to reanimate behaviour of kDisposeWindow | Martin Kiewitz | |
svn-id: r47300 | |||
2010-01-14 | SCI: change on reanimate kDisposeWindow behaviour, fixes sq5 window removal | Martin Kiewitz | |
svn-id: r47299 | |||
2010-01-11 | Changed all kGraph calls which handle rectangles to use kGraphCreateRect(). ↵ | Filippos Karapetis | |
Also, changed kGraphCreateRect() to return a rect, rather than update a rect pointer svn-id: r47253 | |||
2010-01-11 | Some portrait-related changes, to be used when portrait loading/unloading is ↵ | Filippos Karapetis | |
done. Also, added a comment on where the class is used svn-id: r47251 | |||
2010-01-11 | Moved all the cache limits inside helpers.h and removed an obsolete TODO | Filippos Karapetis | |
svn-id: r47250 |