fix team chat beep sound
There are two beep sounds :
* General chat and (**talk.wav**)
* team messages (**talk2.wav**)
These should not be converted to **ogg**, otherwise the engine does not find **talk2.wav**.
See: https://gitlab.com/xonotic/darkplaces/blob/div0-stable/cl_parse.c#L517
This causes that the beep sound for general chat is used for team messages, too.
The script *cached_converter.sh* already tries excludes them (But uses wrong path.)
See merge request !15
Unifont update
This branch updates the GNU Unifont from version 5.1 to version 7.0.06.
It also makes two changes which I consider useful:
- Remove the version string from the font file name.
This way, any future updates will not invalidate all references to the font. A problem that is illustrated with this update.
- Move the Unifont to a dedicated package. Currently, individual copies are added to the other font packages.
This causes a lot of redundancy. More importantly, it gives the impression that this is necessary for custom fonts as well,
causing more redundancy and inconsistencies if the unifont is shared in custom font pk3 archives.
This change also eliminates possible confusions about authorship of the fonts.
See merge request !7
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
Fix for a minor font issue
Apply commit 6909a1d4e: "Also load the menu bold font at size 12 as we are using that." to the other font configs too. It completely fixesxonotic/xonotic-data.pk3dir#1432 "Header labels flicker"
See merge request !10
got rid of remaining scr_centersize that was removed in 6a966ce59127e888e11aa8dded8809e2e0b78f71
scr_centersize was removed in 6a966ce591 but some cfg for fonts still use it, causing warnings. See the discussion on http://forums.xonotic.org/showthread.php?tid=5262
See merge request !9