Age | Commit message (Expand) | Author |
2011-09-26 | SCI: Code formatting | Filippos Karapetis |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-12 | SCI: Treat all priorities above 15 as none | Willem Jan Palenstijn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-30 | SCI: Minor cleanup | Matthew Hoops |
2011-03-30 | SCI32: Support for views with 640x400 native resolution | Lars Skovlund |
2011-03-29 | SCI: Limit SCI32 view scaling to when we're actually scaling | Matthew Hoops |
2011-03-10 | SCI: Fix uncompressed SCI1.1 views | Matthew Hoops |
2011-03-10 | SCI: Made some checks inside unditherBitmap() more understandable | md5 |
2011-03-10 | SCI: Some renaming related to the undithering code | md5 |
2011-03-09 | SCI: Whitespace fixes | md5 |
2011-03-09 | SCI: Some cleanup and fixes to the view unpacking code | md5 |
2011-03-07 | SCI: Initial handling of the views in Longbow Amiga. Still not right | md5 |
2011-03-06 | SCI: Fix Mac SCI1.1 view decompression | Matthew Hoops |
2011-03-06 | SCI: Merged the cel data unpacking code for views and pictures | md5 |
2011-03-04 | SCI: Cleaned up some view type checks | md5 |
2011-03-04 | SCI: Added support for 16/32 color view and picture patches | md5 |
2011-02-27 | SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLY | md5 |
2011-02-26 | SCI: Added a TODO concerning the workaround for SQ1EGA, as we don't know if i... | md5 |
2011-02-24 | SCI: Added a workaround for script bug #3044500 - "SQ1EGA: Skimmer-Buyer Dial... | md5 |
2011-02-20 | SCI: Slight cleanup | md5 |
2011-02-10 | SCI: Fix Mac SCI1 view transparency | Matthew Hoops |
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 |