Notes |
|
(0003005)
|
Dusk
|
2012-03-29 15:53
|
|
|
|
|
Small remarks:
- The "( NETWORK_GetState() == NETSTATE_CLIENT )" check should be replaced by NETWORK_InClientMode() (otherwise your fix doesn't work when playing a demo)
- The second argument in SERVERCOMMANDS_SoundActor should be CHAN_AUTO instead of ATTN_NORM.
Would be nice if you can make these changes and provide testing binaries so that somebody can confirm that this is working (except for the two small things mentioned above the patch looks very good to me, but it would be nice if it gets a bit more testing). |
|
|
(0003066)
|
Dusk
|
2012-03-31 17:10
|
|
|
|
|
> As for testing binaries, I could try make 32-bit Linux ones but Windows ones I have no clue how to make.
I see, I don't want to overcomplicate things. So I'll just assume you tested your patch thoroughly and add it, ok?
Before closing the issue, some more testing should be done then with the next beta build. |
|
|
(0003072)
|
Dusk
|
2012-03-31 20:16
|
|
Hm, I'll check demo playback first to ensure nothing should be wrong. |
|
|
|
Patch added. So the only thing still missing is thorough testing with the next beta build. |
|
|
(0003077)
|
Dusk
|
2012-04-01 14:29
|
|
OK, nice. :)
I'll mark this as needing feedback. When the beta is out, I'll try organize some Hexen testing and see how it works. |
|
|
(0003317)
|
Dusk
|
2012-04-16 02:37
|
|
Fix confirmed to work in the latest beta. |
|