quakeforge/qw/include
Bill Currie 4578b1af0d [vid] Remove console view from viddef_t
This breaks console scaling for now (con_width and con_height are gone),
but is a major step towards window resize support as console stuff
should never have been in viddef_t in the first place.

The client screen init code now sets up a screen view (actually the
renderer's scr_view) that is passed to the client console so it can know
the size of the screen. The same view is used by the status bar code.

Also, the ram/cache/paused icon drawing is moved into the client screen
update code. A bit of duplication, but I do plan on merging that
eventually.
2022-09-21 17:31:18 +09:00
..
cl_cam.h Do a pure/const/noreturn/format attribute pass. 2018-10-09 12:42:21 +09:00
cl_chat.h Set the chat info key to the appropriate value on key_dest change. 2012-06-29 18:00:21 +09:00
cl_demo.h [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
cl_ents.h [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
cl_http.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
cl_input.h [client] Merge chase camera and much of input 2022-02-22 15:51:28 +09:00
cl_main.h [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
cl_parse.h [client] Merge nq and qw temp entity handling 2021-03-10 18:04:18 +09:00
cl_pred.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
cl_skin.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
cl_slist.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
client.h [vid] Remove console view from viddef_t 2022-09-21 17:31:18 +09:00
crudefile.h Do a pure/const/noreturn/format attribute pass. 2018-10-09 12:42:21 +09:00
game.h [cvar] Clean up most misinterpreted cvar types 2022-04-24 20:04:06 +09:00
host.h [qw] Correct client shutdown order 2022-05-18 09:46:05 +09:00
Makemodule.am Fix some distcheck issues 2022-03-01 10:12:50 +09:00
map_cfg.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
server.h [cvar] Clean up most misinterpreted cvar types 2022-04-24 20:04:06 +09:00
sv_demo.h [cvar] Clean up most misinterpreted cvar types 2022-04-24 20:04:06 +09:00
sv_gib.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sv_pr_cmds.h [gamecode] Pass registered data pointer to builtins 2022-02-14 12:28:38 +09:00
sv_pr_cpqw.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sv_pr_qwe.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sv_progs.h [gamecode] Clean up progs data access 2022-04-29 16:59:15 +09:00
sv_qtv.h Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sv_recorder.h [util] Make sizebuf and msg sizes unisgned 2021-04-04 15:53:53 +09:00