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
/
sound_towns.cpp
Age
Commit message (
Expand
)
Author
2008-07-20
KYRA: 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 MSVC71
Florian Kagerer
2008-06-30
- this fixes Hof PC98 music initialization
Florian Kagerer
2008-06-29
fix warning
Florian Kagerer
2008-06-29
cleanup
Florian Kagerer
2008-06-29
- some more work on the Hof FM-Towns/PC98 music driver
Florian Kagerer
2008-06-28
Fixed warning. (Hopefully without breaking anything.)
Torbjörn Andersson
2008-06-28
- implement music fading for Hof FM-Towns
Florian Kagerer
2008-06-28
hof: remove debug code
Florian Kagerer
2008-06-28
- HOF: bug fix for music driver
Florian Kagerer
2008-06-26
fix bad const casts
Florian Kagerer
2008-06-26
more cleanup
Florian Kagerer
2008-06-26
cleanup
Florian Kagerer
2008-06-26
Fixing 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-24
Added const to some static data.
Johannes Schickel
2008-05-24
Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of ...
Johannes Schickel
2008-05-17
- fixes bug #1962601 at least for intro and outro
Florian Kagerer
2008-05-12
fix valgrind warning and some cleanup
Florian Kagerer
2008-05-12
More naming consistency fixes (fixes old TODO).
Johannes Schickel
2008-05-12
fix for kyra 3 sfx (broken by last commit)
Florian Kagerer
2008-05-11
- Renamed KyraEngine to KyraEngine_v1
Johannes Schickel
2008-05-07
Changed kyra to use delete[] instead of delete [].
Johannes Schickel
2008-04-10
towns music file name fix
Florian Kagerer
2008-04-04
Cleaned up volume settings managment.
Johannes Schickel
2008-03-28
- some accuracy changes for KyraEngine_v2::snd_playSoundEffect()
Florian Kagerer
2008-03-21
Cleanup.
Johannes Schickel
2008-03-21
- Implemented opcode 97: o2_isAnySoundPlaying
Johannes Schickel
2008-02-17
committing patch 1891492 : dialogue (dlg/tim) support for HoF
Florian Kagerer
2008-01-10
Commit slighty modified patch #1865509 "KYRA: kyradat support for hof".
Johannes Schickel
2008-01-03
Committed slightly modified patch #1862758 "KYRA: audio data assignment patch".
Johannes Schickel
2007-12-23
Fix the FIXME ;-)
Max Horn
2007-12-22
Added FIXME comment.
Johannes Schickel
2007-12-21
Reverted too complicated (and unneeded) volume settings code for towns driver.
Johannes Schickel
2007-12-16
Commit of patch #1848147 "KYRA: SoundTowns Update" with some changes. Thanks ...
Johannes Schickel
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
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-04-01
made _vm/_engine usage consistent. (_engine -> _vm all over the place now).
Johannes Schickel
2007-03-27
fixed const correctness
Max Horn
2007-03-26
Commit of patch #1688065 ("KYRA: fm towns music").
Johannes Schickel
2007-03-25
Some tempo fixes from Florian.
Johannes Schickel
2007-03-24
Commit of patch #1686414 ("Kyra: FM-Towns music").
Johannes Schickel
2007-03-02
Changed the order of the parameters of makeLinearInputStream to resemble Mixe...
Max Horn
2007-02-26
Using FLAG_AUTOFREE implies free() being called on the memory buffer you pass...
Max Horn
2007-02-11
should fix warnings in msvc.
Johannes Schickel
2007-01-29
cleanup
Johannes Schickel
2007-01-29
- adds support for FM-Towns SFX (thanks to Florian Kagerer for his source)
Johannes Schickel