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
2008-01-10
Commit slighty modified patch #1865509 "KYRA: kyradat support for hof".
Johannes Schickel
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-10-10
- Made some sound functions a bit more generic for use with Kyra1 and Kyra2
Johannes Schickel
2007-09-15
- added PC-98 platform entry
Johannes Schickel
2007-08-25
Fixes end scene in Kyrandia 1 Macintosh.
Johannes Schickel
2007-07-29
- Kyrandia 1 works again
Johannes Schickel
2007-07-29
Restructure Kyrandia sourcecode (part 2, compiling works again)
Johannes Schickel
2007-07-13
Some more fixes for Italian fan translation.
Johannes Schickel
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-27
Cleanup.
Johannes Schickel
2007-04-15
Formatting/Cleanup.
Johannes Schickel
2007-04-01
added the instance of EventManager returned by OSystem::getEventManager as a ...
Gregory Montoir
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
Force all code to use EventManager::pollEvent instead of OSystem::pollEvent
Max Horn
2007-03-12
WIP code for Amiga version:
Johannes Schickel
2007-03-07
- cleanup
Johannes Schickel
2007-02-22
Fixed black screen in the outro sequence.
Johannes Schickel
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
[next]