aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-10-07Updated the MSVC project files and module.mk for commit #r44730Filippos Karapetis
2009-10-07SCI: removed OSystem from SciGuiScreenMartin Kiewitz
2009-10-07SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructorMartin Kiewitz
2009-10-07SCI: SciGuiPalette - init() is now privateMartin Kiewitz
2009-10-07SCI: removed r44595, sierra sci really does behave like Common::Rect, no need...Martin Kiewitz
2009-10-07More work on the view code wrapper. Now all SCI0-SCI11 views should be displa...Filippos Karapetis
2009-10-06More work on the view wrapper codeFilippos Karapetis
2009-10-06Updated the parameter names of FillRect()Filippos Karapetis
2009-10-06Reverted the priority line drawing code in the current GUI (with some cleanup...Filippos Karapetis
2009-10-06Reverted #44697 (line drawing in the new GUI), with some function renaming. A...Filippos Karapetis
2009-10-06SCI/newgui: pattern drawing table fixMartin Kiewitz
2009-10-06More work on the view wrapper codeFilippos Karapetis
2009-10-06WIP code for replacing the FreeSCI view decoding code with the new one (no ch...Filippos Karapetis
2009-10-06gob - fix valgrind warning: invalid read when animKeysCount equals 0Arnaud Boutonné
2009-10-06SCI/newgui: changed menuPort to one pixel lessMartin Kiewitz
2009-10-06SCI/newgui: dont allow negative coordinates in draw pattern (fixes bad pixels...Martin Kiewitz
2009-10-06SCI/newgui: pattern drawing circles now fixedMartin Kiewitz
2009-10-06- Fixed kGetTime() againFilippos Karapetis
2009-10-06SCI/newgui: pattern drawing texture now bit0-bit7, sierra did it bit7-bit0Martin Kiewitz
2009-10-06Kyra: fix kyra 3 fontFlorian Kagerer
2009-10-06KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when t...Florian Kagerer
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-06Fix regression introduced by r44459; LGoP2 crashed after Infocom logoBenjamin Haisch
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