aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-10-06Removed yet another unused reference to OSystemFilippos Karapetis
2009-10-06SCI: clean up oldx/y vs x/yWillem Jan Palenstijn
2009-10-06SCI: Minor cleanupWillem Jan Palenstijn
2009-10-06Moved the LSL1VGA workaround inside the font classFilippos Karapetis
2009-10-06Removed an unused reference to OSystemFilippos Karapetis
2009-10-06Simplified the LSL1VGA font resource workaroundFilippos Karapetis
2009-10-06SCI/newgui: drawpattern now adjusts to curPortMartin Kiewitz
2009-10-06SCI/newgui: kHiLite supportMartin Kiewitz
2009-10-06SCI/newgui: Draw_Line() now doesnt modify prio/control anymoreMartin Kiewitz
2009-10-06Updated the SCI engine module.mk and MSVC project files for commit #44698Filippos Karapetis
2009-10-06SCI/newgui: palette functions from SciGuiGfx now in SciGuiPaletteMartin Kiewitz
2009-10-06Removed the Bresenham line drawing code in the SCI new GUI, and replaced it w...Filippos Karapetis
2009-10-06- Removed the SciGuiGfx parameter from SciGuiViewFilippos Karapetis
2009-10-06Removed duplicate private variablesFilippos Karapetis
2009-10-06SCI/newgui: removed warnings from vector drawingMartin Kiewitz
2009-10-06SciGuiView is only using the ResourceManager, so there's no need to pass the ...Filippos Karapetis
2009-10-06- Unified the screen buffers that are used by the current and the new GUIFilippos Karapetis
2009-10-06Removed unused reference to OSystemFilippos Karapetis
2009-10-06SCI/newgui: view type amiga now supportedMartin Kiewitz
2009-10-06SCI/newgui: view 1.1 loading now completely fixed, included sanity check and ...Martin Kiewitz
2009-10-06SCI/newgui: one typo in view sci1.1 fixedMartin Kiewitz
2009-10-06SCI/newgui: support for amiga palette, amiga picture support, cleanupMartin Kiewitz
2009-10-05SCI: Make getBitsDataSize use the same logic as saveBitsWillem Jan Palenstijn
2009-10-05SCI/newgui: Implemented trick to get dithering going after drawing picture w/...Martin Kiewitz
2009-10-05SCI: Fix error messageWillem Jan Palenstijn
2009-10-05SCI/newgui: changed the way dithering works on ega games, also default value ...Martin Kiewitz
2009-10-05SCI/newgui: color duplicated to upper 4 bits on EGA to remove dithering with ...Martin Kiewitz
2009-10-05SCI/newgui: SciGuiPicture - enum rename from SCI0/SCI1 to EGA/VGAMartin Kiewitz
2009-10-05SCI/newgui: switch to SCI1 commands when being IsVGA(), fixes qfg2Martin Kiewitz
2009-10-05SCI/newgui: EGA picture drawing is now using EGA paletteMartin Kiewitz
2009-10-05SCI: kDrawStatus changed, dont call gui if no text receivedMartin Kiewitz
2009-10-05SCI: kDrawStatus now calls s->gui->drawStatus with NULL if no text givenMartin Kiewitz
2009-10-05Stop spamming of the consoleFilippos Karapetis
2009-10-05Fixed crash when starting games with the stable GUIFilippos Karapetis
2009-10-05SVN/newgui: kDrawStatus implementedMartin Kiewitz
2009-10-05SVN/newgui: renamed getScreenPalette to getSysPalette (code doesnt get the sc...Martin Kiewitz
2009-10-05SCI: Move restoreRect adjustment from DrawWindow to NewWindowWillem Jan Palenstijn
2009-10-05SVN/newgui: views on sci1.1 - mirroring now possibleMartin Kiewitz
2009-10-05SCI/newgui: duplicate the color in cels into upper 4 bits on ega so they wont...Martin Kiewitz
2009-10-05SVN/newgui: ega cel uncompression implementedMartin Kiewitz
2009-10-05Moved the cursor movement code in the GUIFilippos Karapetis
2009-10-05Lines are no longer treated as fake rectangles and are shown correctly againFilippos Karapetis
2009-10-05Better naming for the palette setting functions, to disambiguate them from th...Filippos Karapetis
2009-10-05RenamedFilippos Karapetis
2009-10-05SCI/newgui: drawControlIcon - updates screen nowMartin Kiewitz
2009-10-05Minimize unnecessary calls to updateScreen() in the new GUI. This improves dr...Filippos Karapetis
2009-10-05SCI/newgui: kDrawControl on icon implementedMartin Kiewitz
2009-10-05Removed dead codeFilippos Karapetis
2009-10-05SCI: Name argumentWillem Jan Palenstijn
2009-10-05Proper check for window shadowsFilippos Karapetis