aboutsummaryrefslogtreecommitdiff
path: root/saga/gfx.cpp
AgeCommit message (Expand)Author
2005-10-22Cleaned up some cursor show/hide handling. This should fix bug #1333391.Torbjörn Andersson
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-14Add language and platform to game description and use that accross the source.Eugene Sandulenko
2005-10-11Cleanups. Mostly whitespace.Torbjörn Andersson
2005-10-09Apparently, the IHNM crosshair cursor, and the cursor hotspot, are bothTorbjörn Andersson
2005-10-09Added optional parameter to setCursor() to specify which type of cursor youTorbjörn Andersson
2005-10-05oops. reverted last change.Eugene Sandulenko
2005-10-05Fix to fixed palette range.Eugene Sandulenko
2005-10-05Simplified palette code.Eugene Sandulenko
2005-10-05IHNM used only 248 colors for game graphics. Top part of the paletteEugene Sandulenko
2005-10-04I misunderstood sev on how sf75() should work. Perhaps this is better?Torbjörn Andersson
2005-10-04Unstubbed sf75() as sfSetPortraitBgColor(), using information from sev. AnyTorbjörn Andersson
2005-09-27Used Willem Jan's suggestion for making the ugliness go away.Torbjörn Andersson
2005-08-13Fix bug #1258537 "ITE: Introduction text is black"Eugene Sandulenko
2005-08-11Fix bug #1256368 "ITE: Black pixels drawn as white at sanctuary gate"Eugene Sandulenko
2005-07-29WhitespacesEugene Sandulenko
2005-07-19finally Resource manager rewritten:Andrew Kurushin
2005-07-09code cleanupsAndrew Kurushin
2005-07-09gfx rearangementAndrew Kurushin
2005-07-08implemented per scene actors clippingAndrew Kurushin
2005-07-05Hid most of debug output to deeper levels. We're pretty close to officialEugene Sandulenko
2005-07-05SAGA no longer has its own line-drawing code, so this comment no longerTorbjörn Andersson
2005-07-05- Stripped down unused SURFACE parameter in palette-related functionsEugene Sandulenko
2005-07-04Cleanup.Torbjörn Andersson
2005-06-09Fix bug #1216439 "SAGA: run-length slice typo in online source". ActuallyEugene Sandulenko
2005-04-22o Fix save/load. Now it restores game properly but still at exit #0.Eugene Sandulenko
2005-01-27Applied patch #1106775 "SAGA colours". This simplifies code considerably, andEugene Sandulenko
2005-01-21Fix cursor shape.Eugene Sandulenko
2005-01-20Use the kITEColor constants for the ITE mouse cursor. Ironically, this isTorbjörn Andersson
2005-01-15Use the same hard-coded cursor image and colours as the original ITETorbjörn Andersson
2005-01-06Placard functions are now event-driven, so the blocking palette faders areTorbjörn Andersson
2005-01-01oops, correct copyright stringMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-29Let user exit at the transition, i.e. process user inputEugene Sandulenko
2004-12-29Implemented the "placard" functions, because they're such a nice visualTorbjörn Andersson
2004-11-26Fix break introduced with last commit :).Eugene Sandulenko
2004-11-26oopsMax Horn
2004-11-25Make use of new graphic primitives (untested, I don't have saga -- please don...Max Horn
2004-11-24Fix a`ll engines. They work, though current fix is just temporary.Eugene Sandulenko
2004-11-20o Restore cursor after walkthroughEugene Sandulenko
2004-10-30Turn some methods into functions (potentially gives better code, and we may w...Max Horn
2004-10-30Let Saga::SURFACE inherit from SURFACEMax Horn
2004-10-27removed R_ prefix with few r_ tooPaweł Kołodziejski
2004-10-22Made the usage of the Rect data type more consistent with the rest ofTorbjörn Andersson
2004-10-21Fixed some clipping problems. I think there are more still in there, but ITorbjörn Andersson
2004-10-08pass arguments by reference-to-const rather than by value, it's usually more ...Gregory Montoir
2004-10-08Implement scene change via exits. You still cannot leave first sceneEugene Sandulenko
2004-10-04R_POINT -> Common::Point, R_RECT -> Common::Rect. Less R_ prefixes.Eugene Sandulenko
2004-08-02move static vars to private membersJonathan Gray
2004-08-01merge gfx_mod.h into gfx.h and stick functions into a classJonathan Gray