aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/ports.cpp
AgeCommit message (Expand)Author
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-08-23SCI: multiple changes for mother goose vgaMartin Kiewitz
2010-08-20Reverting r52224, as it was incorrect - fanmade games use the same interprete...Filippos Karapetis
2010-08-20SCI: Fixed bug #3041153 - "SCI Fanmade Games: Message window glitch"Filippos Karapetis
2010-08-14SCI: now reusing window ids on kNewWindowMartin Kiewitz
2010-08-14SCI: adding workaround for camelot during endingMartin Kiewitz
2010-08-13SCI: extending life of port for sq4 gum wrapperMartin Kiewitz
2010-08-08SCI: kDisposeWindow changesMartin Kiewitz
2010-08-06SCI: adding script patchingMartin Kiewitz
2010-08-05SCI: actually enable hoyle 4 workaroundMartin Kiewitz
2010-08-05SCI: changing hoyle 4 workaroundMartin Kiewitz
2010-08-04SCI: Fixed an off-by-one error in GfxPorts::getPortById() and moved the error...Filippos Karapetis
2010-08-03SCI: reset ports when restoringMartin Kiewitz
2010-08-02SCI: adding offTop = 0 for mother goose sci1.1Martin Kiewitz
2010-07-27SCI: sci1.1 priority bands now changing in kDrawPicMartin Kiewitz
2010-07-26SCI: Some cosmetic changes to the warning thrown when fixing invalid windowsFilippos Karapetis
2010-07-23SCI: fixing kNewWindow (SCI1.1)Martin Kiewitz
2010-06-28SCI: added comment - lsl5 also has too large windowsMartin Kiewitz
2010-06-27Silenced a false positive in MSVC about a potentially uninitialized variableFilippos Karapetis
2010-06-25SCI: Introduce SciGameId enumMax Horn
2010-06-23SCI: cnick-laurabow & cnick-kq are called with -Nw 0 0...Martin Kiewitz
2010-06-22SCI: reversing r50168, demo is using the same offTop as well (demo.bat)Martin Kiewitz
2010-06-22SCI: demo of fairy tales uses regular offTopMartin Kiewitz
2010-06-22SCI: set offTop to 26 for mixed up fairy tales to fix all sorts of non-fully-...Martin Kiewitz
2010-06-21Fix the Hoyle 4 (Hoyle Classic) demo's top offset. It currently errors out la...Matthew Hoops
2010-06-17Strict mode: Changed several warnings due to logic bugs into errors. If an er...Filippos Karapetis
2010-06-17SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()'Max Horn
2010-06-17SCI: dont subtract offTop on wmgrPort when using old gfx functions - fixes ab...Martin Kiewitz
2010-06-15SCI: putting SciGui::init into SciEngine, removing it from SciGui(32)Martin Kiewitz
2010-06-11SCI: adjust priority bottom, if its 200 to avoid possible out of bounds (sier...Martin Kiewitz
2010-05-23Cleaned up the game ID code:Filippos Karapetis
2010-05-15SCI: setting port _menuPort, fixing crash on setFont()Martin Kiewitz
2010-05-15SCI: removed _mainPort (was unused, is unused)Martin Kiewitz
2010-05-15SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX...Martin Kiewitz
2010-05-13SCI: fix window, when its too large for screen (fixes sq3 crash at ending, ac...Martin Kiewitz
2010-05-13SCI: fix regression of r49026 - line between titlebar and actual window was o...Martin Kiewitz
2010-05-13SCI: remove hack code for shadows and implement them properly (shadow is actu...Martin Kiewitz
2010-05-13SCI: don't adjust new windows to _wmgrPort for oldGfxFunctions() games (till ...Martin Kiewitz
2010-05-12SCI: fix code that was commented out (wasn't meant to get commited that way) ...Martin Kiewitz
2010-04-26SCI: fixing regression from r48771 - sierra used != before SCI1LATE and !(&) ...Martin Kiewitz
2010-04-25SCI: draw a black line between titlebar and actual window content for SCI0, a...Martin Kiewitz
2010-04-22SCI: added additional comment for setOrigin() commit (from waltervn), after d...Martin Kiewitz
2010-04-22SCI: make setOrigin() for ports behave like in sierra sci, fixes qfg1ega char...Martin Kiewitz
2010-04-22SCI: SCI1LATE+ checks for STYLE_USER, versions before check for STYLE_USER|ST...Martin Kiewitz
2010-04-20SCI: get color white instead of hardcoded 255 inside openPort(), fixes not wo...Martin Kiewitz
2010-02-05SCI: priority band specific stuff now gets called directly w/o SciGuiMartin Kiewitz
2010-02-05SCI: GfxCoordAdjuster class added, local2Global and global2Local use that cla...Martin Kiewitz
2010-01-31mothergoose SCI1 starts at the top of the screen, so set offTop to 0 for that...Matthew Hoops
2010-01-31SCI: renamed Text class to GfxText16Martin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz