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
2010-01-30
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
Johannes Schickel
2010-01-29
Fix use of undefined behavior. (Thanks to syke for reporting)
Johannes Schickel
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-23
Reorder params to Audio::makeRawMemoryStream
Max Horn
2010-01-23
Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe...
Max Horn
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2010-01-19
Move raw audio streams to new header sound/raw.h
Max Horn
2010-01-19
Rename 'Linear' audio streams to 'raw'
Max Horn
2010-01-08
Switch Mixer::playInputStream to use DisposeAfterUse::Flag
Max Horn
2009-12-20
LOL: fixed text fading
Florian Kagerer
2009-11-29
Cleanup.
Johannes Schickel
2009-11-29
KYRA/PC98: fixed regression
Florian Kagerer
2009-11-29
KYRA: fixed pc98 intro sfx (regression)
Florian Kagerer
2009-11-15
LOL: fixed minor glitch in the ending sequence
Florian Kagerer
2009-11-14
KYRA: added kyra 1 pc98 static data to kyra.dat (intro forest sequence is sti...
Florian Kagerer
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-11-01
Kyra/FM-Towns: make sure that at least the synthesizer music plays when no cd...
Florian Kagerer
2009-10-26
- Fix some missing initialization warnings from cppcheck
Johannes Schickel
2009-10-17
Fix memory leak.
Johannes Schickel
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-10-02
LOL: cleanup
Florian Kagerer
2009-10-02
LOL/PC-98: - some more fixes for level graphics (shapes are still not quite r...
Florian Kagerer
2009-09-24
Turn an error into a warning.
Johannes Schickel
2009-09-24
Fixed some more warnings about unreachable code
Filippos Karapetis
2009-09-20
This hopefully fixes threading issues in PC98 sound driver.
Johannes Schickel
2009-09-16
Kyra/LoL: fix pc98 audio driver destructor
Florian Kagerer
2009-09-14
LOL: fix some regressions
Florian Kagerer
2009-09-13
- Cleanup
Johannes Schickel
2009-09-13
KYRA: - add sfx support for PC98-Version
Florian Kagerer
2009-06-26
KYRA/LOL: fixed minor bug by adding reset() call to pc98 audio driver destructor
Florian Kagerer
2009-06-25
KYRA/LOL: - support speech/text settings in LOL intro
Florian Kagerer
2009-05-29
More formatting.
Johannes Schickel
2009-05-29
Formatting.
Johannes Schickel
2009-05-27
- Moved Sound implementation declarations to the newly added file sound_intern.h
Johannes Schickel
2009-05-24
Cleanup.
Johannes Schickel
2009-05-24
Make various Sound functionality SoundHandle instead of filename based.
Johannes Schickel
2009-05-23
Cleanup.
Johannes Schickel
2009-05-23
KYRA/LOL: restructured voice playing code so that audio compression can be su...
Florian Kagerer
2009-05-21
Remove trailing tabs/whitespaces.
Johannes Schickel
2009-05-17
Formatting.
Johannes Schickel
2009-05-17
LOL: - some opcodes for the swamp
Florian Kagerer
2009-05-15
LOL: implemented pit drop animation
Florian Kagerer
2009-05-10
LOL: - added some spell casting (spark, heal, swarm)
Florian Kagerer
2009-04-29
Formatting.
Johannes Schickel
2009-04-25
LOL: - Started implementing the fighting system. The damage inflicted is wron...
Florian Kagerer
2009-03-07
Whitespace cleanup: Convert space followed by tab to just tab
Max Horn
2009-02-01
Implemented per voice volume control. (Used for example in LoL intro)
Johannes Schickel
2009-01-29
A ton of code formatting fixes; also fixed warnings about single line loops l...
Max Horn
[next]