]> git.xonotic.org Git - xonotic/darkplaces.git/blob - cl_screen.c
now that performance of cl_decals_newsystem is not terrible, enable it
[xonotic/darkplaces.git] / cl_screen.c
1
2 #include "quakedef.h"
3 #include "cl_video.h"
4 #include "image.h"
5 #include "jpeg.h"
6 #include "image_png.h"
7 #include "cl_collision.h"
8 #include "libcurl.h"
9 #include "csprogs.h"
10 #include "cap_avi.h"
11 #include "cap_ogg.h"
12
13 // we have to include snd_main.h here only to get access to snd_renderbuffer->format.speed when writing the AVI headers
14 #include "snd_main.h"
15
16 cvar_t scr_viewsize = {CVAR_SAVE, "viewsize","100", "how large the view should be, 110 disables inventory bar, 120 disables status bar"};
17 cvar_t scr_fov = {CVAR_SAVE, "fov","90", "field of vision, 1-170 degrees, default 90, some players use 110-130"};
18 cvar_t scr_conalpha = {CVAR_SAVE, "scr_conalpha", "1", "opacity of console background gfx/conback"};
19 cvar_t scr_conalphafactor = {CVAR_SAVE, "scr_conalphafactor", "1", "opacity of console background gfx/conback relative to scr_conalpha; when 0, gfx/conback is not drawn"};
20 cvar_t scr_conalpha2factor = {CVAR_SAVE, "scr_conalpha2factor", "0", "opacity of console background gfx/conback2 relative to scr_conalpha; when 0, gfx/conback2 is not drawn"};
21 cvar_t scr_conalpha3factor = {CVAR_SAVE, "scr_conalpha3factor", "0", "opacity of console background gfx/conback3 relative to scr_conalpha; when 0, gfx/conback3 is not drawn"};
22 cvar_t scr_conbrightness = {CVAR_SAVE, "scr_conbrightness", "1", "brightness of console background (0 = black, 1 = image)"};
23 cvar_t scr_conforcewhiledisconnected = {0, "scr_conforcewhiledisconnected", "1", "forces fullscreen console while disconnected"};
24 cvar_t scr_conscroll_x = {CVAR_SAVE, "scr_conscroll_x", "0", "scroll speed of gfx/conback in x direction"};
25 cvar_t scr_conscroll_y = {CVAR_SAVE, "scr_conscroll_y", "0", "scroll speed of gfx/conback in y direction"};
26 cvar_t scr_conscroll2_x = {CVAR_SAVE, "scr_conscroll2_x", "0", "scroll speed of gfx/conback2 in x direction"};
27 cvar_t scr_conscroll2_y = {CVAR_SAVE, "scr_conscroll2_y", "0", "scroll speed of gfx/conback2 in y direction"};
28 cvar_t scr_conscroll3_x = {CVAR_SAVE, "scr_conscroll3_x", "0", "scroll speed of gfx/conback3 in x direction"};
29 cvar_t scr_conscroll3_y = {CVAR_SAVE, "scr_conscroll3_y", "0", "scroll speed of gfx/conback3 in y direction"};
30 cvar_t scr_menuforcewhiledisconnected = {0, "scr_menuforcewhiledisconnected", "0", "forces menu while disconnected"};
31 cvar_t scr_centertime = {0, "scr_centertime","2", "how long centerprint messages show"};
32 cvar_t scr_showram = {CVAR_SAVE, "showram","1", "show ram icon if low on surface cache memory (not used)"};
33 cvar_t scr_showturtle = {CVAR_SAVE, "showturtle","0", "show turtle icon when framerate is too low"};
34 cvar_t scr_showpause = {CVAR_SAVE, "showpause","1", "show pause icon when game is paused"};
35 cvar_t scr_showbrand = {0, "showbrand","0", "shows gfx/brand.tga in a corner of the screen (different values select different positions, including centered)"};
36 cvar_t scr_printspeed = {0, "scr_printspeed","0", "speed of intermission printing (episode end texts), a value of 0 disables the slow printing"};
37 cvar_t scr_loadingscreen_background = {0, "scr_loadingscreen_background","0", "show the last visible background during loading screen (costs one screenful of video memory)"};
38 cvar_t scr_loadingscreen_count = {0, "scr_loadingscreen_count","1", "number of loading screen files to use randomly (named loading.tga, loading2.tga, loading3.tga, ...)"};
39 cvar_t scr_loadingscreen_barcolor = {0, "scr_loadingscreen_barcolor", "0 0 1", "rgb color of loadingscreen progress bar"};
40 cvar_t scr_loadingscreen_barheight = {0, "scr_loadingscreen_barheight", "8", "a height loadingscreen progress bar"};
41 cvar_t vid_conwidth = {CVAR_SAVE, "vid_conwidth", "640", "virtual width of 2D graphics system"};
42 cvar_t vid_conheight = {CVAR_SAVE, "vid_conheight", "480", "virtual height of 2D graphics system"};
43 cvar_t vid_pixelheight = {CVAR_SAVE, "vid_pixelheight", "1", "adjusts vertical field of vision to account for non-square pixels (1280x1024 on a CRT monitor for example)"};
44 cvar_t scr_screenshot_jpeg = {CVAR_SAVE, "scr_screenshot_jpeg","1", "save jpeg instead of targa"};
45 cvar_t scr_screenshot_jpeg_quality = {CVAR_SAVE, "scr_screenshot_jpeg_quality","0.9", "image quality of saved jpeg"};
46 cvar_t scr_screenshot_png = {CVAR_SAVE, "scr_screenshot_png","0", "save png instead of targa"};
47 cvar_t scr_screenshot_gammaboost = {CVAR_SAVE, "scr_screenshot_gammaboost","1", "gamma correction on saved screenshots and videos, 1.0 saves unmodified images"};
48 cvar_t scr_screenshot_hwgamma = {CVAR_SAVE, "scr_screenshot_hwgamma","1", "apply the video gamma ramp to saved screenshots and videos"};
49 cvar_t scr_screenshot_alpha = {CVAR_SAVE, "scr_screenshot_alpha","0", "try to write an alpha channel to screenshots (debugging feature)"};
50 // scr_screenshot_name is defined in fs.c
51 cvar_t cl_capturevideo = {0, "cl_capturevideo", "0", "enables saving of video to a .avi file using uncompressed I420 colorspace and PCM audio, note that scr_screenshot_gammaboost affects the brightness of the output)"};
52 cvar_t cl_capturevideo_printfps = {CVAR_SAVE, "cl_capturevideo_printfps", "1", "prints the frames per second captured in capturevideo (is only written to the log file, not to the console, as that would be visible on the video)"};
53 cvar_t cl_capturevideo_width = {CVAR_SAVE, "cl_capturevideo_width", "0", "scales all frames to this resolution before saving the video"};
54 cvar_t cl_capturevideo_height = {CVAR_SAVE, "cl_capturevideo_height", "0", "scales all frames to this resolution before saving the video"};
55 cvar_t cl_capturevideo_realtime = {0, "cl_capturevideo_realtime", "0", "causes video saving to operate in realtime (mostly useful while playing, not while capturing demos), this can produce a much lower quality video due to poor sound/video sync and will abort saving if your machine stalls for over a minute"};
56 cvar_t cl_capturevideo_fps = {CVAR_SAVE, "cl_capturevideo_fps", "30", "how many frames per second to save (29.97 for NTSC, 30 for typical PC video, 15 can be useful)"};
57 cvar_t cl_capturevideo_nameformat = {CVAR_SAVE, "cl_capturevideo_nameformat", "dpvideo", "prefix for saved videos (the date is encoded using strftime escapes)"};
58 cvar_t cl_capturevideo_number = {CVAR_SAVE, "cl_capturevideo_number", "1", "number to append to video filename, incremented each time a capture begins"};
59 cvar_t cl_capturevideo_ogg = {CVAR_SAVE, "cl_capturevideo_ogg", "1", "save captured video data as Ogg/Vorbis/Theora streams"};
60 cvar_t cl_capturevideo_framestep = {CVAR_SAVE, "cl_capturevideo_framestep", "1", "when set to n >= 1, render n frames to capture one (useful for motion blur like effects)"};
61 cvar_t r_letterbox = {0, "r_letterbox", "0", "reduces vertical height of view to simulate a letterboxed movie effect (can be used by mods for cutscenes)"};
62 cvar_t r_stereo_separation = {0, "r_stereo_separation", "4", "separation distance of eyes in the world (negative values are only useful for cross-eyed viewing)"};
63 cvar_t r_stereo_sidebyside = {0, "r_stereo_sidebyside", "0", "side by side views for those who can't afford glasses but can afford eye strain (note: use a negative r_stereo_separation if you want cross-eyed viewing)"};
64 cvar_t r_stereo_horizontal = {0, "r_stereo_horizontal", "0", "aspect skewed side by side view for special decoder/display hardware"};
65 cvar_t r_stereo_vertical = {0, "r_stereo_vertical", "0", "aspect skewed top and bottom view for special decoder/display hardware"};
66 cvar_t r_stereo_redblue = {0, "r_stereo_redblue", "0", "red/blue anaglyph stereo glasses (note: most of these glasses are actually red/cyan, try that one too)"};
67 cvar_t r_stereo_redcyan = {0, "r_stereo_redcyan", "0", "red/cyan anaglyph stereo glasses, the kind given away at drive-in movies like Creature From The Black Lagoon In 3D"};
68 cvar_t r_stereo_redgreen = {0, "r_stereo_redgreen", "0", "red/green anaglyph stereo glasses (for those who don't mind yellow)"};
69 cvar_t r_stereo_angle = {0, "r_stereo_angle", "0", "separation angle of eyes (makes the views look different directions, as an example, 90 gives a 90 degree separation where the views are 45 degrees left and 45 degrees right)"};
70 cvar_t scr_zoomwindow = {CVAR_SAVE, "scr_zoomwindow", "0", "displays a zoomed in overlay window"};
71 cvar_t scr_zoomwindow_viewsizex = {CVAR_SAVE, "scr_zoomwindow_viewsizex", "20", "horizontal viewsize of zoom window"};
72 cvar_t scr_zoomwindow_viewsizey = {CVAR_SAVE, "scr_zoomwindow_viewsizey", "20", "vertical viewsize of zoom window"};
73 cvar_t scr_zoomwindow_fov = {CVAR_SAVE, "scr_zoomwindow_fov", "20", "fov of zoom window"};
74 cvar_t scr_stipple = {0, "scr_stipple", "0", "interlacing-like stippling of the display"};
75 cvar_t scr_refresh = {0, "scr_refresh", "1", "allows you to completely shut off rendering for benchmarking purposes"};
76 cvar_t scr_screenshot_name_in_mapdir = {CVAR_SAVE, "scr_screenshot_name_in_mapdir", "0", "if set to 1, screenshots are placed in a subdirectory named like the map they are from"};
77 cvar_t shownetgraph = {CVAR_SAVE, "shownetgraph", "0", "shows a graph of packet sizes and other information, 0 = off, 1 = show client netgraph, 2 = show client and server netgraphs (when hosting a server)"};
78 cvar_t cl_demo_mousegrab = {0, "cl_demo_mousegrab", "0", "Allows reading the mouse input while playing demos. Useful for camera mods developed in csqc. (0: never, 1: always)"};
79 cvar_t timedemo_screenshotframelist = {0, "timedemo_screenshotframelist", "", "when performing a timedemo, take screenshots of each frame in this space-separated list - example: 1 201 401"};
80
81 extern cvar_t v_glslgamma;
82 extern cvar_t sbar_info_pos;
83 #define WANT_SCREENSHOT_HWGAMMA (scr_screenshot_hwgamma.integer && vid_usinghwgamma)
84
85 int jpeg_supported = false;
86
87 qboolean        scr_initialized;                // ready to draw
88
89 float           scr_con_current;
90 int                     scr_con_margin_bottom;
91
92 extern int      con_vislines;
93
94 static void SCR_ScreenShot_f (void);
95 static void R_Envmap_f (void);
96
97 // backend
98 void R_ClearScreen(qboolean fogcolor);
99
100 /*
101 ===============================================================================
102
103 CENTER PRINTING
104
105 ===============================================================================
106 */
107
108 char            scr_centerstring[MAX_INPUTLINE];
109 float           scr_centertime_start;   // for slow victory printing
110 float           scr_centertime_off;
111 int                     scr_center_lines;
112 int                     scr_erase_lines;
113 int                     scr_erase_center;
114 char        scr_infobarstring[MAX_INPUTLINE];
115 float       scr_infobartime_off;
116
117 /*
118 ==============
119 SCR_CenterPrint
120
121 Called for important messages that should stay in the center of the screen
122 for a few moments
123 ==============
124 */
125 void SCR_CenterPrint(const char *str)
126 {
127         strlcpy (scr_centerstring, str, sizeof (scr_centerstring));
128         scr_centertime_off = scr_centertime.value;
129         scr_centertime_start = cl.time;
130
131 // count the number of lines for centering
132         scr_center_lines = 1;
133         while (*str)
134         {
135                 if (*str == '\n')
136                         scr_center_lines++;
137                 str++;
138         }
139 }
140
141
142 void SCR_DrawCenterString (void)
143 {
144         char    *start;
145         int             x, y;
146         int             remaining;
147         int             color;
148
149         if(cl.intermission == 2) // in finale,
150                 if(sb_showscores) // make TAB hide the finale message (sb_showscores overrides finale in sbar.c)
151                         return;
152
153         if(scr_centertime.value <= 0 && !cl.intermission)
154                 return;
155
156 // the finale prints the characters one at a time, except if printspeed is an absurdly high value
157         if (cl.intermission && scr_printspeed.value > 0 && scr_printspeed.value < 1000000)
158                 remaining = (int)(scr_printspeed.value * (cl.time - scr_centertime_start));
159         else
160                 remaining = 9999;
161
162         scr_erase_center = 0;
163         start = scr_centerstring;
164
165         if (remaining < 1)
166                 return;
167
168         if (scr_center_lines <= 4)
169                 y = (int)(vid_conheight.integer*0.35);
170         else
171                 y = 48;
172
173         color = -1;
174         do
175         {
176                 // scan the number of characters on the line, not counting color codes
177                 char *newline = strchr(start, '\n');
178                 int l = newline ? (newline - start) : (int)strlen(start);
179                 float width = DrawQ_TextWidth(start, l, 8, 8, false, FONT_CENTERPRINT);
180
181                 x = (int) (vid_conwidth.integer - width)/2;
182                 if (l > 0)
183                 {
184                         if (remaining < l)
185                                 l = remaining;
186                         DrawQ_String(x, y, start, l, 8, 8, 1, 1, 1, 1, 0, &color, false, FONT_CENTERPRINT);
187                         remaining -= l;
188                         if (remaining <= 0)
189                                 return;
190                 }
191                 y += 8;
192
193                 if (!newline)
194                         break;
195                 start = newline + 1; // skip the \n
196         } while (1);
197 }
198
199 void SCR_CheckDrawCenterString (void)
200 {
201         if (scr_center_lines > scr_erase_lines)
202                 scr_erase_lines = scr_center_lines;
203
204         if (cl.time > cl.oldtime)
205                 scr_centertime_off -= cl.time - cl.oldtime;
206
207         // don't draw if this is a normal stats-screen intermission,
208         // only if it is not an intermission, or a finale intermission
209         if (cl.intermission == 1)
210                 return;
211         if (scr_centertime_off <= 0 && !cl.intermission)
212                 return;
213         if (key_dest != key_game)
214                 return;
215
216         SCR_DrawCenterString ();
217 }
218
219 void SCR_DrawNetGraph_DrawGraph (int graphx, int graphy, int graphwidth, int graphheight, float graphscale, const char *label, float textsize, int packetcounter, netgraphitem_t *netgraph)
220 {
221         netgraphitem_t *graph;
222         int j, x, y;
223         int totalbytes = 0;
224         char bytesstring[128];
225         float g[NETGRAPH_PACKETS][6];
226         float *a;
227         float *b;
228         DrawQ_Fill(graphx, graphy, graphwidth, graphheight + textsize * 2, 0, 0, 0, 0.5, 0);
229         // draw the bar graph itself
230         // advance the packet counter because it is the latest packet column being
231         // built up and should come last
232         packetcounter = (packetcounter + 1) % NETGRAPH_PACKETS;
233         memset(g, 0, sizeof(g));
234         for (j = 0;j < NETGRAPH_PACKETS;j++)
235         {
236                 graph = netgraph + j;
237                 g[j][0] = 1.0f - 0.25f * (realtime - graph->time);
238                 g[j][1] = 1.0f;
239                 g[j][2] = 1.0f;
240                 g[j][3] = 1.0f;
241                 g[j][4] = 1.0f;
242                 g[j][5] = 1.0f;
243                 if (graph->unreliablebytes == NETGRAPH_LOSTPACKET)
244                         g[j][1] = 0.00f;
245                 else if (graph->unreliablebytes == NETGRAPH_CHOKEDPACKET)
246                         g[j][2] = 0.96f;
247                 else
248                 {
249                         g[j][3] = 1.0f    - graph->unreliablebytes * graphscale;
250                         g[j][4] = g[j][3] - graph->reliablebytes   * graphscale;
251                         g[j][5] = g[j][4] - graph->ackbytes        * graphscale;
252                         // count bytes in the last second
253                         if (realtime - graph->time < 1.0f)
254                                 totalbytes += graph->unreliablebytes + graph->reliablebytes + graph->ackbytes;
255                 }
256                 g[j][1] = bound(0.0f, g[j][1], 1.0f);
257                 g[j][2] = bound(0.0f, g[j][2], 1.0f);
258                 g[j][3] = bound(0.0f, g[j][3], 1.0f);
259                 g[j][4] = bound(0.0f, g[j][4], 1.0f);
260                 g[j][5] = bound(0.0f, g[j][5], 1.0f);
261         }
262         // render the lines for the graph
263         for (j = 0;j < NETGRAPH_PACKETS;j++)
264         {
265                 a = g[j];
266                 b = g[(j+1)%NETGRAPH_PACKETS];
267                 if (a[0] < 0.0f || b[0] > 1.0f || b[0] < a[0])
268                         continue;
269                 DrawQ_Line(0.0f, graphx + graphwidth * a[0], graphy + graphheight * a[2], graphx + graphwidth * b[0], graphy + graphheight * b[2], 1.0f, 1.0f, 0.0f, 1.0f, 0);
270                 DrawQ_Line(0.0f, graphx + graphwidth * a[0], graphy + graphheight * a[1], graphx + graphwidth * b[0], graphy + graphheight * b[1], 1.0f, 0.0f, 0.0f, 1.0f, 0);
271                 DrawQ_Line(0.0f, graphx + graphwidth * a[0], graphy + graphheight * a[5], graphx + graphwidth * b[0], graphy + graphheight * b[5], 0.0f, 1.0f, 0.0f, 1.0f, 0);
272                 DrawQ_Line(0.0f, graphx + graphwidth * a[0], graphy + graphheight * a[4], graphx + graphwidth * b[0], graphy + graphheight * b[4], 1.0f, 1.0f, 1.0f, 1.0f, 0);
273                 DrawQ_Line(0.0f, graphx + graphwidth * a[0], graphy + graphheight * a[3], graphx + graphwidth * b[0], graphy + graphheight * b[3], 1.0f, 0.5f, 0.0f, 1.0f, 0);
274         }
275         x = graphx;
276         y = graphy + graphheight;
277         dpsnprintf(bytesstring, sizeof(bytesstring), "%i", totalbytes);
278         DrawQ_String(x, y, label      , 0, textsize, textsize, 1.0f, 1.0f, 1.0f, 1.0f, 0, NULL, false, FONT_DEFAULT);y += textsize;
279         DrawQ_String(x, y, bytesstring, 0, textsize, textsize, 1.0f, 1.0f, 1.0f, 1.0f, 0, NULL, false, FONT_DEFAULT);y += textsize;
280 }
281
282 /*
283 ==============
284 SCR_DrawNetGraph
285 ==============
286 */
287 void SCR_DrawNetGraph (void)
288 {
289         int i, separator1, separator2, graphwidth, graphheight, netgraph_x, netgraph_y, textsize, index, netgraphsperrow;
290         float graphscale;
291         netconn_t *c;
292
293         if (cls.state != ca_connected)
294                 return;
295         if (!cls.netcon)
296                 return;
297         if (!shownetgraph.integer)
298                 return;
299
300         separator1 = 2;
301         separator2 = 4;
302         textsize = 8;
303         graphwidth = 120;
304         graphheight = 70;
305         graphscale = 1.0f / 1500.0f;
306
307         netgraphsperrow = (vid_conwidth.integer + separator2) / (graphwidth * 2 + separator1 + separator2);
308         netgraphsperrow = max(netgraphsperrow, 1);
309
310         index = 0;
311         netgraph_x = (vid_conwidth.integer + separator2) - (1 + (index % netgraphsperrow)) * (graphwidth * 2 + separator1 + separator2);
312         netgraph_y = (vid_conheight.integer - 48 - sbar_info_pos.integer + separator2) - (1 + (index / netgraphsperrow)) * (graphheight + textsize + separator2);
313         c = cls.netcon;
314         SCR_DrawNetGraph_DrawGraph(netgraph_x                          , netgraph_y, graphwidth, graphheight, graphscale, "incoming", textsize, c->incoming_packetcounter, c->incoming_netgraph);
315         SCR_DrawNetGraph_DrawGraph(netgraph_x + graphwidth + separator1, netgraph_y, graphwidth, graphheight, graphscale, "outgoing", textsize, c->outgoing_packetcounter, c->outgoing_netgraph);
316         index++;
317
318         if (sv.active && shownetgraph.integer >= 2)
319         {
320                 for (i = 0;i < svs.maxclients;i++)
321                 {
322                         c = svs.clients[i].netconnection;
323                         if (!c)
324                                 continue;
325                         netgraph_x = (vid_conwidth.integer + separator2) - (1 + (index % netgraphsperrow)) * (graphwidth * 2 + separator1 + separator2);
326                         netgraph_y = (vid_conheight.integer - 48 + separator2) - (1 + (index / netgraphsperrow)) * (graphheight + textsize + separator2);
327                         SCR_DrawNetGraph_DrawGraph(netgraph_x                          , netgraph_y, graphwidth, graphheight, graphscale, va("%s", svs.clients[i].name), textsize, c->outgoing_packetcounter, c->outgoing_netgraph);
328                         SCR_DrawNetGraph_DrawGraph(netgraph_x + graphwidth + separator1, netgraph_y, graphwidth, graphheight, graphscale, ""                           , textsize, c->incoming_packetcounter, c->incoming_netgraph);
329                         index++;
330                 }
331         }
332 }
333
334 /*
335 ==============
336 SCR_DrawTurtle
337 ==============
338 */
339 void SCR_DrawTurtle (void)
340 {
341         static int      count;
342
343         if (cls.state != ca_connected)
344                 return;
345
346         if (!scr_showturtle.integer)
347                 return;
348
349         if (cl.realframetime < 0.1)
350         {
351                 count = 0;
352                 return;
353         }
354
355         count++;
356         if (count < 3)
357                 return;
358
359         DrawQ_Pic (0, 0, Draw_CachePic ("gfx/turtle"), 0, 0, 1, 1, 1, 1, 0);
360 }
361
362 /*
363 ==============
364 SCR_DrawNet
365 ==============
366 */
367 void SCR_DrawNet (void)
368 {
369         if (cls.state != ca_connected)
370                 return;
371         if (realtime - cl.last_received_message < 0.3)
372                 return;
373         if (cls.demoplayback)
374                 return;
375
376         DrawQ_Pic (64, 0, Draw_CachePic ("gfx/net"), 0, 0, 1, 1, 1, 1, 0);
377 }
378
379 /*
380 ==============
381 DrawPause
382 ==============
383 */
384 void SCR_DrawPause (void)
385 {
386         cachepic_t      *pic;
387
388         if (cls.state != ca_connected)
389                 return;
390
391         if (!scr_showpause.integer)             // turn off for screenshots
392                 return;
393
394         if (!cl.paused)
395                 return;
396
397         pic = Draw_CachePic ("gfx/pause");
398         DrawQ_Pic ((vid_conwidth.integer - pic->width)/2, (vid_conheight.integer - pic->height)/2, pic, 0, 0, 1, 1, 1, 1, 0);
399 }
400
401 /*
402 ==============
403 SCR_DrawBrand
404 ==============
405 */
406 void SCR_DrawBrand (void)
407 {
408         cachepic_t      *pic;
409         float           x, y;
410
411         if (!scr_showbrand.value)
412                 return;
413
414         pic = Draw_CachePic ("gfx/brand");
415
416         switch ((int)scr_showbrand.value)
417         {
418         case 1: // bottom left
419                 x = 0;
420                 y = vid_conheight.integer - pic->height;
421                 break;
422         case 2: // bottom centre
423                 x = (vid_conwidth.integer - pic->width) / 2;
424                 y = vid_conheight.integer - pic->height;
425                 break;
426         case 3: // bottom right
427                 x = vid_conwidth.integer - pic->width;
428                 y = vid_conheight.integer - pic->height;
429                 break;
430         case 4: // centre right
431                 x = vid_conwidth.integer - pic->width;
432                 y = (vid_conheight.integer - pic->height) / 2;
433                 break;
434         case 5: // top right
435                 x = vid_conwidth.integer - pic->width;
436                 y = 0;
437                 break;
438         case 6: // top centre
439                 x = (vid_conwidth.integer - pic->width) / 2;
440                 y = 0;
441                 break;
442         case 7: // top left
443                 x = 0;
444                 y = 0;
445                 break;
446         case 8: // centre left
447                 x = 0;
448                 y = (vid_conheight.integer - pic->height) / 2;
449                 break;
450         default:
451                 return;
452         }
453
454         DrawQ_Pic (x, y, pic, 0, 0, 1, 1, 1, 1, 0);
455 }
456
457 /*
458 ==============
459 SCR_DrawQWDownload
460 ==============
461 */
462 static int SCR_DrawQWDownload(int offset)
463 {
464         // sync with SCR_InfobarHeight
465         int len;
466         float x, y;
467         float size = 8;
468         char temp[256];
469
470         if (!cls.qw_downloadname[0])
471         {
472                 cls.qw_downloadspeedrate = 0;
473                 cls.qw_downloadspeedtime = realtime;
474                 cls.qw_downloadspeedcount = 0;
475                 return 0;
476         }
477         if (realtime >= cls.qw_downloadspeedtime + 1)
478         {
479                 cls.qw_downloadspeedrate = cls.qw_downloadspeedcount;
480                 cls.qw_downloadspeedtime = realtime;
481                 cls.qw_downloadspeedcount = 0;
482         }
483         if (cls.protocol == PROTOCOL_QUAKEWORLD)
484                 dpsnprintf(temp, sizeof(temp), "Downloading %s %3i%% (%i) at %i bytes/s", cls.qw_downloadname, cls.qw_downloadpercent, cls.qw_downloadmemorycursize, cls.qw_downloadspeedrate);
485         else
486                 dpsnprintf(temp, sizeof(temp), "Downloading %s %3i%% (%i/%i) at %i bytes/s", cls.qw_downloadname, cls.qw_downloadpercent, cls.qw_downloadmemorycursize, cls.qw_downloadmemorymaxsize, cls.qw_downloadspeedrate);
487         len = (int)strlen(temp);
488         x = (vid_conwidth.integer - DrawQ_TextWidth(temp, len, size, size, true, FONT_INFOBAR)) / 2;
489         y = vid_conheight.integer - size - offset;
490         DrawQ_Fill(0, y, vid_conwidth.integer, size, 0, 0, 0, cls.signon == SIGNONS ? 0.5 : 1, 0);
491         DrawQ_String(x, y, temp, len, size, size, 1, 1, 1, 1, 0, NULL, true, FONT_INFOBAR);
492         return 8;
493 }
494 /*
495 ==============
496 SCR_DrawInfobarString
497 ==============
498 */
499 static int SCR_DrawInfobarString(int offset)
500 {
501         int len;
502         float x, y;
503         float size = 8;
504
505         len = (int)strlen(scr_infobarstring);
506         x = (vid_conwidth.integer - DrawQ_TextWidth(scr_infobarstring, len, size, size, false, FONT_INFOBAR)) / 2;
507         y = vid_conheight.integer - size - offset;
508         DrawQ_Fill(0, y, vid_conwidth.integer, size, 0, 0, 0, cls.signon == SIGNONS ? 0.5 : 1, 0);
509         DrawQ_String(x, y, scr_infobarstring, len, size, size, 1, 1, 1, 1, 0, NULL, false, FONT_INFOBAR);
510         return 8;
511 }
512
513 /*
514 ==============
515 SCR_DrawCurlDownload
516 ==============
517 */
518 static int SCR_DrawCurlDownload(int offset)
519 {
520         // sync with SCR_InfobarHeight
521         int len;
522         int nDownloads;
523         int i;
524         float x, y;
525         float size = 8;
526         Curl_downloadinfo_t *downinfo;
527         char temp[256];
528         const char *addinfo;
529
530         downinfo = Curl_GetDownloadInfo(&nDownloads, &addinfo);
531         if(!downinfo)
532                 return 0;
533
534         y = vid_conheight.integer - size * nDownloads - offset;
535
536         if(addinfo)
537         {
538                 len = (int)strlen(addinfo);
539                 x = (vid_conwidth.integer - DrawQ_TextWidth(addinfo, len, size, size, true, FONT_INFOBAR)) / 2;
540                 DrawQ_Fill(0, y - size, vid_conwidth.integer, size, 1, 1, 1, cls.signon == SIGNONS ? 0.8 : 1, 0);
541                 DrawQ_String(x, y - size, addinfo, len, size, size, 0, 0, 0, 1, 0, NULL, true, FONT_INFOBAR);
542         }
543
544         for(i = 0; i != nDownloads; ++i)
545         {
546                 if(downinfo[i].queued)
547                         dpsnprintf(temp, sizeof(temp), "Still in queue: %s", downinfo[i].filename);
548                 else if(downinfo[i].progress <= 0)
549                         dpsnprintf(temp, sizeof(temp), "Downloading %s ...  ???.?%% @ %.1f KiB/s", downinfo[i].filename, downinfo[i].speed / 1024.0);
550                 else
551                         dpsnprintf(temp, sizeof(temp), "Downloading %s ...  %5.1f%% @ %.1f KiB/s", downinfo[i].filename, 100.0 * downinfo[i].progress, downinfo[i].speed / 1024.0);
552                 len = (int)strlen(temp);
553                 x = (vid_conwidth.integer - DrawQ_TextWidth(temp, len, size, size, true, FONT_INFOBAR)) / 2;
554                 DrawQ_Fill(0, y + i * size, vid_conwidth.integer, size, 0, 0, 0, cls.signon == SIGNONS ? 0.5 : 1, 0);
555                 DrawQ_String(x, y + i * size, temp, len, size, size, 1, 1, 1, 1, 0, NULL, true, FONT_INFOBAR);
556         }
557
558         Z_Free(downinfo);
559
560         return 8 * (nDownloads + (addinfo ? 1 : 0));
561 }
562
563 /*
564 ==============
565 SCR_DrawInfobar
566 ==============
567 */
568 static void SCR_DrawInfobar(void)
569 {
570         int offset = 0;
571         if(scr_infobartime_off > 0)
572                 offset += SCR_DrawInfobarString(offset);
573         offset += SCR_DrawQWDownload(offset);
574         offset += SCR_DrawCurlDownload(offset);
575         if(offset != scr_con_margin_bottom)
576                 Con_DPrintf("broken console margin calculation: %d != %d\n", offset, scr_con_margin_bottom);
577 }
578
579 static int SCR_InfobarHeight(void)
580 {
581         int offset = 0;
582         Curl_downloadinfo_t *downinfo;
583         const char *addinfo;
584         int nDownloads;
585
586         if (cl.time > cl.oldtime)
587                 scr_infobartime_off -= cl.time - cl.oldtime;
588         if(scr_infobartime_off > 0)
589                 offset += 8;
590
591         if(cls.qw_downloadname[0])
592                 offset += 8;
593
594         downinfo = Curl_GetDownloadInfo(&nDownloads, &addinfo);
595         if(downinfo)
596         {
597                 offset += 8 * (nDownloads + (addinfo ? 1 : 0));
598                 Z_Free(downinfo);
599         }
600
601         return offset;
602 }
603
604 /*
605 ==============
606 SCR_InfoBar_f
607 ==============
608 */
609 void SCR_InfoBar_f(void)
610 {
611         if(Cmd_Argc() == 3)
612         {
613                 scr_infobartime_off = atof(Cmd_Argv(1));
614                 strlcpy(scr_infobarstring, Cmd_Argv(2), sizeof(scr_infobarstring));
615         }
616         else
617         {
618                 Con_Printf("usage:\ninfobar expiretime \"string\"\n");
619         }
620 }
621 //=============================================================================
622
623 /*
624 ==================
625 SCR_SetUpToDrawConsole
626 ==================
627 */
628 void SCR_SetUpToDrawConsole (void)
629 {
630         // lines of console to display
631         float conlines;
632         static int framecounter = 0;
633
634         Con_CheckResize ();
635
636         if (scr_menuforcewhiledisconnected.integer && key_dest == key_game && cls.state == ca_disconnected)
637         {
638                 if (framecounter >= 2)
639                         MR_ToggleMenu(1);
640                 else
641                         framecounter++;
642         }
643         else
644                 framecounter = 0;
645
646         if (scr_conforcewhiledisconnected.integer && key_dest == key_game && cls.signon != SIGNONS)
647                 key_consoleactive |= KEY_CONSOLEACTIVE_FORCED;
648         else
649                 key_consoleactive &= ~KEY_CONSOLEACTIVE_FORCED;
650
651 // decide on the height of the console
652         if (key_consoleactive & KEY_CONSOLEACTIVE_USER)
653                 conlines = vid_conheight.integer/2;     // half screen
654         else
655                 conlines = 0;                           // none visible
656
657         scr_con_current = conlines;
658 }
659
660 /*
661 ==================
662 SCR_DrawConsole
663 ==================
664 */
665 void SCR_DrawConsole (void)
666 {
667         scr_con_margin_bottom = SCR_InfobarHeight();
668         if (key_consoleactive & KEY_CONSOLEACTIVE_FORCED)
669         {
670                 // full screen
671                 Con_DrawConsole (vid_conheight.integer - scr_con_margin_bottom);
672         }
673         else if (scr_con_current)
674                 Con_DrawConsole (min((int)scr_con_current, vid_conheight.integer - scr_con_margin_bottom));
675         else
676                 con_vislines = 0;
677 }
678
679 /*
680 ===============
681 SCR_BeginLoadingPlaque
682
683 ================
684 */
685 void SCR_BeginLoadingPlaque (void)
686 {
687         // save console log up to this point to log_file if it was set by configs
688         Log_Start();
689
690         Host_StartVideo();
691         SCR_UpdateLoadingScreen(false);
692 }
693
694 //=============================================================================
695
696 char r_speeds_timestring[4096];
697 int speedstringcount, r_timereport_active;
698 double r_timereport_temp = 0, r_timereport_current = 0, r_timereport_start = 0;
699 int r_speeds_longestitem = 0;
700
701 void R_TimeReport(char *desc)
702 {
703         char tempbuf[256];
704         int length;
705         int t;
706
707         if (r_speeds.integer < 2 || !r_timereport_active)
708                 return;
709
710         CHECKGLERROR
711         if (r_speeds.integer == 2)
712                 qglFinish();
713         CHECKGLERROR
714         r_timereport_temp = r_timereport_current;
715         r_timereport_current = Sys_DoubleTime();
716         t = (int) ((r_timereport_current - r_timereport_temp) * 1000000.0 + 0.5);
717
718         length = dpsnprintf(tempbuf, sizeof(tempbuf), "%8i %s", t, desc);
719         length = min(length, (int)sizeof(tempbuf) - 1);
720         if (r_speeds_longestitem < length)
721                 r_speeds_longestitem = length;
722         for (;length < r_speeds_longestitem;length++)
723                 tempbuf[length] = ' ';
724         tempbuf[length] = 0;
725
726         if (speedstringcount + length > (vid_conwidth.integer / 8))
727         {
728                 strlcat(r_speeds_timestring, "\n", sizeof(r_speeds_timestring));
729                 speedstringcount = 0;
730         }
731         strlcat(r_speeds_timestring, tempbuf, sizeof(r_speeds_timestring));
732         speedstringcount += length;
733 }
734
735 void R_TimeReport_BeginFrame(void)
736 {
737         speedstringcount = 0;
738         r_speeds_timestring[0] = 0;
739         r_timereport_active = false;
740         memset(&r_refdef.stats, 0, sizeof(r_refdef.stats));
741
742         if (r_speeds.integer >= 2 && cls.signon == SIGNONS && cls.state == ca_connected)
743         {
744                 r_timereport_active = true;
745                 r_timereport_start = r_timereport_current = Sys_DoubleTime();
746         }
747 }
748
749 static int R_CountLeafTriangles(const dp_model_t *model, const mleaf_t *leaf)
750 {
751         int i, triangles = 0;
752         for (i = 0;i < leaf->numleafsurfaces;i++)
753                 triangles += model->data_surfaces[leaf->firstleafsurface[i]].num_triangles;
754         return triangles;
755 }
756
757 void R_TimeReport_EndFrame(void)
758 {
759         int i, j, lines, y;
760         cl_locnode_t *loc;
761         char string[1024+4096];
762         mleaf_t *viewleaf;
763
764         string[0] = 0;
765         if (r_speeds.integer && cls.signon == SIGNONS && cls.state == ca_connected)
766         {
767                 // put the location name in the r_speeds display as it greatly helps
768                 // when creating loc files
769                 loc = CL_Locs_FindNearest(cl.movement_origin);
770                 viewleaf = (r_refdef.scene.worldmodel && r_refdef.scene.worldmodel->brush.PointInLeaf) ? r_refdef.scene.worldmodel->brush.PointInLeaf(r_refdef.scene.worldmodel, r_refdef.view.origin) : NULL;
771                 dpsnprintf(string, sizeof(string),
772 "%s%s\n"
773 "%3i renders org:'%+8.2f %+8.2f %+8.2f' dir:'%+2.3f %+2.3f %+2.3f'\n"
774 "%5i viewleaf%5i cluster%2i area%4i brushes%4i surfaces(%7i triangles)\n"
775 "%7i surfaces%7i triangles %5i entities (%7i surfaces%7i triangles)\n"
776 "%5i leafs%5i portals%6i/%6i particles%6i/%6i decals %3i%% quality\n"
777 "%7i lightmap updates (%7i pixels)\n"
778 "%4i lights%4i clears%4i scissored%7i light%7i shadow%7i dynamic\n"
779 "rendered%6i meshes%8i triangles bloompixels%8i copied%8i drawn\n"
780 "%s"
781 , loc ? "Location: " : "", loc ? loc->name : ""
782 , r_refdef.stats.renders, r_refdef.view.origin[0], r_refdef.view.origin[1], r_refdef.view.origin[2], r_refdef.view.forward[0], r_refdef.view.forward[1], r_refdef.view.forward[2]
783 , viewleaf ? (int)(viewleaf - r_refdef.scene.worldmodel->brush.data_leafs) : -1, viewleaf ? viewleaf->clusterindex : -1, viewleaf ? viewleaf->areaindex : -1, viewleaf ? viewleaf->numleafbrushes : 0, viewleaf ? viewleaf->numleafsurfaces : 0, viewleaf ? R_CountLeafTriangles(r_refdef.scene.worldmodel, viewleaf) : 0
784 , r_refdef.stats.world_surfaces, r_refdef.stats.world_triangles, r_refdef.stats.entities, r_refdef.stats.entities_surfaces, r_refdef.stats.entities_triangles
785 , r_refdef.stats.world_leafs, r_refdef.stats.world_portals, r_refdef.stats.particles, cl.num_particles, r_refdef.stats.drawndecals, r_refdef.stats.totaldecals, (int)(100 * r_refdef.view.quality)
786 , r_refdef.stats.lightmapupdates, r_refdef.stats.lightmapupdatepixels
787 , r_refdef.stats.lights, r_refdef.stats.lights_clears, r_refdef.stats.lights_scissored, r_refdef.stats.lights_lighttriangles, r_refdef.stats.lights_shadowtriangles, r_refdef.stats.lights_dynamicshadowtriangles
788 , r_refdef.stats.meshes, r_refdef.stats.meshes_elements / 3, r_refdef.stats.bloom_copypixels, r_refdef.stats.bloom_drawpixels
789 , r_speeds_timestring);
790
791                 memset(&r_refdef.stats, 0, sizeof(r_refdef.stats));
792
793                 speedstringcount = 0;
794                 r_speeds_timestring[0] = 0;
795                 r_timereport_active = false;
796
797                 if (r_speeds.integer >= 2)
798                 {
799                         r_timereport_active = true;
800                         r_timereport_start = r_timereport_current = Sys_DoubleTime();
801                 }
802         }
803
804         if (string[0])
805         {
806                 if (string[strlen(string)-1] == '\n')
807                         string[strlen(string)-1] = 0;
808                 lines = 1;
809                 for (i = 0;string[i];i++)
810                         if (string[i] == '\n')
811                                 lines++;
812                 y = vid_conheight.integer - sb_lines - lines * 8;
813                 i = j = 0;
814                 r_draw2d_force = true;
815                 DrawQ_Fill(0, y, vid_conwidth.integer, lines * 8, 0, 0, 0, 0.5, 0);
816                 while (string[i])
817                 {
818                         j = i;
819                         while (string[i] && string[i] != '\n')
820                                 i++;
821                         if (i - j > 0)
822                                 DrawQ_String(0, y, string + j, i - j, 8, 8, 1, 1, 1, 1, 0, NULL, true, FONT_DEFAULT);
823                         if (string[i] == '\n')
824                                 i++;
825                         y += 8;
826                 }
827                 r_draw2d_force = false;
828         }
829 }
830
831 /*
832 =================
833 SCR_SizeUp_f
834
835 Keybinding command
836 =================
837 */
838 void SCR_SizeUp_f (void)
839 {
840         Cvar_SetValue ("viewsize",scr_viewsize.value+10);
841 }
842
843
844 /*
845 =================
846 SCR_SizeDown_f
847
848 Keybinding command
849 =================
850 */
851 void SCR_SizeDown_f (void)
852 {
853         Cvar_SetValue ("viewsize",scr_viewsize.value-10);
854 }
855
856 void SCR_CaptureVideo_EndVideo(void);
857 void CL_Screen_Shutdown(void)
858 {
859         SCR_CaptureVideo_EndVideo();
860 }
861
862 void CL_Screen_Init(void)
863 {
864         Cvar_RegisterVariable (&scr_fov);
865         Cvar_RegisterVariable (&scr_viewsize);
866         Cvar_RegisterVariable (&scr_conalpha);
867         Cvar_RegisterVariable (&scr_conalphafactor);
868         Cvar_RegisterVariable (&scr_conalpha2factor);
869         Cvar_RegisterVariable (&scr_conalpha3factor);
870         Cvar_RegisterVariable (&scr_conscroll_x);
871         Cvar_RegisterVariable (&scr_conscroll_y);
872         Cvar_RegisterVariable (&scr_conscroll2_x);
873         Cvar_RegisterVariable (&scr_conscroll2_y);
874         Cvar_RegisterVariable (&scr_conscroll3_x);
875         Cvar_RegisterVariable (&scr_conscroll3_y);
876         Cvar_RegisterVariable (&scr_conbrightness);
877         Cvar_RegisterVariable (&scr_conforcewhiledisconnected);
878         Cvar_RegisterVariable (&scr_menuforcewhiledisconnected);
879         Cvar_RegisterVariable (&scr_loadingscreen_background);
880         Cvar_RegisterVariable (&scr_loadingscreen_count);
881         Cvar_RegisterVariable (&scr_loadingscreen_barcolor);
882         Cvar_RegisterVariable (&scr_loadingscreen_barheight);
883         Cvar_RegisterVariable (&scr_showram);
884         Cvar_RegisterVariable (&scr_showturtle);
885         Cvar_RegisterVariable (&scr_showpause);
886         Cvar_RegisterVariable (&scr_showbrand);
887         Cvar_RegisterVariable (&scr_centertime);
888         Cvar_RegisterVariable (&scr_printspeed);
889         Cvar_RegisterVariable (&vid_conwidth);
890         Cvar_RegisterVariable (&vid_conheight);
891         Cvar_RegisterVariable (&vid_pixelheight);
892         Cvar_RegisterVariable (&scr_screenshot_jpeg);
893         Cvar_RegisterVariable (&scr_screenshot_jpeg_quality);
894         Cvar_RegisterVariable (&scr_screenshot_png);
895         Cvar_RegisterVariable (&scr_screenshot_gammaboost);
896         Cvar_RegisterVariable (&scr_screenshot_hwgamma);
897         Cvar_RegisterVariable (&scr_screenshot_name_in_mapdir);
898         Cvar_RegisterVariable (&scr_screenshot_alpha);
899         Cvar_RegisterVariable (&cl_capturevideo);
900         Cvar_RegisterVariable (&cl_capturevideo_printfps);
901         Cvar_RegisterVariable (&cl_capturevideo_width);
902         Cvar_RegisterVariable (&cl_capturevideo_height);
903         Cvar_RegisterVariable (&cl_capturevideo_realtime);
904         Cvar_RegisterVariable (&cl_capturevideo_fps);
905         Cvar_RegisterVariable (&cl_capturevideo_nameformat);
906         Cvar_RegisterVariable (&cl_capturevideo_number);
907         Cvar_RegisterVariable (&cl_capturevideo_ogg);
908         Cvar_RegisterVariable (&cl_capturevideo_framestep);
909         Cvar_RegisterVariable (&r_letterbox);
910         Cvar_RegisterVariable(&r_stereo_separation);
911         Cvar_RegisterVariable(&r_stereo_sidebyside);
912         Cvar_RegisterVariable(&r_stereo_horizontal);
913         Cvar_RegisterVariable(&r_stereo_vertical);
914         Cvar_RegisterVariable(&r_stereo_redblue);
915         Cvar_RegisterVariable(&r_stereo_redcyan);
916         Cvar_RegisterVariable(&r_stereo_redgreen);
917         Cvar_RegisterVariable(&r_stereo_angle);
918         Cvar_RegisterVariable(&scr_zoomwindow);
919         Cvar_RegisterVariable(&scr_zoomwindow_viewsizex);
920         Cvar_RegisterVariable(&scr_zoomwindow_viewsizey);
921         Cvar_RegisterVariable(&scr_zoomwindow_fov);
922         Cvar_RegisterVariable(&scr_stipple);
923         Cvar_RegisterVariable(&scr_refresh);
924         Cvar_RegisterVariable(&shownetgraph);
925         Cvar_RegisterVariable(&cl_demo_mousegrab);
926         Cvar_RegisterVariable(&timedemo_screenshotframelist);
927
928         Cmd_AddCommand ("sizeup",SCR_SizeUp_f, "increase view size (increases viewsize cvar)");
929         Cmd_AddCommand ("sizedown",SCR_SizeDown_f, "decrease view size (decreases viewsize cvar)");
930         Cmd_AddCommand ("screenshot",SCR_ScreenShot_f, "takes a screenshot of the next rendered frame");
931         Cmd_AddCommand ("envmap", R_Envmap_f, "render a cubemap (skybox) of the current scene");
932         Cmd_AddCommand ("infobar", SCR_InfoBar_f, "display a text in the infobar (usage: infobar expiretime string)");
933
934         SCR_CaptureVideo_Ogg_Init();
935
936         scr_initialized = true;
937 }
938
939 /*
940 ==================
941 SCR_ScreenShot_f
942 ==================
943 */
944 void SCR_ScreenShot_f (void)
945 {
946         static int shotnumber;
947         static char old_prefix_name[MAX_QPATH];
948         char prefix_name[MAX_QPATH];
949         char filename[MAX_QPATH];
950         unsigned char *buffer1;
951         unsigned char *buffer2;
952         qboolean jpeg = (scr_screenshot_jpeg.integer != 0);
953         qboolean png = (scr_screenshot_png.integer != 0) && !jpeg;
954
955         if (Cmd_Argc() == 2)
956         {
957                 const char *ext;
958                 strlcpy(filename, Cmd_Argv(1), sizeof(filename));
959                 ext = FS_FileExtension(filename);
960                 if (!strcasecmp(ext, "jpg"))
961                 {
962                         jpeg = true;
963                         png = false;
964                 }
965                 else if (!strcasecmp(ext, "tga"))
966                 {
967                         jpeg = false;
968                         png = false;
969                 }
970                 else if (!strcasecmp(ext, "png"))
971                 {
972                         jpeg = false;
973                         png = true;
974                 }
975                 else
976                 {
977                         Con_Printf("screenshot: supplied filename must end in .jpg or .tga or .png\n");
978                         return;
979                 }
980         }
981         else
982         {
983                 // TODO maybe make capturevideo and screenshot use similar name patterns?
984                 if (scr_screenshot_name_in_mapdir.integer && cl.worldbasename[0])
985                         dpsnprintf (prefix_name, sizeof(prefix_name), "%s/%s", cl.worldbasename, Sys_TimeString(scr_screenshot_name.string));
986                 else
987                         dpsnprintf (prefix_name, sizeof(prefix_name), "%s", Sys_TimeString(scr_screenshot_name.string));
988
989                 if (strcmp(old_prefix_name, prefix_name))
990                 {
991                         dpsnprintf(old_prefix_name, sizeof(old_prefix_name), "%s", prefix_name );
992                         shotnumber = 0;
993                 }
994
995                 // find a file name to save it to
996                 for (;shotnumber < 1000000;shotnumber++)
997                         if (!FS_SysFileExists(va("%s/screenshots/%s%06d.tga", fs_gamedir, prefix_name, shotnumber)) && !FS_SysFileExists(va("%s/screenshots/%s%06d.jpg", fs_gamedir, prefix_name, shotnumber)) && !FS_SysFileExists(va("%s/screenshots/%s%06d.png", fs_gamedir, prefix_name, shotnumber)))
998                                 break;
999                 if (shotnumber >= 1000000)
1000                 {
1001                         Con_Print("Couldn't create the image file\n");
1002                         return;
1003                 }
1004
1005                 dpsnprintf(filename, sizeof(filename), "screenshots/%s%06d.%s", prefix_name, shotnumber, jpeg ? "jpg" : png ? "png" : "tga");
1006         }
1007
1008         buffer1 = (unsigned char *)Mem_Alloc(tempmempool, vid.width * vid.height * 4);
1009         buffer2 = (unsigned char *)Mem_Alloc(tempmempool, vid.width * vid.height * (scr_screenshot_alpha.integer ? 4 : 3));
1010
1011         if (SCR_ScreenShot (filename, buffer1, buffer2, 0, 0, vid.width, vid.height, false, false, false, jpeg, png, true, scr_screenshot_alpha.integer))
1012                 Con_Printf("Wrote %s\n", filename);
1013         else
1014         {
1015                 Con_Printf("Unable to write %s\n", filename);
1016                 if(jpeg || png)
1017                 {
1018                         if(SCR_ScreenShot (filename, buffer1, buffer2, 0, 0, vid.width, vid.height, false, false, false, false, false, true, scr_screenshot_alpha.integer))
1019                         {
1020                                 strlcpy(filename + strlen(filename) - 3, "tga", 4);
1021                                 Con_Printf("Wrote %s\n", filename);
1022                         }
1023                 }
1024         }
1025
1026         Mem_Free (buffer1);
1027         Mem_Free (buffer2);
1028
1029         shotnumber++;
1030 }
1031
1032 void SCR_CaptureVideo_BeginVideo(void)
1033 {
1034         double r, g, b;
1035         unsigned int i;
1036         int width = cl_capturevideo_width.integer, height = cl_capturevideo_height.integer;
1037         if (cls.capturevideo.active)
1038                 return;
1039         memset(&cls.capturevideo, 0, sizeof(cls.capturevideo));
1040         // soundrate is figured out on the first SoundFrame
1041
1042         if(width == 0 && height != 0)
1043                 width = (int) (height * (double)vid.width / ((double)vid.height * vid_pixelheight.value)); // keep aspect
1044         if(width != 0 && height == 0)
1045                 height = (int) (width * ((double)vid.height * vid_pixelheight.value) / (double)vid.width); // keep aspect
1046
1047         if(width < 2 || width > vid.width) // can't scale up
1048                 width = vid.width;
1049         if(height < 2 || height > vid.height) // can't scale up
1050                 height = vid.height;
1051
1052         // ensure it's all even; if not, scale down a little
1053         if(width % 1)
1054                 --width;
1055         if(height % 1)
1056                 --height;
1057
1058         cls.capturevideo.width = width;
1059         cls.capturevideo.height = height;
1060         cls.capturevideo.active = true;
1061         cls.capturevideo.framerate = bound(1, cl_capturevideo_fps.value, 1001) * bound(1, cl_capturevideo_framestep.integer, 64);
1062         cls.capturevideo.framestep = cl_capturevideo_framestep.integer;
1063         cls.capturevideo.soundrate = S_GetSoundRate();
1064         cls.capturevideo.soundchannels = S_GetSoundChannels();
1065         cls.capturevideo.startrealtime = realtime;
1066         cls.capturevideo.frame = cls.capturevideo.lastfpsframe = 0;
1067         cls.capturevideo.starttime = cls.capturevideo.lastfpstime = Sys_DoubleTime();
1068         cls.capturevideo.soundsampleframe = 0;
1069         cls.capturevideo.realtime = cl_capturevideo_realtime.integer != 0;
1070         cls.capturevideo.screenbuffer = (unsigned char *)Mem_Alloc(tempmempool, vid.width * vid.height * 4);
1071         cls.capturevideo.outbuffer = (unsigned char *)Mem_Alloc(tempmempool, width * height * (4+4) + 18);
1072         dpsnprintf(cls.capturevideo.basename, sizeof(cls.capturevideo.basename), "video/%s%03i", Sys_TimeString(cl_capturevideo_nameformat.string), cl_capturevideo_number.integer);
1073         Cvar_SetValueQuick(&cl_capturevideo_number, cl_capturevideo_number.integer + 1);
1074
1075         /*
1076         for (i = 0;i < 256;i++)
1077         {
1078                 unsigned char j = (unsigned char)bound(0, 255*pow(i/255.0, gamma), 255);
1079                 cls.capturevideo.rgbgammatable[0][i] = j;
1080                 cls.capturevideo.rgbgammatable[1][i] = j;
1081                 cls.capturevideo.rgbgammatable[2][i] = j;
1082         }
1083         */
1084 /*
1085 R = Y + 1.4075 * (Cr - 128);
1086 G = Y + -0.3455 * (Cb - 128) + -0.7169 * (Cr - 128);
1087 B = Y + 1.7790 * (Cb - 128);
1088 Y = R *  .299 + G *  .587 + B *  .114;
1089 Cb = R * -.169 + G * -.332 + B *  .500 + 128.;
1090 Cr = R *  .500 + G * -.419 + B * -.0813 + 128.;
1091 */
1092
1093         if(WANT_SCREENSHOT_HWGAMMA)
1094         {
1095                 VID_BuildGammaTables(&cls.capturevideo.vidramp[0], 256);
1096         }
1097         else
1098         {
1099                 // identity gamma table
1100                 BuildGammaTable16(1.0f, 1.0f, 1.0f, 0.0f, 1.0f, cls.capturevideo.vidramp, 256);
1101                 BuildGammaTable16(1.0f, 1.0f, 1.0f, 0.0f, 1.0f, cls.capturevideo.vidramp + 256, 256);
1102                 BuildGammaTable16(1.0f, 1.0f, 1.0f, 0.0f, 1.0f, cls.capturevideo.vidramp + 256*2, 256);
1103         }
1104         if(scr_screenshot_gammaboost.value != 1)
1105         {
1106                 double igamma = 1 / scr_screenshot_gammaboost.value;
1107                 for (i = 0;i < 256 * 3;i++)
1108                         cls.capturevideo.vidramp[i] = (unsigned short) (0.5 + pow(cls.capturevideo.vidramp[i] * (1.0 / 65535.0), igamma) * 65535.0);
1109         }
1110
1111         for (i = 0;i < 256;i++)
1112         {
1113                 r = 255*cls.capturevideo.vidramp[i]/65535.0;
1114                 g = 255*cls.capturevideo.vidramp[i+256]/65535.0;
1115                 b = 255*cls.capturevideo.vidramp[i+512]/65535.0;
1116                 // NOTE: we have to round DOWN here, or integer overflows happen. Sorry for slightly wrong looking colors sometimes...
1117                 // Y weights from RGB
1118                 cls.capturevideo.rgbtoyuvscaletable[0][0][i] = (short)(r *  0.299);
1119                 cls.capturevideo.rgbtoyuvscaletable[0][1][i] = (short)(g *  0.587);
1120                 cls.capturevideo.rgbtoyuvscaletable[0][2][i] = (short)(b *  0.114);
1121                 // Cb weights from RGB
1122                 cls.capturevideo.rgbtoyuvscaletable[1][0][i] = (short)(r * -0.169);
1123                 cls.capturevideo.rgbtoyuvscaletable[1][1][i] = (short)(g * -0.332);
1124                 cls.capturevideo.rgbtoyuvscaletable[1][2][i] = (short)(b *  0.500);
1125                 // Cr weights from RGB
1126                 cls.capturevideo.rgbtoyuvscaletable[2][0][i] = (short)(r *  0.500);
1127                 cls.capturevideo.rgbtoyuvscaletable[2][1][i] = (short)(g * -0.419);
1128                 cls.capturevideo.rgbtoyuvscaletable[2][2][i] = (short)(b * -0.0813);
1129                 // range reduction of YCbCr to valid signal range
1130                 cls.capturevideo.yuvnormalizetable[0][i] = 16 + i * (236-16) / 256;
1131                 cls.capturevideo.yuvnormalizetable[1][i] = 16 + i * (240-16) / 256;
1132                 cls.capturevideo.yuvnormalizetable[2][i] = 16 + i * (240-16) / 256;
1133         }
1134
1135         if (cl_capturevideo_ogg.integer)
1136         {
1137                 if(SCR_CaptureVideo_Ogg_Available())
1138                 {
1139                         SCR_CaptureVideo_Ogg_BeginVideo();
1140                         return;
1141                 }
1142                 else
1143                         Con_Print("cl_capturevideo_ogg: libraries not available. Capturing in AVI instead.\n");
1144         }
1145
1146         SCR_CaptureVideo_Avi_BeginVideo();
1147 }
1148
1149 void SCR_CaptureVideo_EndVideo(void)
1150 {
1151         if (!cls.capturevideo.active)
1152                 return;
1153         cls.capturevideo.active = false;
1154
1155         Con_Printf("Finishing capture of %s.%s (%d frames, %d audio frames)\n", cls.capturevideo.basename, cls.capturevideo.formatextension, cls.capturevideo.frame, cls.capturevideo.soundsampleframe);
1156
1157         if (cls.capturevideo.videofile)
1158         {
1159                 cls.capturevideo.endvideo();
1160         }
1161
1162         if (cls.capturevideo.screenbuffer)
1163         {
1164                 Mem_Free (cls.capturevideo.screenbuffer);
1165                 cls.capturevideo.screenbuffer = NULL;
1166         }
1167
1168         if (cls.capturevideo.outbuffer)
1169         {
1170                 Mem_Free (cls.capturevideo.outbuffer);
1171                 cls.capturevideo.outbuffer = NULL;
1172         }
1173
1174         memset(&cls.capturevideo, 0, sizeof(cls.capturevideo));
1175 }
1176
1177 static void SCR_ScaleDownBGRA(unsigned char *in, int inw, int inh, unsigned char *out, int outw, int outh)
1178 {
1179         // TODO optimize this function
1180
1181         int x, y;
1182         float area;
1183
1184         // memcpy is faster than me
1185         if(inw == outw && inh == outh)
1186         {
1187                 memcpy(out, in, 4 * inw * inh);
1188                 return;
1189         }
1190
1191         // otherwise: a box filter
1192         area = (float)outw * (float)outh / (float)inw / (float)inh;
1193         for(y = 0; y < outh; ++y)
1194         {
1195                 float iny0 =  y    / (float)outh * inh; int iny0_i = (int) floor(iny0);
1196                 float iny1 = (y+1) / (float)outh * inh; int iny1_i = (int) ceil(iny1);
1197                 for(x = 0; x < outw; ++x)
1198                 {
1199                         float inx0 =  x    / (float)outw * inw; int inx0_i = (int) floor(inx0);
1200                         float inx1 = (x+1) / (float)outw * inw; int inx1_i = (int) ceil(inx1);
1201                         float r = 0, g = 0, b = 0, alpha = 0;
1202                         int xx, yy;
1203
1204                         for(yy = iny0_i; yy < iny1_i; ++yy)
1205                         {
1206                                 float ya = min(yy+1, iny1) - max(iny0, yy);
1207                                 for(xx = inx0_i; xx < inx1_i; ++xx)
1208                                 {
1209                                         float a = ya * (min(xx+1, inx1) - max(inx0, xx));
1210                                         r += a * in[4*(xx + inw * yy)+0];
1211                                         g += a * in[4*(xx + inw * yy)+1];
1212                                         b += a * in[4*(xx + inw * yy)+2];
1213                                         alpha += a * in[4*(xx + inw * yy)+3];
1214                                 }
1215                         }
1216
1217                         out[4*(x + outw * y)+0] = (unsigned char) (r * area);
1218                         out[4*(x + outw * y)+1] = (unsigned char) (g * area);
1219                         out[4*(x + outw * y)+2] = (unsigned char) (b * area);
1220                         out[4*(x + outw * y)+3] = (unsigned char) (alpha * area);
1221                 }
1222         }
1223 }
1224
1225 void SCR_CaptureVideo_VideoFrame(int newframestepframenum)
1226 {
1227         int x = 0, y = 0;
1228         int width = cls.capturevideo.width, height = cls.capturevideo.height;
1229
1230         if(newframestepframenum == cls.capturevideo.framestepframe)
1231                 return;
1232
1233         CHECKGLERROR
1234         // speed is critical here, so do saving as directly as possible
1235
1236         qglReadPixels (x, y, vid.width, vid.height, GL_BGRA, GL_UNSIGNED_BYTE, cls.capturevideo.screenbuffer);CHECKGLERROR
1237         SCR_ScaleDownBGRA (cls.capturevideo.screenbuffer, vid.width, vid.height, cls.capturevideo.outbuffer, width, height);
1238
1239         cls.capturevideo.videoframes(newframestepframenum - cls.capturevideo.framestepframe);
1240         cls.capturevideo.framestepframe = newframestepframenum;
1241
1242         if(cl_capturevideo_printfps.integer)
1243         {
1244                 char buf[80];
1245                 double t = Sys_DoubleTime();
1246                 if(t > cls.capturevideo.lastfpstime + 1)
1247                 {
1248                         double fps1 = (cls.capturevideo.frame - cls.capturevideo.lastfpsframe) / (t - cls.capturevideo.lastfpstime + 0.0000001);
1249                         double fps  = (cls.capturevideo.frame                                ) / (t - cls.capturevideo.starttime   + 0.0000001);
1250                         dpsnprintf(buf, sizeof(buf), "capturevideo: (%.1fs) last second %.3ffps, total %.3ffps\n", cls.capturevideo.frame / cls.capturevideo.framerate, fps1, fps);
1251                         Sys_PrintToTerminal(buf);
1252                         cls.capturevideo.lastfpstime = t;
1253                         cls.capturevideo.lastfpsframe = cls.capturevideo.frame;
1254                 }
1255         }
1256 }
1257
1258 void SCR_CaptureVideo_SoundFrame(const portable_sampleframe_t *paintbuffer, size_t length)
1259 {
1260         cls.capturevideo.soundsampleframe += length;
1261         cls.capturevideo.soundframe(paintbuffer, length);
1262 }
1263
1264 void SCR_CaptureVideo(void)
1265 {
1266         int newframenum;
1267         if (cl_capturevideo.integer)
1268         {
1269                 if (!cls.capturevideo.active)
1270                         SCR_CaptureVideo_BeginVideo();
1271                 if (cls.capturevideo.framerate != cl_capturevideo_fps.value * cl_capturevideo_framestep.integer)
1272                 {
1273                         Con_Printf("You can not change the video framerate while recording a video.\n");
1274                         Cvar_SetValueQuick(&cl_capturevideo_fps, cls.capturevideo.framerate / (double) cl_capturevideo_framestep.integer);
1275                 }
1276                 // for AVI saving we have to make sure that sound is saved before video
1277                 if (cls.capturevideo.soundrate && !cls.capturevideo.soundsampleframe)
1278                         return;
1279                 if (cls.capturevideo.realtime)
1280                 {
1281                         // preserve sound sync by duplicating frames when running slow
1282                         newframenum = (int)((realtime - cls.capturevideo.startrealtime) * cls.capturevideo.framerate);
1283                 }
1284                 else
1285                         newframenum = cls.capturevideo.frame + 1;
1286                 // if falling behind more than one second, stop
1287                 if (newframenum - cls.capturevideo.frame > 60 * (int)ceil(cls.capturevideo.framerate))
1288                 {
1289                         Cvar_SetValueQuick(&cl_capturevideo, 0);
1290                         Con_Printf("video saving failed on frame %i, your machine is too slow for this capture speed.\n", cls.capturevideo.frame);
1291                         SCR_CaptureVideo_EndVideo();
1292                         return;
1293                 }
1294                 // write frames
1295                 SCR_CaptureVideo_VideoFrame(newframenum / cls.capturevideo.framestep);
1296                 cls.capturevideo.frame = newframenum;
1297                 if (cls.capturevideo.error)
1298                 {
1299                         Cvar_SetValueQuick(&cl_capturevideo, 0);
1300                         Con_Printf("video saving failed on frame %i, out of disk space? stopping video capture.\n", cls.capturevideo.frame);
1301                         SCR_CaptureVideo_EndVideo();
1302                 }
1303         }
1304         else if (cls.capturevideo.active)
1305                 SCR_CaptureVideo_EndVideo();
1306 }
1307
1308 /*
1309 ===============
1310 R_Envmap_f
1311
1312 Grab six views for environment mapping tests
1313 ===============
1314 */
1315 struct envmapinfo_s
1316 {
1317         float angles[3];
1318         char *name;
1319         qboolean flipx, flipy, flipdiagonaly;
1320 }
1321 envmapinfo[12] =
1322 {
1323         {{  0,   0, 0}, "rt", false, false, false},
1324         {{  0, 270, 0}, "ft", false, false, false},
1325         {{  0, 180, 0}, "lf", false, false, false},
1326         {{  0,  90, 0}, "bk", false, false, false},
1327         {{-90, 180, 0}, "up",  true,  true, false},
1328         {{ 90, 180, 0}, "dn",  true,  true, false},
1329
1330         {{  0,   0, 0}, "px",  true,  true,  true},
1331         {{  0,  90, 0}, "py", false,  true, false},
1332         {{  0, 180, 0}, "nx", false, false,  true},
1333         {{  0, 270, 0}, "ny",  true, false, false},
1334         {{-90, 180, 0}, "pz", false, false,  true},
1335         {{ 90, 180, 0}, "nz", false, false,  true}
1336 };
1337
1338 static void R_Envmap_f (void)
1339 {
1340         int j, size;
1341         char filename[MAX_QPATH], basename[MAX_QPATH];
1342         unsigned char *buffer1;
1343         unsigned char *buffer2;
1344
1345         if (Cmd_Argc() != 3)
1346         {
1347                 Con_Print("envmap <basename> <size>: save out 6 cubic environment map images, usable with loadsky, note that size must one of 128, 256, 512, or 1024 and can't be bigger than your current resolution\n");
1348                 return;
1349         }
1350
1351         strlcpy (basename, Cmd_Argv(1), sizeof (basename));
1352         size = atoi(Cmd_Argv(2));
1353         if (size != 128 && size != 256 && size != 512 && size != 1024)
1354         {
1355                 Con_Print("envmap: size must be one of 128, 256, 512, or 1024\n");
1356                 return;
1357         }
1358         if (size > vid.width || size > vid.height)
1359         {
1360                 Con_Print("envmap: your resolution is not big enough to render that size\n");
1361                 return;
1362         }
1363
1364         r_refdef.envmap = true;
1365
1366         R_UpdateVariables();
1367
1368         r_refdef.view.x = 0;
1369         r_refdef.view.y = 0;
1370         r_refdef.view.z = 0;
1371         r_refdef.view.width = size;
1372         r_refdef.view.height = size;
1373         r_refdef.view.depth = 1;
1374         r_refdef.view.useperspective = true;
1375         r_refdef.view.isoverlay = false;
1376
1377         r_refdef.view.frustum_x = 1; // tan(45 * M_PI / 180.0);
1378         r_refdef.view.frustum_y = 1; // tan(45 * M_PI / 180.0);
1379
1380         buffer1 = (unsigned char *)Mem_Alloc(tempmempool, size * size * 4);
1381         buffer2 = (unsigned char *)Mem_Alloc(tempmempool, size * size * 3);
1382
1383         for (j = 0;j < 12;j++)
1384         {
1385                 dpsnprintf(filename, sizeof(filename), "env/%s%s.tga", basename, envmapinfo[j].name);
1386                 Matrix4x4_CreateFromQuakeEntity(&r_refdef.view.matrix, r_refdef.view.origin[0], r_refdef.view.origin[1], r_refdef.view.origin[2], envmapinfo[j].angles[0], envmapinfo[j].angles[1], envmapinfo[j].angles[2], 1);
1387                 r_refdef.view.quality = 1;
1388                 r_refdef.view.clear = true;
1389                 R_Mesh_Start();
1390                 R_RenderView();
1391                 R_Mesh_Finish();
1392                 SCR_ScreenShot(filename, buffer1, buffer2, 0, vid.height - (r_refdef.view.y + r_refdef.view.height), size, size, envmapinfo[j].flipx, envmapinfo[j].flipy, envmapinfo[j].flipdiagonaly, false, false, false, false);
1393         }
1394
1395         Mem_Free (buffer1);
1396         Mem_Free (buffer2);
1397
1398         r_refdef.envmap = false;
1399 }
1400
1401 //=============================================================================
1402
1403 void SHOWLMP_decodehide(void)
1404 {
1405         int i;
1406         char *lmplabel;
1407         lmplabel = MSG_ReadString();
1408         for (i = 0;i < cl.num_showlmps;i++)
1409                 if (cl.showlmps[i].isactive && strcmp(cl.showlmps[i].label, lmplabel) == 0)
1410                 {
1411                         cl.showlmps[i].isactive = false;
1412                         return;
1413                 }
1414 }
1415
1416 void SHOWLMP_decodeshow(void)
1417 {
1418         int k;
1419         char lmplabel[256], picname[256];
1420         float x, y;
1421         strlcpy (lmplabel,MSG_ReadString(), sizeof (lmplabel));
1422         strlcpy (picname, MSG_ReadString(), sizeof (picname));
1423         if (gamemode == GAME_NEHAHRA) // LordHavoc: nasty old legacy junk
1424         {
1425                 x = MSG_ReadByte();
1426                 y = MSG_ReadByte();
1427         }
1428         else
1429         {
1430                 x = MSG_ReadShort();
1431                 y = MSG_ReadShort();
1432         }
1433         if (!cl.showlmps || cl.num_showlmps >= cl.max_showlmps)
1434         {
1435                 showlmp_t *oldshowlmps = cl.showlmps;
1436                 cl.max_showlmps += 16;
1437                 cl.showlmps = (showlmp_t *) Mem_Alloc(cls.levelmempool, cl.max_showlmps * sizeof(showlmp_t));
1438                 if (cl.num_showlmps)
1439                         memcpy(cl.showlmps, oldshowlmps, cl.num_showlmps * sizeof(showlmp_t));
1440                 if (oldshowlmps)
1441                         Mem_Free(oldshowlmps);
1442         }
1443         for (k = 0;k < cl.max_showlmps;k++)
1444                 if (cl.showlmps[k].isactive && !strcmp(cl.showlmps[k].label, lmplabel))
1445                         break;
1446         if (k == cl.max_showlmps)
1447                 for (k = 0;k < cl.max_showlmps;k++)
1448                         if (!cl.showlmps[k].isactive)
1449                                 break;
1450         cl.showlmps[k].isactive = true;
1451         strlcpy (cl.showlmps[k].label, lmplabel, sizeof (cl.showlmps[k].label));
1452         strlcpy (cl.showlmps[k].pic, picname, sizeof (cl.showlmps[k].pic));
1453         cl.showlmps[k].x = x;
1454         cl.showlmps[k].y = y;
1455         cl.num_showlmps = max(cl.num_showlmps, k + 1);
1456 }
1457
1458 void SHOWLMP_drawall(void)
1459 {
1460         int i;
1461         for (i = 0;i < cl.num_showlmps;i++)
1462                 if (cl.showlmps[i].isactive)
1463                         DrawQ_Pic(cl.showlmps[i].x, cl.showlmps[i].y, Draw_CachePic_Flags (cl.showlmps[i].pic, CACHEPICFLAG_NOTPERSISTENT), 0, 0, 1, 1, 1, 1, 0);
1464 }
1465
1466 /*
1467 ==============================================================================
1468
1469                                                 SCREEN SHOTS
1470
1471 ==============================================================================
1472 */
1473
1474 // buffer1: 4*w*h
1475 // buffer2: 3*w*h (or 4*w*h if screenshotting alpha too)
1476 qboolean SCR_ScreenShot(char *filename, unsigned char *buffer1, unsigned char *buffer2, int x, int y, int width, int height, qboolean flipx, qboolean flipy, qboolean flipdiagonal, qboolean jpeg, qboolean png, qboolean gammacorrect, qboolean keep_alpha)
1477 {
1478         int     indices[4] = {0,1,2,3}; // BGRA
1479         qboolean ret;
1480
1481         CHECKGLERROR
1482         qglReadPixels (x, y, width, height, GL_BGRA, GL_UNSIGNED_BYTE, buffer1);CHECKGLERROR
1483
1484         if(gammacorrect && (scr_screenshot_gammaboost.value != 1 || WANT_SCREENSHOT_HWGAMMA))
1485         {
1486                 int i;
1487                 double igamma = 1.0 / scr_screenshot_gammaboost.value;
1488                 unsigned short vidramp[256 * 3];
1489                 if(WANT_SCREENSHOT_HWGAMMA)
1490                 {
1491                         VID_BuildGammaTables(&vidramp[0], 256);
1492                 }
1493                 else
1494                 {
1495                         // identity gamma table
1496                         BuildGammaTable16(1.0f, 1.0f, 1.0f, 0.0f, 1.0f, vidramp, 256);
1497                         BuildGammaTable16(1.0f, 1.0f, 1.0f, 0.0f, 1.0f, vidramp + 256, 256);
1498                         BuildGammaTable16(1.0f, 1.0f, 1.0f, 0.0f, 1.0f, vidramp + 256*2, 256);
1499                 }
1500                 if(scr_screenshot_gammaboost.value != 1)
1501                 {
1502                         for (i = 0;i < 256 * 3;i++)
1503                                 vidramp[i] = (unsigned short) (0.5 + pow(vidramp[i] * (1.0 / 65535.0), igamma) * 65535.0);
1504                 }
1505                 for (i = 0;i < width*height*4;i += 4)
1506                 {
1507                         buffer1[i] = (unsigned char) (vidramp[buffer1[i] + 512] * 255.0 / 65535.0 + 0.5); // B
1508                         buffer1[i+1] = (unsigned char) (vidramp[buffer1[i+1] + 256] * 255.0 / 65535.0 + 0.5); // G
1509                         buffer1[i+2] = (unsigned char) (vidramp[buffer1[i+2]] * 255.0 / 65535.0 + 0.5); // R
1510                         // A
1511                 }
1512         }
1513
1514         if(keep_alpha && !jpeg)
1515         {
1516                 if(!png)
1517                         flipy = !flipy; // TGA: not preflipped
1518                 Image_CopyMux (buffer2, buffer1, width, height, flipx, flipy, flipdiagonal, 4, 4, indices);
1519                 if (png)
1520                         ret = PNG_SaveImage_preflipped (filename, width, height, true, buffer2);
1521                 else
1522                         ret = Image_WriteTGABGRA(filename, width, height, buffer2);
1523         }
1524         else
1525         {
1526                 if(jpeg)
1527                 {
1528                         indices[0] = 2;
1529                         indices[2] = 0; // RGB
1530                 }
1531                 Image_CopyMux (buffer2, buffer1, width, height, flipx, flipy, flipdiagonal, 3, 4, indices);
1532                 if (jpeg)
1533                         ret = JPEG_SaveImage_preflipped (filename, width, height, buffer2);
1534                 else if (png)
1535                         ret = PNG_SaveImage_preflipped (filename, width, height, false, buffer2);
1536                 else
1537                         ret = Image_WriteTGABGR_preflipped (filename, width, height, buffer2);
1538         }
1539
1540         return ret;
1541 }
1542
1543 //=============================================================================
1544
1545 extern void R_UpdateFogColor(void);
1546 void R_ClearScreen(qboolean fogcolor)
1547 {
1548         // clear to black
1549         CHECKGLERROR
1550         if (fogcolor)
1551         {
1552                 R_UpdateFogColor();
1553                 qglClearColor(r_refdef.fogcolor[0],r_refdef.fogcolor[1],r_refdef.fogcolor[2],0);CHECKGLERROR
1554         }
1555         else
1556         {
1557                 qglClearColor(0,0,0,0);CHECKGLERROR
1558         }
1559         qglClearDepth(1);CHECKGLERROR
1560         if (vid.stencil)
1561         {
1562                 // LordHavoc: we use a stencil centered around 128 instead of 0,
1563                 // to avoid clamping interfering with strange shadow volume
1564                 // drawing orders
1565                 qglClearStencil(128);CHECKGLERROR
1566         }
1567         // clear the screen
1568         GL_Clear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | (vid.stencil ? GL_STENCIL_BUFFER_BIT : 0));
1569         // set dithering mode
1570         if (gl_dither.integer)
1571         {
1572                 qglEnable(GL_DITHER);CHECKGLERROR
1573         }
1574         else
1575         {
1576                 qglDisable(GL_DITHER);CHECKGLERROR
1577         }
1578 }
1579
1580 qboolean CL_VM_UpdateView (void);
1581 void SCR_DrawConsole (void);
1582 void R_Shadow_EditLights_DrawSelectedLightProperties(void);
1583
1584 int r_stereo_side;
1585
1586 extern void Sbar_ShowFPS(void);
1587 void SCR_DrawScreen (void)
1588 {
1589         Draw_Frame();
1590
1591         R_Mesh_Start();
1592
1593         R_UpdateVariables();
1594
1595         // Quake uses clockwise winding, so these are swapped
1596         r_refdef.view.cullface_front = GL_BACK;
1597         r_refdef.view.cullface_back = GL_FRONT;
1598
1599         if (cls.signon == SIGNONS)
1600         {
1601                 float size;
1602
1603                 size = scr_viewsize.value * (1.0 / 100.0);
1604                 size = min(size, 1);
1605
1606                 if (r_stereo_sidebyside.integer)
1607                 {
1608                         r_refdef.view.width = (int)(vid.width * size / 2.5);
1609                         r_refdef.view.height = (int)(vid.height * size / 2.5 * (1 - bound(0, r_letterbox.value, 100) / 100));
1610                         r_refdef.view.depth = 1;
1611                         r_refdef.view.x = (int)((vid.width - r_refdef.view.width * 2.5) * 0.5);
1612                         r_refdef.view.y = (int)((vid.height - r_refdef.view.height)/2);
1613                         r_refdef.view.z = 0;
1614                         if (r_stereo_side)
1615                                 r_refdef.view.x += (int)(r_refdef.view.width * 1.5);
1616                 }
1617                 else if (r_stereo_horizontal.integer)
1618                 {
1619                         r_refdef.view.width = (int)(vid.width * size / 2);
1620                         r_refdef.view.height = (int)(vid.height * size * (1 - bound(0, r_letterbox.value, 100) / 100));
1621                         r_refdef.view.depth = 1;
1622                         r_refdef.view.x = (int)((vid.width - r_refdef.view.width * 2.0)/2);
1623                         r_refdef.view.y = (int)((vid.height - r_refdef.view.height)/2);
1624                         r_refdef.view.z = 0;
1625                         if (r_stereo_side)
1626                                 r_refdef.view.x += (int)(r_refdef.view.width);
1627                 }
1628                 else if (r_stereo_vertical.integer)
1629                 {
1630                         r_refdef.view.width = (int)(vid.width * size);
1631                         r_refdef.view.height = (int)(vid.height * size * (1 - bound(0, r_letterbox.value, 100) / 100) / 2);
1632                         r_refdef.view.depth = 1;
1633                         r_refdef.view.x = (int)((vid.width - r_refdef.view.width)/2);
1634                         r_refdef.view.y = (int)((vid.height - r_refdef.view.height * 2.0)/2);
1635                         r_refdef.view.z = 0;
1636                         if (r_stereo_side)
1637                                 r_refdef.view.y += (int)(r_refdef.view.height);
1638                 }
1639                 else
1640                 {
1641                         r_refdef.view.width = (int)(vid.width * size);
1642                         r_refdef.view.height = (int)(vid.height * size * (1 - bound(0, r_letterbox.value, 100) / 100));
1643                         r_refdef.view.depth = 1;
1644                         r_refdef.view.x = (int)((vid.width - r_refdef.view.width)/2);
1645                         r_refdef.view.y = (int)((vid.height - r_refdef.view.height)/2);
1646                         r_refdef.view.z = 0;
1647                 }
1648
1649                 // LordHavoc: viewzoom (zoom in for sniper rifles, etc)
1650                 // LordHavoc: this is designed to produce widescreen fov values
1651                 // when the screen is wider than 4/3 width/height aspect, to do
1652                 // this it simply assumes the requested fov is the vertical fov
1653                 // for a 4x3 display, if the ratio is not 4x3 this makes the fov
1654                 // higher/lower according to the ratio
1655                 r_refdef.view.useperspective = true;
1656                 r_refdef.view.frustum_y = tan(scr_fov.value * M_PI / 360.0) * (3.0/4.0) * cl.viewzoom;
1657                 r_refdef.view.frustum_x = r_refdef.view.frustum_y * (float)r_refdef.view.width / (float)r_refdef.view.height / vid_pixelheight.value;
1658
1659                 r_refdef.view.frustum_x *= r_refdef.frustumscale_x;
1660                 r_refdef.view.frustum_y *= r_refdef.frustumscale_y;
1661
1662                 if(!CL_VM_UpdateView())
1663                         R_RenderView();
1664
1665                 if (scr_zoomwindow.integer)
1666                 {
1667                         float sizex = bound(10, scr_zoomwindow_viewsizex.value, 100) / 100.0;
1668                         float sizey = bound(10, scr_zoomwindow_viewsizey.value, 100) / 100.0;
1669                         r_refdef.view.width = (int)(vid.width * sizex);
1670                         r_refdef.view.height = (int)(vid.height * sizey);
1671                         r_refdef.view.depth = 1;
1672                         r_refdef.view.x = (int)((vid.width - r_refdef.view.width)/2);
1673                         r_refdef.view.y = 0;
1674                         r_refdef.view.z = 0;
1675
1676                         r_refdef.view.useperspective = true;
1677                         r_refdef.view.frustum_y = tan(scr_zoomwindow_fov.value * M_PI / 360.0) * (3.0/4.0) * cl.viewzoom;
1678                         r_refdef.view.frustum_x = r_refdef.view.frustum_y * vid_pixelheight.value * (float)r_refdef.view.width / (float)r_refdef.view.height;
1679
1680                         r_refdef.view.frustum_x *= r_refdef.frustumscale_x;
1681                         r_refdef.view.frustum_y *= r_refdef.frustumscale_y;
1682
1683                         if(!CL_VM_UpdateView())
1684                                 R_RenderView();
1685                 }
1686         }
1687
1688         if (!r_stereo_sidebyside.integer && !r_stereo_horizontal.integer && !r_stereo_vertical.integer)
1689         {
1690                 r_refdef.view.width = vid.width;
1691                 r_refdef.view.height = vid.height;
1692                 r_refdef.view.depth = 1;
1693                 r_refdef.view.x = 0;
1694                 r_refdef.view.y = 0;
1695                 r_refdef.view.z = 0;
1696                 r_refdef.view.useperspective = false;
1697         }
1698
1699         if (cls.timedemo && cls.td_frames > 0 && timedemo_screenshotframelist.string && timedemo_screenshotframelist.string[0])
1700         {
1701                 const char *t;
1702                 int framenum;
1703                 t = timedemo_screenshotframelist.string;
1704                 while (*t)
1705                 {
1706                         while (*t == ' ')
1707                                 t++;
1708                         if (!*t)
1709                                 break;
1710                         framenum = atof(t);
1711                         if (framenum == cls.td_frames)
1712                                 break;
1713                         while (*t && *t != ' ')
1714                                 t++;
1715                 }
1716                 if (*t)
1717                 {
1718                         // we need to take a screenshot of this frame...
1719                         char filename[MAX_QPATH];
1720                         unsigned char *buffer1;
1721                         unsigned char *buffer2;
1722                         dpsnprintf(filename, sizeof(filename), "timedemoscreenshots/%s%06d.tga", cls.demoname, cls.td_frames);
1723                         buffer1 = (unsigned char *)Mem_Alloc(tempmempool, vid.width * vid.height * 4);
1724                         buffer2 = (unsigned char *)Mem_Alloc(tempmempool, vid.width * vid.height * 3);
1725                         SCR_ScreenShot(filename, buffer1, buffer2, 0, 0, vid.width, vid.height, false, false, false, false, false, true, false);
1726                         Mem_Free(buffer1);
1727                         Mem_Free(buffer2);
1728                 }
1729         }
1730
1731         // draw 2D stuff
1732         if(!scr_con_current && !(key_consoleactive & KEY_CONSOLEACTIVE_FORCED))
1733                 if ((key_dest == key_game || key_dest == key_message) && !r_letterbox.value)
1734                         Con_DrawNotify ();      // only draw notify in game
1735
1736         if (cls.signon == SIGNONS)
1737         {
1738                 SCR_DrawNet ();
1739                 SCR_DrawTurtle ();
1740                 SCR_DrawPause ();
1741                 if (!r_letterbox.value)
1742                         Sbar_Draw();
1743                 Sbar_ShowFPS();
1744                 SHOWLMP_drawall();
1745                 SCR_CheckDrawCenterString();
1746         }
1747         SCR_DrawNetGraph ();
1748         MR_Draw();
1749         CL_DrawVideo();
1750         R_Shadow_EditLights_DrawSelectedLightProperties();
1751
1752         SCR_DrawConsole();
1753
1754         SCR_DrawBrand();
1755
1756         SCR_DrawInfobar();
1757
1758         if (r_timereport_active)
1759                 R_TimeReport("2d");
1760
1761         if (cls.signon == SIGNONS)
1762         {
1763                 R_TimeReport_EndFrame();
1764                 R_TimeReport_BeginFrame();
1765         }
1766
1767         DrawQ_Finish();
1768
1769         R_DrawGamma();
1770
1771         R_Mesh_Finish();
1772 }
1773
1774 typedef struct loadingscreenstack_s
1775 {
1776         struct loadingscreenstack_s *prev;
1777         char msg[MAX_QPATH];
1778         float absolute_loading_amount_min; // this corresponds to relative completion 0 of this item
1779         float absolute_loading_amount_len; // this corresponds to relative completion 1 of this item
1780         float relative_completion; // 0 .. 1
1781 }
1782 loadingscreenstack_t;
1783 static loadingscreenstack_t *loadingscreenstack = NULL;
1784 static double loadingscreentime = -1;
1785 static qboolean loadingscreencleared = false;
1786 static float loadingscreenheight = 0;
1787 rtexture_t *loadingscreentexture = NULL;
1788 static float loadingscreentexture_vertex3f[12];
1789 static float loadingscreentexture_texcoord2f[8];
1790 static int loadingscreenpic_number = 0;
1791
1792 static void SCR_ClearLoadingScreenTexture(void)
1793 {
1794         if(loadingscreentexture)
1795                 R_FreeTexture(loadingscreentexture);
1796         loadingscreentexture = NULL;
1797 }
1798
1799 extern rtexturepool_t *r_main_texturepool;
1800 static void SCR_SetLoadingScreenTexture(void)
1801 {
1802         int w, h;
1803         float loadingscreentexture_w;
1804         float loadingscreentexture_h;
1805
1806         SCR_ClearLoadingScreenTexture();
1807
1808         if (vid.support.arb_texture_non_power_of_two)
1809         {
1810                 w = vid.width; h = vid.height;
1811                 loadingscreentexture_w = loadingscreentexture_h = 1;
1812         }
1813         else
1814         {
1815                 w = CeilPowerOf2(vid.width); h = CeilPowerOf2(vid.height);
1816                 loadingscreentexture_w = vid.width / (float) w;
1817                 loadingscreentexture_h = vid.height / (float) h;
1818         }
1819
1820         loadingscreentexture = R_LoadTexture2D(r_main_texturepool, "loadingscreentexture", w, h, NULL, TEXTYPE_COLORBUFFER, TEXF_FORCENEAREST | TEXF_CLAMP, -1, NULL);
1821         R_Mesh_CopyToTexture(loadingscreentexture, 0, 0, 0, 0, vid.width, vid.height);
1822
1823         loadingscreentexture_vertex3f[2] = loadingscreentexture_vertex3f[5] = loadingscreentexture_vertex3f[8] = loadingscreentexture_vertex3f[11] = 0;
1824         loadingscreentexture_vertex3f[0] = loadingscreentexture_vertex3f[9] = 0;
1825         loadingscreentexture_vertex3f[1] = loadingscreentexture_vertex3f[4] = 0;
1826         loadingscreentexture_vertex3f[3] = loadingscreentexture_vertex3f[6] = vid_conwidth.integer;
1827         loadingscreentexture_vertex3f[7] = loadingscreentexture_vertex3f[10] = vid_conheight.integer;
1828         loadingscreentexture_texcoord2f[0] = 0;loadingscreentexture_texcoord2f[1] = loadingscreentexture_h;
1829         loadingscreentexture_texcoord2f[2] = loadingscreentexture_w;loadingscreentexture_texcoord2f[3] = loadingscreentexture_h;
1830         loadingscreentexture_texcoord2f[4] = loadingscreentexture_w;loadingscreentexture_texcoord2f[5] = 0;
1831         loadingscreentexture_texcoord2f[6] = 0;loadingscreentexture_texcoord2f[7] = 0;
1832 }
1833
1834 void SCR_UpdateLoadingScreenIfShown(void)
1835 {
1836         if(realtime == loadingscreentime)
1837                 SCR_UpdateLoadingScreen(loadingscreencleared);
1838 }
1839
1840 void SCR_PushLoadingScreen (qboolean redraw, const char *msg, float len_in_parent)
1841 {
1842         loadingscreenstack_t *s = (loadingscreenstack_t *) Z_Malloc(sizeof(loadingscreenstack_t));
1843         s->prev = loadingscreenstack;
1844         loadingscreenstack = s;
1845
1846         strlcpy(s->msg, msg, sizeof(s->msg));
1847         s->relative_completion = 0;
1848
1849         if(s->prev)
1850         {
1851                 s->absolute_loading_amount_min = s->prev->absolute_loading_amount_min + s->prev->absolute_loading_amount_len * s->prev->relative_completion;
1852                 s->absolute_loading_amount_len = s->prev->absolute_loading_amount_len * len_in_parent;
1853                 if(s->absolute_loading_amount_len > s->prev->absolute_loading_amount_min + s->prev->absolute_loading_amount_len - s->absolute_loading_amount_min)
1854                         s->absolute_loading_amount_len = s->prev->absolute_loading_amount_min + s->prev->absolute_loading_amount_len - s->absolute_loading_amount_min;
1855         }
1856         else
1857         {
1858                 s->absolute_loading_amount_min = 0;
1859                 s->absolute_loading_amount_len = 1;
1860         }
1861
1862         if(redraw)
1863                 SCR_UpdateLoadingScreenIfShown();
1864 }
1865
1866 void SCR_PopLoadingScreen (qboolean redraw)
1867 {
1868         loadingscreenstack_t *s = loadingscreenstack;
1869
1870         if(!s)
1871         {
1872                 Con_DPrintf("Popping a loading screen item from an empty stack!\n");
1873                 return;
1874         }
1875
1876         loadingscreenstack = s->prev;
1877         if(s->prev)
1878                 s->prev->relative_completion = (s->absolute_loading_amount_min + s->absolute_loading_amount_len - s->prev->absolute_loading_amount_min) / s->prev->absolute_loading_amount_len;
1879         Z_Free(s);
1880
1881         if(redraw)
1882                 SCR_UpdateLoadingScreenIfShown();
1883 }
1884
1885 void SCR_ClearLoadingScreen (qboolean redraw)
1886 {
1887         while(loadingscreenstack)
1888                 SCR_PopLoadingScreen(redraw && !loadingscreenstack->prev);
1889 }
1890
1891 static float SCR_DrawLoadingStack_r(loadingscreenstack_t *s, float y, float size)
1892 {
1893         float x;
1894         size_t len;
1895         float total;
1896
1897         total = 0;
1898 #if 0
1899         if(s)
1900         {
1901                 total += SCR_DrawLoadingStack_r(s->prev, y, 8);
1902                 y -= total;
1903                 if(!s->prev || strcmp(s->msg, s->prev->msg))
1904                 {
1905                         len = strlen(s->msg);
1906                         x = (vid_conwidth.integer - DrawQ_TextWidth(s->msg, len, size, size, true, FONT_INFOBAR)) / 2;
1907                         y -= size;
1908                         DrawQ_Fill(0, y, vid_conwidth.integer, size, 0, 0, 0, 1, 0);
1909                         DrawQ_String(x, y, s->msg, len, size, size, 1, 1, 1, 1, 0, NULL, true, FONT_INFOBAR);
1910                         total += size;
1911                 }
1912         }
1913 #else
1914         if(s)
1915         {
1916                 len = strlen(s->msg);
1917                 x = (vid_conwidth.integer - DrawQ_TextWidth(s->msg, len, size, size, true, FONT_INFOBAR)) / 2;
1918                 y -= size;
1919                 DrawQ_Fill(0, y, vid_conwidth.integer, size, 0, 0, 0, 1, 0);
1920                 DrawQ_String(x, y, s->msg, len, size, size, 1, 1, 1, 1, 0, NULL, true, FONT_INFOBAR);
1921                 total += size;
1922         }
1923 #endif
1924         return total;
1925 }
1926
1927 static void SCR_DrawLoadingStack(void)
1928 {
1929         float verts[12];
1930         float colors[16];
1931
1932         loadingscreenheight = SCR_DrawLoadingStack_r(loadingscreenstack, vid_conheight.integer, scr_loadingscreen_barheight.value);
1933         if(loadingscreenstack)
1934         {
1935                 // height = 32; // sorry, using the actual one is ugly
1936                 GL_BlendFunc(GL_SRC_ALPHA, GL_ONE);
1937                 GL_DepthRange(0, 1);
1938                 GL_PolygonOffset(0, 0);
1939                 GL_DepthTest(false);
1940                 R_Mesh_VertexPointer(verts, 0, 0);
1941                 R_Mesh_ColorPointer(colors, 0, 0);
1942                 R_Mesh_ResetTextureState();
1943                 R_SetupShader_Generic(NULL, NULL, GL_MODULATE, 1);
1944                 verts[2] = verts[5] = verts[8] = verts[11] = 0;
1945                 verts[0] = verts[9] = 0;
1946                 verts[1] = verts[4] = vid_conheight.integer - scr_loadingscreen_barheight.value;
1947                 verts[3] = verts[6] = vid_conwidth.integer * loadingscreenstack->absolute_loading_amount_min;
1948                 verts[7] = verts[10] = vid_conheight.integer;
1949                 
1950 #if _MSC_VER >= 1400
1951 #define sscanf sscanf_s
1952 #endif
1953                 //                                        ^^^^^^^^^^ blue component
1954                 //                              ^^^^^^ bottom row
1955                 //          ^^^^^^^^^^^^ alpha is always on
1956                 colors[0] = 0; colors[1] = 0; colors[2] = 0; colors[3] = 1;
1957                 colors[4] = 0; colors[5] = 0; colors[6] = 0; colors[7] = 1;
1958                 sscanf(scr_loadingscreen_barcolor.string, "%f %f %f", &colors[8], &colors[9], &colors[10]); colors[11] = 1;
1959                 sscanf(scr_loadingscreen_barcolor.string, "%f %f %f", &colors[12], &colors[13], &colors[14]);  colors[15] = 1;
1960
1961                 R_Mesh_Draw(0, 4, 0, 2, polygonelement3i, polygonelement3s, 0, 0);
1962
1963                 // make sure everything is cleared, including the progress indicator
1964                 if(loadingscreenheight < 8)
1965                         loadingscreenheight = 8;
1966         }
1967 }
1968
1969 static cachepic_t *loadingscreenpic;
1970 static float loadingscreenpic_vertex3f[12];
1971 static float loadingscreenpic_texcoord2f[8];
1972
1973 static void SCR_DrawLoadingScreen_SharedSetup (qboolean clear)
1974 {
1975         r_viewport_t viewport;
1976         float x, y;
1977         // release mouse grab while loading
1978         if (!vid.fullscreen)
1979                 VID_SetMouse(false, false, false);
1980         CHECKGLERROR
1981         R_Viewport_InitOrtho(&viewport, &identitymatrix, 0, 0, vid.width, vid.height, 0, 0, vid_conwidth.integer, vid_conheight.integer, -10, 100, NULL);
1982         R_SetViewport(&viewport);
1983         //qglDisable(GL_SCISSOR_TEST);CHECKGLERROR
1984         //qglDepthMask(1);CHECKGLERROR
1985         qglColorMask(1,1,1,1);CHECKGLERROR
1986         qglClearColor(0,0,0,0);CHECKGLERROR
1987         // when starting up a new video mode, make sure the screen is cleared to black
1988         if (clear)
1989                 qglClear(GL_COLOR_BUFFER_BIT);CHECKGLERROR
1990         R_Textures_Frame();
1991         R_Mesh_Start();
1992         R_EntityMatrix(&identitymatrix);
1993         // draw the loading plaque
1994         loadingscreenpic = Draw_CachePic (loadingscreenpic_number ? va("gfx/loading%d", loadingscreenpic_number+1) : "gfx/loading");
1995         x = (vid_conwidth.integer - loadingscreenpic->width)/2;
1996         y = (vid_conheight.integer - loadingscreenpic->height)/2;
1997         loadingscreenpic_vertex3f[2] = loadingscreenpic_vertex3f[5] = loadingscreenpic_vertex3f[8] = loadingscreenpic_vertex3f[11] = 0;
1998         loadingscreenpic_vertex3f[0] = loadingscreenpic_vertex3f[9] = x;
1999         loadingscreenpic_vertex3f[1] = loadingscreenpic_vertex3f[4] = y;
2000         loadingscreenpic_vertex3f[3] = loadingscreenpic_vertex3f[6] = x + loadingscreenpic->width;
2001         loadingscreenpic_vertex3f[7] = loadingscreenpic_vertex3f[10] = y + loadingscreenpic->height;
2002         loadingscreenpic_texcoord2f[0] = 0;loadingscreenpic_texcoord2f[1] = 0;
2003         loadingscreenpic_texcoord2f[2] = 1;loadingscreenpic_texcoord2f[3] = 0;
2004         loadingscreenpic_texcoord2f[4] = 1;loadingscreenpic_texcoord2f[5] = 1;
2005         loadingscreenpic_texcoord2f[6] = 0;loadingscreenpic_texcoord2f[7] = 1;
2006 }
2007
2008 static void SCR_DrawLoadingScreen (qboolean clear)
2009 {
2010         // we only need to draw the image if it isn't already there
2011         GL_Color(1,1,1,1);
2012         GL_BlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
2013         GL_DepthRange(0, 1);
2014         GL_PolygonOffset(0, 0);
2015         GL_DepthTest(false);
2016         R_Mesh_ColorPointer(NULL, 0, 0);
2017         if(loadingscreentexture)
2018         {
2019                 R_Mesh_VertexPointer(loadingscreentexture_vertex3f, 0, 0);
2020                 R_Mesh_ResetTextureState();
2021                 R_SetupShader_Generic(loadingscreentexture, NULL, GL_MODULATE, 1);
2022                 R_Mesh_TexCoordPointer(0, 2, loadingscreentexture_texcoord2f, 0, 0);
2023                 R_Mesh_Draw(0, 4, 0, 2, polygonelement3i, polygonelement3s, 0, 0);
2024         }
2025         R_Mesh_VertexPointer(loadingscreenpic_vertex3f, 0, 0);
2026         R_Mesh_ResetTextureState();
2027         R_SetupShader_Generic(loadingscreenpic->tex, NULL, GL_MODULATE, 1);
2028         R_Mesh_TexCoordPointer(0, 2, loadingscreenpic_texcoord2f, 0, 0);
2029         R_Mesh_Draw(0, 4, 0, 2, polygonelement3i, polygonelement3s, 0, 0);
2030         SCR_DrawLoadingStack();
2031 }
2032
2033 static void SCR_DrawLoadingScreen_SharedFinish (qboolean clear)
2034 {
2035         R_Mesh_Finish();
2036         // refresh
2037         VID_Finish();
2038         // however this IS necessary on Windows Vista
2039         qglFinish();
2040 }
2041
2042 void SCR_UpdateLoadingScreen (qboolean clear)
2043 {
2044         keydest_t       old_key_dest;
2045         int                     old_key_consoleactive;
2046
2047         // don't do anything if not initialized yet
2048         if (vid_hidden || cls.state == ca_dedicated)
2049                 return;
2050
2051         if(!scr_loadingscreen_background.integer)
2052                 clear = true;
2053         
2054         if(loadingscreentime == realtime)
2055                 clear |= loadingscreencleared;
2056
2057         if(loadingscreentime != realtime)
2058                 loadingscreenpic_number = rand() % (scr_loadingscreen_count.integer > 1 ? scr_loadingscreen_count.integer : 1);
2059
2060         if(clear)
2061                 SCR_ClearLoadingScreenTexture();
2062         else if(loadingscreentime != realtime)
2063                 SCR_SetLoadingScreenTexture();
2064
2065         if(loadingscreentime != realtime)
2066         {
2067                 loadingscreentime = realtime;
2068                 loadingscreenheight = 0;
2069         }
2070         loadingscreencleared = clear;
2071
2072         SCR_DrawLoadingScreen_SharedSetup(clear);
2073         if (vid.stereobuffer)
2074         {
2075                 qglDrawBuffer(GL_BACK_LEFT);
2076                 SCR_DrawLoadingScreen(clear);
2077                 qglDrawBuffer(GL_BACK_RIGHT);
2078                 SCR_DrawLoadingScreen(clear);
2079         }
2080         else
2081         {
2082                 qglDrawBuffer(GL_BACK);
2083                 SCR_DrawLoadingScreen(clear);
2084         }
2085         SCR_DrawLoadingScreen_SharedFinish(clear);
2086
2087         // this goes into the event loop, and should prevent unresponsive cursor on vista
2088         old_key_dest = key_dest;
2089         old_key_consoleactive = key_consoleactive;
2090         key_dest = key_void;
2091         key_consoleactive = false;
2092         Key_EventQueue_Block(); Sys_SendKeyEvents();
2093         key_dest = old_key_dest;
2094         key_consoleactive = old_key_consoleactive;
2095 }
2096
2097 qboolean R_Stereo_ColorMasking(void)
2098 {
2099         return r_stereo_redblue.integer || r_stereo_redgreen.integer || r_stereo_redcyan.integer;
2100 }
2101
2102 qboolean R_Stereo_Active(void)
2103 {
2104         return (vid.stereobuffer || r_stereo_sidebyside.integer || r_stereo_horizontal.integer || r_stereo_vertical.integer || R_Stereo_ColorMasking());
2105 }
2106
2107 extern cvar_t cl_minfps;
2108 extern cvar_t cl_minfps_fade;
2109 extern cvar_t cl_minfps_qualitymax;
2110 extern cvar_t cl_minfps_qualitymin;
2111 extern cvar_t cl_minfps_qualitypower;
2112 extern cvar_t cl_minfps_qualityscale;
2113 static double cl_updatescreen_rendertime = 0;
2114 static double cl_updatescreen_quality = 1;
2115 extern void Sbar_ShowFPS_Update(void);
2116 void CL_UpdateScreen(void)
2117 {
2118         double rendertime1;
2119         float conwidth, conheight;
2120         float f;
2121
2122         Sbar_ShowFPS_Update();
2123
2124         if (!scr_initialized || !con_initialized || !scr_refresh.integer)
2125                 return;                         // not initialized yet
2126
2127         if(gamemode == GAME_NEXUIZ || gamemode == GAME_XONOTIC)
2128         {
2129                 // play a bit with the palette (experimental)
2130                 palette_rgb_pantscolormap[15][0] = (unsigned char) (128 + 127 * sin(cl.time / exp(1.0f) + 0.0f*M_PI/3.0f));
2131                 palette_rgb_pantscolormap[15][1] = (unsigned char) (128 + 127 * sin(cl.time / exp(1.0f) + 2.0f*M_PI/3.0f));
2132                 palette_rgb_pantscolormap[15][2] = (unsigned char) (128 + 127 * sin(cl.time / exp(1.0f) + 4.0f*M_PI/3.0f));
2133                 palette_rgb_shirtcolormap[15][0] = (unsigned char) (128 + 127 * sin(cl.time /  M_PI  + 5.0f*M_PI/3.0f));
2134                 palette_rgb_shirtcolormap[15][1] = (unsigned char) (128 + 127 * sin(cl.time /  M_PI  + 3.0f*M_PI/3.0f));
2135                 palette_rgb_shirtcolormap[15][2] = (unsigned char) (128 + 127 * sin(cl.time /  M_PI  + 1.0f*M_PI/3.0f));
2136                 memcpy(palette_rgb_pantsscoreboard[15], palette_rgb_pantscolormap[15], sizeof(*palette_rgb_pantscolormap));
2137                 memcpy(palette_rgb_shirtscoreboard[15], palette_rgb_shirtcolormap[15], sizeof(*palette_rgb_shirtcolormap));
2138         }
2139
2140         if (vid_hidden)
2141                 return;
2142
2143         rendertime1 = Sys_DoubleTime();
2144
2145         conwidth = bound(160, vid_conwidth.value, 32768);
2146         conheight = bound(90, vid_conheight.value, 24576);
2147         if (vid_conwidth.value != conwidth)
2148                 Cvar_SetValue("vid_conwidth", conwidth);
2149         if (vid_conheight.value != conheight)
2150                 Cvar_SetValue("vid_conheight", conheight);
2151
2152         // bound viewsize
2153         if (scr_viewsize.value < 30)
2154                 Cvar_Set ("viewsize","30");
2155         if (scr_viewsize.value > 120)
2156                 Cvar_Set ("viewsize","120");
2157
2158         // bound field of view
2159         if (scr_fov.value < 1)
2160                 Cvar_Set ("fov","1");
2161         if (scr_fov.value > 170)
2162                 Cvar_Set ("fov","170");
2163
2164         // intermission is always full screen
2165         if (cl.intermission)
2166                 sb_lines = 0;
2167         else
2168         {
2169                 if (scr_viewsize.value >= 120)
2170                         sb_lines = 0;           // no status bar at all
2171                 else if (scr_viewsize.value >= 110)
2172                         sb_lines = 24;          // no inventory
2173                 else
2174                         sb_lines = 24+16+8;
2175         }
2176
2177         r_refdef.view.colormask[0] = 1;
2178         r_refdef.view.colormask[1] = 1;
2179         r_refdef.view.colormask[2] = 1;
2180
2181         SCR_SetUpToDrawConsole();
2182
2183         CHECKGLERROR
2184         qglDrawBuffer(GL_BACK);CHECKGLERROR
2185         qglViewport(0, 0, vid.width, vid.height);CHECKGLERROR
2186         qglDisable(GL_SCISSOR_TEST);CHECKGLERROR
2187         qglDepthMask(1);CHECKGLERROR
2188         qglColorMask(1,1,1,1);CHECKGLERROR
2189         qglClearColor(0,0,0,0);CHECKGLERROR
2190         R_ClearScreen(false);
2191         r_refdef.view.clear = false;
2192         r_refdef.view.isoverlay = false;
2193         f = pow((float)cl_updatescreen_quality, cl_minfps_qualitypower.value) * cl_minfps_qualityscale.value;
2194         r_refdef.view.quality = bound(cl_minfps_qualitymin.value, f, cl_minfps_qualitymax.value);
2195
2196         if (qglPolygonStipple)
2197         {
2198                 if(scr_stipple.integer)
2199                 {
2200                         GLubyte stipple[128];
2201                         int i, s, width, parts;
2202                         static int frame = 0;
2203                         ++frame;
2204         
2205                         s = scr_stipple.integer;
2206                         parts = (s & 007);
2207                         width = (s & 070) >> 3;
2208         
2209                         qglEnable(GL_POLYGON_STIPPLE);CHECKGLERROR // 0x0B42
2210                         for(i = 0; i < 128; ++i)
2211                         {
2212                                 int line = i/4;
2213                                 stipple[i] = (((line >> width) + frame) & ((1 << parts) - 1)) ? 0x00 : 0xFF;
2214                         }
2215                         qglPolygonStipple(stipple);CHECKGLERROR
2216                 }
2217                 else
2218                 {
2219                         qglDisable(GL_POLYGON_STIPPLE);CHECKGLERROR
2220                 }
2221         }
2222
2223         CHECKGLERROR
2224         if (R_Stereo_Active())
2225         {
2226                 matrix4x4_t originalmatrix = r_refdef.view.matrix;
2227                 matrix4x4_t offsetmatrix;
2228                 Matrix4x4_CreateFromQuakeEntity(&offsetmatrix, 0, r_stereo_separation.value * 0.5f, 0, 0, r_stereo_angle.value * 0.5f, 0, 1);
2229                 Matrix4x4_Concat(&r_refdef.view.matrix, &originalmatrix, &offsetmatrix);
2230
2231                 r_stereo_side = 0;
2232
2233                 if (r_stereo_redblue.integer || r_stereo_redgreen.integer || r_stereo_redcyan.integer)
2234                 {
2235                         r_refdef.view.colormask[0] = 1;
2236                         r_refdef.view.colormask[1] = 0;
2237                         r_refdef.view.colormask[2] = 0;
2238                 }
2239
2240                 if (vid.stereobuffer)
2241                         qglDrawBuffer(GL_BACK_RIGHT);
2242
2243                 SCR_DrawScreen();
2244
2245                 Matrix4x4_CreateFromQuakeEntity(&offsetmatrix, 0, r_stereo_separation.value * -0.5f, 0, 0, r_stereo_angle.value * -0.5f, 0, 1);
2246                 Matrix4x4_Concat(&r_refdef.view.matrix, &originalmatrix, &offsetmatrix);
2247
2248                 r_stereo_side = 1;
2249
2250                 if (r_stereo_redblue.integer || r_stereo_redgreen.integer || r_stereo_redcyan.integer)
2251                 {
2252                         r_refdef.view.colormask[0] = 0;
2253                         r_refdef.view.colormask[1] = r_stereo_redcyan.integer || r_stereo_redgreen.integer;
2254                         r_refdef.view.colormask[2] = r_stereo_redcyan.integer || r_stereo_redblue.integer;
2255                 }
2256
2257                 if (vid.stereobuffer)
2258                         qglDrawBuffer(GL_BACK_LEFT);
2259
2260                 SCR_DrawScreen();
2261
2262                 r_refdef.view.matrix = originalmatrix;
2263         }
2264         else
2265                 SCR_DrawScreen();
2266         CHECKGLERROR
2267
2268         SCR_CaptureVideo();
2269
2270         // quality adjustment according to render time
2271         CHECKGLERROR
2272         qglFlush(); // FIXME: should we really be using qglFlush here?
2273         cl_updatescreen_rendertime += ((Sys_DoubleTime() - rendertime1) - cl_updatescreen_rendertime) * bound(0, cl_minfps_fade.value, 1);
2274         if (cl_minfps.value > 0 && cl_updatescreen_rendertime > 0 && !cls.timedemo && (!cls.capturevideo.active || !cls.capturevideo.realtime))
2275                 cl_updatescreen_quality = 1 / (cl_updatescreen_rendertime * cl_minfps.value);
2276         else
2277                 cl_updatescreen_quality = 1;
2278
2279         if (!vid_activewindow)
2280                 VID_SetMouse(false, false, false);
2281         else if (key_consoleactive)
2282                 VID_SetMouse(vid.fullscreen, false, false);
2283         else if (key_dest == key_menu_grabbed)
2284                 VID_SetMouse(true, vid_mouse.integer && !in_client_mouse, true);
2285         else if (key_dest == key_menu)
2286                 VID_SetMouse(vid.fullscreen, vid_mouse.integer && !in_client_mouse, true);
2287         else
2288                 VID_SetMouse(vid.fullscreen, vid_mouse.integer && !cl.csqc_wantsmousemove && cl_prydoncursor.integer <= 0 && (!cls.demoplayback || cl_demo_mousegrab.integer), true);
2289
2290         VID_Finish();
2291 }
2292
2293 void CL_Screen_NewMap(void)
2294 {
2295 }