View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002497 | The Dark Mod | Sound | public | 23.12.2010 22:52 | 27.10.2011 05:15 |
Reporter | demagogue | Assigned To | demagogue | ||
Priority | low | Severity | normal | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | TDM 1.03 | ||||
Target Version | TDM 1.04 | Fixed in Version | TDM 1.04 | ||
Summary | 0002497: Fixing ambient volume slider from 1.02 broke it in another way in 1.03 | ||||
Description | In the previous fix to the ambient volume slider (setting the default to "0" like it should be), I let another bug slip in with the multiplication (0*anything=0) that broke the slider again. ^^: I've already fixed it so the multiplication works ok and committed it to the SVN trunk (can't check the exact update # because SVN is down). I'm tracking it for the change log, etc. | ||||
Tags | No tags attached. | ||||
One hanging little issue from a report. When you backtrack quickly into a previous zone, the volume should switch from fading down mid-stream to fading back up to full volume. But recently, the report is, the volume isn't getting back up so it fades out and continues playing silently. IIRC this didn't happen until the recent fixes, so they may be related. Looking into it. Edit: This has now been resolved. |
|
Another hanging issue for the record. The volume slider is a linear (decimal) scale, but the fadeSound() function takes decibel values. This makes the volume slider "lopsided" in that half-volume is around .8 up the slider, instead of .5 like it should be. I have the code ready for a decimal-decibel conversion (currently commented out), but I need two functions supported in scripts to do it: pow(x,y) and log(x). Tels says he has them ready, and we're waiting for SVN to go back up to commit it. | |
The decimal-decibel conversion for the volume slider is now part of the system, tested & works, & committed into the trunk. Now 50% on the slider is correctly -10 decibels. | |
Date Modified | Username | Field | Change |
---|---|---|---|
23.12.2010 22:52 | demagogue | New Issue | |
23.12.2010 22:53 | demagogue | Relationship added | child of 0002270 |
23.12.2010 22:54 | demagogue | Priority | normal => low |
23.12.2010 22:54 | demagogue | Resolution | open => fixed |
23.12.2010 22:54 | demagogue | Fixed in Version | => TDM 1.04 |
24.12.2010 03:50 | greebo | Assigned To | => demagogue |
24.12.2010 03:50 | greebo | Status | new => assigned |
24.12.2010 03:50 | greebo | Status | assigned => resolved |
24.12.2010 03:51 | greebo | Target Version | => TDM 1.04 |
03.01.2011 22:04 | demagogue | Note Added: 0003422 | |
04.01.2011 01:01 | demagogue | Note Added: 0003423 | |
10.01.2011 18:04 | demagogue | Note Edited: 0003422 | |
15.01.2011 23:39 | demagogue | Note Added: 0003456 | |
27.10.2011 05:15 | greebo | Status | resolved => closed |