aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2009-08-10Disable menu text fading in kyra1 amiga for now.Johannes Schickel
2009-08-09Clear the destination page for bitmap loading, this fixes graphics artifacts ...Johannes Schickel
2009-08-09Unbreak basic Kyra1 amiga in game support, by disabling some palette code for...Johannes Schickel
2009-08-09Add support for the font format used in Kyrandia 1 Amiga. (font colors are wr...Johannes Schickel
2009-08-09Create a "Font" interface and create a "DOSFont" implementation for handling ...Johannes Schickel
2009-08-09Cleanup AMIGA graphics conversion.Johannes Schickel
2009-08-07show VK in gui_v2 games of kyraKostas Nakos
2009-08-07hint backend about virtual keyboard on save, in LoKKostas Nakos
2009-07-30Fix bug which caused the mouse cursor not to update in some cases.Johannes Schickel
2009-07-29Fix a little bug in KyraEngine_MR::showBadConscience, which prevented Gunther...Johannes Schickel
2009-07-29Fix saving of item in hand in HoF and MR.Johannes Schickel
2009-07-29Fix animation script sound effect opcode implementation in Kyra3.Johannes Schickel
2009-07-27Fix format string issues (and compiler warnings).Willem Jan Palenstijn
2009-07-26Simplify KYRA's SJIS font loading code.Johannes Schickel
2009-07-26Change the way the font data for SJIS fonts is load.Johannes Schickel
2009-07-26Change KYRA to use our SJIS font, when it's available.Johannes Schickel
2009-07-25Implement missing bits in KyraEngine_HoF::setCauldronState.Johannes Schickel
2009-07-25Fix palette regression in Kyra2.Johannes Schickel
2009-07-25Adept savegame name creation code to use Common::String::printf.Johannes Schickel
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-07-25remove implicit SoundDigital::Sound ctor call, which is redundant because the...Joost Peters
2009-07-17Cleanup.Johannes Schickel
2009-07-17- Moved SoundAdlibPC definition to new header file sound_adlib.hJohannes Schickel
2009-07-17Replace LGPL header by GPL header.Johannes Schickel
2009-07-16Fix bug in "KyraEngine_v2::runSceneScript6", fixes text line Zanthia says, wh...Johannes Schickel
2009-07-15Bugfix: Disallow GMM Save/Load while in kyragem scene.Johannes Schickel
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