Age | Commit message (Expand) | Author |
2011-02-08 | SCI: Add detection for Freddy Pharkas Mac | Matthew Hoops |
2011-02-08 | SCI: Do not flip clearKey for Mac SCI1.1+ views. | Walter van Niftrik |
2011-02-08 | SCI: Fix Mac SCI1.1+ view white/black/transparency | Matthew Hoops |
2011-02-02 | SCI: Fix GK1 Mac scaling | Matthew Hoops |
2011-02-02 | SCI: Fix GK1 Mac views, the game now starts | Matthew Hoops |
2011-02-01 | SCI: Fix SCI1.1+ Mac views with uint16 rle lengths (thanks, Walter) | Matthew Hoops |
2010-12-15 | SCI: Fixed View Cel RLE Decoding when RLE Code 0x40 is used (Corrects Bug #31... | David Turner |
2010-11-20 | SCI: Some minor fixes for Phantasmagoria 2 (which doesn't work at all, since ... | Filippos Karapetis |
2010-10-26 | SCI: fix gfx issues when giving out cards hoyle4 | Martin Kiewitz |
2010-10-15 | SCI: fixing iceman undithering door close-up | Martin Kiewitz |
2010-10-15 | SCI: updating comment for r53515 | Martin Kiewitz |
2010-10-15 | SCI: fixing view-undithering for laura bow 1 | Martin Kiewitz |
2010-08-19 | SCI: disabling EGA mapping after sci1ega | Martin Kiewitz |
2010-08-10 | SCI: improving comment about r51955 | Martin Kiewitz |
2010-08-10 | SCI: adding displaceY adjust for sci1.1 views | Martin Kiewitz |
2010-08-02 | SCI: adding non-scaleable view capability | Martin Kiewitz |
2010-08-01 | SCI: fixing regression of r51520 | Martin Kiewitz |
2010-07-31 | SCI: adjusting inside view::getCelRect for sci0early | Martin Kiewitz |
2010-07-31 | SCI: fixing stupid typo | Martin Kiewitz |
2010-07-30 | SCI: fixing view scaling code | Martin Kiewitz |
2010-07-25 | SCI: using coordadjuster in GfxView | Martin Kiewitz |
2010-07-24 | SCI: kCelWide/kCelHigh now adjust on hires views | Martin Kiewitz |
2010-06-30 | SCI: remove some duplicate code | Martin Kiewitz |
2010-06-30 | SCI: support for hires views in gk1 | Martin Kiewitz |
2010-06-29 | Handle empty clip rectangles in GfxView::drawScaled(). Fixes an assert in the... | Filippos Karapetis |
2010-06-28 | SCI: updated comment about transparent pixels in views | Martin Kiewitz |
2010-06-28 | SCI: fix regression of r50422, please no refactoring without proper testing -... | Martin Kiewitz |
2010-06-28 | SCI: Cleanup GfxView code (formatting etc.); also insert some asserts to prot... | Max Horn |
2010-06-28 | SCI: Remove GfxView::getLoopInfo; add assert to GfxView::getCelInfo | Max Horn |
2010-06-28 | SCI: Add const qualifiers to many GfxView methods and their return values. | Max Horn |
2010-06-27 | SCI: Fix for large views in GK2. At least it does not segfault now. | Lars Skovlund |
2010-06-23 | SCI: implementing boundary checking for GfxPalette::createFromData(), sq5 has... | Martin Kiewitz |
2010-06-22 | SCI: implemented kAssertPalette and a palvary fix for ::set, fixes erana's pl... | Martin Kiewitz |
2010-06-19 | SCI: cleanup view decompression code | Martin Kiewitz |
2010-06-18 | SCI: fixing detection of vga sci11 views for ega games (original change in r5... | Martin Kiewitz |
2010-06-18 | SCI: added more description about changes in r50025 | Martin Kiewitz |
2010-06-18 | SCI: making vga views work in ega games :P | Martin Kiewitz |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-05-15 | SCI: adding upscaled hires mode 640x480 for kq6 and gk1, fixing valgrind erro... | Martin Kiewitz |
2010-05-15 | SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX... | Martin Kiewitz |
2010-05-13 | SCI: removing one assert() from view loading, cause view 260 in kq6 really co... | Martin Kiewitz |
2010-05-13 | SCI: adding some more assert()s in view data loading for clone :D | Martin Kiewitz |
2010-05-13 | SCI: figured out weird special mac sci1.1 view decompression (currently comme... | Martin Kiewitz |
2010-05-12 | SCI: header size within sci1.1+ views doesn't include the actual header size ... | Martin Kiewitz |
2010-02-04 | SCI: renaming class View to GfxView | Martin Kiewitz |
2010-02-04 | SCI: fix support for cels that are larger than 64k (sierra logo animation in ... | Martin Kiewitz |
2010-01-31 | SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now... | Martin Kiewitz |
2010-01-31 | SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc... | Martin Kiewitz |
2010-01-29 | SCI: view class fix for hires views that are larger than 64k (fixes kq7 cel c... | Martin Kiewitz |
2010-01-27 | SCI: removing duplicate comment line that isnt right there (it documents the ... | Martin Kiewitz |