aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2009-10-06KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when ↵Florian Kagerer
typing savegame names - fixed some minor bugs svn-id: r44709
2009-10-06Removed yet another unused reference to OSystemFilippos Karapetis
svn-id: r44708
2009-10-06SCI: clean up oldx/y vs x/yWillem Jan Palenstijn
svn-id: r44707
2009-10-06SCI: Minor cleanupWillem Jan Palenstijn
svn-id: r44706
2009-10-06Moved the LSL1VGA workaround inside the font classFilippos Karapetis
svn-id: r44705
2009-10-06Removed an unused reference to OSystemFilippos Karapetis
svn-id: r44704
2009-10-06Simplified the LSL1VGA font resource workaroundFilippos Karapetis
svn-id: r44703
2009-10-06SCI/newgui: drawpattern now adjusts to curPortMartin Kiewitz
svn-id: r44702
2009-10-06SCI/newgui: kHiLite supportMartin Kiewitz
svn-id: r44701
2009-10-06SCI/newgui: Draw_Line() now doesnt modify prio/control anymoreMartin Kiewitz
svn-id: r44700
2009-10-06Updated the SCI engine module.mk and MSVC project files for commit #44698Filippos Karapetis
svn-id: r44699
2009-10-06SCI/newgui: palette functions from SciGuiGfx now in SciGuiPaletteMartin Kiewitz
svn-id: r44698
2009-10-06Removed the Bresenham line drawing code in the SCI new GUI, and replaced it ↵Filippos Karapetis
with Graphics::drawLine() svn-id: r44697
2009-10-06- Removed the SciGuiGfx parameter from SciGuiViewFilippos Karapetis
- Moved _sysPalette inside SciGuiScreen - Made CreatePaletteFromData() a static helper function svn-id: r44696
2009-10-06Removed duplicate private variablesFilippos Karapetis
svn-id: r44695
2009-10-06SCI/newgui: removed warnings from vector drawingMartin Kiewitz
svn-id: r44694
2009-10-06SciGuiView is only using the ResourceManager, so there's no need to pass the ↵Filippos Karapetis
whole EngineState to it svn-id: r44693
2009-10-06- Unified the screen buffers that are used by the current and the new GUIFilippos Karapetis
- Replaced the FreeSCI line drawing code (which is actually Bresenham) with Graphics::drawLine(), after discussing with waltervn. This shouldn't bring any regressions, as we're no longer offering the option to scale the background at a vector level. After playing through some of the games, I haven't noticed any regressions - Some cleanup svn-id: r44692
2009-10-06Removed unused reference to OSystemFilippos Karapetis
svn-id: r44691
2009-10-06SCI/newgui: view type amiga now supportedMartin Kiewitz
svn-id: r44689
2009-10-06Fix regression introduced by r44459; LGoP2 crashed after Infocom logoBenjamin Haisch
svn-id: r44688
2009-10-06SCI/newgui: view 1.1 loading now completely fixed, included sanity check and ↵Martin Kiewitz
one fixme svn-id: r44687
2009-10-06SCI/newgui: one typo in view sci1.1 fixedMartin Kiewitz
svn-id: r44686
2009-10-06SCI/newgui: support for amiga palette, amiga picture support, cleanupMartin Kiewitz
svn-id: r44685
2009-10-05SCI: Make getBitsDataSize use the same logic as saveBitsWillem Jan Palenstijn
svn-id: r44682
2009-10-05SCI/newgui: Implemented trick to get dithering going after drawing picture ↵Martin Kiewitz
w/o destroying statusbar svn-id: r44681
2009-10-05SCI: Fix error messageWillem Jan Palenstijn
svn-id: r44680
2009-10-05SCI/newgui: changed the way dithering works on ega games, also default value ↵Martin Kiewitz
change for kDrawStatus svn-id: r44679
2009-10-05SCI/newgui: color duplicated to upper 4 bits on EGA to remove dithering with ↵Martin Kiewitz
black svn-id: r44678
2009-10-05SCI/newgui: SciGuiPicture - enum rename from SCI0/SCI1 to EGA/VGAMartin Kiewitz
svn-id: r44677
2009-10-05SCI/newgui: switch to SCI1 commands when being IsVGA(), fixes qfg2Martin Kiewitz
svn-id: r44676
2009-10-05SCI/newgui: EGA picture drawing is now using EGA paletteMartin Kiewitz
svn-id: r44675
2009-10-05SCI: kDrawStatus changed, dont call gui if no text receivedMartin Kiewitz
svn-id: r44674
2009-10-05SCI: kDrawStatus now calls s->gui->drawStatus with NULL if no text givenMartin Kiewitz
svn-id: r44673
2009-10-05Stop spamming of the consoleFilippos Karapetis
svn-id: r44672
2009-10-05Fixed crash when starting games with the stable GUIFilippos Karapetis
svn-id: r44671
2009-10-05SVN/newgui: kDrawStatus implementedMartin Kiewitz
svn-id: r44670
2009-10-05SVN/newgui: renamed getScreenPalette to getSysPalette (code doesnt get the ↵Martin Kiewitz
screen palette at all, but actually the current sysPalette which does not need to be active at all times svn-id: r44669
2009-10-05SCI: Move restoreRect adjustment from DrawWindow to NewWindowWillem Jan Palenstijn
svn-id: r44668
2009-10-05SVN/newgui: views on sci1.1 - mirroring now possibleMartin Kiewitz
svn-id: r44667
2009-10-05SCI/newgui: duplicate the color in cels into upper 4 bits on ega so they ↵Martin Kiewitz
wont get dithered with black svn-id: r44666
2009-10-05SVN/newgui: ega cel uncompression implementedMartin Kiewitz
svn-id: r44665
2009-10-05Moved the cursor movement code in the GUIFilippos Karapetis
svn-id: r44664
2009-10-05Lines are no longer treated as fake rectangles and are shown correctly againFilippos Karapetis
svn-id: r44663
2009-10-05Better naming for the palette setting functions, to disambiguate them from ↵Filippos Karapetis
the existing ones svn-id: r44662
2009-10-05RenamedFilippos Karapetis
setCLUT() -> setPalette() getCLUT() -> getPalette() svn-id: r44661
2009-10-05SCI/newgui: drawControlIcon - updates screen nowMartin Kiewitz
svn-id: r44660
2009-10-05Minimize unnecessary calls to updateScreen() in the new GUI. This improves ↵Filippos Karapetis
drawing speed dramatically svn-id: r44659
2009-10-05SCI/newgui: kDrawControl on icon implementedMartin Kiewitz
svn-id: r44658
2009-10-05Removed dead codeFilippos Karapetis
svn-id: r44657