yquake2remaster/src/client
Yamagi 2ab4e5553a Prevent music from playing even if ogg_enabled is 0.
ogg_enabled doesn't prevent music from playing, it just toggles if the
ogg backend should be enabled or not. If the user does something like
`ogg_enable=0; snd_restart` everything is okay. If they just set
`ogg_enable=0` strange things happen because the backend stays
initialized and will play tracks as requested. Work around the by
shutting the backend down if `ogg_enable == 0 && ogg_started == true`.

Closes #583.
2020-06-30 14:46:48 +02:00
..
curl Merge branch 'pvs-studio-fixes-1' 2019-11-10 17:39:45 +01:00
header (More) special cases for key names in configs 2020-04-12 00:40:30 +02:00
input Merge pull request #551 from DanielGibson/scancode-input 2020-04-20 08:59:55 +02:00
menu Remove unused K_AUX* 2020-04-08 04:43:25 +02:00
refresh Merge pull request #574 from 0lvin/for_review 2020-05-11 12:30:47 +02:00
sound Prevent music from playing even if ogg_enabled is 0. 2020-06-30 14:46:48 +02:00
vid Fix game shutting down on error 2020-04-06 23:11:07 +03:00
cl_cin.c Include limits.h in cl_cin.c; it's apparently needed. 2020-02-26 17:47:51 +01:00
cl_console.c Prevent buffer overflows console if vertical resolution > 2048. 2019-02-16 08:57:44 +01:00
cl_download.c Make ffe8f89 somewhat more readable and add a comment. 2020-06-02 08:31:02 +02:00
cl_effects.c When an invalid muzzle flash offset is send, just return. 2016-10-23 18:36:43 +02:00
cl_entities.c Remove S_RegisterSexedModel(). 2019-07-20 16:19:15 +02:00
cl_input.c Another try to fix the problem of spurious aborts of cinematics. 2020-02-22 18:48:47 +01:00
cl_inventory.c Use K_LAST instead of 256 in some loops 2020-04-08 04:43:25 +02:00
cl_keyboard.c (More) special cases for key names in configs 2020-04-12 00:40:30 +02:00
cl_lights.c Don't stop processing dlights if one of them had a radius of 0. 2018-09-30 19:59:07 +02:00
cl_main.c Fix build with -fno-common 2020-02-10 17:05:48 +03:00
cl_network.c Fix demo playback if cl_loadpaused is 1. 2019-10-01 22:26:37 +02:00
cl_parse.c Merge branch 'pvs-studio-fixes-1' 2019-11-10 17:39:45 +01:00
cl_particles.c Reformat the client 2012-07-22 15:34:45 +02:00
cl_prediction.c Fixes for PVS Studio warnings: client/cl_*.c and curl/download.c 2019-07-21 03:02:22 +02:00
cl_screen.c Fixes for PVS Studio warnings: client/cl_*.c and curl/download.c 2019-07-21 03:02:22 +02:00
cl_tempentities.c Fixes for PVS Studio warnings: client/cl_*.c and curl/download.c 2019-07-21 03:02:22 +02:00
cl_view.c Merge branch 'pvs-studio-fixes-1' 2019-11-10 17:39:45 +01:00