aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2012-11-30KYRA: Allow user to cancel saving in EoB via ESC.Johannes Schickel
2012-11-30KYRA: Change loop variable to uint, rather than size_t.D G Turner
2012-11-24KYRA: fix bug #3589442 (LOL Floppy - No speech during intro)athrxx
2012-11-23KYRA: Some slight cleanup.Johannes Schickel
2012-11-23KYRA: Fix bug #3589441 "KYRA: LOL DOS is broken".Johannes Schickel
2012-11-23KYRA: Remove unnecessary forward declaration.Johannes Schickel
2012-11-23KYRA: Move SoundDigital declaration to its own header.Johannes Schickel
2012-11-23KYRA: Rename kReadSaveHeaderError to ReadSaveHeaderError.Johannes Schickel
2012-11-23KYRA: Get rid of pointless SoundDigital::init method.Johannes Schickel
2012-11-23KYRA: Make Sound::hasSoundFile const again.Johannes Schickel
2012-11-23KYRA: Properly mark digital sfx as sfx in HoF and LoL again.Johannes Schickel
2012-11-19KYRA: Make "const type *const" use consistent.Johannes Schickel
2012-11-19KYRA: Make more static data tables const.Johannes Schickel
2012-11-19KYRA: Strip trailing whitespaces.Johannes Schickel
2012-11-19KYRA: Some formatting fixes.Johannes Schickel
2012-11-18KYRA: (EOB) - implement simplified EGA dithering for EOB IIathrxx
2012-11-18KYRA: (EOB) - cleaning up CGA/EGA graphics codeathrxx
2012-11-11KYRA: fix several GCC compile issues in previous commitsathrxx
2012-11-11KYRA: clean up audio resource handlingathrxx
2012-11-11KYRA: finish implementation of new HOF sequence player codeathrxx
2012-11-11KYRA: move HOF sequence player into its own classathrxx
2012-11-11KYRA: implement LOL sfx priority handlingathrxx
2012-11-11KYRA: fix LOL sfx volumeathrxx
2012-11-11KYRA: (LoL) - fix warning in Screen_LoL::drawGridBox()athrxx
2012-08-05KYRA: Add source of detection entires for LoL French floppy.Johannes Schickel
2012-08-01KYRA: update kyra.dat to match the last commit (added support for French LOL ...athrxx
2012-07-31KYRA: fix "bug" #3552534 (LOL Floppy FR version unknown)athrxx
2012-07-25KYRA: Fix delete[] formatting.Johannes Schickel
2012-07-04KYRA: Improve wording about possibly incorrect MT32->GM mapping.Johannes Schickel
2012-07-03KYRA: Get rid of unused private class members.Johannes Schickel
2012-07-03JANITORIAL: Remove extra semicolonsOri Avtalion
2012-06-13KYRA: Reduce amount of updateScreen calls.Johannes Schickel
2012-06-11KYRA: Mark Kyra 1 russian floppy version as fan translation.Johannes Schickel
2012-05-06KYRA: fix bug No. X. from http://forums.scummvm.org/viewtopic.php?t=11487athrxx
2012-05-06KYRA: fix bug No. VI. from http://forums.scummvm.org/viewtopic.php?t=11487athrxx
2012-05-06KYRA: fix bug No. IX. from http://forums.scummvm.org/viewtopic.php?t=11487athrxx
2012-04-24KYRA: Fix crahes in Kyra 1-3 and LoL when EGA/CGA graphics mode is selected.Johannes Schickel
2012-04-05KYRA: Silence const away cast warning by using non-const versions of strpbrk ...Johannes Schickel
2012-03-25KYRA: Fix game option commentsFilippos Karapetis
2012-03-25KYRA: Move I18N-related commits where they belong.Eugene Sandulenko
2012-03-19KYRA: Add per-game GUI option support.Johannes Schickel
2012-03-13JANITORIAL: Simply use *x instead of *x.get() on smart pointers.Christoph Mallon
2012-03-13JANITORIAL: Replace (x ? false : true) by !(x).Christoph Mallon
2012-03-05KYRA: Replace debug leftover for unimplemented displayText functions with a w...Johannes Schickel
2012-03-05KYRA: Some formatting fixes.Johannes Schickel
2012-02-26COMMON: Move RenderMode and GUIOptions functionality into separate filesMax Horn
2012-02-25KYRA: Remove obsolete registering of 16_color config file entry.Johannes Schickel
2012-02-24KYRA: (EOB) - fix save file thumbnail generation in CGA/EGA modeathrxx
2012-02-24COMMON: distinguish between 256 colors and 16 colors PC-98 rendering modesathrxx
2012-02-24KYRA: (EOB) - cleanup CGA/EGA code a bitathrxx