aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2009-07-09Cleanup rollDice (the results of the old and the new function are almost ↵Johannes Schickel
identical). svn-id: r42293
2009-07-09Cleanup.Johannes Schickel
svn-id: r42292
2009-07-08LOL: cleanupFlorian Kagerer
svn-id: r42271
2009-07-08LOL: rename new function in last commit according to LordHoto's suggestionFlorian Kagerer
svn-id: r42270
2009-07-08LOL: fix long standing bugs in the battle system (hit chance, damage, etc) ↵Florian Kagerer
by adapting original style random number generator svn-id: r42269
2009-07-07Change all uses of FM-Towns/fm-towns to FM-TOWNS.Johannes Schickel
svn-id: r42235
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-06Fix RTL from Kyra3 main menu. (It now doesn't quit ScummVM anymore)Johannes Schickel
svn-id: r42180
2009-07-05LOL: cleanupFlorian Kagerer
svn-id: r42141
2009-07-05LOL: - reduce code duplicationFlorian Kagerer
svn-id: r42140
2009-07-04KYRA: fix minor bug in Screen::drawShape()Florian Kagerer
svn-id: r42110
2009-07-04Kyra1 PC-98 never offered English as language settings, thus remove it. (The ↵Johannes Schickel
CD version *does* supply English files, but those will work as FM-Towns version, so this causes no drawback for the user and is faithful to the original) svn-id: r42106
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
svn-id: r42054
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
- change some constants from double to float, to avoid "loss of precision due to implicit conversion" warnings - removed duplicate prototypes for some funcs - fixed some "increases required alignment of target type" warnings svn-id: r42009
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
2009-06-29Fix LoL cursor in DOS version.Johannes Schickel
svn-id: r41963
2009-06-29Fix bug in drawShape, which caused invisibility in Kyra1 to be displayed ↵Johannes Schickel
incorrectly. svn-id: r41962
2009-06-29Fix palette regression caused by r41949.Johannes Schickel
svn-id: r41961
2009-06-29Fix kyra2/kyra3 mouse cursor related regressions, introduced with r41959.Johannes Schickel
svn-id: r41960
2009-06-29- Get rid of code duplication for mouse cursor setupJohannes Schickel
- Fix mouse cursor colors in LoL PC98 (This commit might introduce regressions, since it changes the key color the mouse cursor uses) svn-id: r41959
2009-06-29Removed obsolete TODOs in HoF code.Johannes Schickel
svn-id: r41958
2009-06-29Resolved some TODOs in Kyra3 code.Johannes Schickel
svn-id: r41957
2009-06-29Removed more obsolete TODO messages.Johannes Schickel
svn-id: r41956
2009-06-29Update the screen animations while dropping items in Hand of Fate.Johannes Schickel
svn-id: r41955
2009-06-29Removed some obsolete TODOs.Johannes Schickel
svn-id: r41954
2009-06-29Adapted various code parts to use Palette::fill.Johannes Schickel
svn-id: r41953
2009-06-29Add a "fill" method to Palette.Johannes Schickel
svn-id: r41952
2009-06-29Replaced some raw palette loads.Johannes Schickel
svn-id: r41951
2009-06-29Cleanup GUI_HoF::setupPalette.Johannes Schickel
svn-id: r41950
2009-06-29Cleanup KyraEngine_MR::updateCharPal.Johannes Schickel
svn-id: r41949
2009-06-29Change LoLEngine::generateFlashPalette to take Palette objects as parameters.Johannes Schickel
svn-id: r41948
2009-06-29Change Screen_LoL::loadSpecialColors to take an Palette object as parameter.Johannes Schickel
svn-id: r41947
2009-06-29Change raw palette read to Screen::loadPalette call.Johannes Schickel
svn-id: r41946
2009-06-29Chang Palette parameter of LolEngine::setPaletteBrightness to be const.Johannes Schickel
svn-id: r41945
2009-06-29Change LoLEngine::generateBrightnessPalette to take Palette objects as ↵Johannes Schickel
parameters. svn-id: r41944
2009-06-29Changed LoLEngine::setPaletteBrightness to take an Palette object.Johannes Schickel
svn-id: r41943
2009-06-29Change LoLEngine::processMagicIce to use Palette objects internally.Johannes Schickel
svn-id: r41942
2009-06-29Modified Palette::load*Palette definition.Johannes Schickel
svn-id: r41941
2009-06-27LOL: add workaround to fix map text display when the language is set to FrenchFlorian Kagerer
svn-id: r41922
2009-06-27LOL: fixed regressionFlorian Kagerer
svn-id: r41917
2009-06-27LOL: cleanupFlorian Kagerer
svn-id: r41916
2009-06-26KYRA/LOL: fixed minor bug by adding reset() call to pc98 audio driver destructorFlorian Kagerer
svn-id: r41902
2009-06-26Implement difference in TIM's displayText code for PC98, this should fix the ↵Johannes Schickel
font color in the intro. svn-id: r41897
2009-06-26Implement palette difference in Kanji drawing code for PC98.Johannes Schickel
svn-id: r41896
2009-06-26Implement PC98 text mode color palette.Johannes Schickel
svn-id: r41895
2009-06-25For now always enable voices in PC98 version of LoL.Johannes Schickel
svn-id: r41893