├── QW ├── Makefile.Linux ├── Makefile.Solaris ├── clean.bat ├── client │ ├── adivtab.h │ ├── anorm_dots.h │ ├── anorms.h │ ├── asm_draw.h │ ├── asm_i386.h │ ├── block16.h │ ├── block8.h │ ├── bothdefs.h │ ├── bspfile.h │ ├── buildnum.c │ ├── cd_audio.c │ ├── cd_linux.c │ ├── cd_null.c │ ├── cd_win.c │ ├── cdaudio.h │ ├── cl_cam.c │ ├── cl_demo.c │ ├── cl_ents.c │ ├── cl_input.c │ ├── cl_main.c │ ├── cl_parse.c │ ├── cl_pred.c │ ├── cl_tent.c │ ├── client.h │ ├── cmd.c │ ├── cmd.h │ ├── common.c │ ├── common.h │ ├── console.c │ ├── console.h │ ├── crc.c │ ├── crc.h │ ├── cvar.c │ ├── cvar.h │ ├── d_copy.s │ ├── d_draw.asm │ ├── d_draw.s │ ├── d_draw16.asm │ ├── d_draw16.s │ ├── d_edge.c │ ├── d_fill.c │ ├── d_iface.h │ ├── d_ifacea.h │ ├── d_init.c │ ├── d_local.h │ ├── d_modech.c │ ├── d_part.c │ ├── d_parta.asm │ ├── d_parta.s │ ├── d_polysa.asm │ ├── d_polysa.s │ ├── d_polyse.c │ ├── d_scan.c │ ├── d_scana.asm │ ├── d_scana.s │ ├── d_sky.c │ ├── d_spr8.asm │ ├── d_spr8.s │ ├── d_sprite.c │ ├── d_surf.c │ ├── d_vars.c │ ├── d_varsa.asm │ ├── d_varsa.s │ ├── d_zpoint.c │ ├── docs.txt │ ├── draw.c │ ├── draw.h │ ├── exitscrn.txt │ ├── gl_draw.c │ ├── gl_mesh.c │ ├── gl_model.c │ ├── gl_model.h │ ├── gl_ngraph.c │ ├── gl_refrag.c │ ├── gl_rlight.c │ ├── gl_rmain.c │ ├── gl_rmisc.c │ ├── gl_rsurf.c │ ├── gl_screen.c │ ├── gl_test.c │ ├── gl_vidlinux.c │ ├── gl_vidlinux_svga.c │ ├── gl_vidlinux_x11.c │ ├── gl_vidlinuxglx.c │ ├── gl_vidnt.c │ ├── gl_warp.c │ ├── gl_warp_sin.h │ ├── glquake.h │ ├── glquake2.h │ ├── in_null.c │ ├── in_win.c │ ├── input.h │ ├── keys.c │ ├── keys.h │ ├── makefile.svgalib │ ├── math.asm │ ├── math.s │ ├── mathlib.c │ ├── mathlib.h │ ├── md4.c │ ├── menu.c │ ├── menu.h │ ├── model.c │ ├── model.h │ ├── modelgen.h │ ├── net.h │ ├── net_chan.c │ ├── net_udp.c │ ├── net_wins.c │ ├── nonintel.c │ ├── notes.txt │ ├── pmove.c │ ├── pmove.h │ ├── pmovetst.c │ ├── protocol.h │ ├── q.bat │ ├── qe3.ico │ ├── quakeasm.h │ ├── quakedef.h │ ├── quakeworld.bmp │ ├── qwcl.dsp │ ├── qwcl.dsw │ ├── qwcl.mak │ ├── qwcl.mdp │ ├── qwcl.plg │ ├── qwcl2.ico │ ├── r_aclip.c │ ├── r_aclipa.asm │ ├── r_aclipa.s │ ├── r_alias.c │ ├── r_aliasa.asm │ ├── r_aliasa.s │ ├── r_bsp.c │ ├── r_draw.c │ ├── r_drawa.asm │ ├── r_drawa.s │ ├── r_edge.c │ ├── r_edgea.asm │ ├── r_edgea.s │ ├── r_efrag.c │ ├── r_light.c │ ├── r_local.h │ ├── r_main.c │ ├── r_misc.c │ ├── r_part.c │ ├── r_shared.h │ ├── r_sky.c │ ├── r_sprite.c │ ├── r_surf.c │ ├── r_vars.c │ ├── r_varsa.asm │ ├── r_varsa.s │ ├── render.h │ ├── resource.h │ ├── sbar.c │ ├── sbar.h │ ├── screen.c │ ├── screen.h │ ├── skin.c │ ├── snd_dma.c │ ├── snd_linux.c │ ├── snd_mem.c │ ├── snd_mix.c │ ├── snd_mixa.asm │ ├── snd_mixa.s │ ├── snd_win.c │ ├── sound.h │ ├── spritegn.h │ ├── surf16.asm │ ├── surf16.s │ ├── surf8.asm │ ├── surf8.s │ ├── sys.h │ ├── sys_dosa.s │ ├── sys_linux.c │ ├── sys_null.c │ ├── sys_win.c │ ├── sys_wina.asm │ ├── sys_wina.s │ ├── vid.h │ ├── vid_null.c │ ├── vid_svgalib.c │ ├── vid_win.c │ ├── vid_x.c │ ├── view.c │ ├── view.h │ ├── wad.c │ ├── wad.h │ ├── winquake.aps │ ├── winquake.h │ ├── winquake.rc │ ├── zone.c │ └── zone.h ├── cmds.txt ├── docs │ ├── glqwcl-readme.txt │ ├── qwcl-readme.txt │ ├── readme.qwcl │ └── readme.qwsv ├── dxsdk │ └── sdk │ │ ├── inc │ │ ├── d3d.h │ │ ├── d3dcaps.h │ │ ├── d3drm.h │ │ ├── d3drmdef.h │ │ ├── d3drmobj.h │ │ ├── d3drmwin.h │ │ ├── d3dtypes.h │ │ ├── ddraw.h │ │ ├── dinput.h │ │ ├── dplay.h │ │ ├── dsetup.h │ │ ├── dsound.h │ │ └── fastfile.h │ │ └── lib │ │ ├── dinput.lib │ │ └── dxguid.lib ├── fixskins.sh ├── gas2masm │ ├── gas2masm.001 │ ├── gas2masm.c │ ├── gas2masm.dsp │ ├── gas2masm.mak │ ├── gas2masm.mdp │ └── gas2masm.plg ├── glqwcl.3dfxgl ├── glqwcl.spec.sh ├── makezip ├── makezip.bat ├── progs │ ├── buttons.qc │ ├── client.qc │ ├── combat.qc │ ├── defs.qc │ ├── doors.qc │ ├── files.dat │ ├── items.qc │ ├── misc.qc │ ├── models.qc │ ├── plats.qc │ ├── player.qc │ ├── progdefs.h │ ├── progs.src │ ├── qwprogs.dat │ ├── server.qc │ ├── spectate.qc │ ├── sprites.qc │ ├── subs.qc │ ├── triggers.qc │ ├── weapons.qc │ └── world.qc ├── quake.gif ├── quakeworld.bmp ├── qw.dsw ├── qw.ncb ├── qw.opt ├── qw2do.txt ├── qwchangelog.txt ├── qwcl.spec.sh ├── qwcl.x11.spec.sh ├── qwfwd │ ├── misc.c │ ├── qwfwd.001 │ ├── qwfwd.c │ ├── qwfwd.dsp │ ├── qwfwd.dsw │ └── qwfwd.plg ├── qwrlnote.txt ├── qwsv.spec.sh ├── release233_notes.txt ├── scitech │ ├── include │ │ ├── debug.h │ │ ├── mgldos.h │ │ ├── mglwin.h │ │ └── mgraph.h │ └── lib │ │ └── win32 │ │ └── vc │ │ └── mgllt.lib └── server │ ├── asm_i386.h │ ├── makefile │ ├── math.s │ ├── model.c │ ├── move.txt │ ├── newnet.txt │ ├── notes.txt │ ├── pr_cmds.c │ ├── pr_comp.h │ ├── pr_edict.c │ ├── pr_exec.c │ ├── profile.txt │ ├── progdefs.h │ ├── progs.h │ ├── quakeasm.h │ ├── qwsv.dsp │ ├── qwsv.dsw │ ├── qwsv.mak │ ├── qwsv.mdp │ ├── qwsv.plg │ ├── qwsvdef.h │ ├── server.h │ ├── sv_ccmds.c │ ├── sv_ents.c │ ├── sv_init.c │ ├── sv_main.c │ ├── sv_move.c │ ├── sv_nchan.c │ ├── sv_phys.c │ ├── sv_send.c │ ├── sv_user.c │ ├── sys.h │ ├── sys_unix.c │ ├── sys_win.c │ ├── world.c │ ├── world.h │ └── worlda.s ├── README-original.txt ├── README.md ├── WinQuake ├── 3dfx.txt ├── COPYING ├── Makefile.Solaris ├── Makefile.am ├── Makefile.emscripten ├── Makefile.linuxi386 ├── README.SDL ├── README.Solaris ├── WinQuake.dsp ├── WinQuake.dsw ├── WinQuake.mdp ├── WinQuake.ncb ├── WinQuake.opt ├── WinQuake.plg ├── acinclude.m4 ├── adivtab.h ├── anorm_dots.h ├── anorms.h ├── asm_draw.h ├── asm_i386.h ├── block16.h ├── block8.h ├── bspfile.h ├── cd_audio.c ├── cd_linux.c ├── cd_null.c ├── cd_sdl.c ├── cd_win.c ├── cdaudio.h ├── chase.c ├── cl_demo.c ├── cl_input.c ├── cl_main.c ├── cl_parse.c ├── cl_tent.c ├── clean.bat ├── client.h ├── cmd.c ├── cmd.h ├── common.c ├── common.h ├── configure.in ├── conproc.c ├── conproc.h ├── console.c ├── console.h ├── crc.c ├── crc.h ├── cvar.c ├── cvar.h ├── cwsdpmi.exe ├── d_copy.s ├── d_draw.s ├── d_draw16.s ├── d_edge.c ├── d_fill.c ├── d_iface.h ├── d_ifacea.h ├── d_init.c ├── d_local.h ├── d_modech.c ├── d_part.c ├── d_parta.s ├── d_polysa.s ├── d_polyse.c ├── d_scan.c ├── d_scana.s ├── d_sky.c ├── d_spr8.s ├── d_sprite.c ├── d_surf.c ├── d_vars.c ├── d_varsa.s ├── d_zpoint.c ├── data │ ├── COMEXP.TXT │ ├── HELP.TXT │ ├── LICINFO.TXT │ ├── MANUAL.TXT │ ├── ORDER.TXT │ ├── README.TXT │ ├── RLICNSE.TXT │ ├── SLICNSE.TXT │ └── TECHINFO.TXT ├── docs │ ├── INSTALL │ ├── INSTALL.Q2Mission │ ├── INSTALL.Quake │ ├── INSTALL.Quake2 │ ├── README │ ├── README.X11 │ ├── readme.glquake │ └── readme.squake ├── dos_v2.c ├── dosasm.s ├── dosisms.h ├── draw.c ├── draw.h ├── dxsdk │ └── SDK │ │ ├── INC │ │ ├── D3D.H │ │ ├── D3DCAPS.H │ │ ├── D3DRM.H │ │ ├── D3DRMDEF.H │ │ ├── D3DRMOBJ.H │ │ ├── D3DRMWIN.H │ │ ├── D3DTYPES.H │ │ ├── DDRAW.H │ │ ├── DINPUT.H │ │ ├── DPLAY.H │ │ ├── DSETUP.H │ │ ├── DSOUND.H │ │ └── FASTFILE.H │ │ └── LIB │ │ ├── DINPUT.LIB │ │ └── DXGUID.LIB ├── gas2masm │ ├── gas2masm.c │ ├── gas2masm.dsp │ ├── gas2masm.dsw │ ├── gas2masm.mdp │ └── gas2masm.plg ├── gl_draw.c ├── gl_mesh.c ├── gl_model.c ├── gl_model.h ├── gl_refrag.c ├── gl_rlight.c ├── gl_rmain.c ├── gl_rmisc.c ├── gl_rsurf.c ├── gl_screen.c ├── gl_test.c ├── gl_vidlinux.c ├── gl_vidlinuxglx.c ├── gl_vidnt.c ├── gl_warp.c ├── gl_warp_sin.h ├── glqnotes.txt ├── glquake.h ├── glquake2.h ├── host.c ├── host_cmd.c ├── id1 │ ├── autoexec.cfg │ ├── config.cfg │ └── wasm.cfg ├── in_dos.c ├── in_null.c ├── in_sun.c ├── in_win.c ├── input.h ├── keys.c ├── keys.h ├── kit │ ├── 3DFX.TXT │ ├── GLQUAKE.EXE │ ├── JOYSTICK.TXT │ ├── OPENGL32.DLL │ └── README.TXT ├── makezip.bat ├── math.s ├── mathlib.c ├── mathlib.h ├── menu.c ├── menu.h ├── model.c ├── model.h ├── modelgen.h ├── mpdosock.h ├── mplib.c ├── mplpc.c ├── net.h ├── net_bsd.c ├── net_bw.c ├── net_bw.h ├── net_comx.c ├── net_dgrm.c ├── net_dgrm.h ├── net_dos.c ├── net_ipx.c ├── net_ipx.h ├── net_loop.c ├── net_loop.h ├── net_main.c ├── net_mp.c ├── net_mp.h ├── net_none.c ├── net_ser.c ├── net_ser.h ├── net_udp.c ├── net_udp.h ├── net_vcr.c ├── net_vcr.h ├── net_win.c ├── net_wins.c ├── net_wins.h ├── net_wipx.c ├── net_wipx.h ├── net_wso.c ├── nonintel.c ├── pr_cmds.c ├── pr_comp.h ├── pr_edict.c ├── pr_exec.c ├── progdefs.h ├── progdefs.q1 ├── progdefs.q2 ├── progs.h ├── protocol.h ├── q.bat ├── qa.bat ├── qb.bat ├── qe3.ico ├── qt.bat ├── quake-data.spec.sh ├── quake-hipnotic.spec.sh ├── quake-rogue.spec.sh ├── quake-shareware.spec.sh ├── quake.gif ├── quake.ico ├── quake.spec.sh ├── quakeasm.h ├── quakedef.h ├── r_aclip.c ├── r_aclipa.s ├── r_alias.c ├── r_aliasa.s ├── r_bsp.c ├── r_draw.c ├── r_drawa.s ├── r_edge.c ├── r_edgea.s ├── r_efrag.c ├── r_light.c ├── r_local.h ├── r_main.c ├── r_misc.c ├── r_part.c ├── r_shared.h ├── r_sky.c ├── r_sprite.c ├── r_surf.c ├── r_vars.c ├── r_varsa.s ├── render.h ├── resource.h ├── sbar.c ├── sbar.h ├── scitech │ ├── INCLUDE │ │ ├── DEBUG.H │ │ ├── MGLDOS.H │ │ ├── MGLWIN.H │ │ └── MGRAPH.H │ └── LIB │ │ └── WIN32 │ │ └── VC │ │ └── MGLLT.LIB ├── screen.c ├── screen.h ├── server.h ├── shell.html ├── snd_dma.c ├── snd_dos.c ├── snd_gus.c ├── snd_linux.c ├── snd_mem.c ├── snd_mix.c ├── snd_mixa.s ├── snd_next.c ├── snd_null.c ├── snd_sdl.c ├── snd_sun.c ├── snd_win.c ├── sound.h ├── spritegn.h ├── surf16.s ├── surf8.s ├── sv_main.c ├── sv_move.c ├── sv_phys.c ├── sv_user.c ├── sys.h ├── sys_dos.c ├── sys_dosa.s ├── sys_linux.c ├── sys_null.c ├── sys_sdl.c ├── sys_sun.c ├── sys_win.c ├── sys_wina.s ├── sys_wind.c ├── vgamodes.h ├── vid.h ├── vid_dos.c ├── vid_dos.h ├── vid_ext.c ├── vid_null.c ├── vid_sdl.c ├── vid_sunx.c ├── vid_sunxil.c ├── vid_svgalib.c ├── vid_vga.c ├── vid_win.c ├── vid_x.c ├── view.c ├── view.h ├── vregset.c ├── vregset.h ├── wad.c ├── wad.h ├── winquake.aps ├── winquake.h ├── winquake.rc ├── world.c ├── world.h ├── worlda.s ├── wq.bat ├── wqreadme.txt ├── zone.c └── zone.h ├── gnu.txt └── qw-qc ├── buttons.qc ├── client.qc ├── combat.qc ├── defs.qc ├── doors.qc ├── files.dat ├── items.qc ├── misc.qc ├── models.qc ├── plats.qc ├── player.qc ├── progdefs.h ├── progs.src ├── qwprogs.dat ├── server.qc ├── spectate.qc ├── sprites.qc ├── subs.qc ├── triggers.qc ├── weapons.qc └── world.qc /QW/Makefile.Linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/Makefile.Linux -------------------------------------------------------------------------------- /QW/Makefile.Solaris: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/Makefile.Solaris -------------------------------------------------------------------------------- /QW/clean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/clean.bat -------------------------------------------------------------------------------- /QW/client/adivtab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/adivtab.h -------------------------------------------------------------------------------- /QW/client/anorm_dots.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/anorm_dots.h -------------------------------------------------------------------------------- /QW/client/anorms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/anorms.h -------------------------------------------------------------------------------- /QW/client/asm_draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/asm_draw.h -------------------------------------------------------------------------------- /QW/client/asm_i386.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/asm_i386.h -------------------------------------------------------------------------------- /QW/client/block16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/block16.h -------------------------------------------------------------------------------- /QW/client/block8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/block8.h -------------------------------------------------------------------------------- /QW/client/bothdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/bothdefs.h -------------------------------------------------------------------------------- /QW/client/bspfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/bspfile.h -------------------------------------------------------------------------------- /QW/client/buildnum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/buildnum.c -------------------------------------------------------------------------------- /QW/client/cd_audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cd_audio.c -------------------------------------------------------------------------------- /QW/client/cd_linux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cd_linux.c -------------------------------------------------------------------------------- /QW/client/cd_null.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cd_null.c -------------------------------------------------------------------------------- /QW/client/cd_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cd_win.c -------------------------------------------------------------------------------- /QW/client/cdaudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cdaudio.h -------------------------------------------------------------------------------- /QW/client/cl_cam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cl_cam.c -------------------------------------------------------------------------------- /QW/client/cl_demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cl_demo.c -------------------------------------------------------------------------------- /QW/client/cl_ents.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cl_ents.c -------------------------------------------------------------------------------- /QW/client/cl_input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cl_input.c -------------------------------------------------------------------------------- /QW/client/cl_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cl_main.c -------------------------------------------------------------------------------- /QW/client/cl_parse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cl_parse.c -------------------------------------------------------------------------------- /QW/client/cl_pred.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cl_pred.c -------------------------------------------------------------------------------- /QW/client/cl_tent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cl_tent.c -------------------------------------------------------------------------------- /QW/client/client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/client.h -------------------------------------------------------------------------------- /QW/client/cmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cmd.c -------------------------------------------------------------------------------- /QW/client/cmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cmd.h -------------------------------------------------------------------------------- /QW/client/common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/common.c -------------------------------------------------------------------------------- /QW/client/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/common.h -------------------------------------------------------------------------------- /QW/client/console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/console.c -------------------------------------------------------------------------------- /QW/client/console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/console.h -------------------------------------------------------------------------------- /QW/client/crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/crc.c -------------------------------------------------------------------------------- /QW/client/crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/crc.h -------------------------------------------------------------------------------- /QW/client/cvar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cvar.c -------------------------------------------------------------------------------- /QW/client/cvar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/cvar.h -------------------------------------------------------------------------------- /QW/client/d_copy.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_copy.s -------------------------------------------------------------------------------- /QW/client/d_draw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_draw.asm -------------------------------------------------------------------------------- /QW/client/d_draw.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_draw.s -------------------------------------------------------------------------------- /QW/client/d_draw16.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_draw16.asm -------------------------------------------------------------------------------- /QW/client/d_draw16.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_draw16.s -------------------------------------------------------------------------------- /QW/client/d_edge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_edge.c -------------------------------------------------------------------------------- /QW/client/d_fill.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_fill.c -------------------------------------------------------------------------------- /QW/client/d_iface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_iface.h -------------------------------------------------------------------------------- /QW/client/d_ifacea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_ifacea.h -------------------------------------------------------------------------------- /QW/client/d_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_init.c -------------------------------------------------------------------------------- /QW/client/d_local.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_local.h -------------------------------------------------------------------------------- /QW/client/d_modech.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_modech.c -------------------------------------------------------------------------------- /QW/client/d_part.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_part.c -------------------------------------------------------------------------------- /QW/client/d_parta.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_parta.asm -------------------------------------------------------------------------------- /QW/client/d_parta.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_parta.s -------------------------------------------------------------------------------- /QW/client/d_polysa.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_polysa.asm -------------------------------------------------------------------------------- /QW/client/d_polysa.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_polysa.s -------------------------------------------------------------------------------- /QW/client/d_polyse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_polyse.c -------------------------------------------------------------------------------- /QW/client/d_scan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_scan.c -------------------------------------------------------------------------------- /QW/client/d_scana.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_scana.asm -------------------------------------------------------------------------------- /QW/client/d_scana.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_scana.s -------------------------------------------------------------------------------- /QW/client/d_sky.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_sky.c -------------------------------------------------------------------------------- /QW/client/d_spr8.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_spr8.asm -------------------------------------------------------------------------------- /QW/client/d_spr8.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_spr8.s -------------------------------------------------------------------------------- /QW/client/d_sprite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_sprite.c -------------------------------------------------------------------------------- /QW/client/d_surf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_surf.c -------------------------------------------------------------------------------- /QW/client/d_vars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_vars.c -------------------------------------------------------------------------------- /QW/client/d_varsa.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_varsa.asm -------------------------------------------------------------------------------- /QW/client/d_varsa.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_varsa.s -------------------------------------------------------------------------------- /QW/client/d_zpoint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/d_zpoint.c -------------------------------------------------------------------------------- /QW/client/docs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/docs.txt -------------------------------------------------------------------------------- /QW/client/draw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/draw.c -------------------------------------------------------------------------------- /QW/client/draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/draw.h -------------------------------------------------------------------------------- /QW/client/exitscrn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/exitscrn.txt -------------------------------------------------------------------------------- /QW/client/gl_draw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_draw.c -------------------------------------------------------------------------------- /QW/client/gl_mesh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_mesh.c -------------------------------------------------------------------------------- /QW/client/gl_model.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_model.c -------------------------------------------------------------------------------- /QW/client/gl_model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_model.h -------------------------------------------------------------------------------- /QW/client/gl_ngraph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_ngraph.c -------------------------------------------------------------------------------- /QW/client/gl_refrag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_refrag.c -------------------------------------------------------------------------------- /QW/client/gl_rlight.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_rlight.c -------------------------------------------------------------------------------- /QW/client/gl_rmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_rmain.c -------------------------------------------------------------------------------- /QW/client/gl_rmisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_rmisc.c -------------------------------------------------------------------------------- /QW/client/gl_rsurf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_rsurf.c -------------------------------------------------------------------------------- /QW/client/gl_screen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_screen.c -------------------------------------------------------------------------------- /QW/client/gl_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_test.c -------------------------------------------------------------------------------- /QW/client/gl_vidlinux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_vidlinux.c -------------------------------------------------------------------------------- /QW/client/gl_vidlinux_svga.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_vidlinux_svga.c -------------------------------------------------------------------------------- /QW/client/gl_vidlinux_x11.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_vidlinux_x11.c -------------------------------------------------------------------------------- /QW/client/gl_vidlinuxglx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_vidlinuxglx.c -------------------------------------------------------------------------------- /QW/client/gl_vidnt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_vidnt.c -------------------------------------------------------------------------------- /QW/client/gl_warp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_warp.c -------------------------------------------------------------------------------- /QW/client/gl_warp_sin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/gl_warp_sin.h -------------------------------------------------------------------------------- /QW/client/glquake.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/glquake.h -------------------------------------------------------------------------------- /QW/client/glquake2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/glquake2.h -------------------------------------------------------------------------------- /QW/client/in_null.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/in_null.c -------------------------------------------------------------------------------- /QW/client/in_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/in_win.c -------------------------------------------------------------------------------- /QW/client/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/input.h -------------------------------------------------------------------------------- /QW/client/keys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/keys.c -------------------------------------------------------------------------------- /QW/client/keys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/keys.h -------------------------------------------------------------------------------- /QW/client/makefile.svgalib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/makefile.svgalib -------------------------------------------------------------------------------- /QW/client/math.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/math.asm -------------------------------------------------------------------------------- /QW/client/math.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/math.s -------------------------------------------------------------------------------- /QW/client/mathlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/mathlib.c -------------------------------------------------------------------------------- /QW/client/mathlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/mathlib.h -------------------------------------------------------------------------------- /QW/client/md4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/md4.c -------------------------------------------------------------------------------- /QW/client/menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/menu.c -------------------------------------------------------------------------------- /QW/client/menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/menu.h -------------------------------------------------------------------------------- /QW/client/model.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/model.c -------------------------------------------------------------------------------- /QW/client/model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/model.h -------------------------------------------------------------------------------- /QW/client/modelgen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/modelgen.h -------------------------------------------------------------------------------- /QW/client/net.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/net.h -------------------------------------------------------------------------------- /QW/client/net_chan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/net_chan.c -------------------------------------------------------------------------------- /QW/client/net_udp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/net_udp.c -------------------------------------------------------------------------------- /QW/client/net_wins.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/net_wins.c -------------------------------------------------------------------------------- /QW/client/nonintel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/nonintel.c -------------------------------------------------------------------------------- /QW/client/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/notes.txt -------------------------------------------------------------------------------- /QW/client/pmove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/pmove.c -------------------------------------------------------------------------------- /QW/client/pmove.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/pmove.h -------------------------------------------------------------------------------- /QW/client/pmovetst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/pmovetst.c -------------------------------------------------------------------------------- /QW/client/protocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/protocol.h -------------------------------------------------------------------------------- /QW/client/q.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/q.bat -------------------------------------------------------------------------------- /QW/client/qe3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/qe3.ico -------------------------------------------------------------------------------- /QW/client/quakeasm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/quakeasm.h -------------------------------------------------------------------------------- /QW/client/quakedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/quakedef.h -------------------------------------------------------------------------------- /QW/client/quakeworld.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/quakeworld.bmp -------------------------------------------------------------------------------- /QW/client/qwcl.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/qwcl.dsp -------------------------------------------------------------------------------- /QW/client/qwcl.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/qwcl.dsw -------------------------------------------------------------------------------- /QW/client/qwcl.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/qwcl.mak -------------------------------------------------------------------------------- /QW/client/qwcl.mdp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/qwcl.mdp -------------------------------------------------------------------------------- /QW/client/qwcl.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/qwcl.plg -------------------------------------------------------------------------------- /QW/client/qwcl2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/qwcl2.ico -------------------------------------------------------------------------------- /QW/client/r_aclip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_aclip.c -------------------------------------------------------------------------------- /QW/client/r_aclipa.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_aclipa.asm -------------------------------------------------------------------------------- /QW/client/r_aclipa.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_aclipa.s -------------------------------------------------------------------------------- /QW/client/r_alias.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_alias.c -------------------------------------------------------------------------------- /QW/client/r_aliasa.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_aliasa.asm -------------------------------------------------------------------------------- /QW/client/r_aliasa.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_aliasa.s -------------------------------------------------------------------------------- /QW/client/r_bsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_bsp.c -------------------------------------------------------------------------------- /QW/client/r_draw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_draw.c -------------------------------------------------------------------------------- /QW/client/r_drawa.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_drawa.asm -------------------------------------------------------------------------------- /QW/client/r_drawa.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_drawa.s -------------------------------------------------------------------------------- /QW/client/r_edge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_edge.c -------------------------------------------------------------------------------- /QW/client/r_edgea.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_edgea.asm -------------------------------------------------------------------------------- /QW/client/r_edgea.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_edgea.s -------------------------------------------------------------------------------- /QW/client/r_efrag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_efrag.c -------------------------------------------------------------------------------- /QW/client/r_light.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_light.c -------------------------------------------------------------------------------- /QW/client/r_local.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_local.h -------------------------------------------------------------------------------- /QW/client/r_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_main.c -------------------------------------------------------------------------------- /QW/client/r_misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_misc.c -------------------------------------------------------------------------------- /QW/client/r_part.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_part.c -------------------------------------------------------------------------------- /QW/client/r_shared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_shared.h -------------------------------------------------------------------------------- /QW/client/r_sky.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_sky.c -------------------------------------------------------------------------------- /QW/client/r_sprite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_sprite.c -------------------------------------------------------------------------------- /QW/client/r_surf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_surf.c -------------------------------------------------------------------------------- /QW/client/r_vars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_vars.c -------------------------------------------------------------------------------- /QW/client/r_varsa.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_varsa.asm -------------------------------------------------------------------------------- /QW/client/r_varsa.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/r_varsa.s -------------------------------------------------------------------------------- /QW/client/render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/render.h -------------------------------------------------------------------------------- /QW/client/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/resource.h -------------------------------------------------------------------------------- /QW/client/sbar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/sbar.c -------------------------------------------------------------------------------- /QW/client/sbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/sbar.h -------------------------------------------------------------------------------- /QW/client/screen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/screen.c -------------------------------------------------------------------------------- /QW/client/screen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/screen.h -------------------------------------------------------------------------------- /QW/client/skin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/skin.c -------------------------------------------------------------------------------- /QW/client/snd_dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/snd_dma.c -------------------------------------------------------------------------------- /QW/client/snd_linux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/snd_linux.c -------------------------------------------------------------------------------- /QW/client/snd_mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/snd_mem.c -------------------------------------------------------------------------------- /QW/client/snd_mix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/snd_mix.c -------------------------------------------------------------------------------- /QW/client/snd_mixa.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/snd_mixa.asm -------------------------------------------------------------------------------- /QW/client/snd_mixa.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/snd_mixa.s -------------------------------------------------------------------------------- /QW/client/snd_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/snd_win.c -------------------------------------------------------------------------------- /QW/client/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/sound.h -------------------------------------------------------------------------------- /QW/client/spritegn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/spritegn.h -------------------------------------------------------------------------------- /QW/client/surf16.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/surf16.asm -------------------------------------------------------------------------------- /QW/client/surf16.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/surf16.s -------------------------------------------------------------------------------- /QW/client/surf8.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/surf8.asm -------------------------------------------------------------------------------- /QW/client/surf8.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/surf8.s -------------------------------------------------------------------------------- /QW/client/sys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/sys.h -------------------------------------------------------------------------------- /QW/client/sys_dosa.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/sys_dosa.s -------------------------------------------------------------------------------- /QW/client/sys_linux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/sys_linux.c -------------------------------------------------------------------------------- /QW/client/sys_null.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/sys_null.c -------------------------------------------------------------------------------- /QW/client/sys_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/sys_win.c -------------------------------------------------------------------------------- /QW/client/sys_wina.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/sys_wina.asm -------------------------------------------------------------------------------- /QW/client/sys_wina.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/sys_wina.s -------------------------------------------------------------------------------- /QW/client/vid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/vid.h -------------------------------------------------------------------------------- /QW/client/vid_null.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/vid_null.c -------------------------------------------------------------------------------- /QW/client/vid_svgalib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/vid_svgalib.c -------------------------------------------------------------------------------- /QW/client/vid_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/vid_win.c -------------------------------------------------------------------------------- /QW/client/vid_x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/vid_x.c -------------------------------------------------------------------------------- /QW/client/view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/view.c -------------------------------------------------------------------------------- /QW/client/view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/view.h -------------------------------------------------------------------------------- /QW/client/wad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/wad.c -------------------------------------------------------------------------------- /QW/client/wad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/wad.h -------------------------------------------------------------------------------- /QW/client/winquake.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/winquake.aps -------------------------------------------------------------------------------- /QW/client/winquake.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/winquake.h -------------------------------------------------------------------------------- /QW/client/winquake.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/winquake.rc -------------------------------------------------------------------------------- /QW/client/zone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/zone.c -------------------------------------------------------------------------------- /QW/client/zone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/client/zone.h -------------------------------------------------------------------------------- /QW/cmds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/cmds.txt -------------------------------------------------------------------------------- /QW/docs/glqwcl-readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/docs/glqwcl-readme.txt -------------------------------------------------------------------------------- /QW/docs/qwcl-readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/docs/qwcl-readme.txt -------------------------------------------------------------------------------- /QW/docs/readme.qwcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/docs/readme.qwcl -------------------------------------------------------------------------------- /QW/docs/readme.qwsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/docs/readme.qwsv -------------------------------------------------------------------------------- /QW/dxsdk/sdk/inc/d3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/dxsdk/sdk/inc/d3d.h -------------------------------------------------------------------------------- /QW/dxsdk/sdk/inc/d3dcaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/dxsdk/sdk/inc/d3dcaps.h -------------------------------------------------------------------------------- /QW/dxsdk/sdk/inc/d3drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/dxsdk/sdk/inc/d3drm.h -------------------------------------------------------------------------------- /QW/dxsdk/sdk/inc/d3drmdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/dxsdk/sdk/inc/d3drmdef.h -------------------------------------------------------------------------------- /QW/dxsdk/sdk/inc/d3drmobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/dxsdk/sdk/inc/d3drmobj.h -------------------------------------------------------------------------------- /QW/dxsdk/sdk/inc/d3drmwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/dxsdk/sdk/inc/d3drmwin.h -------------------------------------------------------------------------------- /QW/dxsdk/sdk/inc/d3dtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/dxsdk/sdk/inc/d3dtypes.h -------------------------------------------------------------------------------- /QW/dxsdk/sdk/inc/ddraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/dxsdk/sdk/inc/ddraw.h -------------------------------------------------------------------------------- /QW/dxsdk/sdk/inc/dinput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/dxsdk/sdk/inc/dinput.h -------------------------------------------------------------------------------- /QW/dxsdk/sdk/inc/dplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/dxsdk/sdk/inc/dplay.h -------------------------------------------------------------------------------- /QW/dxsdk/sdk/inc/dsetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/dxsdk/sdk/inc/dsetup.h -------------------------------------------------------------------------------- /QW/dxsdk/sdk/inc/dsound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/dxsdk/sdk/inc/dsound.h -------------------------------------------------------------------------------- /QW/dxsdk/sdk/inc/fastfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/dxsdk/sdk/inc/fastfile.h -------------------------------------------------------------------------------- /QW/dxsdk/sdk/lib/dinput.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/dxsdk/sdk/lib/dinput.lib -------------------------------------------------------------------------------- /QW/dxsdk/sdk/lib/dxguid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/dxsdk/sdk/lib/dxguid.lib -------------------------------------------------------------------------------- /QW/fixskins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/fixskins.sh -------------------------------------------------------------------------------- /QW/gas2masm/gas2masm.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/gas2masm/gas2masm.001 -------------------------------------------------------------------------------- /QW/gas2masm/gas2masm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/gas2masm/gas2masm.c -------------------------------------------------------------------------------- /QW/gas2masm/gas2masm.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/gas2masm/gas2masm.dsp -------------------------------------------------------------------------------- /QW/gas2masm/gas2masm.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/gas2masm/gas2masm.mak -------------------------------------------------------------------------------- /QW/gas2masm/gas2masm.mdp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/gas2masm/gas2masm.mdp -------------------------------------------------------------------------------- /QW/gas2masm/gas2masm.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/gas2masm/gas2masm.plg -------------------------------------------------------------------------------- /QW/glqwcl.3dfxgl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/glqwcl.3dfxgl -------------------------------------------------------------------------------- /QW/glqwcl.spec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/glqwcl.spec.sh -------------------------------------------------------------------------------- /QW/makezip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/makezip -------------------------------------------------------------------------------- /QW/makezip.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/makezip.bat -------------------------------------------------------------------------------- /QW/progs/buttons.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/buttons.qc -------------------------------------------------------------------------------- /QW/progs/client.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/client.qc -------------------------------------------------------------------------------- /QW/progs/combat.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/combat.qc -------------------------------------------------------------------------------- /QW/progs/defs.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/defs.qc -------------------------------------------------------------------------------- /QW/progs/doors.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/doors.qc -------------------------------------------------------------------------------- /QW/progs/files.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/files.dat -------------------------------------------------------------------------------- /QW/progs/items.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/items.qc -------------------------------------------------------------------------------- /QW/progs/misc.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/misc.qc -------------------------------------------------------------------------------- /QW/progs/models.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/models.qc -------------------------------------------------------------------------------- /QW/progs/plats.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/plats.qc -------------------------------------------------------------------------------- /QW/progs/player.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/player.qc -------------------------------------------------------------------------------- /QW/progs/progdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/progdefs.h -------------------------------------------------------------------------------- /QW/progs/progs.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/progs.src -------------------------------------------------------------------------------- /QW/progs/qwprogs.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/qwprogs.dat -------------------------------------------------------------------------------- /QW/progs/server.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/server.qc -------------------------------------------------------------------------------- /QW/progs/spectate.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/spectate.qc -------------------------------------------------------------------------------- /QW/progs/sprites.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/sprites.qc -------------------------------------------------------------------------------- /QW/progs/subs.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/subs.qc -------------------------------------------------------------------------------- /QW/progs/triggers.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/triggers.qc -------------------------------------------------------------------------------- /QW/progs/weapons.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/weapons.qc -------------------------------------------------------------------------------- /QW/progs/world.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/progs/world.qc -------------------------------------------------------------------------------- /QW/quake.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/quake.gif -------------------------------------------------------------------------------- /QW/quakeworld.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/quakeworld.bmp -------------------------------------------------------------------------------- /QW/qw.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/qw.dsw -------------------------------------------------------------------------------- /QW/qw.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/qw.ncb -------------------------------------------------------------------------------- /QW/qw.opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/qw.opt -------------------------------------------------------------------------------- /QW/qw2do.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/qw2do.txt -------------------------------------------------------------------------------- /QW/qwchangelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/qwchangelog.txt -------------------------------------------------------------------------------- /QW/qwcl.spec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/qwcl.spec.sh -------------------------------------------------------------------------------- /QW/qwcl.x11.spec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/qwcl.x11.spec.sh -------------------------------------------------------------------------------- /QW/qwfwd/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/qwfwd/misc.c -------------------------------------------------------------------------------- /QW/qwfwd/qwfwd.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/qwfwd/qwfwd.001 -------------------------------------------------------------------------------- /QW/qwfwd/qwfwd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/qwfwd/qwfwd.c -------------------------------------------------------------------------------- /QW/qwfwd/qwfwd.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/qwfwd/qwfwd.dsp -------------------------------------------------------------------------------- /QW/qwfwd/qwfwd.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/qwfwd/qwfwd.dsw -------------------------------------------------------------------------------- /QW/qwfwd/qwfwd.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/qwfwd/qwfwd.plg -------------------------------------------------------------------------------- /QW/qwrlnote.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/qwrlnote.txt -------------------------------------------------------------------------------- /QW/qwsv.spec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/qwsv.spec.sh -------------------------------------------------------------------------------- /QW/release233_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/release233_notes.txt -------------------------------------------------------------------------------- /QW/scitech/include/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/scitech/include/debug.h -------------------------------------------------------------------------------- /QW/scitech/include/mgldos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/scitech/include/mgldos.h -------------------------------------------------------------------------------- /QW/scitech/include/mglwin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/scitech/include/mglwin.h -------------------------------------------------------------------------------- /QW/scitech/include/mgraph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/scitech/include/mgraph.h -------------------------------------------------------------------------------- /QW/scitech/lib/win32/vc/mgllt.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/scitech/lib/win32/vc/mgllt.lib -------------------------------------------------------------------------------- /QW/server/asm_i386.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/asm_i386.h -------------------------------------------------------------------------------- /QW/server/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/makefile -------------------------------------------------------------------------------- /QW/server/math.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/math.s -------------------------------------------------------------------------------- /QW/server/model.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/model.c -------------------------------------------------------------------------------- /QW/server/move.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/move.txt -------------------------------------------------------------------------------- /QW/server/newnet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/newnet.txt -------------------------------------------------------------------------------- /QW/server/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/notes.txt -------------------------------------------------------------------------------- /QW/server/pr_cmds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/pr_cmds.c -------------------------------------------------------------------------------- /QW/server/pr_comp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/pr_comp.h -------------------------------------------------------------------------------- /QW/server/pr_edict.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/pr_edict.c -------------------------------------------------------------------------------- /QW/server/pr_exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/pr_exec.c -------------------------------------------------------------------------------- /QW/server/profile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/profile.txt -------------------------------------------------------------------------------- /QW/server/progdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/progdefs.h -------------------------------------------------------------------------------- /QW/server/progs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/progs.h -------------------------------------------------------------------------------- /QW/server/quakeasm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/quakeasm.h -------------------------------------------------------------------------------- /QW/server/qwsv.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/qwsv.dsp -------------------------------------------------------------------------------- /QW/server/qwsv.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/qwsv.dsw -------------------------------------------------------------------------------- /QW/server/qwsv.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/qwsv.mak -------------------------------------------------------------------------------- /QW/server/qwsv.mdp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/qwsv.mdp -------------------------------------------------------------------------------- /QW/server/qwsv.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/qwsv.plg -------------------------------------------------------------------------------- /QW/server/qwsvdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/qwsvdef.h -------------------------------------------------------------------------------- /QW/server/server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/server.h -------------------------------------------------------------------------------- /QW/server/sv_ccmds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/sv_ccmds.c -------------------------------------------------------------------------------- /QW/server/sv_ents.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/sv_ents.c -------------------------------------------------------------------------------- /QW/server/sv_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/sv_init.c -------------------------------------------------------------------------------- /QW/server/sv_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/sv_main.c -------------------------------------------------------------------------------- /QW/server/sv_move.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/sv_move.c -------------------------------------------------------------------------------- /QW/server/sv_nchan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/sv_nchan.c -------------------------------------------------------------------------------- /QW/server/sv_phys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/sv_phys.c -------------------------------------------------------------------------------- /QW/server/sv_send.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/sv_send.c -------------------------------------------------------------------------------- /QW/server/sv_user.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/sv_user.c -------------------------------------------------------------------------------- /QW/server/sys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/sys.h -------------------------------------------------------------------------------- /QW/server/sys_unix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/sys_unix.c -------------------------------------------------------------------------------- /QW/server/sys_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/sys_win.c -------------------------------------------------------------------------------- /QW/server/world.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/world.c -------------------------------------------------------------------------------- /QW/server/world.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/world.h -------------------------------------------------------------------------------- /QW/server/worlda.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/QW/server/worlda.s -------------------------------------------------------------------------------- /README-original.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/README-original.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/README.md -------------------------------------------------------------------------------- /WinQuake/3dfx.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/3dfx.txt -------------------------------------------------------------------------------- /WinQuake/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/COPYING -------------------------------------------------------------------------------- /WinQuake/Makefile.Solaris: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/Makefile.Solaris -------------------------------------------------------------------------------- /WinQuake/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/Makefile.am -------------------------------------------------------------------------------- /WinQuake/Makefile.emscripten: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/Makefile.emscripten -------------------------------------------------------------------------------- /WinQuake/Makefile.linuxi386: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/Makefile.linuxi386 -------------------------------------------------------------------------------- /WinQuake/README.SDL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/README.SDL -------------------------------------------------------------------------------- /WinQuake/README.Solaris: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/README.Solaris -------------------------------------------------------------------------------- /WinQuake/WinQuake.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/WinQuake.dsp -------------------------------------------------------------------------------- /WinQuake/WinQuake.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/WinQuake.dsw -------------------------------------------------------------------------------- /WinQuake/WinQuake.mdp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/WinQuake.mdp -------------------------------------------------------------------------------- /WinQuake/WinQuake.ncb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/WinQuake.ncb -------------------------------------------------------------------------------- /WinQuake/WinQuake.opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/WinQuake.opt -------------------------------------------------------------------------------- /WinQuake/WinQuake.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/WinQuake.plg -------------------------------------------------------------------------------- /WinQuake/acinclude.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/acinclude.m4 -------------------------------------------------------------------------------- /WinQuake/adivtab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/adivtab.h -------------------------------------------------------------------------------- /WinQuake/anorm_dots.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/anorm_dots.h -------------------------------------------------------------------------------- /WinQuake/anorms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/anorms.h -------------------------------------------------------------------------------- /WinQuake/asm_draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/asm_draw.h -------------------------------------------------------------------------------- /WinQuake/asm_i386.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/asm_i386.h -------------------------------------------------------------------------------- /WinQuake/block16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/block16.h -------------------------------------------------------------------------------- /WinQuake/block8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/block8.h -------------------------------------------------------------------------------- /WinQuake/bspfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/bspfile.h -------------------------------------------------------------------------------- /WinQuake/cd_audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/cd_audio.c -------------------------------------------------------------------------------- /WinQuake/cd_linux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/cd_linux.c -------------------------------------------------------------------------------- /WinQuake/cd_null.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/cd_null.c -------------------------------------------------------------------------------- /WinQuake/cd_sdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/cd_sdl.c -------------------------------------------------------------------------------- /WinQuake/cd_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/cd_win.c -------------------------------------------------------------------------------- /WinQuake/cdaudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/cdaudio.h -------------------------------------------------------------------------------- /WinQuake/chase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/chase.c -------------------------------------------------------------------------------- /WinQuake/cl_demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/cl_demo.c -------------------------------------------------------------------------------- /WinQuake/cl_input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/cl_input.c -------------------------------------------------------------------------------- /WinQuake/cl_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/cl_main.c -------------------------------------------------------------------------------- /WinQuake/cl_parse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/cl_parse.c -------------------------------------------------------------------------------- /WinQuake/cl_tent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/cl_tent.c -------------------------------------------------------------------------------- /WinQuake/clean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/clean.bat -------------------------------------------------------------------------------- /WinQuake/client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/client.h -------------------------------------------------------------------------------- /WinQuake/cmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/cmd.c -------------------------------------------------------------------------------- /WinQuake/cmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/cmd.h -------------------------------------------------------------------------------- /WinQuake/common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/common.c -------------------------------------------------------------------------------- /WinQuake/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/common.h -------------------------------------------------------------------------------- /WinQuake/configure.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/configure.in -------------------------------------------------------------------------------- /WinQuake/conproc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/conproc.c -------------------------------------------------------------------------------- /WinQuake/conproc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/conproc.h -------------------------------------------------------------------------------- /WinQuake/console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/console.c -------------------------------------------------------------------------------- /WinQuake/console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/console.h -------------------------------------------------------------------------------- /WinQuake/crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/crc.c -------------------------------------------------------------------------------- /WinQuake/crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/crc.h -------------------------------------------------------------------------------- /WinQuake/cvar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/cvar.c -------------------------------------------------------------------------------- /WinQuake/cvar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/cvar.h -------------------------------------------------------------------------------- /WinQuake/cwsdpmi.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/cwsdpmi.exe -------------------------------------------------------------------------------- /WinQuake/d_copy.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_copy.s -------------------------------------------------------------------------------- /WinQuake/d_draw.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_draw.s -------------------------------------------------------------------------------- /WinQuake/d_draw16.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_draw16.s -------------------------------------------------------------------------------- /WinQuake/d_edge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_edge.c -------------------------------------------------------------------------------- /WinQuake/d_fill.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_fill.c -------------------------------------------------------------------------------- /WinQuake/d_iface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_iface.h -------------------------------------------------------------------------------- /WinQuake/d_ifacea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_ifacea.h -------------------------------------------------------------------------------- /WinQuake/d_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_init.c -------------------------------------------------------------------------------- /WinQuake/d_local.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_local.h -------------------------------------------------------------------------------- /WinQuake/d_modech.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_modech.c -------------------------------------------------------------------------------- /WinQuake/d_part.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_part.c -------------------------------------------------------------------------------- /WinQuake/d_parta.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_parta.s -------------------------------------------------------------------------------- /WinQuake/d_polysa.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_polysa.s -------------------------------------------------------------------------------- /WinQuake/d_polyse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_polyse.c -------------------------------------------------------------------------------- /WinQuake/d_scan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_scan.c -------------------------------------------------------------------------------- /WinQuake/d_scana.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_scana.s -------------------------------------------------------------------------------- /WinQuake/d_sky.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_sky.c -------------------------------------------------------------------------------- /WinQuake/d_spr8.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_spr8.s -------------------------------------------------------------------------------- /WinQuake/d_sprite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_sprite.c -------------------------------------------------------------------------------- /WinQuake/d_surf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_surf.c -------------------------------------------------------------------------------- /WinQuake/d_vars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_vars.c -------------------------------------------------------------------------------- /WinQuake/d_varsa.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_varsa.s -------------------------------------------------------------------------------- /WinQuake/d_zpoint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/d_zpoint.c -------------------------------------------------------------------------------- /WinQuake/data/COMEXP.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/data/COMEXP.TXT -------------------------------------------------------------------------------- /WinQuake/data/HELP.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/data/HELP.TXT -------------------------------------------------------------------------------- /WinQuake/data/LICINFO.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/data/LICINFO.TXT -------------------------------------------------------------------------------- /WinQuake/data/MANUAL.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/data/MANUAL.TXT -------------------------------------------------------------------------------- /WinQuake/data/ORDER.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/data/ORDER.TXT -------------------------------------------------------------------------------- /WinQuake/data/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/data/README.TXT -------------------------------------------------------------------------------- /WinQuake/data/RLICNSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/data/RLICNSE.TXT -------------------------------------------------------------------------------- /WinQuake/data/SLICNSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/data/SLICNSE.TXT -------------------------------------------------------------------------------- /WinQuake/data/TECHINFO.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/data/TECHINFO.TXT -------------------------------------------------------------------------------- /WinQuake/docs/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/docs/INSTALL -------------------------------------------------------------------------------- /WinQuake/docs/INSTALL.Q2Mission: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/docs/INSTALL.Q2Mission -------------------------------------------------------------------------------- /WinQuake/docs/INSTALL.Quake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/docs/INSTALL.Quake -------------------------------------------------------------------------------- /WinQuake/docs/INSTALL.Quake2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/docs/INSTALL.Quake2 -------------------------------------------------------------------------------- /WinQuake/docs/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/docs/README -------------------------------------------------------------------------------- /WinQuake/docs/README.X11: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/docs/README.X11 -------------------------------------------------------------------------------- /WinQuake/docs/readme.glquake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/docs/readme.glquake -------------------------------------------------------------------------------- /WinQuake/docs/readme.squake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/docs/readme.squake -------------------------------------------------------------------------------- /WinQuake/dos_v2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dos_v2.c -------------------------------------------------------------------------------- /WinQuake/dosasm.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dosasm.s -------------------------------------------------------------------------------- /WinQuake/dosisms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dosisms.h -------------------------------------------------------------------------------- /WinQuake/draw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/draw.c -------------------------------------------------------------------------------- /WinQuake/draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/draw.h -------------------------------------------------------------------------------- /WinQuake/dxsdk/SDK/INC/D3D.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dxsdk/SDK/INC/D3D.H -------------------------------------------------------------------------------- /WinQuake/dxsdk/SDK/INC/D3DCAPS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dxsdk/SDK/INC/D3DCAPS.H -------------------------------------------------------------------------------- /WinQuake/dxsdk/SDK/INC/D3DRM.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dxsdk/SDK/INC/D3DRM.H -------------------------------------------------------------------------------- /WinQuake/dxsdk/SDK/INC/D3DRMDEF.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dxsdk/SDK/INC/D3DRMDEF.H -------------------------------------------------------------------------------- /WinQuake/dxsdk/SDK/INC/D3DRMOBJ.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dxsdk/SDK/INC/D3DRMOBJ.H -------------------------------------------------------------------------------- /WinQuake/dxsdk/SDK/INC/D3DRMWIN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dxsdk/SDK/INC/D3DRMWIN.H -------------------------------------------------------------------------------- /WinQuake/dxsdk/SDK/INC/D3DTYPES.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dxsdk/SDK/INC/D3DTYPES.H -------------------------------------------------------------------------------- /WinQuake/dxsdk/SDK/INC/DDRAW.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dxsdk/SDK/INC/DDRAW.H -------------------------------------------------------------------------------- /WinQuake/dxsdk/SDK/INC/DINPUT.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dxsdk/SDK/INC/DINPUT.H -------------------------------------------------------------------------------- /WinQuake/dxsdk/SDK/INC/DPLAY.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dxsdk/SDK/INC/DPLAY.H -------------------------------------------------------------------------------- /WinQuake/dxsdk/SDK/INC/DSETUP.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dxsdk/SDK/INC/DSETUP.H -------------------------------------------------------------------------------- /WinQuake/dxsdk/SDK/INC/DSOUND.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dxsdk/SDK/INC/DSOUND.H -------------------------------------------------------------------------------- /WinQuake/dxsdk/SDK/INC/FASTFILE.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dxsdk/SDK/INC/FASTFILE.H -------------------------------------------------------------------------------- /WinQuake/dxsdk/SDK/LIB/DINPUT.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dxsdk/SDK/LIB/DINPUT.LIB -------------------------------------------------------------------------------- /WinQuake/dxsdk/SDK/LIB/DXGUID.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/dxsdk/SDK/LIB/DXGUID.LIB -------------------------------------------------------------------------------- /WinQuake/gas2masm/gas2masm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gas2masm/gas2masm.c -------------------------------------------------------------------------------- /WinQuake/gas2masm/gas2masm.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gas2masm/gas2masm.dsp -------------------------------------------------------------------------------- /WinQuake/gas2masm/gas2masm.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gas2masm/gas2masm.dsw -------------------------------------------------------------------------------- /WinQuake/gas2masm/gas2masm.mdp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gas2masm/gas2masm.mdp -------------------------------------------------------------------------------- /WinQuake/gas2masm/gas2masm.plg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gas2masm/gas2masm.plg -------------------------------------------------------------------------------- /WinQuake/gl_draw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gl_draw.c -------------------------------------------------------------------------------- /WinQuake/gl_mesh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gl_mesh.c -------------------------------------------------------------------------------- /WinQuake/gl_model.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gl_model.c -------------------------------------------------------------------------------- /WinQuake/gl_model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gl_model.h -------------------------------------------------------------------------------- /WinQuake/gl_refrag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gl_refrag.c -------------------------------------------------------------------------------- /WinQuake/gl_rlight.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gl_rlight.c -------------------------------------------------------------------------------- /WinQuake/gl_rmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gl_rmain.c -------------------------------------------------------------------------------- /WinQuake/gl_rmisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gl_rmisc.c -------------------------------------------------------------------------------- /WinQuake/gl_rsurf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gl_rsurf.c -------------------------------------------------------------------------------- /WinQuake/gl_screen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gl_screen.c -------------------------------------------------------------------------------- /WinQuake/gl_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gl_test.c -------------------------------------------------------------------------------- /WinQuake/gl_vidlinux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gl_vidlinux.c -------------------------------------------------------------------------------- /WinQuake/gl_vidlinuxglx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gl_vidlinuxglx.c -------------------------------------------------------------------------------- /WinQuake/gl_vidnt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gl_vidnt.c -------------------------------------------------------------------------------- /WinQuake/gl_warp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gl_warp.c -------------------------------------------------------------------------------- /WinQuake/gl_warp_sin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/gl_warp_sin.h -------------------------------------------------------------------------------- /WinQuake/glqnotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/glqnotes.txt -------------------------------------------------------------------------------- /WinQuake/glquake.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/glquake.h -------------------------------------------------------------------------------- /WinQuake/glquake2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/glquake2.h -------------------------------------------------------------------------------- /WinQuake/host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/host.c -------------------------------------------------------------------------------- /WinQuake/host_cmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/host_cmd.c -------------------------------------------------------------------------------- /WinQuake/id1/autoexec.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/id1/autoexec.cfg -------------------------------------------------------------------------------- /WinQuake/id1/config.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/id1/config.cfg -------------------------------------------------------------------------------- /WinQuake/id1/wasm.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/id1/wasm.cfg -------------------------------------------------------------------------------- /WinQuake/in_dos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/in_dos.c -------------------------------------------------------------------------------- /WinQuake/in_null.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/in_null.c -------------------------------------------------------------------------------- /WinQuake/in_sun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/in_sun.c -------------------------------------------------------------------------------- /WinQuake/in_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/in_win.c -------------------------------------------------------------------------------- /WinQuake/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/input.h -------------------------------------------------------------------------------- /WinQuake/keys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/keys.c -------------------------------------------------------------------------------- /WinQuake/keys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/keys.h -------------------------------------------------------------------------------- /WinQuake/kit/3DFX.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/kit/3DFX.TXT -------------------------------------------------------------------------------- /WinQuake/kit/GLQUAKE.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/kit/GLQUAKE.EXE -------------------------------------------------------------------------------- /WinQuake/kit/JOYSTICK.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/kit/JOYSTICK.TXT -------------------------------------------------------------------------------- /WinQuake/kit/OPENGL32.DLL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/kit/OPENGL32.DLL -------------------------------------------------------------------------------- /WinQuake/kit/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/kit/README.TXT -------------------------------------------------------------------------------- /WinQuake/makezip.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/makezip.bat -------------------------------------------------------------------------------- /WinQuake/math.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/math.s -------------------------------------------------------------------------------- /WinQuake/mathlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/mathlib.c -------------------------------------------------------------------------------- /WinQuake/mathlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/mathlib.h -------------------------------------------------------------------------------- /WinQuake/menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/menu.c -------------------------------------------------------------------------------- /WinQuake/menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/menu.h -------------------------------------------------------------------------------- /WinQuake/model.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/model.c -------------------------------------------------------------------------------- /WinQuake/model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/model.h -------------------------------------------------------------------------------- /WinQuake/modelgen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/modelgen.h -------------------------------------------------------------------------------- /WinQuake/mpdosock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/mpdosock.h -------------------------------------------------------------------------------- /WinQuake/mplib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/mplib.c -------------------------------------------------------------------------------- /WinQuake/mplpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/mplpc.c -------------------------------------------------------------------------------- /WinQuake/net.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net.h -------------------------------------------------------------------------------- /WinQuake/net_bsd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_bsd.c -------------------------------------------------------------------------------- /WinQuake/net_bw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_bw.c -------------------------------------------------------------------------------- /WinQuake/net_bw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_bw.h -------------------------------------------------------------------------------- /WinQuake/net_comx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_comx.c -------------------------------------------------------------------------------- /WinQuake/net_dgrm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_dgrm.c -------------------------------------------------------------------------------- /WinQuake/net_dgrm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_dgrm.h -------------------------------------------------------------------------------- /WinQuake/net_dos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_dos.c -------------------------------------------------------------------------------- /WinQuake/net_ipx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_ipx.c -------------------------------------------------------------------------------- /WinQuake/net_ipx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_ipx.h -------------------------------------------------------------------------------- /WinQuake/net_loop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_loop.c -------------------------------------------------------------------------------- /WinQuake/net_loop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_loop.h -------------------------------------------------------------------------------- /WinQuake/net_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_main.c -------------------------------------------------------------------------------- /WinQuake/net_mp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_mp.c -------------------------------------------------------------------------------- /WinQuake/net_mp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_mp.h -------------------------------------------------------------------------------- /WinQuake/net_none.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_none.c -------------------------------------------------------------------------------- /WinQuake/net_ser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_ser.c -------------------------------------------------------------------------------- /WinQuake/net_ser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_ser.h -------------------------------------------------------------------------------- /WinQuake/net_udp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_udp.c -------------------------------------------------------------------------------- /WinQuake/net_udp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_udp.h -------------------------------------------------------------------------------- /WinQuake/net_vcr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_vcr.c -------------------------------------------------------------------------------- /WinQuake/net_vcr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_vcr.h -------------------------------------------------------------------------------- /WinQuake/net_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_win.c -------------------------------------------------------------------------------- /WinQuake/net_wins.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_wins.c -------------------------------------------------------------------------------- /WinQuake/net_wins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_wins.h -------------------------------------------------------------------------------- /WinQuake/net_wipx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_wipx.c -------------------------------------------------------------------------------- /WinQuake/net_wipx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/net_wipx.h -------------------------------------------------------------------------------- /WinQuake/net_wso.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /WinQuake/nonintel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/nonintel.c -------------------------------------------------------------------------------- /WinQuake/pr_cmds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/pr_cmds.c -------------------------------------------------------------------------------- /WinQuake/pr_comp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/pr_comp.h -------------------------------------------------------------------------------- /WinQuake/pr_edict.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/pr_edict.c -------------------------------------------------------------------------------- /WinQuake/pr_exec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/pr_exec.c -------------------------------------------------------------------------------- /WinQuake/progdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/progdefs.h -------------------------------------------------------------------------------- /WinQuake/progdefs.q1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/progdefs.q1 -------------------------------------------------------------------------------- /WinQuake/progdefs.q2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/progdefs.q2 -------------------------------------------------------------------------------- /WinQuake/progs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/progs.h -------------------------------------------------------------------------------- /WinQuake/protocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/protocol.h -------------------------------------------------------------------------------- /WinQuake/q.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/q.bat -------------------------------------------------------------------------------- /WinQuake/qa.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/qa.bat -------------------------------------------------------------------------------- /WinQuake/qb.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/qb.bat -------------------------------------------------------------------------------- /WinQuake/qe3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/qe3.ico -------------------------------------------------------------------------------- /WinQuake/qt.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/qt.bat -------------------------------------------------------------------------------- /WinQuake/quake-data.spec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/quake-data.spec.sh -------------------------------------------------------------------------------- /WinQuake/quake-hipnotic.spec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/quake-hipnotic.spec.sh -------------------------------------------------------------------------------- /WinQuake/quake-rogue.spec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/quake-rogue.spec.sh -------------------------------------------------------------------------------- /WinQuake/quake-shareware.spec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/quake-shareware.spec.sh -------------------------------------------------------------------------------- /WinQuake/quake.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/quake.gif -------------------------------------------------------------------------------- /WinQuake/quake.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/quake.ico -------------------------------------------------------------------------------- /WinQuake/quake.spec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/quake.spec.sh -------------------------------------------------------------------------------- /WinQuake/quakeasm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/quakeasm.h -------------------------------------------------------------------------------- /WinQuake/quakedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/quakedef.h -------------------------------------------------------------------------------- /WinQuake/r_aclip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_aclip.c -------------------------------------------------------------------------------- /WinQuake/r_aclipa.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_aclipa.s -------------------------------------------------------------------------------- /WinQuake/r_alias.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_alias.c -------------------------------------------------------------------------------- /WinQuake/r_aliasa.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_aliasa.s -------------------------------------------------------------------------------- /WinQuake/r_bsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_bsp.c -------------------------------------------------------------------------------- /WinQuake/r_draw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_draw.c -------------------------------------------------------------------------------- /WinQuake/r_drawa.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_drawa.s -------------------------------------------------------------------------------- /WinQuake/r_edge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_edge.c -------------------------------------------------------------------------------- /WinQuake/r_edgea.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_edgea.s -------------------------------------------------------------------------------- /WinQuake/r_efrag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_efrag.c -------------------------------------------------------------------------------- /WinQuake/r_light.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_light.c -------------------------------------------------------------------------------- /WinQuake/r_local.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_local.h -------------------------------------------------------------------------------- /WinQuake/r_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_main.c -------------------------------------------------------------------------------- /WinQuake/r_misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_misc.c -------------------------------------------------------------------------------- /WinQuake/r_part.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_part.c -------------------------------------------------------------------------------- /WinQuake/r_shared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_shared.h -------------------------------------------------------------------------------- /WinQuake/r_sky.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_sky.c -------------------------------------------------------------------------------- /WinQuake/r_sprite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_sprite.c -------------------------------------------------------------------------------- /WinQuake/r_surf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_surf.c -------------------------------------------------------------------------------- /WinQuake/r_vars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_vars.c -------------------------------------------------------------------------------- /WinQuake/r_varsa.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/r_varsa.s -------------------------------------------------------------------------------- /WinQuake/render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/render.h -------------------------------------------------------------------------------- /WinQuake/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/resource.h -------------------------------------------------------------------------------- /WinQuake/sbar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sbar.c -------------------------------------------------------------------------------- /WinQuake/sbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sbar.h -------------------------------------------------------------------------------- /WinQuake/scitech/INCLUDE/DEBUG.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/scitech/INCLUDE/DEBUG.H -------------------------------------------------------------------------------- /WinQuake/scitech/INCLUDE/MGLDOS.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/scitech/INCLUDE/MGLDOS.H -------------------------------------------------------------------------------- /WinQuake/scitech/INCLUDE/MGLWIN.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/scitech/INCLUDE/MGLWIN.H -------------------------------------------------------------------------------- /WinQuake/scitech/INCLUDE/MGRAPH.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/scitech/INCLUDE/MGRAPH.H -------------------------------------------------------------------------------- /WinQuake/scitech/LIB/WIN32/VC/MGLLT.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/scitech/LIB/WIN32/VC/MGLLT.LIB -------------------------------------------------------------------------------- /WinQuake/screen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/screen.c -------------------------------------------------------------------------------- /WinQuake/screen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/screen.h -------------------------------------------------------------------------------- /WinQuake/server.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/server.h -------------------------------------------------------------------------------- /WinQuake/shell.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/shell.html -------------------------------------------------------------------------------- /WinQuake/snd_dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/snd_dma.c -------------------------------------------------------------------------------- /WinQuake/snd_dos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/snd_dos.c -------------------------------------------------------------------------------- /WinQuake/snd_gus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/snd_gus.c -------------------------------------------------------------------------------- /WinQuake/snd_linux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/snd_linux.c -------------------------------------------------------------------------------- /WinQuake/snd_mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/snd_mem.c -------------------------------------------------------------------------------- /WinQuake/snd_mix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/snd_mix.c -------------------------------------------------------------------------------- /WinQuake/snd_mixa.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/snd_mixa.s -------------------------------------------------------------------------------- /WinQuake/snd_next.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/snd_next.c -------------------------------------------------------------------------------- /WinQuake/snd_null.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/snd_null.c -------------------------------------------------------------------------------- /WinQuake/snd_sdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/snd_sdl.c -------------------------------------------------------------------------------- /WinQuake/snd_sun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/snd_sun.c -------------------------------------------------------------------------------- /WinQuake/snd_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/snd_win.c -------------------------------------------------------------------------------- /WinQuake/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sound.h -------------------------------------------------------------------------------- /WinQuake/spritegn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/spritegn.h -------------------------------------------------------------------------------- /WinQuake/surf16.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/surf16.s -------------------------------------------------------------------------------- /WinQuake/surf8.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/surf8.s -------------------------------------------------------------------------------- /WinQuake/sv_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sv_main.c -------------------------------------------------------------------------------- /WinQuake/sv_move.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sv_move.c -------------------------------------------------------------------------------- /WinQuake/sv_phys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sv_phys.c -------------------------------------------------------------------------------- /WinQuake/sv_user.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sv_user.c -------------------------------------------------------------------------------- /WinQuake/sys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sys.h -------------------------------------------------------------------------------- /WinQuake/sys_dos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sys_dos.c -------------------------------------------------------------------------------- /WinQuake/sys_dosa.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sys_dosa.s -------------------------------------------------------------------------------- /WinQuake/sys_linux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sys_linux.c -------------------------------------------------------------------------------- /WinQuake/sys_null.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sys_null.c -------------------------------------------------------------------------------- /WinQuake/sys_sdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sys_sdl.c -------------------------------------------------------------------------------- /WinQuake/sys_sun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sys_sun.c -------------------------------------------------------------------------------- /WinQuake/sys_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sys_win.c -------------------------------------------------------------------------------- /WinQuake/sys_wina.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sys_wina.s -------------------------------------------------------------------------------- /WinQuake/sys_wind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/sys_wind.c -------------------------------------------------------------------------------- /WinQuake/vgamodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/vgamodes.h -------------------------------------------------------------------------------- /WinQuake/vid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/vid.h -------------------------------------------------------------------------------- /WinQuake/vid_dos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/vid_dos.c -------------------------------------------------------------------------------- /WinQuake/vid_dos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/vid_dos.h -------------------------------------------------------------------------------- /WinQuake/vid_ext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/vid_ext.c -------------------------------------------------------------------------------- /WinQuake/vid_null.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/vid_null.c -------------------------------------------------------------------------------- /WinQuake/vid_sdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/vid_sdl.c -------------------------------------------------------------------------------- /WinQuake/vid_sunx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/vid_sunx.c -------------------------------------------------------------------------------- /WinQuake/vid_sunxil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/vid_sunxil.c -------------------------------------------------------------------------------- /WinQuake/vid_svgalib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/vid_svgalib.c -------------------------------------------------------------------------------- /WinQuake/vid_vga.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/vid_vga.c -------------------------------------------------------------------------------- /WinQuake/vid_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/vid_win.c -------------------------------------------------------------------------------- /WinQuake/vid_x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/vid_x.c -------------------------------------------------------------------------------- /WinQuake/view.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/view.c -------------------------------------------------------------------------------- /WinQuake/view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/view.h -------------------------------------------------------------------------------- /WinQuake/vregset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/vregset.c -------------------------------------------------------------------------------- /WinQuake/vregset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/vregset.h -------------------------------------------------------------------------------- /WinQuake/wad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/wad.c -------------------------------------------------------------------------------- /WinQuake/wad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/wad.h -------------------------------------------------------------------------------- /WinQuake/winquake.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/winquake.aps -------------------------------------------------------------------------------- /WinQuake/winquake.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/winquake.h -------------------------------------------------------------------------------- /WinQuake/winquake.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/winquake.rc -------------------------------------------------------------------------------- /WinQuake/world.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/world.c -------------------------------------------------------------------------------- /WinQuake/world.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/world.h -------------------------------------------------------------------------------- /WinQuake/worlda.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/worlda.s -------------------------------------------------------------------------------- /WinQuake/wq.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/wq.bat -------------------------------------------------------------------------------- /WinQuake/wqreadme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/wqreadme.txt -------------------------------------------------------------------------------- /WinQuake/zone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/zone.c -------------------------------------------------------------------------------- /WinQuake/zone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/WinQuake/zone.h -------------------------------------------------------------------------------- /gnu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/gnu.txt -------------------------------------------------------------------------------- /qw-qc/buttons.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/buttons.qc -------------------------------------------------------------------------------- /qw-qc/client.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/client.qc -------------------------------------------------------------------------------- /qw-qc/combat.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/combat.qc -------------------------------------------------------------------------------- /qw-qc/defs.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/defs.qc -------------------------------------------------------------------------------- /qw-qc/doors.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/doors.qc -------------------------------------------------------------------------------- /qw-qc/files.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/files.dat -------------------------------------------------------------------------------- /qw-qc/items.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/items.qc -------------------------------------------------------------------------------- /qw-qc/misc.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/misc.qc -------------------------------------------------------------------------------- /qw-qc/models.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/models.qc -------------------------------------------------------------------------------- /qw-qc/plats.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/plats.qc -------------------------------------------------------------------------------- /qw-qc/player.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/player.qc -------------------------------------------------------------------------------- /qw-qc/progdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/progdefs.h -------------------------------------------------------------------------------- /qw-qc/progs.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/progs.src -------------------------------------------------------------------------------- /qw-qc/qwprogs.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/qwprogs.dat -------------------------------------------------------------------------------- /qw-qc/server.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/server.qc -------------------------------------------------------------------------------- /qw-qc/spectate.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/spectate.qc -------------------------------------------------------------------------------- /qw-qc/sprites.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/sprites.qc -------------------------------------------------------------------------------- /qw-qc/subs.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/subs.qc -------------------------------------------------------------------------------- /qw-qc/triggers.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/triggers.qc -------------------------------------------------------------------------------- /qw-qc/weapons.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/weapons.qc -------------------------------------------------------------------------------- /qw-qc/world.qc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GMH-Code/Qwasm/HEAD/qw-qc/world.qc --------------------------------------------------------------------------------