aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sequences_lok.cpp
AgeCommit message (Collapse)Author
2012-06-13KYRA: Reduce amount of updateScreen calls.Johannes Schickel
This fixes some slowdowns in Kyra2 with the OpenGL backend for me. Most of the updateScreen calls saved were introduced by us implementing the original behavior of hiding the mouse before drawing onto the screen and showing it again afterwards, since the mouse cursor is not drawn on the game screen in our implementation (and unlike in the original) this is not necessary.
2012-04-05KYRA: Silence const away cast warning by using non-const versions of strpbrk ↵Johannes Schickel
and strchr.
2011-12-26KYRA: Some formatting fixes.Johannes Schickel
2011-11-01KYRA: Fix Common::List::erase usage.Johannes Schickel
Thanks to Tron for pointing that out.
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-07-27KYRA: add support for Russian Kyra 1 floppy fan translationathrxx
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28KYRA: Fix compilation when LoL is disabled.Johannes Schickel
2011-04-28KYRA: Clean up of header includes.Johannes Schickel
2011-04-07KYRA: Cleanup static variable usage in LoK.Johannes Schickel
2010-07-22KYRA: Cleanup.Johannes Schickel
svn-id: r51173
2010-07-22KYRA: Implement proper fade out when skipping the intro at any position.Johannes Schickel
svn-id: r51172
2010-07-22KYRA: Free hand shapes after the Kallak writing sequence.Johannes Schickel
svn-id: r51171
2010-07-22KYRA: Prevent fast fade to black when skipping the intro.Johannes Schickel
svn-id: r51170
2010-07-22KYRA: Properly short-circuit after the SC/MP logo on quit.Johannes Schickel
svn-id: r51163
2010-07-22Display the MacPlay Gold logo for Macintosh versions which include it.Johannes Schickel
svn-id: r51161
2009-11-15KYRA: cleanupFlorian Kagerer
svn-id: r45908
2009-11-14KYRA: added kyra 1 pc98 static data to kyra.dat (intro forest sequence is ↵Florian Kagerer
still broken) svn-id: r45906
2009-11-14Cleanup.Johannes Schickel
svn-id: r45904
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