-
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
3432335
commit ae0ef1c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ironwail
updated
19 files
+1 −1 | .github/workflows/linux_ci.yml | |
+1 −1 | Quake/Makefile | |
+2 −1 | Quake/Makefile.w32 | |
+2 −1 | Quake/Makefile.w64 | |
+23 −1 | Quake/bgmusic.c | |
+31 −24 | Quake/cl_main.c | |
+86 −39 | Quake/cvar.c | |
+69 −14 | Quake/gl_model.c | |
+2 −0 | Quake/gl_model.h | |
+59 −51 | Quake/gl_shaders.h | |
+7 −6 | Quake/glquake.h | |
+4 −1 | Quake/host_cmd.c | |
+39 −22 | Quake/r_brush.c | |
+5 −5 | Quake/r_world.c | |
+10 −0 | Quake/snd_codec.c | |
+1 −0 | Quake/snd_codec.h | |
+2 −1 | Quake/snd_dma.c | |
+15 −4 | Quake/sv_phys.c | |
+11 −5 | Windows/VisualStudio/ironwail.vcxproj |