aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2009-05-17Audio related cleanup.Johannes Schickel
2009-05-17Disable CD audio for PC98 by default.Johannes Schickel
2009-05-17Handle keyboard button press immediately.Johannes Schickel
2009-05-17Change workaround to match comment description.Johannes Schickel
2009-05-17LOL: - fix animations for fletcher shop in the swampFlorian Kagerer
2009-05-17LOL: - some opcodes for the swampFlorian Kagerer
2009-05-17KYRA1: fix script code (Japanese version of lephole.emc was broken by recent ...Florian Kagerer
2009-05-17Fixed compilation when LoL is not enabledFilippos Karapetis
2009-05-16LOL: implemented loading and saving via Alt/Ctrl + number keysFlorian Kagerer
2009-05-16LOL: some more opcodes for the draracle caveFlorian Kagerer
2009-05-15LOL: implemented pit drop animationFlorian Kagerer
2009-05-12Clarification of a comment.Johannes Schickel
2009-05-12Cleanup.Johannes Schickel
2009-05-12Formatting.Johannes Schickel
2009-05-12Add proper error checking in file parsing code.Johannes Schickel
2009-05-12Change script file loading code to use Common::IFFParser instead of a self wr...Johannes Schickel
2009-05-12Fix strncpy usage.Johannes Schickel
2009-05-12Cleanup.Johannes Schickel
2009-05-12Cleanup.Johannes Schickel
2009-05-11LOL: - implemented olol_paletteFlash()Florian Kagerer
2009-05-11LOL: - implemented inventory screen status iconsFlorian Kagerer
2009-05-10LOL: - fix last commitFlorian Kagerer
2009-05-10LOL: - implemented rest party buttonFlorian Kagerer
2009-05-10KYRA: fixed typoFlorian Kagerer
2009-05-10Oops typo.Johannes Schickel
2009-05-10Cleanup.Johannes Schickel
2009-05-10Fix accidental assignment in if condition.Johannes Schickel
2009-05-10LOL: - added some spell casting (spark, heal, swarm)Florian Kagerer
2009-04-29More formatting.Johannes Schickel
2009-04-29Formatting.Johannes Schickel
2009-04-29Cleanup.Johannes Schickel
2009-04-29Cleanup.Johannes Schickel
2009-04-29Fix out of bounds array access (as reported by DrMcCoy).Johannes Schickel
2009-04-28Some code for the intro only LoL demo. It is disabled currently though.Johannes Schickel
2009-04-28Set ADGF_DEMO flag for kyra2 seq player based LoL demo.Johannes Schickel
2009-04-27LOL: added some drawing code and fixed some bugsFlorian Kagerer
2009-04-25Changed the attacker parameter from 0 to 0xFFFF in inflictDamage() (which was...Filippos Karapetis
2009-04-25The "attacker" parameter is an unsigned integer, so we can't pass a negative ...Filippos Karapetis
2009-04-25Fixed warning.Torbjörn Andersson
2009-04-25LOL: - Started implementing the fighting system. The damage inflicted is wron...Florian Kagerer
2009-04-21Remove ADGF_CD flag from Towns detection entries.Johannes Schickel
2009-04-21Mark PC98 CD version as CD version (like it is already done with FM-Towns).Johannes Schickel
2009-04-21Fix for Kyra 1 Mac CD music (check bug report #2772727 "KYRA1: Sound effect l...Johannes Schickel
2009-04-18Add TODO.Johannes Schickel
2009-04-18We probably only have to update the screen once every updateInfo(). And, sinceTorbjörn Andersson
2009-04-16Add HACK to support DOS music in Kyra1 Mac CD based on patch #2767489 "KYRA1:...Johannes Schickel
2009-04-15Added md5sums of Kyra1 Mac CD as supplied with fr #2766454 "KYRA1: Add suppor...Johannes Schickel
2009-04-11Cleanup.Johannes Schickel
2009-04-11KYRA: Replaced Rect class by Common::Rect; replaced dirty rect handling code ...Max Horn
2009-04-06LOL: startup fix for floppy versionFlorian Kagerer