Age | Commit message (Expand) | Author |
2013-01-09 | KYRA: (LOL/FM-TOWNS) - add detection entry | athrxx |
2013-01-09 | KYRA: Use override in subclasses of Sound, which override voicePlay. | Johannes Schickel |
2013-01-09 | KYRA: Get rid of some unnecessary overwrites. | Johannes Schickel |
2013-01-09 | KYRA: Mark overloaded methods of Sound subclasses as virtual. | Johannes Schickel |
2013-01-09 | KYRA: Make all hex constants use uppercase letters. | Johannes Schickel |
2013-01-09 | KYRA: Fix voicePlay overwrite in PC98 and Amiga sound outputs. | Johannes Schickel |
2012-12-17 | KYRA: (EOB) - fix bug #3596548 ("Crash when using Mage Spells such as Magic M... | athrxx |
2012-11-30 | KYRA: Allow user to cancel saving in EoB via ESC. | Johannes Schickel |
2012-11-30 | KYRA: Change loop variable to uint, rather than size_t. | D G Turner |
2012-11-24 | KYRA: fix bug #3589442 (LOL Floppy - No speech during intro) | athrxx |
2012-11-23 | KYRA: Some slight cleanup. | Johannes Schickel |
2012-11-23 | KYRA: Fix bug #3589441 "KYRA: LOL DOS is broken". | Johannes Schickel |
2012-11-23 | KYRA: Remove unnecessary forward declaration. | Johannes Schickel |
2012-11-23 | KYRA: Move SoundDigital declaration to its own header. | Johannes Schickel |
2012-11-23 | KYRA: Rename kReadSaveHeaderError to ReadSaveHeaderError. | Johannes Schickel |
2012-11-23 | KYRA: Get rid of pointless SoundDigital::init method. | Johannes Schickel |
2012-11-23 | KYRA: Make Sound::hasSoundFile const again. | Johannes Schickel |
2012-11-23 | KYRA: Properly mark digital sfx as sfx in HoF and LoL again. | Johannes Schickel |
2012-11-19 | KYRA: Make "const type *const" use consistent. | Johannes Schickel |
2012-11-19 | KYRA: Make more static data tables const. | Johannes Schickel |
2012-11-19 | KYRA: Strip trailing whitespaces. | Johannes Schickel |
2012-11-19 | KYRA: Some formatting fixes. | Johannes Schickel |
2012-11-18 | KYRA: (EOB) - implement simplified EGA dithering for EOB II | athrxx |
2012-11-18 | KYRA: (EOB) - cleaning up CGA/EGA graphics code | athrxx |
2012-11-11 | KYRA: fix several GCC compile issues in previous commits | athrxx |
2012-11-11 | KYRA: clean up audio resource handling | athrxx |
2012-11-11 | KYRA: finish implementation of new HOF sequence player code | athrxx |
2012-11-11 | KYRA: move HOF sequence player into its own class | athrxx |
2012-11-11 | KYRA: implement LOL sfx priority handling | athrxx |
2012-11-11 | KYRA: fix LOL sfx volume | athrxx |
2012-11-11 | KYRA: (LoL) - fix warning in Screen_LoL::drawGridBox() | athrxx |
2012-08-05 | KYRA: Add source of detection entires for LoL French floppy. | Johannes Schickel |
2012-08-01 | KYRA: update kyra.dat to match the last commit (added support for French LOL ... | athrxx |
2012-07-31 | KYRA: fix "bug" #3552534 (LOL Floppy FR version unknown) | athrxx |
2012-07-25 | KYRA: Fix delete[] formatting. | Johannes Schickel |
2012-07-04 | KYRA: Improve wording about possibly incorrect MT32->GM mapping. | Johannes Schickel |
2012-07-03 | KYRA: Get rid of unused private class members. | Johannes Schickel |
2012-07-03 | JANITORIAL: Remove extra semicolons | Ori Avtalion |
2012-06-13 | KYRA: Reduce amount of updateScreen calls. | Johannes Schickel |
2012-06-11 | KYRA: Mark Kyra 1 russian floppy version as fan translation. | Johannes Schickel |
2012-05-06 | KYRA: fix bug No. X. from http://forums.scummvm.org/viewtopic.php?t=11487 | athrxx |
2012-05-06 | KYRA: fix bug No. VI. from http://forums.scummvm.org/viewtopic.php?t=11487 | athrxx |
2012-05-06 | KYRA: fix bug No. IX. from http://forums.scummvm.org/viewtopic.php?t=11487 | athrxx |
2012-04-24 | KYRA: Fix crahes in Kyra 1-3 and LoL when EGA/CGA graphics mode is selected. | Johannes Schickel |
2012-04-05 | KYRA: Silence const away cast warning by using non-const versions of strpbrk ... | Johannes Schickel |
2012-03-25 | KYRA: Fix game option comments | Filippos Karapetis |
2012-03-25 | KYRA: Move I18N-related commits where they belong. | Eugene Sandulenko |
2012-03-19 | KYRA: Add per-game GUI option support. | Johannes Schickel |
2012-03-13 | JANITORIAL: Simply use *x instead of *x.get() on smart pointers. | Christoph Mallon |
2012-03-13 | JANITORIAL: Replace (x ? false : true) by !(x). | Christoph Mallon |