aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sequences_v1.cpp
AgeCommit message (Expand)Author
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-27Cleanup.Johannes Schickel
2007-04-15Formatting/Cleanup.Johannes Schickel
2007-04-01added the instance of EventManager returned by OSystem::getEventManager as a ...Gregory Montoir
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-03-12WIP code for Amiga version:Johannes Schickel
2007-03-07- cleanupJohannes Schickel
2007-02-22Fixed black screen in the outro sequence.Johannes Schickel
2007-02-12Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, ...Johannes Schickel
2007-02-07Fixed credits in FM-Towns version.Johannes Schickel
2007-01-31Fix for bug #Fix for bug #1523200 ("KYRA1: Voice-only mode has no lips animat...Johannes Schickel
2007-01-29- adds support for FM-Towns SFX (thanks to Florian Kagerer for his source)Johannes Schickel
2007-01-25Adds CD audio support.Johannes Schickel
2007-01-25Adds basic support for the FM Towns version with some restrictions:Johannes Schickel
2006-09-18Fixes the Macintosh related problems Krest mentioned on the IRC channel.Johannes Schickel
2006-09-17- removes the kyra specific language flag system, and uses the language enum ...Johannes Schickel
2006-09-16Replaces all malloc/realloc usages with new.Johannes Schickel
2006-08-31Applied my own patch #1549054, after discussing it with LordHoto. This makesTorbjörn Andersson
2006-07-26Skips scroll down sequence then the user wishes to skip the intro.Johannes Schickel
2006-07-26Nicer quit handling in the intro sequences.Johannes Schickel
2006-07-16- don't error on CHAPTER1.VRM miss anymoreJohannes Schickel
2006-05-28- makes Screen::getPagePtr privateJohannes Schickel
2006-05-28Added speechEnabled() and textEnabled() to simplify the text/speech config ch...Oystein Eftevaag
2006-05-28Fix for [ 1472007 ] KYRA1: Bypassing cutscenes with ESC doesn't stop speechOystein Eftevaag
2006-05-25Some more _quitFlag checks, makes quitting while end sequence faster.Johannes Schickel
2006-05-25Fixes bead movement speed in end scene.Johannes Schickel
2006-05-24Fixes bug # 1471893 ("KYRA1: Graphics glitch when Malcolm turns to stone").Johannes Schickel
2006-05-21- reworks quit handling (no _system->quit() anymore)Johannes Schickel
2006-05-16- implements kyrandia 3 wsa loaderJohannes Schickel
2006-05-08Replaced a bunch of delay loops with a new delayUntil() function. Now all ofTorbjörn Andersson
2006-05-08Added comment about switch case fallthrough. I assume this one is deliberate,Torbjörn Andersson
2006-05-08Changed abs() to ABS()Torbjörn Andersson
2006-05-08Missed a couple of switch cleanups.Torbjörn Andersson
2006-05-08Cleanup: Use ScummVM indentation style for switch() cases. In some cases, ITorbjörn Andersson
2006-05-07Fixes playing of credits music.Johannes Schickel
2006-05-04Adds (partial) support for italian floppy. (still hardcoded strings are missi...Johannes Schickel
2006-05-01Makes malcolm walking into the kyragem room after some time. (fixes half of b...Johannes Schickel
2006-04-17- Implements copyRegion without transparency checkingJohannes Schickel
2006-04-17Simplifies credits.txt loading.Johannes Schickel
2006-04-17Fixes bug #1471895 ("KYRA1: Kyragem goes black at the very end").Johannes Schickel
2006-04-17Rewrote the timing of the Kyra end credits so that it doesn't matter that theTorbjörn Andersson
2006-04-17Implements the end credits, and disables fast forwarding in the intro.Oystein Eftevaag
2006-03-18- started to rework static resource loadingJohannes Schickel
2006-03-18Extends seq_drinkPotionAnim() so that the color of the flask BrandonOystein Eftevaag
2006-03-12Music in the last two intro scenes plays now again with adlib.Johannes Schickel
2006-03-08Fixed tons of format string warnings for debug/error calls (including several...Max Horn
2006-02-14Made the kyra debug extensions more generic, i.e. scumm engine could replaceJohannes Schickel
2006-02-14Reworked kyra debug output system. Now he have special kyra intern debug leve...Johannes Schickel
2006-02-11Moved engines to the new engines/ directoryMax Horn