aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_towns.cpp
AgeCommit message (Expand)Author
2008-07-20KYRA: disable incomplete PC-98 audio support for 0.12.0 release (use towns au...Florian Kagerer
2008-07-13- fix for bug #2016965: KYRA: does not compile in MSVC71Florian Kagerer
2008-06-30- this fixes Hof PC98 music initializationFlorian Kagerer
2008-06-29fix warningFlorian Kagerer
2008-06-29cleanupFlorian Kagerer
2008-06-29- some more work on the Hof FM-Towns/PC98 music driverFlorian Kagerer
2008-06-28Fixed warning. (Hopefully without breaking anything.)Torbjörn Andersson
2008-06-28- implement music fading for Hof FM-TownsFlorian Kagerer
2008-06-28hof: remove debug codeFlorian Kagerer
2008-06-28- HOF: bug fix for music driverFlorian Kagerer
2008-06-26fix bad const castsFlorian Kagerer
2008-06-26more cleanupFlorian Kagerer
2008-06-26cleanupFlorian Kagerer
2008-06-26Fixing compilation for me. There are still lots of "cast casts away constness...Sven Hesse
2008-06-26- improved hof music support for fm-towns (driver for *.twn tracks) (still ne...Florian Kagerer
2008-06-24Added const to some static data.Johannes Schickel
2008-05-24Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of ...Johannes Schickel
2008-05-17- fixes bug #1962601 at least for intro and outroFlorian Kagerer
2008-05-12fix valgrind warning and some cleanupFlorian Kagerer
2008-05-12More naming consistency fixes (fixes old TODO).Johannes Schickel
2008-05-12fix for kyra 3 sfx (broken by last commit)Florian Kagerer
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
2008-05-07Changed kyra to use delete[] instead of delete [].Johannes Schickel
2008-04-10towns music file name fixFlorian Kagerer
2008-04-04Cleaned up volume settings managment.Johannes Schickel
2008-03-28- some accuracy changes for KyraEngine_v2::snd_playSoundEffect()Florian Kagerer
2008-03-21Cleanup.Johannes Schickel
2008-03-21- Implemented opcode 97: o2_isAnySoundPlayingJohannes Schickel
2008-02-17committing patch 1891492 : dialogue (dlg/tim) support for HoFFlorian Kagerer
2008-01-10Commit slighty modified patch #1865509 "KYRA: kyradat support for hof".Johannes Schickel
2008-01-03Committed slightly modified patch #1862758 "KYRA: audio data assignment patch".Johannes Schickel
2007-12-23Fix the FIXME ;-)Max Horn
2007-12-22Added FIXME comment.Johannes Schickel
2007-12-21Reverted too complicated (and unneeded) volume settings code for towns driver.Johannes Schickel
2007-12-16Commit of patch #1848147 "KYRA: SoundTowns Update" with some changes. Thanks ...Johannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-15Formatting/Cleanup.Johannes Schickel
2007-04-01made _vm/_engine usage consistent. (_engine -> _vm all over the place now).Johannes Schickel
2007-03-27fixed const correctnessMax Horn
2007-03-26Commit of patch #1688065 ("KYRA: fm towns music").Johannes Schickel
2007-03-25Some tempo fixes from Florian.Johannes Schickel
2007-03-24Commit of patch #1686414 ("Kyra: FM-Towns music").Johannes Schickel
2007-03-02Changed the order of the parameters of makeLinearInputStream to resemble Mixe...Max Horn
2007-02-26Using FLAG_AUTOFREE implies free() being called on the memory buffer you pass...Max Horn
2007-02-11should fix warnings in msvc.Johannes Schickel
2007-01-29cleanupJohannes Schickel
2007-01-29- adds support for FM-Towns SFX (thanks to Florian Kagerer for his source)Johannes Schickel