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_lol.cpp
Age
Commit message (
Expand
)
Author
2011-12-26
KYRA: (EOB/LOL) - cleanup common code
athrxx
2011-12-26
KYRA: (EOB) - add debugger, etc.
athrxx
2011-12-26
KYRA: (EOB) - initial code base commit
athrxx
2011-11-01
KYRA: Fix Common::List::erase usage.
Johannes Schickel
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-06-09
KYRA: Get rid of most snprintf usages.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
KYRA: Clean up of header includes.
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2010-08-03
LOL: fixed possible crash in environmental sfx code
Florian Kagerer
2010-02-07
LOL: fixed handling of invalid monster attack sfx in the Urbish mines (should...
Florian Kagerer
2010-01-05
Remove unsafe getTotalPlayTime from AudioStream.
Johannes Schickel
2009-11-19
LOL: add support for pc speaker sfx
Florian Kagerer
2009-10-18
LOL: - added some updateInputs to spell animation code
Florian Kagerer
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-09-19
LOL: start on pc98 support (still messed up and not working though)
Florian Kagerer
2009-06-21
Cleanup.
Johannes Schickel
2009-06-21
Cleanup: Change LoL code to use KYRA volume handling.
Johannes Schickel
2009-06-21
LOL: - implemented audio menu
Florian Kagerer
2009-06-07
Avoid warning about missing SFX file in Lands of Lore (it seems the original ...
Johannes Schickel
2009-06-07
LOL: implemented two more opcodes for castle cimmeria
Florian Kagerer
2009-06-01
Change LoLEngine::delay to be conform with KyraEngine_v1::delay. (remove spec...
Johannes Schickel
2009-06-01
LOL: some more opcodes and some minor bug fixes
Florian Kagerer
2009-05-30
Change more Lands of Lore in game voice code to use "_sound->isVoicePresent".
Johannes Schickel
2009-05-27
- Moved Sound implementation declarations to the newly added file sound_intern.h
Johannes Schickel
2009-05-24
Strip trailing whitespaces.
Johannes Schickel
2009-05-24
Commit patch #2796028 "lol files are always compiled" with some slight extens...
Johannes Schickel
2009-05-24
Cleanup.
Johannes Schickel
2009-05-24
Make various Sound functionality SoundHandle instead of filename based.
Johannes Schickel
2009-05-24
Remove leftover (already commented out) code.
Johannes Schickel
2009-05-24
Cleanup.
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