aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
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
2009-05-22Cleanup.Johannes Schickel
svn-id: r40779
2009-05-22Fix RTL in Lands of Lore.Johannes Schickel
svn-id: r40778
2009-05-21LOL: - implemented Lightning SpellFlorian Kagerer
svn-id: r40776
2009-05-21Changed code to closer match original input handling.Johannes Schickel
svn-id: r40770
2009-05-21Fix some Kyra1 movies.Johannes Schickel
svn-id: r40768
2009-05-21Only process key/mouse press/release events in GUI.Johannes Schickel
svn-id: r40766
2009-05-21LOL: - implemented freeze spellFlorian Kagerer
- fixed saveload code - added some opcode for the swamp svn-id: r40763
2009-05-21Remove trailing tabs/whitespaces.Johannes Schickel
svn-id: r40760
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are ↵Max Horn
deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) svn-id: r40725
2009-05-19Formatting.Johannes Schickel
svn-id: r40717
2009-05-19Remov lots of superfluous debug output.Johannes Schickel
svn-id: r40715
2009-05-18Don't quit when the user selects "Load game" in main menu.Johannes Schickel
svn-id: r40710
2009-05-18Don't crash on debugger shortcut when no debugger is present. (Fixes crash ↵Johannes Schickel
in LoL, when the user tries to press Ctrl+d) svn-id: r40709
2009-05-18Add support for music in the LoL intro demo.Johannes Schickel
svn-id: r40706
2009-05-18Preliminary support for LoL intro demo.Johannes Schickel
svn-id: r40705
2009-05-18LOL: fixed automapFlorian Kagerer
svn-id: r40701
2009-05-18Fixed long standing palette loading bug in WSA v1 code.Johannes Schickel
svn-id: r40700
2009-05-18Don't delay any longer, when engine is asked to quit.Johannes Schickel
svn-id: r40699
2009-05-18Add some code differences for LoL intro demo.Johannes Schickel
svn-id: r40696
2009-05-18LOL: fix "rest party" button (broken after changes to the button handling)Florian Kagerer
svn-id: r40674
2009-05-18LOL: - implemented fog spellFlorian Kagerer
svn-id: r40673
2009-05-18Disable GMM save/load in certain scenes.Johannes Schickel
svn-id: r40672
2009-05-17Formatting.Johannes Schickel
svn-id: r40671
2009-05-17Formatting.Johannes Schickel
svn-id: r40670
2009-05-17- Fix mouse cursor visibilty on load game in LoLJohannes Schickel
- Only show mouse cursor after cursor change, when the mouse was visible svn-id: r40669
2009-05-17Formatting.Johannes Schickel
svn-id: r40668
2009-05-17Fix possible leak.Johannes Schickel
svn-id: r40667
2009-05-17Fix crash after loading game from cmd/launcher.Johannes Schickel
svn-id: r40666
2009-05-17Don't protect save slot 0 for LoL.Johannes Schickel
svn-id: r40665
2009-05-17Only set 'cdaudio' config entry, when FM-Towns version is present.Johannes Schickel
svn-id: r40664
2009-05-17- CleanupJohannes Schickel
- LoL: fix memory leak svn-id: r40663
2009-05-17LoL:Johannes Schickel
- Cleanup - Implement support to load save from command line / launcher svn-id: r40662
2009-05-17Cleanup.Johannes Schickel
svn-id: r40661
2009-05-17Fix sound file missing warning for DOS version of LoL.Johannes Schickel
svn-id: r40660
2009-05-17Audio related cleanup.Johannes Schickel
svn-id: r40659