View Issue Details

IDProjectCategoryView StatusLast Update
0002497The Dark ModSoundpublic27.10.2011 05:15
Reporterdemagogue Assigned Todemagogue  
PrioritylowSeveritynormalReproducibilityalways
Status closedResolutionfixed 
Product VersionTDM 1.03 
Target VersionTDM 1.04Fixed in VersionTDM 1.04 
Summary0002497: Fixing ambient volume slider from 1.02 broke it in another way in 1.03
DescriptionIn 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.
TagsNo tags attached.

Relationships

child of 0002270 closeddemagogue Ambient music volume levels 

Activities

demagogue

demagogue

03.01.2011 22:04

developer   ~0003422

Last edited: 10.01.2011 18:04

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.

demagogue

demagogue

04.01.2011 01:01

developer   ~0003423

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.
demagogue

demagogue

15.01.2011 23:39

developer   ~0003456

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.

Issue History

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