-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
356113b
commit 30649d2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule vkquake
updated
24 files
+1 −1 | Quake/chase.c | |
+5 −3 | Quake/cl_parse.c | |
+109 −45 | Quake/common.c | |
+26 −0 | Quake/common.h | |
+1 −1 | Quake/console.c | |
+1 −1 | Quake/gl_fog.c | |
+1 −1 | Quake/gl_model.c | |
+1 −1 | Quake/gl_rmisc.c | |
+1 −1 | Quake/gl_sky.c | |
+1 −1 | Quake/gl_vidsdl.c | |
+15 −17 | Quake/host_cmd.c | |
+1 −1 | Quake/in_sdl.c | |
+2 −2 | Quake/menu.c | |
+1 −1 | Quake/net_bsd.c | |
+3 −2 | Quake/net_win.c | |
+8 −4 | Quake/pr_cmds.c | |
+4 −1 | Quake/pr_edict.c | |
+2 −1 | Quake/pr_exec.c | |
+9 −9 | Quake/pr_ext.c | |
+3 −4 | Quake/quakedef.h | |
+3 −3 | Quake/r_part_fte.c | |
+0 −33 | Quake/sbar.c | |
+6 −0 | Quake/sv_main.c | |
+7 −1 | Quake/sv_phys.c |