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
/
lastexpress
/
sound
Age
Commit message (
Expand
)
Author
2018-10-20
LASTEXPRESS: save/load sound state
Evgeny Grechnikov
2018-10-20
LASTEXPRESS: loud train noise when NPC exits car
Evgeny Grechnikov
2018-10-19
LASTEXPRESS: case-insensitive lookup in sound queue
Evgeny Grechnikov
2018-10-18
LASTEXPRESS: better names in sound code
Evgeny Grechnikov
2018-10-17
LASTEXPRESS: support for looped sounds
Evgeny Grechnikov
2018-10-16
LASTEXPRESS: dynamic adjusting of sound volume
Evgeny Grechnikov
2018-10-16
LASTEXPRESS: support for delay-activated sounds
Evgeny Grechnikov
2018-10-16
LASTEXPRESS: Fix Compiler Warning in Sound Code.
D G Turner
2018-10-16
LASTEXPRESS: drop sound thread
Evgeny Grechnikov
2018-10-14
LASTEXPRESS: refactor sound flags
Evgeny Grechnikov
2018-10-14
LASTEXPRESS: fix constants in sound serializer
Evgeny Grechnikov
2018-08-26
LASTEXPRESS: multiple fixes in NPC logic
Evgeny Grechnikov
2016-05-03
LASTEXPRESS: Fix logic comparison
Eugene Sandulenko
2014-06-16
LASTEXPRESS: Fix comparison in sound entry serialization. CID 1004148
Littleboy
2014-06-16
LASTEXPRESS: Add asserts in sound entry serialization and update code. CID 10...
Littleboy
2014-06-16
LASTEXPRESS: Rename Server* classes to Waiter*
Littleboy
2014-02-18
LASTEXPRESS: Make GPL headers consistent in themselves.
Johannes Schickel
2013-12-10
LASTEXPRESS: Rename Object properties
Littleboy
2012-08-27
LASTEXPRESS: Remove some unreachable code
Littleboy
2012-08-27
LASTEXPRESS: Fix analysis warnings
Littleboy
2012-08-01
LASTEXPRESS: Remove use of skip from savegame functions when loading
Littleboy
2012-07-27
LASTEXPRESS: Fix some formatting issues
Littleboy
2012-07-27
LASTEXPRESS: Add menu-related warnings and turn some warnings into errors
Littleboy
2012-07-27
LASTEXPRESS: Remove entity include in savepoint.h
Littleboy
2012-07-27
LASTEXPRESS: More include re-organization
Littleboy
2012-07-16
LASTEXPRESS: Comment unused variable
Littleboy
2012-07-14
LASTEXPRESS: Cleanup
Littleboy
2012-07-14
LASTEXPRESS: Remove duplicated include statements
Littleboy
2011-07-08
LASTEXPRESS: Simplify SoundQueue::updateQueue()
Littleboy
2011-07-06
LASTEXPRESS: implement Sound::updateQueue() and all dependent functions
Eugene Sandulenko
2011-07-04
LASTEXPRESS: Move sound filtering to base Sound class
Littleboy
2011-07-01
LASTEXPRESS: Fix loading of subtitles from sound name
Littleboy
2011-06-29
LASTEXPRESS: Hook up preliminary sound filtering
Littleboy
2011-06-29
LASTEXPRESS: Update sound timer and sound entry playing
Littleboy
2011-06-29
LASTEXPRESS: Move SoundStatus to shared header
Littleboy
2011-06-29
LASTEXPRESS: Replace shared sound buffer by per-entry buffer
Littleboy
2011-06-28
LASTEXPRESS: Make SoundEntry members private
Littleboy
2011-06-28
LASTEXPRESS: Cleanup comments
Littleboy
2011-06-28
LASTEXPRESS: Move Sound class to the sound folder
Littleboy
2011-06-28
LASTEXPRESS: Move sound queue related functions to a separate class
Littleboy
2011-06-28
LASTEXPRESS: Move more entry-related functions to Entry class
Littleboy
2011-06-25
LASTEXPRESS: Give proper name to another sound struct member
Eugene Sandulenko
2011-06-24
LASTEXPRESS: Move subtitle-related methods to the SubtitleEntry class
Littleboy
2011-06-24
LASTEXPRESS: Refactor Sound class
Littleboy