index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
kyra
/
sequences_v1.cpp
Age
Commit message (
Expand
)
Author
2007-02-12
Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, ...
Johannes Schickel
2007-02-07
Fixed credits in FM-Towns version.
Johannes Schickel
2007-01-31
Fix 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-25
Adds CD audio support.
Johannes Schickel
2007-01-25
Adds basic support for the FM Towns version with some restrictions:
Johannes Schickel
2006-09-18
Fixes 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-16
Replaces all malloc/realloc usages with new.
Johannes Schickel
2006-08-31
Applied my own patch #1549054, after discussing it with LordHoto. This makes
Torbjörn Andersson
2006-07-26
Skips scroll down sequence then the user wishes to skip the intro.
Johannes Schickel
2006-07-26
Nicer quit handling in the intro sequences.
Johannes Schickel
2006-07-16
- don't error on CHAPTER1.VRM miss anymore
Johannes Schickel
2006-05-28
- makes Screen::getPagePtr private
Johannes Schickel
2006-05-28
Added speechEnabled() and textEnabled() to simplify the text/speech config ch...
Oystein Eftevaag
2006-05-28
Fix for [ 1472007 ] KYRA1: Bypassing cutscenes with ESC doesn't stop speech
Oystein Eftevaag
2006-05-25
Some more _quitFlag checks, makes quitting while end sequence faster.
Johannes Schickel
2006-05-25
Fixes bead movement speed in end scene.
Johannes Schickel
2006-05-24
Fixes 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 loader
Johannes Schickel
2006-05-08
Replaced a bunch of delay loops with a new delayUntil() function. Now all of
Torbjörn Andersson
2006-05-08
Added comment about switch case fallthrough. I assume this one is deliberate,
Torbjörn Andersson
2006-05-08
Changed abs() to ABS()
Torbjörn Andersson
2006-05-08
Missed a couple of switch cleanups.
Torbjörn Andersson
2006-05-08
Cleanup: Use ScummVM indentation style for switch() cases. In some cases, I
Torbjörn Andersson
2006-05-07
Fixes playing of credits music.
Johannes Schickel
2006-05-04
Adds (partial) support for italian floppy. (still hardcoded strings are missi...
Johannes Schickel
2006-05-01
Makes malcolm walking into the kyragem room after some time. (fixes half of b...
Johannes Schickel
2006-04-17
- Implements copyRegion without transparency checking
Johannes Schickel
2006-04-17
Simplifies credits.txt loading.
Johannes Schickel
2006-04-17
Fixes bug #1471895 ("KYRA1: Kyragem goes black at the very end").
Johannes Schickel
2006-04-17
Rewrote the timing of the Kyra end credits so that it doesn't matter that the
Torbjörn Andersson
2006-04-17
Implements the end credits, and disables fast forwarding in the intro.
Oystein Eftevaag
2006-03-18
- started to rework static resource loading
Johannes Schickel
2006-03-18
Extends seq_drinkPotionAnim() so that the color of the flask Brandon
Oystein Eftevaag
2006-03-12
Music in the last two intro scenes plays now again with adlib.
Johannes Schickel
2006-03-08
Fixed tons of format string warnings for debug/error calls (including several...
Max Horn
2006-02-14
Made the kyra debug extensions more generic, i.e. scumm engine could replace
Johannes Schickel
2006-02-14
Reworked kyra debug output system. Now he have special kyra intern debug leve...
Johannes Schickel
2006-02-11
Moved engines to the new engines/ directory
Max Horn