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
/
kyra3.cpp
Age
Commit message (
Expand
)
Author
2006-05-27
Draw the selected menu item (currently always the first one) highlighted, i.e.
Torbjörn Andersson
2006-05-26
This produces the correct character spacing for the main menu.
Torbjörn Andersson
2006-05-26
We don't have a mouse cursor yet, but this is probably the point where it
Torbjörn Andersson
2006-05-25
Fade down the palette and the music in playVQA(). (We can't fade down the
Torbjörn Andersson
2006-05-25
Added support for fading digital music in or out.
Torbjörn Andersson
2006-05-25
- Adds some _quitFlag checks
Johannes Schickel
2006-05-23
Check _quitFlag during the first parts of the Kyra 3 main menu animation.
Torbjörn Andersson
2006-05-23
Fix for saving the palette before playing a VQA movie. (Suggested by LordHoto.)
Torbjörn Andersson
2006-05-22
Fix debug messages.
Torbjörn Andersson
2006-05-22
Cleanup.
Torbjörn Andersson
2006-05-21
More VQA fixes:
Torbjörn Andersson
2006-05-21
At LordHoto's request...
Torbjörn Andersson
2006-05-21
Some minor VQA player fixes:
Torbjörn Andersson
2006-05-21
- allows kyra3 to exit again
Johannes Schickel
2006-05-21
- adds debugC calls to KyraEngine_v3 functions
Johannes Schickel
2006-05-21
Implements kyra3 main menu drawing.
Johannes Schickel
2006-05-19
Using assert(_something->init()) is a bad idea. Assertions can be disabled.
Torbjörn Andersson
2006-05-19
Added some FIXMEs to the kyra engine
Max Horn
2006-05-19
Fix warning
Max Horn
2006-05-18
- load fonts for kyra3
Johannes Schickel
2006-05-18
Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It
Torbjörn Andersson
2006-05-17
Added (optional) looping to the digital sound class.
Torbjörn Andersson
2006-05-17
Fixed two off-by-one errors. One would cause the same frame of the Kyra 3 to be
Torbjörn Andersson
2006-05-17
Loop the Kyra 3 animation indefinitely.
Torbjörn Andersson
2006-05-17
Maybe the svn:keywords were already set? Maybe this will fix the file headers...
Torbjörn Andersson
2006-05-17
- adds AUD file player (has still some problems with playing)
Johannes Schickel
2006-05-16
Removes ENABLE_KYRA2 and ENABLE_KYRA3.
Johannes Schickel
2006-05-16
- implements kyrandia 3 wsa loader
Johannes Schickel
2006-05-12
- little cleanups
Johannes Schickel