aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.cpp
AgeCommit message (Collapse)Author
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new ↵Max Horn
header common/types.h svn-id: r47180
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
svn-id: r45233
2009-10-17Fix valgrind warning.Johannes Schickel
svn-id: r45207
2009-10-11LOL/PC-98: fix king richard healing sequenceFlorian Kagerer
svn-id: r44936
2009-10-11Print warning, when the number of colors in a palette file exceed the number ↵Johannes Schickel
of colors in the target palette on load. svn-id: r44922
2009-10-11Fix regression introduced with r44907.Johannes Schickel
svn-id: r44911
2009-10-11Cleanup.Johannes Schickel
svn-id: r44907
2009-10-11Revert changes to graphics/sjis.h in r44709.Johannes Schickel
svn-id: r44904
2009-10-10LOL/PC-98: implemented drawing code for teleportersFlorian Kagerer
svn-id: r44883
2009-10-10LOL/PC-98: fixed minor glitch in wsa codeFlorian Kagerer
svn-id: r44879
2009-10-10LOL/PC-98: fixed two minor bugsFlorian Kagerer
svn-id: r44870
2009-10-08LOLLOL/PC-98: fixed add-spell-to-scroll animationFlorian Kagerer
svn-id: r44797
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-04LoL PC98: Fix thumbnail creation for quick saves and autosave.Johannes Schickel
svn-id: r44623
2009-09-30Adapt KYRA engine to use the ASCII and half-width katakana support of the ↵Johannes Schickel
SJIS font. (required for LoL PC98) svn-id: r44488
2009-09-30Cleanup: got rid of Screen::ShadeType.Johannes Schickel
svn-id: r44487
2009-09-30Implemented support for drawing 8x16 chars from our custom SJIS font.Johannes Schickel
svn-id: r44486
2009-09-26LOL/PC-98: fix menu colorsFlorian Kagerer
svn-id: r44381
2009-09-20Fix removal of SJIS characters in LoL PC98 menu.Johannes Schickel
svn-id: r44213
2009-09-20Add checks for half-width katakana, which are currently unsupported.Johannes Schickel
svn-id: r44204
2009-08-19Use Common::List::empty instead of Common::List::size, which is faster for ↵Johannes Schickel
checking whether the list is empty and easier to read. svn-id: r43538
2009-08-19Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, ↵Johannes Schickel
when the screen really changed OR the palette changed. svn-id: r43537
2009-08-19Implemented proper character selection of Lands of Lore PC98.Johannes Schickel
svn-id: r43531
2009-08-17Fix possible out of bounds access in Screen::drawShape.Johannes Schickel
svn-id: r43475
2009-08-16Fix valgrind warnings.Johannes Schickel
svn-id: r43428
2009-08-13Little optimization in Screen::setPaletteIndex, now it only resets the ↵Johannes Schickel
palette, when the color index really changed. svn-id: r43338
2009-08-12Add a slight paranoia check to drawCharANSI.Johannes Schickel
svn-id: r43325
2009-08-11Enable dirty rect handling for the Amiga version again.Johannes Schickel
svn-id: r43280
2009-08-11Cleanup.Johannes Schickel
svn-id: r43279
2009-08-10- Fix AMIGA to DOS palette conversionJohannes Schickel
- Amiga version uses 13 instead of 12 palette buffers svn-id: r43220
2009-08-10Use interface palette for mouse cursor in Kyra1 amiga, when it's enabled.Johannes Schickel
svn-id: r43197
2009-08-10Enable interface text fading in Kyra1 amiga again.Johannes Schickel
svn-id: r43196
2009-08-10Fix interface text color.Johannes Schickel
svn-id: r43195
2009-08-10Initial support for correct colors in the interface of Kyra1 AMIGA.Johannes Schickel
svn-id: r43192
2009-08-09Clear the destination page for bitmap loading, this fixes graphics artifacts ↵Johannes Schickel
in Kyra1 amiga. svn-id: r43189
2009-08-09Add support for the font format used in Kyrandia 1 Amiga. (font colors are ↵Johannes Schickel
wrong though) svn-id: r43187
2009-08-09Create a "Font" interface and create a "DOSFont" implementation for handling ↵Johannes Schickel
DOS version fonts. svn-id: r43186
2009-08-09Cleanup AMIGA graphics conversion.Johannes Schickel
svn-id: r43183
2009-07-26Simplify KYRA's SJIS font loading code.Johannes Schickel
svn-id: r42820
2009-07-26Change the way the font data for SJIS fonts is load.Johannes Schickel
svn-id: r42815
2009-07-26Change KYRA to use our SJIS font, when it's available.Johannes Schickel
svn-id: r42814
2009-07-11Removed the now uneeded "Screen::_disableScreen" flag.Johannes Schickel
svn-id: r42366
2009-07-07Change "FM-Towns" to "FM-TOWNS" for consistency.Johannes Schickel
svn-id: r42232
2009-07-07- Rename FontSJIS::enableShadow to enableOutline.Johannes Schickel
- Initialize outline to false by default in FontTowns. svn-id: r42231
2009-07-07- Added support for outlined FM-Towns ROM drawingJohannes Schickel
- Adapted KYRA to use that svn-id: r42230
2009-07-07Adapt KYRA to use the new Graphics::FontSJIS code.Johannes Schickel
svn-id: r42222
2009-07-04KYRA: fix minor bug in Screen::drawShape()Florian Kagerer
svn-id: r42110
2009-06-29Fix invisible mouse cursor, when picking up items.Johannes Schickel
svn-id: r41967
2009-06-29Fix bug in drawShape.Johannes Schickel
svn-id: r41964