Age | Commit message (Expand) | Author |
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-06-30 | SCI: adjust brRect and nsRect, if sci2 hires views are used, fixes hotspots i... | Martin Kiewitz |
2010-06-29 | SCI: Rewrap more comments | Max Horn |
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: Optimized GfxScreen::scale2x a bit | Max Horn |
2010-06-28 | SCI: Comment cleanup | 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-25 | SCI: Introduce SciGameId enum | Max Horn |
2010-06-17 | SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()' | Max Horn |
2010-05-24 | Add support for showing the icon bar in SCI1.1 Mac. | Matthew Hoops |
2010-05-15 | SCI: adding special 640x440 upscaling mode for kq6, finally hires portraits a... | Martin Kiewitz |
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-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-04-16 | SCI: support for kanji (sjis), minor centering issue left | Martin Kiewitz |
2010-02-17 | SCI: Cleanup resource.h | Max Horn |
2010-02-05 | SCI: screen specific debug functions are now called directly w/o SciGui/32 | Martin Kiewitz |
2010-02-05 | SCI2 Windows games are scaled from 320x200 to 640x480, not 640x400. Aspect ra... | Matthew Hoops |
2010-02-04 | SCI: kPicNotValid now uses GfxScreen directly and not SciGui/32 | Martin Kiewitz |
2010-01-31 | SCI: syncWithFramebuffer() is now called directly w/o SciGui/SciGui32 | Martin Kiewitz |
2010-01-31 | SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now... | 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-24 | SCI: added comment about using color 255 all the time for amiga games | Martin Kiewitz |
2010-01-24 | SCI: changing white to be 255 for amiga all the time (works for our interpret... | Martin Kiewitz |
2010-01-24 | SCI: supporting .used bit 1 in palettes (force direct palette setting) and cl... | Martin Kiewitz |
2010-01-07 | SCI: fixed save/restorebits within screen class for displayscreen case, fixes... | Martin Kiewitz |
2010-01-07 | SCI: fixed stupid bug in putPixelOnDisplay, fixes height of displayed hires g... | Martin Kiewitz |
2010-01-07 | SCI: some portrait work (kq6 now shows the main bitmap as portrait, coordinat... | Martin Kiewitz |
2010-01-06 | SCI: sync displayScreen with framebuffer after successful video playback (fix... | Martin Kiewitz |
2010-01-05 | More renaming | Filippos Karapetis |