Chris Robinson
|
780e82480d
|
Make the PlayMode and PlayType enums scoped
Also shorten them by putting them in the MWSound namespace
|
7 years ago |
Andrei Kortunov
|
3b163ce6ce
|
Disable sound distortion for PlaySound script command
|
8 years ago |
MiroslavR
|
af1fe64408
|
GetSoundPlaying called on an equipped item now also looks for sounds played by the equipping actor (Fixes #3781)
|
8 years ago |
scrawl
|
67bd6cd708
|
Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
|
10 years ago |
scrawl
|
855fe33c59
|
Add vanilla-compatible range limiting for playloopsound (Fixes #244, Fixes #1342)
|
10 years ago |
Alex
|
de1f423bd7
|
initial move of script opcodes and registerExtensions functions to components/compiler
|
12 years ago |
Chris Robinson
|
14e0c182f3
|
Allow specifying the sound type to playSound and playSound3D
|
12 years ago |
Chris Robinson
|
7b2c3e6cd3
|
Pass a proper PlayMode enum to playSound and playSound3D
|
12 years ago |
scrawl
|
6ad08dfd33
|
added settings for crosshair & subtitles
|
13 years ago |
Marc Zinnschlag
|
6bd48d12af
|
Issue #107: SoundManager is accessed only through the interface class from now on
|
13 years ago |
Marc Zinnschlag
|
4c39fefd1e
|
Issue #107: World is accessed only through the interface class from now on; some include cleanup
|
13 years ago |
Marc Zinnschlag
|
35f478071e
|
Issue #255: deleted the old environment class and using the new one instead
|
13 years ago |
Chris Robinson
|
977e7ac9a3
|
Remove the Play_Single flag. It's not correct.
|
13 years ago |
Chris Robinson
|
ae308b9b5f
|
Use a set of flags instead of separate booleans
|
13 years ago |
Marc Zinnschlag
|
2ffe1206a6
|
merged opcode classes that came in explicit and implicit variants
|
14 years ago |
Nicolay Korslund
|
7516e4ca53
|
Added music playing as a test
|
15 years ago |
Nicolay Korslund
|
8067d62800
|
Decoupled SoundManager from Interpreter::Context
|
15 years ago |
Marc Zinnschlag
|
c9a6335918
|
replaced flat Type_Data stack with a union
|
15 years ago |
Marc Zinnschlag
|
8134c5b760
|
integrated CellStore pointer into Ptr class
|
15 years ago |
Marc Zinnschlag
|
7f48c64efe
|
implemented sound related script instructions and functions with explicit references
|
15 years ago |
Marc Zinnschlag
|
31b4d83fac
|
moved sound extensions from mwsound to mwscript (reduces coupling between openmw components)
|
15 years ago |