Age | Commit message (Expand) | Author |
2010-07-17 | Remove extra ";" in class declarations. | Johannes Schickel |
2010-07-15 | SCI: some big changes to kCantBeHere - kCantBeHere returns the actual "proble... | Martin Kiewitz |
2010-07-14 | SCI: removing hardcoded size when drawing list controls - fixes load/save dia... | Martin Kiewitz |
2010-07-14 | SCI: separating qfg1ega and qfg1vga gameids | Martin Kiewitz |
2010-07-14 | SCI: Removed a chatty (and unneeded) warning | Filippos Karapetis |
2010-07-13 | SCI: adding comment about palette formats | Martin Kiewitz |
2010-07-13 | SCI: adding comment about GfxPicture::draw() and picture resource formats | Martin Kiewitz |
2010-07-13 | SCI: change handling of priority in combination with embedded cels inside pic... | Martin Kiewitz |
2010-07-11 | SCI: also sync palette after playing movies, fixes kq6 intro | Martin Kiewitz |
2010-07-10 | SCI: calling speed throttler as well from kPalette(setIntensity) if needed - ... | Martin Kiewitz |
2010-07-10 | SCI: calculate widths for menu after switching to menuport, i guess this was ... | Martin Kiewitz |
2010-07-10 | SCI: adding kPalette signatures, fixing 3 kPalVary calls, fixing kAssertPalet... | Martin Kiewitz |
2010-07-06 | SCI: fix regression of r50721 - pausing/resuming only on actual menu usage | Martin Kiewitz |
2010-07-06 | SCI: fix regression of r50599 - broken greyed font drawing | Martin Kiewitz |
2010-07-02 | SCI: change drawing of fonts, so that we never do triple pixel line duplicati... | Martin Kiewitz |
2010-07-02 | SCI: added possible workaround or final solution for hires portraits not full... | Martin Kiewitz |
2010-07-02 | SCI: changing adjusting of upscaled hires box coordinates | Martin Kiewitz |
2010-07-02 | Extended the SCI2 text drawing hack for SCI2.1 too, and added font caching | Filippos Karapetis |
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 |