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
/
seqplayer.cpp
Age
Commit message (
Expand
)
Author
2008-06-24
Added const to some static data.
Johannes Schickel
2008-05-11
Consisteny fixes:
Johannes Schickel
2008-05-07
Changed kyra to use delete[] instead of delete [].
Johannes Schickel
2008-03-23
Respect text/voice settings in Kyrandia 1 Intro/Outro.
Johannes Schickel
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-15
- added PC-98 platform entry
Johannes Schickel
2007-07-29
Restructure Kyrandia sourcecode (part 2, compiling works again)
Johannes Schickel
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-15
Formatting/Cleanup.
Johannes Schickel
2007-03-12
WIP code for Amiga version:
Johannes Schickel
2007-03-07
- cleanup
Johannes Schickel
2007-02-12
little fix for fm-towns version
Johannes Schickel
2007-02-12
Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, ...
Johannes Schickel
2007-02-07
Support for new kyra.dat, which includes static data from the fm-towns version.
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-23
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...
Max Horn
2006-09-18
Fixes the Macintosh related problems Krest mentioned on the IRC channel.
Johannes Schickel
2006-09-17
formatting
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-07-26
Nicer quit handling in the intro sequences.
Johannes Schickel
2006-05-28
- makes Screen::getPagePtr private
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-12
- little cleanups
Johannes Schickel
2006-05-08
Missed a couple of switch cleanups.
Torbjörn Andersson
2006-03-13
- Fixed regression when moving waitTicks to delay (removes wrongly drawn shap...
Johannes Schickel
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