quakeforge/include/client
Bill Currie d69355f521 [renderer] Support multiple entity queues
While there's currently only the one still, this will allow the entities
to be multiply queued for multi-pass rendering (eg, shadows). As the
avoidance of putting an entity in the same queue more than once relies
on the entity id, all entities now come from the scene (which is stored
in cl_world in the client code for nq and qw), thus the extensive
changes in the clients.
2022-03-05 02:05:39 +09:00
..
chase.h [client] Clean up chase camera code 2022-03-01 13:49:14 +09:00
effects.h
entities.h [renderer] Support multiple entity queues 2022-03-05 02:05:39 +09:00
hud.h [client] Merge nq and qw cl_view 2022-02-28 12:12:51 +09:00
input.h [client] Make input axes accessible and add camera axes 2022-03-01 15:15:33 +09:00
locs.h [client] Pass time into locs_draw 2022-02-28 16:57:43 +09:00
particles.h [client] Clean up a stray reference to the renderer 2021-12-24 06:45:13 +09:00
state.h [qw] Use efrags for carried flags 2021-07-22 19:35:12 +09:00
temp_entities.h [renderer] Support multiple entity queues 2022-03-05 02:05:39 +09:00
view.h [client] Get the basic chase camera working 2022-03-01 11:43:23 +09:00
world.h [renderer] Support multiple entity queues 2022-03-05 02:05:39 +09:00