Age | Commit message (Expand) | Author |
2010-06-30 | SCI: adjust brRect and nsRect, if sci2 hires views are used, fixes hotspots i... | 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-29 | SCI: Rewrap more comments | Max Horn |
2010-06-29 | SCI: Add some const qualifiers | Max Horn |
2010-06-29 | SCI: Rename listEntry -> 'it' for better readability | Max Horn |
2010-06-29 | SCI: Simplify List::iterator usage in GfxAnimate | Max Horn |
2010-06-29 | SCI: Simplify GfxAnimate code, get rid of _listData | Max Horn |
2010-06-28 | SCI: updated comment about transparent pixels in views | Martin Kiewitz |
2010-06-28 | SCI: kAnimate resetting _lastCastCount all the time | Martin Kiewitz |
2010-06-28 | SCI: fix regression of r50422, please no refactoring without proper testing -... | Martin Kiewitz |
2010-06-28 | SCI: added comment - lsl5 also has too large windows | Martin Kiewitz |
2010-06-28 | Remove CRs | Willem Jan Palenstijn |
2010-06-28 | SCI: add const again to newWidth | Martin Kiewitz |
2010-06-28 | SCI: fix regression of r50424, 2x scaling | Martin Kiewitz |
2010-06-28 | SCI: Cleanup GfxView code (formatting etc.); also insert some asserts to prot... | Max Horn |
2010-06-28 | SCI: Optimized GfxScreen::scale2x a bit | Max Horn |
2010-06-28 | SCI: Comment cleanup | 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-28 | SCI: Make src param of GfxScreen::scale2x const | Max Horn |
2010-06-28 | SCI: separated the graphics initialization code a bit | Filippos Karapetis |
2010-06-27 | Silenced a false positive in MSVC about a potentially uninitialized variable | Filippos Karapetis |
2010-06-27 | SCI: Fix for large views in GK2. At least it does not segfault now. | Lars Skovlund |
2010-06-26 | Further improve readability | Willem Jan Palenstijn |
2010-06-26 | Improve readability | Willem Jan Palenstijn |
2010-06-26 | SCI: another commit for adding a workaround for islang room 300 again (althou... | Martin Kiewitz |
2010-06-25 | Removed the getHunkPointer error - it's valid SCI behavior (e.g. when loading... | Filippos Karapetis |
2010-06-25 | When loading a game, stop all running VMs recursively, and also stop kAnimate... | Filippos Karapetis |
2010-06-25 | SCI: Introduce SciGameId enum | Max Horn |
2010-06-25 | SCI: detect, if SCI1.1 game is merging or copying palette instead of using ga... | Martin Kiewitz |
2010-06-24 | SCI: fix kTextSize to not crash when destination has an invalid rect in it | Martin Kiewitz |
2010-06-23 | SCI: we extended the showBits() rect all the way depending on where the objec... | Martin Kiewitz |
2010-06-23 | SCI: cnick-laurabow & cnick-kq are called with -Nw 0 0... | Martin Kiewitz |
2010-06-23 | SCI: it seems that all cnick games are using the inbetween interpreter | Martin Kiewitz |
2010-06-23 | SCI: adding cnick-longbow to inbetween sci1.1 in GfxPalette | Martin Kiewitz |
2010-06-23 | Moved the SelectorCache struct inside selector.h, where it belongs, and fixed... | Filippos Karapetis |
2010-06-23 | SCI: global scaling implemented (hopefully, i'm not sure if it works 100% :P)... | Martin Kiewitz |
2010-06-23 | SCI: adding some more global scaling code, adding vanishingY and vanishingX a... | Martin Kiewitz |
2010-06-23 | SCI: some initial work on global scaling | Martin Kiewitz |
2010-06-23 | SCI: implementing boundary checking for GfxPalette::createFromData(), sq5 has... | Martin Kiewitz |
2010-06-22 | SCI: added nicks picks sq to the sci1.1 interpreter games, the other ones may... | Martin Kiewitz |
2010-06-22 | SCI: eco quest 1 demo also uses inbetween sci1.1 interpreter, fixing graphics | Martin Kiewitz |
2010-06-22 | SCI: reversing r50168, demo is using the same offTop as well (demo.bat) | Martin Kiewitz |
2010-06-22 | SCI: demo of fairy tales uses regular offTop | Martin Kiewitz |
2010-06-22 | SCI: set offTop to 26 for mixed up fairy tales to fix all sorts of non-fully-... | Martin Kiewitz |
2010-06-22 | SCI: implemented kAssertPalette and a palvary fix for ::set, fixes erana's pl... | Martin Kiewitz |
2010-06-22 | SCI: fixed typo | Martin Kiewitz |
2010-06-22 | SCI: kPalVary(SetTarget) implemented | Martin Kiewitz |