Age | Commit message (Expand) | Author |
2010-06-17 | SCI: dont subtract offTop on wmgrPort when using old gfx functions - fixes ab... | Martin Kiewitz |
2010-06-15 | SCI: putting SciGui::init into SciEngine, removing it from SciGui(32) | Martin Kiewitz |
2010-06-11 | SCI: adjust priority bottom, if its 200 to avoid possible out of bounds (sier... | Martin Kiewitz |
2010-05-23 | Cleaned up the game ID code: | Filippos Karapetis |
2010-05-15 | SCI: setting port _menuPort, fixing crash on setFont() | Martin Kiewitz |
2010-05-15 | SCI: removed _mainPort (was unused, is unused) | 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: fix window, when its too large for screen (fixes sq3 crash at ending, ac... | Martin Kiewitz |
2010-05-13 | SCI: fix regression of r49026 - line between titlebar and actual window was o... | Martin Kiewitz |
2010-05-13 | SCI: remove hack code for shadows and implement them properly (shadow is actu... | Martin Kiewitz |
2010-05-13 | SCI: don't adjust new windows to _wmgrPort for oldGfxFunctions() games (till ... | Martin Kiewitz |
2010-05-12 | SCI: fix code that was commented out (wasn't meant to get commited that way) ... | Martin Kiewitz |
2010-04-26 | SCI: fixing regression from r48771 - sierra used != before SCI1LATE and !(&) ... | Martin Kiewitz |
2010-04-25 | SCI: draw a black line between titlebar and actual window content for SCI0, a... | Martin Kiewitz |
2010-04-22 | SCI: added additional comment for setOrigin() commit (from waltervn), after d... | Martin Kiewitz |
2010-04-22 | SCI: make setOrigin() for ports behave like in sierra sci, fixes qfg1ega char... | Martin Kiewitz |
2010-04-22 | SCI: SCI1LATE+ checks for STYLE_USER, versions before check for STYLE_USER|ST... | Martin Kiewitz |
2010-04-20 | SCI: get color white instead of hardcoded 255 inside openPort(), fixes not wo... | Martin Kiewitz |
2010-02-05 | SCI: priority band specific stuff now gets called directly w/o SciGui | Martin Kiewitz |
2010-02-05 | SCI: GfxCoordAdjuster class added, local2Global and global2Local use that cla... | Martin Kiewitz |
2010-01-31 | mothergoose SCI1 starts at the top of the screen, so set offTop to 0 for that... | Matthew Hoops |
2010-01-31 | SCI: renamed Text class to GfxText16 | 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 |