quakeforge/nq
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
..
include [vid] Remove console view from viddef_t 2022-09-21 17:31:18 +09:00
source [vid] Remove console view from viddef_t 2022-09-21 17:31:18 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00