aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2009-05-29LOL: implemented opcode required for magic wandsFlorian Kagerer
svn-id: r41016
2009-05-29Output a warning to the user, when he tries to play back MT32 MIDI tracks ↵Johannes Schickel
with a General MIDI device. svn-id: r41012
2009-05-29Implement "loadSfxFile" and "stopAllSoundEffects" for "MixedSoundDriver".Johannes Schickel
svn-id: r41011
2009-05-29Remove obsolete comment.Johannes Schickel
svn-id: r41009
2009-05-29- Add new method "isVoicePresent" to "Sound".Johannes Schickel
- Change LoL character selection to use it. - Allow quitting ScummVM in LoL character selection. svn-id: r41008
2009-05-29Fix compilationWillem Jan Palenstijn
svn-id: r41007
2009-05-29Some slight documentation.Johannes Schickel
svn-id: r41006
2009-05-29Changed SaveFileManager methods to take Common::String params (instead of ↵Max Horn
char pointers) svn-id: r41000
2009-05-29More formatting.Johannes Schickel
svn-id: r40994
2009-05-29Formatting.Johannes Schickel
svn-id: r40991
2009-05-29Add Lands of Lore copyright string to KyraMetaEngine::getOriginalCopyright.Johannes Schickel
svn-id: r40990
2009-05-29Cleanup.Johannes Schickel
svn-id: r40989
2009-05-29Enable autosaves in Lands of Lore.Johannes Schickel
svn-id: r40988
2009-05-29Cleanup.Johannes Schickel
svn-id: r40986
2009-05-29Fix valgrind warnings.Johannes Schickel
svn-id: r40983
2009-05-29Cleanup and slight bugfix in drawShapeProcessLineScale* functions.Johannes Schickel
svn-id: r40982
2009-05-29Formatting.Johannes Schickel
svn-id: r40975
2009-05-28LOL: - fix valgrind warningFlorian Kagerer
- fix more input code issues - add workround for another script bug (some invalid monster sound index in urbish mine level 2) svn-id: r40974
2009-05-28Clean up PC Speaker output implementation. (Stripping out unused code)Johannes Schickel
svn-id: r40972
2009-05-28Fix mismatching new/delete[]Johannes Schickel
svn-id: r40967
2009-05-27Prevent accidental MT-32 initialization for PC speaker output, when ↵Johannes Schickel
"native_mt32" is set to true. svn-id: r40940
2009-05-27- Moved Sound implementation declarations to the newly added file sound_intern.hJohannes Schickel
- Added support for PC Speaker sound in all Kyra1, Kyra2 and Lands of Lore - Slight cleanup svn-id: r40939
2009-05-25LOL: implemented support for the mine carFlorian Kagerer
svn-id: r40897
2009-05-24Strip trailing whitespaces.Johannes Schickel
svn-id: r40866
2009-05-24Commit patch #2796028 "lol files are always compiled" with some slight ↵Johannes Schickel
extension. svn-id: r40865
2009-05-24LOL: fixed some input code issues:Florian Kagerer
- party would move 2 steps instead of one when using keyboad while magic menu was open - viewing notes would abort at once instead of waiting for the next click svn-id: r40863
2009-05-24Cleanup.Johannes Schickel
svn-id: r40850
2009-05-24Make various Sound functionality SoundHandle instead of filename based.Johannes Schickel
- This fixes multiple sounds being played at once in Lands of Lore svn-id: r40848
2009-05-24LOL: fix valgrind warningFlorian Kagerer
svn-id: r40847
2009-05-24Remove leftover (already commented out) code.Johannes Schickel
svn-id: r40845
2009-05-24- Reorder supported codecs listJohannes Schickel
- Add changes for upcoming audio compression changes (file extensions changed to standard ones) svn-id: r40843
2009-05-24Cleanup.Johannes Schickel
svn-id: r40842
2009-05-23Cleanup.Johannes Schickel
svn-id: r40841
2009-05-23KYRA/LOL: restructured voice playing code so that audio compression can be ↵Florian Kagerer
supported svn-id: r40839
2009-05-23LOL: implemented fireball spellFlorian Kagerer
svn-id: r40813
2009-05-23Cleanup.Johannes Schickel
svn-id: r40799
2009-05-23Reserve opcode array entries beforehand, should save some reallocation and ↵Johannes Schickel
copying. svn-id: r40798
2009-05-22Better safe than sorry, add an explicit default constructor for Button.Johannes Schickel
svn-id: r40797
2009-05-22Yet another fix for MSVC (it seems it initializes all pointers in debug mode ↵Johannes Schickel
to 0xCCCCCCCC instead of 0). svn-id: r40796
2009-05-22Fix crash with MSVC.Johannes Schickel
svn-id: r40795
2009-05-22struct Button contains non POD members, thus don't use memset on it.Johannes Schickel
svn-id: r40794
2009-05-22Change button list handling to closer match original. This fixes a crash ↵Johannes Schickel
when loading via GMM. svn-id: r40793
2009-05-22Do not define checkInput as virtual.Johannes Schickel
svn-id: r40792
2009-05-22Handle mouse move events like the original.Johannes Schickel
svn-id: r40791
2009-05-22LOL: (temporary) fix for button callback assignment. The automatic list ↵Florian Kagerer
capacity increase seems to fail somehow. svn-id: r40786
2009-05-22Add hack so LoL intro demo will init MT-32 properly.Johannes Schickel
svn-id: r40784
2009-05-22Use correct file for MT-32 initialization for Kyra2 SEQ player based Lands ↵Johannes Schickel
of Lore demo. svn-id: r40783
2009-05-22Oops typo.Johannes Schickel
svn-id: r40782
2009-05-22Properly initialize MT-32 for LoL demos.Johannes Schickel
svn-id: r40781
2009-05-22Fix crash when playing LoL demo.Johannes Schickel
svn-id: r40780