quakeforge/qtv/source
Bill Currie 817aeb334e [ui] Convert view_t to an ECS entity
Much of the nq/qw HUD system is quite broken, but the basic status bar
seems to be working nicely. As is the console (both client and server).
Possibly the biggest benefit is separating the rendering of HUD elements
from the updating of them, and much less traversing of invisible views
whose only purpose is to control the positioning of the visible views.

The view flow tests are currently disabled until I adapt the flow code
to ECS.

There seems to be a problem with view resizing in that some gravities
don't follow resizing correctly.
2022-11-01 00:40:52 +09:00
..
Makemodule.am [qtv] Fix a pile of bit-rot 2021-12-26 14:45:32 +09:00
client.c [model] Move plane info into mnode_t, and visframe out 2022-05-22 12:41:23 +09:00
connection.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
qtv.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
sbar.c [ui] Convert view_t to an ECS entity 2022-11-01 00:40:52 +09:00
server.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
sv_parse.c [model] Move plane info into mnode_t, and visframe out 2022-05-22 12:41:23 +09:00