qzdoom/wadsrc/static/filter
Christoph Oelckers d4d187e27b - removed the limiter flags again and addressed the underlying problem properly.
The real issue is that the number of unattenuated sounds was unchecked and the near limit never kicked in.
To do this properly it is necessary to adjust the limit distance by the attenuation - zero attenuation must mean infinite distance and for high attenuations the distance must be lowered for limiting to work as intended.
The limit for the Doom boss sounds was increased to 4 to compensate for this change.

# Conflicts:
#	src/common/audio/sound/oalsound.cpp
2020-10-28 21:30:25 +01:00
..
game-doomchex - removed the limiter flags again and addressed the underlying problem properly. 2020-10-28 21:30:25 +01:00
game-heretic - split the savegame manager into a game dependent and a reusable game indepenent part. 2020-10-16 22:57:28 +02:00
game-hexen - split the savegame manager into a game dependent and a reusable game indepenent part. 2020-10-16 22:57:28 +02:00
game-strife - split the savegame manager into a game dependent and a reusable game indepenent part. 2020-10-16 22:57:28 +02:00
urbanbrawl - did a bit of cleanup on the MAPINFO organization 2019-07-17 01:05:58 +02:00