-
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
e541528
commit 699eb00
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule quakespasm-spiked
updated
23 files
+2 −0 | CMakeLists.txt | |
+2 −0 | Quake/Makefile | |
+2 −0 | Quake/Makefile.darwin | |
+2 −0 | Quake/Makefile.w32 | |
+2 −0 | Quake/Makefile.w64 | |
+2 −0 | Quake/Makefile.wat | |
+7 −62 | Quake/cl_main.c | |
+4 −0 | Quake/host.c | |
+1,355 −0 | Quake/pmove.c | |
+171 −0 | Quake/pmove.h | |
+399 −0 | Quake/pmovetst.c | |
+2 −2 | Quake/pr_cmds.c | |
+1 −0 | Quake/pr_edict.c | |
+370 −4 | Quake/pr_ext.c | |
+21 −1 | Quake/progs.h | |
+7 −3 | Quake/protocol.h | |
+38 −0 | Quake/quakedef.h | |
+1 −1 | Quake/server.h | |
+61 −34 | Quake/sv_main.c | |
+1 −1 | Quake/sv_phys.c | |
+14 −9 | Quake/sv_user.c | |
+127 −2 | Quake/world.c | |
+2 −1 | Quake/world.h |