-
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
7fcc506
commit 10e7d56
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ironwail
updated
19 files
+333 −2 | Quake/cl_demo.c | |
+36 −7 | Quake/cl_main.c | |
+3 −18 | Quake/cl_parse.c | |
+4 −2 | Quake/cl_tent.c | |
+18 −0 | Quake/client.h | |
+2 −0 | Quake/common.h | |
+1 −0 | Quake/draw.h | |
+3 −0 | Quake/gl_draw.c | |
+7 −0 | Quake/gl_rlight.c | |
+141 −0 | Quake/gl_screen.c | |
+1 −0 | Quake/glquake.h | |
+0 −1 | Quake/host_cmd.c | |
+1 −1 | Quake/in_sdl.c | |
+54 −1 | Quake/keys.c | |
+1 −0 | Quake/menu.h | |
+4 −2 | Quake/r_alias.c | |
+6 −2 | Quake/r_part.c | |
+24 −5 | Quake/snd_dma.c | |
+3 −3 | Quake/view.c |