Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-20 | Implement 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-25 | Implement support for the Kyrandia 1 CD demo. | Johannes Schickel | |
svn-id: r43737 | |||
2009-08-24 | Merge with trunk | Norbert Lange | |
svn-id: r43701 | |||
2009-08-19 | Make 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-17 | merge with trunk | Norbert Lange | |
svn-id: r43478 | |||
2009-08-17 | Clear input queue before displaying the credits in Kyrandia 1. | Johannes Schickel | |
svn-id: r43474 | |||
2009-08-17 | Cleanup: 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-16 | merge with trunk | Norbert Lange | |
svn-id: r43443 | |||
2009-08-15 | Yet another slight graphic fix for the Kyrandia 1 Amiga credits. | Johannes Schickel | |
svn-id: r43413 | |||
2009-08-14 | Little fix for lopping credits in Kyrandia 1 Amiga. | Johannes Schickel | |
svn-id: r43383 | |||
2009-08-14 | changed handling of finale - music should use right tempo now | Norbert Lange | |
svn-id: r43364 | |||
2009-08-13 | Do 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-13 | Fix key input in credits sequences. | Johannes Schickel | |
svn-id: r43339 | |||
2009-08-12 | Enable music support in the finale of Kyrandia 1 Amiga. | Johannes Schickel | |
svn-id: r43335 | |||
2009-08-12 | another merge from trunk | Norbert Lange | |
svn-id: r43330 | |||
2009-08-12 | Implement special Kyrandia 1 Amiga credits text scroller. | Johannes Schickel | |
svn-id: r43329 | |||
2009-08-12 | Fix graphics glitch in credits of Kyrandia 1 German. | Johannes Schickel | |
svn-id: r43324 | |||
2009-08-12 | Further cleaning up credits player code for Kyra1. | Johannes Schickel | |
svn-id: r43323 | |||
2009-08-12 | Oops forgot a "{". | Johannes Schickel | |
svn-id: r43322 | |||
2009-08-12 | Cleanup. | Johannes Schickel | |
svn-id: r43321 | |||
2009-08-11 | merged from trunk (Amiga LoK supposedly completeable!) | Norbert Lange | |
fixed a bug I introduced in one of the last cleanups svn-id: r43291 | |||
2009-08-11 | Fix 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_winterScroll2 | Johannes Schickel | |
- Fix wrong offsets of flasks strings for Kyrandia 1 Amiga in kyra.dat - Increase kyra.dat version svn-id: r43274 | |||
2009-08-11 | Implement differences in seq_winterScroll1 for Kyrandia 1 Amiga. | Johannes Schickel | |
svn-id: r43273 | |||
2009-08-11 | Implement palette differences for seq_playDrinkPotionAnim. | Johannes Schickel | |
svn-id: r43252 | |||
2009-08-11 | Fix crash when using Will-O-Wisp in the grotto. | Johannes Schickel | |
svn-id: r43249 | |||
2009-08-11 | Some changes to get the Kyrandia 1 Amiga credits to show up at least. | Johannes Schickel | |
svn-id: r43247 | |||
2009-08-11 | Some fixes for the Kyrandia 1 Amiga outro. | Johannes Schickel | |
svn-id: r43245 | |||
2009-08-11 | Fix regression introduced with r41081. | Johannes Schickel | |
svn-id: r43241 | |||
2009-08-11 | Disable Kyragem fading for Kyrandia 1 Amiga. | Johannes Schickel | |
svn-id: r43240 | |||
2009-08-10 | Fix 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-19 | fixed: intro-music started twice because it was hardcoded in the engine | Norbert Lange | |
removed verbose debug-output from maxtrax svn-id: r42604 | |||
2009-07-07 | Change all uses of FM-Towns/fm-towns to FM-TOWNS. | Johannes Schickel | |
svn-id: r42235 | |||
2009-06-22 | - Fixed regression in Screen::fadeToBlack | Johannes Schickel | |
- Fixed some palette regressions in Kyra1 Amiga (only the intro works currently) svn-id: r41746 | |||
2009-06-22 | Changed Screen::loadPalette to take a reference to a Palette object instead ↵ | Johannes Schickel | |
of an array. svn-id: r41745 | |||
2009-06-22 | Changed 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-22 | Add wrapper functionality for copying full palettes. | Johannes Schickel | |
svn-id: r41742 | |||
2009-06-22 | Changed Screen::getPalette to return a reference to a Palette object. | Johannes Schickel | |
svn-id: r41741 | |||
2009-06-22 | Got rid of Screen::_currentPalette. | Johannes Schickel | |
svn-id: r41740 | |||
2009-06-09 | - Moved Screen_v2::copyWsaRect to Screen::copyWsaRect | Johannes 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-08 | Cleanup. | Johannes Schickel | |
svn-id: r41381 | |||
2009-05-31 | Add support for the Lands of Lore scrolling credits. | Johannes Schickel | |
svn-id: r41081 | |||
2009-05-29 | More formatting. | Johannes Schickel | |
svn-id: r40994 | |||
2009-05-19 | Formatting. | Johannes Schickel | |
svn-id: r40717 | |||
2009-05-19 | Remov lots of superfluous debug output. | Johannes Schickel | |
svn-id: r40715 | |||
2009-05-10 | LOL: - 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-02-17 | Fix valgrind warning about mismatched delete. | Johannes Schickel | |
svn-id: r38429 | |||
2008-12-18 | Cleanup. | Johannes Schickel | |
svn-id: r35424 |