Christoph Oelckers
|
c42deda6e6
|
- cleanup of the remaining music code in the main project
|
2019-09-30 02:31:12 +02:00 |
|
Christoph Oelckers
|
6bfa1bf692
|
- fixed compilation with XCode and silenced several warnings
|
2019-09-30 01:51:53 +02:00 |
|
Christoph Oelckers
|
cdf2a17c5a
|
- moved the sound decoding code to the zmusic project.
Since this gets used by both the sound backend and the music code it needs to be in a place accessible to both.
|
2019-09-29 12:48:12 +02:00 |
|
Christoph Oelckers
|
cfe89ef6e6
|
- created a new zmusic library which will eventually contain all the music playback code.
Currently all it contains are the MIDI sources and the MIDI devices, the rest needs to be reworked first.
|
2019-09-28 18:32:25 +02:00 |
|
Christoph Oelckers
|
48f2105cd1
|
- moved a few CCMDs from i_sound.cpp to s_sound.cpp.
|
2019-08-23 21:57:56 +02:00 |
|
Major Cooke
|
15eabfd055
|
Added A_SoundPitch and an optional pitch parameter to A_PlaySound and S_Sound.
- Note: Because sound channels are not in zscript, there's no way to modify a sound made by S_Sound.
|
2019-07-24 20:15:24 +02:00 |
|
Christoph Oelckers
|
f50e402e92
|
- sorted sound backend code into subdirectories.
|
2019-07-14 16:07:18 +02:00 |
|