aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/operations.cpp
AgeCommit message (Expand)Author
2010-01-05SCI: Removed the old graphics codeFilippos Karapetis
2009-12-04SCI: SciEvent created, kernel_sleep() createdMartin Kiewitz
2009-10-28Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...Filippos Karapetis
2009-10-27Make Jones in the Fast Lane use up the whole screen as did the original game.Matthew Hoops
2009-10-26CleanupFilippos Karapetis
2009-10-25Moved the cel count calculation to the new graphics codeFilippos Karapetis
2009-10-25- Removed graphics options code from the old GUI. Almost all of them are not ...Filippos Karapetis
2009-10-25CleanupFilippos Karapetis
2009-10-22CleanupFilippos Karapetis
2009-10-22Moved the view loop counting code in the new GUIFilippos Karapetis
2009-10-21- Removed kShow() and the related code it uses - it's a debugging function, a...Filippos Karapetis
2009-10-17Started moving some of the old GUI code inside /gui32Filippos Karapetis
2009-10-13Merged the rest of the cursor codeFilippos Karapetis
2009-10-13Merged the cursor manipulation code - cursor views are still not doneFilippos Karapetis
2009-10-07- Cleaned up the cursor codeFilippos Karapetis
2009-10-06WIP code for replacing the FreeSCI view decoding code with the new one (no ch...Filippos Karapetis
2009-10-06- Unified the screen buffers that are used by the current and the new GUIFilippos Karapetis
2009-10-05Moved the cursor movement code in the GUIFilippos Karapetis
2009-10-05Removed dead codeFilippos Karapetis
2009-09-30- Removed some leftover 16/32bpp color code, as we're always using palette mo...Filippos Karapetis
2009-09-30SCI: Some palette code cleanupMax Horn
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-09Removed/replaced the gfx_pixmap_color structFilippos Karapetis
2009-09-07Merged xfact and yfact into scaleFactor - it doesn't really make sense to mul...Filippos Karapetis
2009-09-06SCI: Rename resManager -> resMan; segManager -> segManMax Horn
2009-09-04OopsFilippos Karapetis
2009-09-04- Allow SCI games to set the cursor position when it's hidden once againFilippos Karapetis
2009-09-04- Removed the gfx error defines. When resources are not found, or are corrupt...Filippos Karapetis
2009-09-04Removed the bilinear and trilinear FreeSCI scalers, and only left the unfilte...Filippos Karapetis
2009-09-02Removed the dirty rectangle option of updating one huge rectangle, and only l...Filippos Karapetis
2009-09-01Fixed regression with some weird mouse cursors (e.g. in EcoQuest)Filippos Karapetis
2009-08-31Removed many bogus return values in the SCI graphics functions - some functio...Filippos Karapetis
2009-08-30SCI: Add support for SetCursor with 4 args.Walter van Niftrik
2009-08-05Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,...Travis Howell
2009-07-18SCI: Fix stepping in debuggerWillem Jan Palenstijn
2009-07-18Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-...Travis Howell
2009-07-16Added a proper fix for Pepper (the previous one caused regressions in KQ6)Filippos Karapetis
2009-07-16Added a detection entry for Pepper's Adventures in Time, and fixed an issue w...Filippos Karapetis
2009-07-11Merged revisions 42382,42385-42387,42393-42394 via svnmerge from Travis Howell
2009-07-11Removed the version parameter from GfxResManagerFilippos Karapetis
2009-07-07Merged revisions 42205-42206,42208-42209,42211-42212,42214-42217,42219,42221-...Travis Howell
2009-07-07- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...Filippos Karapetis
2009-07-07Merged revisions 42163-42164,42167-42181,42196-42200 via svnmerge from Travis Howell
2009-07-06Fixed compilationFilippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-07-03- Pushed debugstate into debug.hFilippos Karapetis
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-06-26SCI: Fix typo breaking in-engine scalingWillem Jan Palenstijn
2009-06-26SCI: starting to restore RGB color functionalityWillem Jan Palenstijn