yquake2remaster/src/client
Yamagi Burmeister ec6e0ee392 Provide a write callback to cURL.
If we're passing file handles to libcurl to write the data into, the
game may crash under Windows due to incompatible C runtimes between cURL
and quake2. This is even mentioned in the official cURL doku.
2019-01-03 17:42:22 +01:00
..
curl Provide a write callback to cURL. 2019-01-03 17:42:22 +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 Port the HTTP / CURL download stuff from q2dos. 2018-12-20 18:01:38 +01:00
refresh Fix oversight in last commit, the '/ 2' is evil. 2018-11-22 21:15:09 +01:00
sound Always print the full help for the 'ogg' command. 2018-09-04 14:17:49 +02: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 Make the (new and old) download code UTF-8 compatible. 2018-12-20 18:01:38 +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 Remove canceling of all downloads if the bsp failed to download... 2018-12-20 18:01:38 +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