aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/sound
AgeCommit message (Expand)Author
2018-10-20LASTEXPRESS: save/load sound stateEvgeny Grechnikov
2018-10-20LASTEXPRESS: loud train noise when NPC exits carEvgeny Grechnikov
2018-10-19LASTEXPRESS: case-insensitive lookup in sound queueEvgeny Grechnikov
2018-10-18LASTEXPRESS: better names in sound codeEvgeny Grechnikov
2018-10-17LASTEXPRESS: support for looped soundsEvgeny Grechnikov
2018-10-16LASTEXPRESS: dynamic adjusting of sound volumeEvgeny Grechnikov
2018-10-16LASTEXPRESS: support for delay-activated soundsEvgeny Grechnikov
2018-10-16LASTEXPRESS: Fix Compiler Warning in Sound Code.D G Turner
2018-10-16LASTEXPRESS: drop sound threadEvgeny Grechnikov
2018-10-14LASTEXPRESS: refactor sound flagsEvgeny Grechnikov
2018-10-14LASTEXPRESS: fix constants in sound serializerEvgeny Grechnikov
2018-08-26LASTEXPRESS: multiple fixes in NPC logicEvgeny Grechnikov
2016-05-03LASTEXPRESS: Fix logic comparisonEugene Sandulenko
2014-06-16LASTEXPRESS: Fix comparison in sound entry serialization. CID 1004148Littleboy
2014-06-16LASTEXPRESS: Add asserts in sound entry serialization and update code. CID 10...Littleboy
2014-06-16LASTEXPRESS: Rename Server* classes to Waiter*Littleboy
2014-02-18LASTEXPRESS: Make GPL headers consistent in themselves.Johannes Schickel
2013-12-10LASTEXPRESS: Rename Object propertiesLittleboy
2012-08-27LASTEXPRESS: Remove some unreachable codeLittleboy
2012-08-27LASTEXPRESS: Fix analysis warningsLittleboy
2012-08-01LASTEXPRESS: Remove use of skip from savegame functions when loadingLittleboy
2012-07-27LASTEXPRESS: Fix some formatting issuesLittleboy
2012-07-27LASTEXPRESS: Add menu-related warnings and turn some warnings into errorsLittleboy
2012-07-27LASTEXPRESS: Remove entity include in savepoint.hLittleboy
2012-07-27LASTEXPRESS: More include re-organizationLittleboy
2012-07-16LASTEXPRESS: Comment unused variableLittleboy
2012-07-14LASTEXPRESS: CleanupLittleboy
2012-07-14LASTEXPRESS: Remove duplicated include statementsLittleboy
2011-07-08LASTEXPRESS: Simplify SoundQueue::updateQueue()Littleboy
2011-07-06LASTEXPRESS: implement Sound::updateQueue() and all dependent functionsEugene Sandulenko
2011-07-04LASTEXPRESS: Move sound filtering to base Sound classLittleboy
2011-07-01LASTEXPRESS: Fix loading of subtitles from sound nameLittleboy
2011-06-29LASTEXPRESS: Hook up preliminary sound filteringLittleboy
2011-06-29LASTEXPRESS: Update sound timer and sound entry playingLittleboy
2011-06-29LASTEXPRESS: Move SoundStatus to shared headerLittleboy
2011-06-29LASTEXPRESS: Replace shared sound buffer by per-entry bufferLittleboy
2011-06-28LASTEXPRESS: Make SoundEntry members privateLittleboy
2011-06-28LASTEXPRESS: Cleanup commentsLittleboy
2011-06-28LASTEXPRESS: Move Sound class to the sound folderLittleboy
2011-06-28LASTEXPRESS: Move sound queue related functions to a separate classLittleboy
2011-06-28LASTEXPRESS: Move more entry-related functions to Entry classLittleboy
2011-06-25LASTEXPRESS: Give proper name to another sound struct memberEugene Sandulenko
2011-06-24LASTEXPRESS: Move subtitle-related methods to the SubtitleEntry classLittleboy
2011-06-24LASTEXPRESS: Refactor Sound classLittleboy