Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-06-03 | Added support for compressed kyra3 audio files. | Johannes Schickel | |
svn-id: r32516 | |||
2008-05-11 | Implemented helium mode support for Kyra3. | Johannes Schickel | |
svn-id: r32028 | |||
2008-05-07 | Changed kyra to use delete[] instead of delete []. | Johannes Schickel | |
svn-id: r31925 | |||
2008-05-05 | - Implemented Kyra3 audio options menu, Helium mode still missing. | Johannes Schickel | |
- Fixed unitialized variable svn-id: r31881 | |||
2008-04-26 | - load new tlk file on chapter change | Johannes Schickel | |
- added warning when trying to play non-existent soundfile svn-id: r31742 | |||
2008-04-20 | Committed patch removing Audio::Mixer::SoundType alias in Kyra::SoundDigital. | Johannes Schickel | |
svn-id: r31632 | |||
2008-04-20 | Improved sound priority handling. | Johannes Schickel | |
svn-id: r31598 | |||
2008-04-20 | Implemented sound priority handling. | Johannes Schickel | |
svn-id: r31597 | |||
2008-04-17 | Implemented volume handling for SFX. | Johannes Schickel | |
svn-id: r31548 | |||
2008-04-17 | Cleanup. | Johannes Schickel | |
svn-id: r31547 | |||
2008-04-17 | Implemented sfx support for Kyra3. | Johannes Schickel | |
svn-id: r31546 | |||
2008-04-14 | Fixed music fade out. | Johannes Schickel | |
svn-id: r31506 | |||
2008-04-14 | Implemented some kyra3 code. | Johannes Schickel | |
svn-id: r31503 | |||
2008-04-12 | Added fade out time parameter for digital sounds. | Johannes Schickel | |
svn-id: r31489 | |||
2008-02-07 | Fixed kyra3 code. | Johannes Schickel | |
svn-id: r30822 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-11-03 | Documenting the sound code a bit. | Johannes Schickel | |
svn-id: r29392 | |||
2007-07-01 | Removing non-ASCII chars from source code | Max Horn | |
svn-id: r27818 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-04-15 | Formatting/Cleanup. | Johannes Schickel | |
svn-id: r26511 | |||
2007-03-01 | Simplify code a bit -- got rid of File::incRef usage, an unnecessary member ↵ | Max Horn | |
var, fixed a potential memory leak (if all channels are in use), and fixed a potential OOB error (if stopSound(-1) was called) svn-id: r25916 | |||
2006-05-31 | GCC 2.9x fix for Symbian OS, for accessing class within Common namespace | Lars Persson | |
svn-id: r22807 | |||
2006-05-25 | Added support for fading digital music in or out. | Torbjörn Andersson | |
svn-id: r22624 | |||
2006-05-21 | - allows kyra3 to exit again | Johannes Schickel | |
- implements language selection for kyra3 svn-id: r22559 | |||
2006-05-18 | Added player for the Kyra 3 VQA cutscenes, based on my earlier prototype. It | Torbjörn Andersson | |
could use some cleanup, and there are a couple of TODOs sprinkled throughout the code, but it seems to work reasonably well. Until the Kyra 3 main menu is implemented, it won't actually be used though. It uses the appendable audio stream class, which I have moved out of the SCUMM engine. svn-id: r22526 | |||
2006-05-17 | Added (optional) looping to the digital sound class. | Torbjörn Andersson | |
svn-id: r22504 | |||
2006-05-17 | Fixed two off-by-one errors. One would cause the same frame of the Kyra 3 to be | Torbjörn Andersson | |
displayed twice in a row. The other, more serious one, would cause ScummVM to crash when reaching the end of the music. Now the music loops properly. (It does fade down before looping, but that's how it is in the original as well. It's just the way the music is recorded.) svn-id: r22503 | |||
2006-05-17 | Maybe the svn:keywords were already set? Maybe this will fix the file ↵ | Torbjörn Andersson | |
headers instead. svn-id: r22501 | |||
2006-05-17 | Fixed crackling in Kyra 3 sound. (At least what little of it ScummVM currently | Torbjörn Andersson | |
plays before finishing.) svn-id: r22499 | |||
2006-05-17 | - adds AUD file player (has still some problems with playing) | Johannes Schickel | |
- adds a new sound class SoundDigital (only used for Kyra3) (needs more work though) svn-id: r22497 |