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
/
mortevielle
/
sound.cpp
Age
Commit message (
Expand
)
Author
2019-09-01
MORTEVIELLE: Improve voice mapping to characters.
Jaromir Wysoglad
2019-09-01
MORTEVIELLE: Refactoring as suggested by Criezy
Jaromir Wysoglad
2019-09-01
TTS: Remove unneeded code
Jaromir Wysoglad
2019-09-01
MORTEVIELLE: Return old code to waitSpeech
Jaromir Wysoglad
2019-09-01
MORTEVIELLE: Remove unneeded TTS code
Jaromir Wysoglad
2019-09-01
MORTEVIELLE: Map characters to different voices
Jaromir Wysoglad
2019-09-01
MORTEVIELLE: Add text to speech capability
Jaromir Wysoglad
2016-04-14
JANITORIAL: Reduce audio header dependencies
Ori Avtalion
2015-09-08
MORTEVIELLE: Fix loading of BRUITS file
Thierry Crozat
2015-09-08
MORTEVIELLE: Fix a couple of crashes occurring in the alternate DOS version
Strangerke
2014-02-18
MORTEVIELLE: Make GPL headers consistent in themselves.
Johannes Schickel
2014-02-16
MORTEVIELLE: Janitorial - Remove trailing spaces
Strangerke
2014-02-09
MORTEVIELLE: Reduce the scope of some variables
Strangerke
2014-01-15
MORTEVIELLE: Add some missing variable initializations
Strangerke
2014-01-09
MORTEVIELLE: Get rid of setParent() in TextHandler and SoundManager
Strangerke
2013-08-19
MORTEVIELLE: Avoid a crash related to speech during the ending sequence of th...
Strangerke
2013-08-14
MORTEVIELLE: Fix shadowed variable. Thanks LordHoto for pointing out
Strangerke
2013-08-13
MORTEVIELLE: Wait for the end of sound in some more places
Strangerke
2013-08-12
MORTEVIELLE: Improve sound support
Strangerke
2013-08-11
MORTEVIELLE: Remove useless code
Strangerke
2013-08-11
MORTEVIELLE: Merge SpeechManager and SoundManager
Strangerke
2013-08-11
MORTEVIELLE: Get rid of the 640Kb _mem buffer
Strangerke
2013-08-11
MORTEVIELLE: Fix warnings about converting from double to int
Strangerke
2013-08-11
MORTEVIELLE: Remove some useless code and variables
Strangerke
2013-08-11
MORTEVIELLE: Fix sound checks (thanks to fuzzie for pointing them out)
Strangerke
2013-08-11
MORTEVIELLE: Get rid of the PCSpeaker class
Strangerke
2013-08-11
MORTEVIELLE: Move the end of "sentence" to the main loop in order to fix the ...
Strangerke
2013-08-10
MORTEVIELLE: Some refactoring in noise sound code
Strangerke
2013-08-10
MORTEVIELLE: Handle sounds
Strangerke
2013-08-10
MORTEVIELLE: some refactoring in ambiant sound code
Strangerke
2013-08-10
MORTEVIELLE: Play ambiant sounds
Strangerke
2013-08-09
MORTEVIELLE: Use more accurate frequency for music
Strangerke
2013-08-05
MORTEVIELLE: Fix flags in playSong(). Thanks clone2727 for telling about it
Strangerke
2013-08-05
MORTEVIELLE: Fix leak in playSong, refactor it a bit
Strangerke
2013-08-04
MORTEVIELLE: Improve looping of the intro song
Thierry Crozat
2013-08-04
MORTEVIELLE: Fix crash in sound mixer when closing the engine
Thierry Crozat
2013-08-04
MORTEVIELLE: Take shouldQuit() into account while a song is played
Strangerke
2013-08-04
MORTEVIELLE: Compute real buffer size in order to avoid ticks at the end of t...
Strangerke
2013-08-04
MORTEVIELLE: Implement music in intro screen
Strangerke
2013-07-20
MORTEVIELLE: Get rid of magic value 0x5000
Strangerke
2013-07-19
MORTEVIELLE: Reorder includes
Strangerke
2013-06-29
MORTEVIELLE: Fix compilation of music code
Strangerke
2013-06-26
MORTEVIELLE: Replace g_vm in SoundManager
Strangerke
2012-04-06
MORTEVIELLE: Modify copyright string to include 1987.
Strangerke
2012-04-06
MORTEVIELLE: Remove trailing spaces
Strangerke
2012-04-06
MORTEVIELLE: Some more cleanup, add alternate file names used by german and a...
Strangerke
2012-04-06
MORTEVIELLE: Replace timer chip frequency values with a constant
Paul Gilbert
2012-04-06
MORTEVIELLE: In progress implementation of PC Speaker music player
Paul Gilbert
2012-04-06
MORTEVIELLE: Converted the demus assembly code to C++
Paul Gilbert