Age | Commit message (Expand) | Author |
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 |
2010-01-26 | SCI: changed flags (uint16) to force (bool) for set/merge palette methods | Martin Kiewitz |
2010-01-25 | SCI: created isAmiga32color(), using this method instead of comparing against... | Martin Kiewitz |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-16 | SCI: added TODO inside kAnimate for scalesignal bit 1, added comment about sc... | Martin Kiewitz |
2010-01-16 | SCI: view scaling - dont fill left-over bytes if there are no left-over bytes :P | Martin Kiewitz |
2010-01-16 | SCI: support for upscaling implemented, included clipping | Martin Kiewitz |
2010-01-16 | SCI: scaling support, upscaling not yet supported - not really tested, so the... | Martin Kiewitz |
2010-01-16 | SCI: View::drawScaled() created (doesnt do scaling yet), removed scaling vari... | Martin Kiewitz |
2010-01-16 | SCI: created getCelScaledRect() inside view class | Martin Kiewitz |
2010-01-12 | SCI: View::getCelCount now validates input | Martin Kiewitz |
2010-01-11 | SCI: changed displaceY and displaceX for cels to int16, also inserted cast to... | Martin Kiewitz |
2010-01-07 | SCI: implemented additional drawCel for hires views, fixes menu bar of kq6 - ... | Martin Kiewitz |
2010-01-07 | SCI: small cleanup in view drawing | Martin Kiewitz |
2010-01-06 | - Some work on kLocalToGlobal and kGlobalToLocal for SCI2+ | Filippos Karapetis |
2010-01-05 | SCI: removed uint16 limit within view class (allows hires views) | Martin Kiewitz |
2010-01-05 | Some initial work on SCI1.1 view scaling (not working yet) | Filippos Karapetis |
2010-01-05 | More renaming | Filippos Karapetis |