quakeforge/nq/source
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
..
.gdbinit
.indent.pro sw32. Flee in terror. This'll break compilation for everything until -sdl32 compiles. sw32 wont work for a while either, so don't get overly excited yet. 2001-08-25 02:47:11 +00:00
Makemodule.am [x11] Use barriers to trap the pointer in the window 2021-11-22 14:59:27 +09:00
cl_chase.c [input] Nuke IN_Move from orbit 2021-11-19 08:58:02 +09:00
cl_cmd.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
cl_demo.c [qw,nq] Connect up key_demo 2021-11-26 20:27:42 +09:00
cl_ents.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
cl_input.c [console] Get message modes and menus working again 2021-11-28 23:21:55 +09:00
cl_main.c [renderer] Make R_RenderView private 2021-12-24 06:45:12 +09:00
cl_parse.c [util] Make hunk (optionally) thread-safe 2021-07-29 11:43:27 +09:00
cl_screen.c [renderer] Make R_RenderView private 2021-12-24 06:45:12 +09:00
cl_view.c [renderer] Make R_RenderView private 2021-12-24 06:45:12 +09:00
game.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
host.c [nq] Hook up the new input and config systems 2021-11-18 15:27:44 +09:00
host_cmd.c [util] Make hunk (optionally) thread-safe 2021-07-29 11:43:27 +09:00
sbar.c [qw,nq] Clean out sbar key_dest handling 2021-11-29 00:03:53 +09:00
sdl_link.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sv_cl_phys.c [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
sv_cvar.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
sv_ded.c [qw,nq] Connect up key_demo 2021-11-26 20:27:42 +09:00
sv_main.c [util] Make bsp_t counts size_t 2021-08-01 21:54:05 +09:00
sv_move.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
sv_phys.c Do an audit of hunk mark usage 2021-07-29 11:43:27 +09:00
sv_pr_cmds.c [util] Make hunk (optionally) thread-safe 2021-07-29 11:43:27 +09:00
sv_progs.c [gamecode] Support printing a single edict field 2021-07-25 09:54:08 +09:00
sv_user.c [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
sys_sdl.c Get QF cross-compiling using MXE/mingw32 2021-03-27 20:09:37 +09:00
sys_unix.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
sys_unixd.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
sys_win.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
sys_wind.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
world.c [models] Move brush data into its own struct 2021-02-01 19:31:11 +09:00