aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
AgeCommit message (Collapse)Author
2009-06-05LOL: minor bug fixFlorian Kagerer
svn-id: r41201
2009-06-05LOL: implemented another opcodeFlorian Kagerer
svn-id: r41199
2009-06-04LOL: implemented Vaelan's cubeFlorian Kagerer
svn-id: r41179
2009-06-03LOL: implemented guardian spellFlorian Kagerer
svn-id: r41148
2009-06-03LOL: implemented opcode required for catwalk cavesFlorian Kagerer
svn-id: r41147
2009-06-03LOL: implemented mist of doom spellFlorian Kagerer
svn-id: r41145
2009-06-02Formatting and whitespaces again.Johannes Schickel
svn-id: r41120
2009-06-02Remove "_smoothScrollTimer" from LoLEngine, it was only used as local ↵Johannes Schickel
variable anyway. svn-id: r41119
2009-06-01- Remove LoLEngine::delayUntil it was identical to KyraEngine_v1 in its ↵Johannes Schickel
functionallity anyway - Change KyraEngine_v1::delayUntil to a somewhat more LoLEngine::delayUntil like implementation svn-id: r41117
2009-06-01Change LoLEngine::delay to be conform with KyraEngine_v1::delay. (remove ↵Johannes Schickel
special iUpdate parameter, just call updateInput, when "doUpdate" is set to false) svn-id: r41114
2009-06-01- Add some basic debugger for Lands of Lore.Johannes Schickel
- Allow the "flags" command in all Kyra games to be working properly with 320x200 GUI. svn-id: r41113
2009-06-01LOL: fix warningFlorian Kagerer
svn-id: r41106
2009-06-01LOL: implemented hand of fate spellFlorian Kagerer
svn-id: r41103
2009-06-01LOL: some more opcodes and some minor bug fixesFlorian Kagerer
svn-id: r41092
2009-06-01LOL: - implemented opcode for white tower basementFlorian Kagerer
svn-id: r41091
2009-05-31Add support for the Lands of Lore scrolling credits.Johannes Schickel
svn-id: r41081
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-31- Add support for the Lands of Lore outro TIM fileJohannes Schickel
- Cleanup svn-id: r41053
2009-05-30LOL: implemented opcode for white towerFlorian Kagerer
svn-id: r41050
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 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-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-25LOL: implemented support for the mine carFlorian Kagerer
svn-id: r40897
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: r40842
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-22Change button list handling to closer match original. This fixes a crash ↵Johannes Schickel
when loading via GMM. svn-id: r40793
2009-05-22Handle mouse move events like the original.Johannes Schickel
svn-id: r40791
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-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-18LOL: fixed automapFlorian Kagerer
svn-id: r40701
2009-05-18LOL: - implemented fog spellFlorian Kagerer
svn-id: r40673
2009-05-17LoL:Johannes Schickel
- Cleanup - Implement support to load save from command line / launcher svn-id: r40662
2009-05-17LOL: - some opcodes for the swampFlorian Kagerer
- fix last commit (which broke TIM scripts) svn-id: r40654
2009-05-16LOL: implemented loading and saving via Alt/Ctrl + number keysFlorian Kagerer
svn-id: r40631
2009-05-16LOL: some more opcodes for the draracle caveFlorian Kagerer
svn-id: r40628
2009-05-15LOL: implemented pit drop animationFlorian Kagerer
svn-id: r40592
2009-05-11LOL: - implemented olol_paletteFlash()Florian Kagerer
svn-id: r40466
2009-05-11LOL: - implemented inventory screen status iconsFlorian Kagerer
svn-id: r40463
2009-05-10LOL: - implemented rest party buttonFlorian Kagerer
- made button processing code more accurate svn-id: r40442
2009-05-10LOL: - added some spell casting (spark, heal, swarm)Florian Kagerer
- fixed several bugs (not the one in the fighting system though) - added several opcodes. there shouldn't be any real show stoppers in the draracle cave now. - simplified wsa code (which required 4 lines of code for displaying a frame) - added support for wsa animations that don't have a last frame (apparently kyra 2 and 3 don't have this type of wsa file) svn-id: r40420
2009-04-27LOL: added some drawing code and fixed some bugsFlorian Kagerer
svn-id: r40167