yquake2remaster/src/client
Yamagi Burmeister d38929170b Download the generic filelist only once.
Cleaning the download queue as soon as a file finished downloading leads
in combination with only one parallel download and multiple precacher
runs to an ugly problem: The generic filelist is requested several time
which can lead to cycles. Hack around this by rembering if we already
requested it and reset set reminder as soon as the precacher finished.

Yes, I'm feeling dirty.
2019-01-30 17:14:13 +01:00
..
curl Download the generic filelist only once. 2019-01-30 17:14:13 +01:00
header Rename cl_http.c to curl/download.c and http.h to download.h. 2018-12-20 18:01:38 +01:00
input Move input.c and input.h into the client and rename to sdl.c. 2018-08-07 09:43:34 +02:00
menu Merge pull request #351 from CanntAim/master 2019-01-19 16:53:52 +01:00
refresh Fix oversight in last commit, the '/ 2' is evil. 2018-11-22 21:15:09 +01:00
sound Fix snd_restart. it should restore the OGG playback state. 2019-01-05 19:26:50 +01:00
vid Describe the limitiations of GLimp_GetRefreshRate(). 2018-11-06 12:26:56 +01:00
cl_cin.c Remove DOGG compile time option. 2018-08-14 10:40:50 +02:00
cl_console.c Port the HTTP / CURL download stuff from q2dos. 2018-12-20 18:01:38 +01:00
cl_download.c Download the generic filelist only once. 2019-01-30 17:14:13 +01: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 disgusting and broken Developer_searchpath() function. 2017-08-04 09:20:44 +02:00
cl_input.c Move input.c and input.h into the client and rename to sdl.c. 2018-08-07 09:43:34 +02:00
cl_inventory.c screen: auto-scale the HUD when gl_hudscale < 0. 2014-05-06 19:45:11 +02:00
cl_keyboard.c Introduce a wrapper Q_fopen() and replace fopen() with it. 2018-02-05 07:43:26 +01: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 snd_restart. it should restore the OGG playback state. 2019-01-05 19:26:50 +01:00
cl_network.c Rework HTTP download console output. 2018-12-20 18:01:38 +01:00
cl_parse.c Remove DOGG compile time option. 2018-08-14 10:40:50 +02:00
cl_particles.c Reformat the client 2012-07-22 15:34:45 +02:00
cl_prediction.c Fix stupid bug in e30f824. :( 2018-02-07 19:02:13 +01:00
cl_screen.c Remove DOGG compile time option. 2018-08-14 10:40:50 +02:00
cl_tempentities.c Remove SDL 1.2 support from the menu. 2018-07-31 14:24:28 +02:00
cl_view.c Remove DOGG compile time option. 2018-08-14 10:40:50 +02:00