aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2009-07-14Fix graphics glitch in LoL PC98 intro.Johannes Schickel
2009-07-14Got rid of some more ioFailed uses (also fixed a potential leak in graphics/f...Max Horn
2009-07-13Got rid of Screen_LoL::_paletteConvTable.Johannes Schickel
2009-07-12Add missing quotation mark to error message.Johannes Schickel
2009-07-11Removed the now uneeded "Screen::_disableScreen" flag.Johannes Schickel
2009-07-11Fix graphics not updating, when loading a save in Kyra1. This fixes problems ...Johannes Schickel
2009-07-09Cleanup rollDice (the results of the old and the new function are almost iden...Johannes Schickel
2009-07-09Cleanup.Johannes Schickel
2009-07-08LOL: cleanupFlorian Kagerer
2009-07-08LOL: rename new function in last commit according to LordHoto's suggestionFlorian Kagerer
2009-07-08LOL: fix long standing bugs in the battle system (hit chance, damage, etc) by...Florian Kagerer
2009-07-07Change all uses of FM-Towns/fm-towns to FM-TOWNS.Johannes Schickel
2009-07-07Change "FM-Towns" to "FM-TOWNS" for consistency.Johannes Schickel
2009-07-07- Rename FontSJIS::enableShadow to enableOutline.Johannes Schickel
2009-07-07- Added support for outlined FM-Towns ROM drawingJohannes Schickel
2009-07-07Adapt KYRA to use the new Graphics::FontSJIS code.Johannes Schickel
2009-07-06Fix RTL from Kyra3 main menu. (It now doesn't quit ScummVM anymore)Johannes Schickel
2009-07-05LOL: cleanupFlorian Kagerer
2009-07-05LOL: - reduce code duplicationFlorian Kagerer
2009-07-04KYRA: fix minor bug in Screen::drawShape()Florian Kagerer
2009-07-04Kyra1 PC-98 never offered English as language settings, thus remove it. (The ...Johannes Schickel
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-06-29Fix invisible mouse cursor, when picking up items.Johannes Schickel
2009-06-29Fix bug in drawShape.Johannes Schickel
2009-06-29Fix LoL cursor in DOS version.Johannes Schickel
2009-06-29Fix bug in drawShape, which caused invisibility in Kyra1 to be displayed inco...Johannes Schickel
2009-06-29Fix palette regression caused by r41949.Johannes Schickel
2009-06-29Fix kyra2/kyra3 mouse cursor related regressions, introduced with r41959.Johannes Schickel
2009-06-29- Get rid of code duplication for mouse cursor setupJohannes Schickel
2009-06-29Removed obsolete TODOs in HoF code.Johannes Schickel
2009-06-29Resolved some TODOs in Kyra3 code.Johannes Schickel
2009-06-29Removed more obsolete TODO messages.Johannes Schickel
2009-06-29Update the screen animations while dropping items in Hand of Fate.Johannes Schickel
2009-06-29Removed some obsolete TODOs.Johannes Schickel
2009-06-29Adapted various code parts to use Palette::fill.Johannes Schickel
2009-06-29Add a "fill" method to Palette.Johannes Schickel
2009-06-29Replaced some raw palette loads.Johannes Schickel
2009-06-29Cleanup GUI_HoF::setupPalette.Johannes Schickel
2009-06-29Cleanup KyraEngine_MR::updateCharPal.Johannes Schickel
2009-06-29Change LoLEngine::generateFlashPalette to take Palette objects as parameters.Johannes Schickel
2009-06-29Change Screen_LoL::loadSpecialColors to take an Palette object as parameter.Johannes Schickel
2009-06-29Change raw palette read to Screen::loadPalette call.Johannes Schickel
2009-06-29Chang Palette parameter of LolEngine::setPaletteBrightness to be const.Johannes Schickel
2009-06-29Change LoLEngine::generateBrightnessPalette to take Palette objects as parame...Johannes Schickel
2009-06-29Changed LoLEngine::setPaletteBrightness to take an Palette object.Johannes Schickel
2009-06-29Change LoLEngine::processMagicIce to use Palette objects internally.Johannes Schickel
2009-06-29Modified Palette::load*Palette definition.Johannes Schickel
2009-06-27LOL: add workaround to fix map text display when the language is set to FrenchFlorian Kagerer
2009-06-27LOL: fixed regressionFlorian Kagerer