Age | Commit message (Expand) | Author |
2010-11-01 | SCI: saving/restoring script created windows now | Martin Kiewitz |
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson |
2010-08-23 | SCI: multiple changes for mother goose vga | Martin Kiewitz |
2010-08-20 | Reverting r52224, as it was incorrect - fanmade games use the same interprete... | Filippos Karapetis |
2010-08-20 | SCI: Fixed bug #3041153 - "SCI Fanmade Games: Message window glitch" | Filippos Karapetis |
2010-08-14 | SCI: now reusing window ids on kNewWindow | Martin Kiewitz |
2010-08-14 | SCI: adding workaround for camelot during ending | Martin Kiewitz |
2010-08-13 | SCI: extending life of port for sq4 gum wrapper | Martin Kiewitz |
2010-08-08 | SCI: kDisposeWindow changes | Martin Kiewitz |
2010-08-06 | SCI: adding script patching | Martin Kiewitz |
2010-08-05 | SCI: actually enable hoyle 4 workaround | Martin Kiewitz |
2010-08-05 | SCI: changing hoyle 4 workaround | Martin Kiewitz |
2010-08-04 | SCI: Fixed an off-by-one error in GfxPorts::getPortById() and moved the error... | Filippos Karapetis |
2010-08-03 | SCI: reset ports when restoring | Martin Kiewitz |
2010-08-02 | SCI: adding offTop = 0 for mother goose sci1.1 | Martin Kiewitz |
2010-07-27 | SCI: sci1.1 priority bands now changing in kDrawPic | Martin Kiewitz |
2010-07-26 | SCI: Some cosmetic changes to the warning thrown when fixing invalid windows | Filippos Karapetis |
2010-07-23 | SCI: fixing kNewWindow (SCI1.1) | Martin Kiewitz |
2010-06-28 | SCI: added comment - lsl5 also has too large windows | Martin Kiewitz |
2010-06-27 | Silenced a false positive in MSVC about a potentially uninitialized variable | Filippos Karapetis |
2010-06-25 | SCI: Introduce SciGameId enum | Max Horn |
2010-06-23 | SCI: cnick-laurabow & cnick-kq are called with -Nw 0 0... | 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-21 | Fix the Hoyle 4 (Hoyle Classic) demo's top offset. It currently errors out la... | Matthew Hoops |
2010-06-17 | Strict mode: Changed several warnings due to logic bugs into errors. If an er... | Filippos Karapetis |
2010-06-17 | SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()' | Max Horn |
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 |