quakeforge/include/QF/plugin
Bill Currie 84a24dbb34 [renderer] Make R_RenderView private
This is actually a better solution to the renderer directly accessing
client code than provided by 7e078c7f9c.

Essentially, V_RenderView should not have been calling R_RenderView, and
CL_UpdateScreen should have been calling V_RenderView directly. The
issue was that the renderers expected the world entity model to be valid
at all times. Now, R_RenderView checks the world entity model's validity
and immediately bails if it is not, and R_ClearState (which is called
whenever the client disconnects and thus no longer has a world to
render) clears the world entity model. Thus R_RenderView can (and is)
now called unconditionally from within the renderer, simplifying
renderer-specific variants.
2021-12-24 06:45:12 +09:00
..
cd.h [util] Make PI_LoadPlugin always call general init function 2021-06-26 16:18:05 +09:00
console.h [console] Hook up new input system 2021-11-08 11:20:04 +09:00
general.h [plugin] Clean up the rest of the plugin structs 2021-06-22 19:47:20 +09:00
input.h [plugin] Clean up the rest of the plugin structs 2021-06-22 19:47:20 +09:00
snd_output.h [audio] Add optional on_update output function 2021-06-25 13:52:50 +09:00
snd_render.h [util] Make PI_LoadPlugin always call general init function 2021-06-26 16:18:05 +09:00
vid_render.h [renderer] Make R_RenderView private 2021-12-24 06:45:12 +09:00