aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2009-05-31- Add support for the Lands of Lore outro TIM fileJohannes Schickel
2009-05-31LOL: fix some valgrind warningsFlorian Kagerer
2009-05-30LOL: implemented opcode for white towerFlorian Kagerer
2009-05-30Change more Lands of Lore in game voice code to use "_sound->isVoicePresent".Johannes Schickel
2009-05-30LOL: minor bug fixFlorian Kagerer
2009-05-30LOL: implemented some opcodes required for yvel cityFlorian Kagerer
2009-05-30LOL: - implemented urbish mines gas explosion Florian Kagerer
2009-05-30LOL: - fixed crash that occured when entering yvel cityFlorian Kagerer
2009-05-30LOL: - added non-installed English floppy version to detectionFlorian Kagerer
2009-05-30LOL: - added English floppy version to detectionFlorian Kagerer
2009-05-29LOL: implemented opcode required for magic wandsFlorian Kagerer
2009-05-29Output a warning to the user, when he tries to play back MT32 MIDI tracks wit...Johannes Schickel
2009-05-29Implement "loadSfxFile" and "stopAllSoundEffects" for "MixedSoundDriver".Johannes Schickel
2009-05-29Remove obsolete comment.Johannes Schickel
2009-05-29- Add new method "isVoicePresent" to "Sound".Johannes Schickel
2009-05-29Fix compilationWillem Jan Palenstijn
2009-05-29Some slight documentation.Johannes Schickel
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of cha...Max Horn
2009-05-29More formatting.Johannes Schickel
2009-05-29Formatting.Johannes Schickel
2009-05-29Add Lands of Lore copyright string to KyraMetaEngine::getOriginalCopyright.Johannes Schickel
2009-05-29Cleanup.Johannes Schickel
2009-05-29Enable autosaves in Lands of Lore.Johannes Schickel
2009-05-29Cleanup.Johannes Schickel
2009-05-29Fix valgrind warnings.Johannes Schickel
2009-05-29Cleanup and slight bugfix in drawShapeProcessLineScale* functions.Johannes Schickel
2009-05-29Formatting.Johannes Schickel
2009-05-28LOL: - fix valgrind warningFlorian Kagerer
2009-05-28Clean up PC Speaker output implementation. (Stripping out unused code)Johannes Schickel
2009-05-28Fix mismatching new/delete[]Johannes Schickel
2009-05-27Prevent accidental MT-32 initialization for PC speaker output, when "native_m...Johannes Schickel
2009-05-27- Moved Sound implementation declarations to the newly added file sound_intern.hJohannes Schickel
2009-05-25LOL: implemented support for the mine carFlorian Kagerer
2009-05-24Strip trailing whitespaces.Johannes Schickel
2009-05-24Commit patch #2796028 "lol files are always compiled" with some slight extens...Johannes Schickel
2009-05-24LOL: fixed some input code issues:Florian Kagerer
2009-05-24Cleanup.Johannes Schickel
2009-05-24Make various Sound functionality SoundHandle instead of filename based.Johannes Schickel
2009-05-24LOL: fix valgrind warningFlorian Kagerer
2009-05-24Remove leftover (already commented out) code.Johannes Schickel
2009-05-24- Reorder supported codecs listJohannes Schickel
2009-05-24Cleanup.Johannes Schickel
2009-05-23Cleanup.Johannes Schickel
2009-05-23KYRA/LOL: restructured voice playing code so that audio compression can be su...Florian Kagerer
2009-05-23LOL: implemented fireball spellFlorian Kagerer
2009-05-23Cleanup.Johannes Schickel
2009-05-23Reserve opcode array entries beforehand, should save some reallocation and co...Johannes Schickel
2009-05-22Better safe than sorry, add an explicit default constructor for Button.Johannes Schickel
2009-05-22Yet another fix for MSVC (it seems it initializes all pointers in debug mode ...Johannes Schickel
2009-05-22Fix crash with MSVC.Johannes Schickel