aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2009-05-31LOL: prevent saving/loading in inventory screenFlorian Kagerer
svn-id: r41080
2009-05-31LOL: implemented magic viper attack (used by wraiths in white tower level 3)Florian Kagerer
svn-id: r41074
2009-05-31- Little bugfix for LoL outro TIMJohannes Schickel
- Add some initial code to allow easy playback of the LoL outro (credits text is still missing). svn-id: r41067
2009-05-31Fix various memory leaks in Lands of Lore.Johannes Schickel
svn-id: r41066
2009-05-31LOL: - fix shape memory allocation/release issueFlorian Kagerer
svn-id: r41055
2009-05-31- Add support for the Lands of Lore outro TIM fileJohannes Schickel
- Cleanup svn-id: r41053
2009-05-31LOL: fix some valgrind warningsFlorian Kagerer
svn-id: r41052
2009-05-30LOL: implemented opcode for white towerFlorian Kagerer
svn-id: r41050
2009-05-30Change more Lands of Lore in game voice code to use "_sound->isVoicePresent".Johannes Schickel
svn-id: r41049
2009-05-30LOL: minor bug fixFlorian Kagerer
svn-id: r41046
2009-05-30LOL: implemented some opcodes required for yvel cityFlorian Kagerer
svn-id: r41041
2009-05-30LOL: - implemented urbish mines gas explosion Florian Kagerer
svn-id: r41035
2009-05-30LOL: - fixed crash that occured when entering yvel cityFlorian Kagerer
- added another opcode for yvel woods svn-id: r41031
2009-05-30LOL: - added non-installed English floppy version to detectionFlorian Kagerer
svn-id: r41028
2009-05-30LOL: - added English floppy version to detectionFlorian Kagerer
- implemented opcode required for Yvel woods svn-id: r41027
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