aboutsummaryrefslogtreecommitdiff
path: root/saga/gfx.cpp
AgeCommit message (Expand)Author
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
2004-08-01merge reinherit.h into saga.h and gfx_mod.h, note the error loading animation...Jonathan Gray
2004-07-31update comment to relfect realityJonathan Gray
2004-07-31remove YS_IGNORE_PARAM macro and some uneeded yslib.h includesJonathan Gray
2004-06-25clearnupMax Horn
2004-06-25Removed unused stuff; cleanupMax Horn
2004-06-05Set graphics cursor before using it, fixes segfault when launching ihnm from ...Jonathan Gray
2004-05-05Now cursor is really always shown.Eugene Sandulenko
2004-05-02Make sure cursor is always whiteEugene Sandulenko
2004-05-02Made the cursor work a bit better in IHNM.Torbjörn Andersson
2004-05-02Got rid of r_softcursor by having the backend always draw the cursorTorbjörn Andersson
2004-05-02Merged sysgfx.cpp and gfx.cpp to gfx.cppEugene Sandulenko
2004-05-01Proper #includes everywhereEugene Sandulenko
2004-05-01All graphics and input now is in OSystem.Eugene Sandulenko
2004-05-01Remove scalers, 16bpp code, unused functions.Eugene Sandulenko
2004-05-01indentPaweł Kołodziejski
2004-04-30Move from custom unsigned types to those provided by main config.hEugene Sandulenko
2004-04-28Fixed crash. Original clip routine was more sane.Eugene Sandulenko
2004-04-25more cleanupMax Horn
2004-04-25More ScummVMificationMax Horn
2004-04-25Fix many warnings; use C++ type system instead of C style typedefs; removed v...Max Horn
2004-04-12WIP for SAGA engine.Eugene Sandulenko