xonotic/misc
Ant Zucaro 97c6fdd825 Merge branch 'BuddyFriendGuy/fixVolumeReset' into 'master'
fix volume value preservation bug in NexuizDemoRecorder

Symptom: In the original code, the user's original volume value is not preserved (the default behavior is to mute the volume during fast forward) so the program fails to set the correct volume value back -- in fact it sets it to an illegal variable name.

Code problem: This bug happens in the case of user choosing to record the demo early on, i.e. the loop enters the second stage right away, so injectAtStart was never executed. Besides, srvLoop and firstLoop seem to do the same thing.

Fix: Make sure injectAtStart is executed exactly once.

See merge request !12
2015-06-23 12:56:37 +00:00
..
builddeps Do not include SDL2 DLLs - we link to them statically. 2014-09-02 14:41:26 +02:00
buildfiles Remove redundant DLL files. 2014-10-09 14:30:14 +02:00
infrastructure Version bump for the notification 2015-01-20 21:11:33 +01:00
logos add desktop files. No idea where they would have to be installed. 2013-07-13 11:14:40 +02:00
pki Delete the obsolete testing CA. 2014-01-24 17:49:55 +01:00
tools Merge branch 'BuddyFriendGuy/fixVolumeReset' into 'master' 2015-06-23 12:56:37 +00:00