aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics
AgeCommit message (Expand)Author
2010-06-04SCI: Fix for Valgrind Warning in Palette.David Turner
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
2010-05-28Silenced some superfluous warnings in KQ5CDFilippos Karapetis
2010-05-26SCI: adding another workaround for picture 376 in sq4/cd (same issue like ori...Martin Kiewitz
2010-05-26SCI: adding another hack to sci32 picture drawing, fixes crash in sci32 games...Martin Kiewitz
2010-05-25SCI: adding comment about error() on pattern opcodes sci1.1+Martin Kiewitz
2010-05-25SCI: error out on pattern opcodes inside vector data when drawing pictures in...Martin Kiewitz
2010-05-25SCI: sci1.1 uses hardcoded white for picture cel data instead of the value sp...Martin Kiewitz
2010-05-25SCI: sci1.1 changed priority to 15, when adding to picture - fixes title in i...Martin Kiewitz
2010-05-24SCI: renaming MacIconBar to GfxMacIconBarMartin Kiewitz
2010-05-24Surface is a struct, not a classFilippos Karapetis
2010-05-24SCI: leave console open for pic_visualize/undither commands - also don't use ...Martin Kiewitz
2010-05-24Add support for showing the icon bar in SCI1.1 Mac.Matthew Hoops
2010-05-24SCI: sort according to original order in kAnimate, when y and z are the same ...Martin Kiewitz
2010-05-23Cleaned up the game ID code:Filippos Karapetis
2010-05-20SCI: adding workaround for some underwater rooms in iceman - removing visual&...Martin Kiewitz
2010-05-18- Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S...Filippos Karapetis
2010-05-18Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe...Matthew Hoops
2010-05-15SCI: handle TAB like Ctrl-I on menu key checking, sci0 also did it that way -...Martin Kiewitz
2010-05-15SCI: setting port _menuPort, fixing crash on setFont()Martin Kiewitz
2010-05-15SCI: removed _mainPort (was unused, is unused)Martin Kiewitz
2010-05-15SCI: adding special 640x440 upscaling mode for kq6, finally hires portraits a...Martin Kiewitz
2010-05-15SCI: adding upscaled hires mode 640x480 for kq6 and gk1, fixing valgrind erro...Martin Kiewitz
2010-05-15SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX...Martin Kiewitz
2010-05-14Silenced some MSVC warningsFilippos Karapetis
2010-05-14SCI: if no priority is set (=255) and a cel is embedded in picture vector dat...Martin Kiewitz
2010-05-13SCI: fix window, when its too large for screen (fixes sq3 crash at ending, ac...Martin Kiewitz
2010-05-13SCI: fix regression of r49026 - line between titlebar and actual window was o...Martin Kiewitz
2010-05-13SCI: remove hack code for shadows and implement them properly (shadow is actu...Martin Kiewitz
2010-05-13SCI: don't adjust new windows to _wmgrPort for oldGfxFunctions() games (till ...Martin Kiewitz
2010-05-13SCI: removing one assert() from view loading, cause view 260 in kq6 really co...Martin Kiewitz
2010-05-13SCI: adding some more assert()s in view data loading for clone :DMartin Kiewitz
2010-05-13SCI: figured out weird special mac sci1.1 view decompression (currently comme...Martin Kiewitz
2010-05-12SCI: header size within sci1.1+ views doesn't include the actual header size ...Martin Kiewitz
2010-05-12SCI: changed behaviour for kDisplay change (r49012) to use oldGfxFunctions (....Martin Kiewitz
2010-05-12SCI: tracked down the kDisplay change, added comment about thatMartin Kiewitz
2010-05-12SCI: fix code that was commented out (wasn't meant to get commited that way) ...Martin Kiewitz
2010-05-12SCI: added comments about r49012, change actually happened during sci0lateMartin Kiewitz
2010-05-12SCI: dont restore port settings for SCI0 games (fixes sq3 wrong font used whe...Martin Kiewitz
2010-05-11SCI: init _sysPaletteChangedMartin Kiewitz
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-05-04SCI: kPortrait - correctly jump over offset table to land on raw lipsync data...Martin Kiewitz
2010-04-30SCI: animate cleanupMartin Kiewitz
2010-04-26SCI: fix regression from r48720, upscaled games that use view cursors crashedMartin Kiewitz
2010-04-26SCI: fixing regression from r48771 - sierra used != before SCI1LATE and !(&) ...Martin Kiewitz
2010-04-25SCI: green buttons for sci0early implementedMartin Kiewitz
2010-04-25SCI: draw a black line between titlebar and actual window content for SCI0, a...Martin Kiewitz
2010-04-25SCI: changing setFont() call logic inside textedit controls to save 2 setFont...Martin Kiewitz
2010-04-25SCI: we check for enough space, before adding pressed characters in textedit ...Martin Kiewitz
2010-04-25SCI: replaced value with constant when checking if controls are selectedMartin Kiewitz