aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sequences_lok.cpp
AgeCommit message (Collapse)Author
2009-10-06KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when ↵Florian Kagerer
typing savegame names - fixed some minor bugs svn-id: r44709
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-09-20Implement yet another slight palette handling difference in Kyrandia 1 ↵Johannes Schickel
Amiga, which caused a palette glitch in Kyrandia 1 Amiga German. svn-id: r44216
2009-09-20- Add support for Kyrandia 1 German Amiga in create_kyradat.Johannes Schickel
- Increase kyra.dat version. - Rebuilt kyra.dat. - Some slight adaptions for Kyrandia 1 German in the ScummVM source. svn-id: r44215
2009-08-25Implement support for the Kyrandia 1 CD demo.Johannes Schickel
svn-id: r43737
2009-08-24Merge with trunkNorbert Lange
svn-id: r43701
2009-08-19Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, ↵Johannes Schickel
when the screen really changed OR the palette changed. svn-id: r43537
2009-08-17merge with trunkNorbert Lange
svn-id: r43478
2009-08-17Clear input queue before displaying the credits in Kyrandia 1.Johannes Schickel
svn-id: r43474
2009-08-17Cleanup: don't copy the Kyrandia 1 Amiga credits data in a temporary buffer, ↵Johannes Schickel
and thus keeping it twice in memory. svn-id: r43473
2009-08-16merge with trunkNorbert Lange
svn-id: r43443
2009-08-15Yet another slight graphic fix for the Kyrandia 1 Amiga credits.Johannes Schickel
svn-id: r43413
2009-08-14Little fix for lopping credits in Kyrandia 1 Amiga.Johannes Schickel
svn-id: r43383
2009-08-14changed handling of finale - music should use right tempo nowNorbert Lange
svn-id: r43364
2009-08-13Do not unload credits data after copying it to a temporary buffer in ↵Johannes Schickel
Kyrandia 1 Amiga, since the credits will be looped and need reload every time. svn-id: r43342
2009-08-13Fix key input in credits sequences.Johannes Schickel
svn-id: r43339
2009-08-12Enable music support in the finale of Kyrandia 1 Amiga.Johannes Schickel
svn-id: r43335
2009-08-12another merge from trunkNorbert Lange
svn-id: r43330
2009-08-12Implement special Kyrandia 1 Amiga credits text scroller.Johannes Schickel
svn-id: r43329
2009-08-12Fix graphics glitch in credits of Kyrandia 1 German.Johannes Schickel
svn-id: r43324
2009-08-12Further cleaning up credits player code for Kyra1.Johannes Schickel
svn-id: r43323
2009-08-12Oops forgot a "{".Johannes Schickel
svn-id: r43322
2009-08-12Cleanup.Johannes Schickel
svn-id: r43321
2009-08-11merged from trunk (Amiga LoK supposedly completeable!)Norbert Lange
fixed a bug I introduced in one of the last cleanups svn-id: r43291
2009-08-11Fix graphical glitches when loading saves where Brandon is in Will-O-Wisp form.Johannes Schickel
svn-id: r43285
2009-08-11- Yet another minor difference in seq_winterScroll2Johannes Schickel
- Fix wrong offsets of flasks strings for Kyrandia 1 Amiga in kyra.dat - Increase kyra.dat version svn-id: r43274
2009-08-11Implement differences in seq_winterScroll1 for Kyrandia 1 Amiga.Johannes Schickel
svn-id: r43273
2009-08-11Implement palette differences for seq_playDrinkPotionAnim.Johannes Schickel
svn-id: r43252
2009-08-11Fix crash when using Will-O-Wisp in the grotto.Johannes Schickel
svn-id: r43249
2009-08-11Some changes to get the Kyrandia 1 Amiga credits to show up at least.Johannes Schickel
svn-id: r43247
2009-08-11Some fixes for the Kyrandia 1 Amiga outro.Johannes Schickel
svn-id: r43245
2009-08-11Fix regression introduced with r41081.Johannes Schickel
svn-id: r43241
2009-08-11Disable Kyragem fading for Kyrandia 1 Amiga.Johannes Schickel
svn-id: r43240
2009-08-10Fix WSA movies for final sequence of Kyrandia 1 Amiga. (this is just a ↵Johannes Schickel
theoretical fix, the game isn't yet playable till then) svn-id: r43232
2009-07-19fixed: intro-music started twice because it was hardcoded in the engineNorbert Lange
removed verbose debug-output from maxtrax svn-id: r42604
2009-07-07Change all uses of FM-Towns/fm-towns to FM-TOWNS.Johannes Schickel
svn-id: r42235
2009-06-22- Fixed regression in Screen::fadeToBlackJohannes Schickel
- Fixed some palette regressions in Kyra1 Amiga (only the intro works currently) svn-id: r41746
2009-06-22Changed Screen::loadPalette to take a reference to a Palette object instead ↵Johannes Schickel
of an array. svn-id: r41745
2009-06-22Changed Screen::loadBitmap and Movie::open to take an optional Palette ↵Johannes Schickel
pointer instead of an optional array pointer. svn-id: r41744
2009-06-22- Changed the following Screen functions to take a reference to a Palette ↵Johannes Schickel
object: -> setScreenPalette -> fadePalette -> getFadeParams -> fadePalStep - Fixed initialization of 256 color palettes svn-id: r41743
2009-06-22Add wrapper functionality for copying full palettes.Johannes Schickel
svn-id: r41742
2009-06-22Changed Screen::getPalette to return a reference to a Palette object.Johannes Schickel
svn-id: r41741
2009-06-22Got rid of Screen::_currentPalette.Johannes Schickel
svn-id: r41740
2009-06-09- Moved Screen_v2::copyWsaRect to Screen::copyWsaRectJohannes Schickel
- Made WSAMovie_v1::displayFrame code match the original - Changed WSAMovieAmiga::displayFrame to use Screen::copyWsaRect too - Got rid of '...' parameter usage in all WSA player classes svn-id: r41398
2009-06-08Cleanup.Johannes Schickel
svn-id: r41381
2009-05-31Add support for the Lands of Lore scrolling credits.Johannes Schickel
svn-id: r41081
2009-05-29More formatting.Johannes Schickel
svn-id: r40994
2009-05-19Formatting.Johannes Schickel
svn-id: r40717
2009-05-19Remov lots of superfluous debug output.Johannes Schickel
svn-id: r40715
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