-
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
2c510e1
commit faa2c1a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ironwail
updated
28 files
+2 −0 | .github/workflows/windows_ci.yml | |
+13 −0 | Quake/common.c | |
+1 −0 | Quake/common.h | |
+1 −1 | Quake/gl_refrag.c | |
+43 −6 | Quake/gl_rmain.c | |
+5 −0 | Quake/gl_rmisc.c | |
+1 −1 | Quake/gl_sky.c | |
+1 −1 | Quake/gl_vidsdl.c | |
+18 −1 | Quake/glquake.h | |
+27 −0 | Quake/host.c | |
+3 −36 | Quake/menu.c | |
+68 −12 | Quake/pr_edict.c | |
+1 −0 | Quake/quakedef.h | |
+1 −1 | Quake/r_alias.c | |
+1 −1 | Quake/r_part.c | |
+4 −4 | Quake/r_world.c | |
+15 −0 | Quake/server.h | |
+200 −0 | Quake/sv_main.c | |
+19 −0 | Quake/sv_phys.c | |
+2 −0 | Quake/sys.h | |
+40 −0 | Quake/sys_sdl_unix.c | |
+95 −0 | Quake/sys_sdl_win.c | |
+1 −1 | Windows/SDL2/bin/sdl2-config | |
+1 −0 | Windows/SDL2/include/SDL_hints.h | |
+5 −4 | Windows/SDL2/include/SDL_revision.h | |
+1 −1 | Windows/SDL2/include/SDL_version.h | |
+ − | Windows/SDL2/lib/SDL2.dll | |
+ − | Windows/SDL2/lib64/SDL2.dll |