glquake/source
cypress d23aa08f8c Use a macro for Length 2023-07-22 12:08:28 -04:00
..
adivtab.h stupid forceful rebuild 2022-11-29 15:56:02 -05:00
anorm_dots.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
anorms.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
asm_draw.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
asm_i386.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
block8.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
block16.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
bsp_strlcpy.c Fix for #29 for lightstyles 2022-08-04 23:59:09 -07:00
bspfile.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
cd_audio.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
cd_linux.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
cd_null.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
cd_win.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
cdaudio.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
chase.c Implement FTEQW's faster SV_RecursiveHullCheck 2023-07-22 12:02:04 -04:00
cl_demo.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
cl_hud.c Reposition it a bit 2022-12-28 14:41:56 -05:00
cl_hud.h Add SELECT as usable key, HUD items (incomplete), more client-server stuff, all stats, progdefs unification 2022-07-01 18:49:33 -07:00
cl_input.c Fix aimsnap, point change causing incorrect color 2022-08-19 23:43:31 -07:00
cl_main.c Add support for more Perk lights 2023-03-05 11:34:00 -05:00
cl_parse.c Implement NZP Protocol (115)'s extended model limit 2023-03-29 18:48:56 -04:00
cl_tent.c Implement FTEQW's faster SV_RecursiveHullCheck 2023-07-22 12:02:04 -04:00
client.h Fix for #29 for lightstyles 2022-08-04 23:59:09 -07:00
cmd.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
cmd.h Stop executing quake.rc 2022-06-20 14:30:14 -04:00
common.c Stop pretending we support big endian 2023-07-22 12:06:30 -04:00
common.h Stop pretending we support big endian 2023-07-22 12:06:30 -04:00
conproc.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
conproc.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
console.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
console.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
crc.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
crc.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
cvar.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
cvar.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
d_edge.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
d_fill.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
d_iface.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
d_ifacea.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
d_init.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
d_local.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
d_modech.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
d_part.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
d_polyse.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
d_scan.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
d_sky.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
d_sprite.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
d_surf.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
d_vars.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
d_zpoint.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
dos_v2.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
dosisms.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
draw.h Fix Draw_Fill and Draw_FillByColot 2022-11-28 10:48:51 -05:00
gl_decal.c Working QMB (#31) 2022-08-01 12:01:12 -07:00
gl_decal.h Working QMB (#31) 2022-08-01 12:01:12 -07:00
gl_draw.c Fix crosshair values for weapons, add Springfield to engine 2023-03-13 17:36:50 -04:00
gl_fog.c Broken but kinda there fog support 2022-11-30 17:58:40 -05:00
gl_mesh.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
gl_model.c Implement ZHack 2022-12-27 23:36:00 -05:00
gl_model.h Add support for more Perk lights 2023-03-05 11:34:00 -05:00
gl_qmb.c Implement FTEQW's faster SV_RecursiveHullCheck 2023-07-22 12:02:04 -04:00
gl_refrag.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
gl_rlight.c Fix for #29 for lightstyles 2022-08-04 23:59:09 -07:00
gl_rmain.c Disable usage of fog until picaGL fixes it 2023-02-25 14:22:36 -08:00
gl_rmisc.c Force use of external Zombie skins and override MDL loading 2022-12-21 14:25:55 -05:00
gl_rsurf.c Non-transparent texture fullbright display fix 2022-08-19 22:54:38 -07:00
gl_screen.c Fix crosshair values for weapons, add Springfield to engine 2023-03-13 17:36:50 -04:00
gl_test.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
gl_vidctr.c Increase picaGL vertex buffer size 2022-12-01 18:59:02 -05:00
gl_warp.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
gl_warp_sin.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
glquake.h Add model brightess 2022-08-18 23:30:00 -07:00
glquake2.h r_lerpmodels 2022-07-05 17:13:36 -04:00
host.c Remove gfx.wad dependency 2022-11-27 13:01:07 -05:00
host_cmd.c Add loading screen, correct button bindings, fix mismatch issue 2022-07-04 11:09:02 -07:00
in_null.c Allow selection of cnub look in options menu, correctly map sensitivity to cnub 2023-02-25 13:25:07 -05:00
input.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
keys.c Add sprinting and other binddt functions 2022-08-19 21:42:57 -07:00
keys.h Add sprinting and other binddt functions 2022-08-19 21:42:57 -07:00
mathlib.c Use a macro for Length 2023-07-22 12:08:28 -04:00
mathlib.h Use a macro for Length 2023-07-22 12:08:28 -04:00
menu.c Allow map graphics on the menu to stretch to 175x100 instead of displaying in full 2023-03-20 16:37:32 -04:00
menu.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
model.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
modelgen.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
mpdosock.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
mplib.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
mplpc.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net.h Allow launch into lobby 2022-06-19 20:02:38 -07:00
net_bsd.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_bw.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_bw.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_comx.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_dgrm.c add more buttons, remove frags 2022-06-27 21:13:34 -07:00
net_dgrm.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_dos.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_ipx.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_ipx.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_loop.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_loop.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_main.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_mp.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_mp.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_none.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_ser.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_ser.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_udp.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_udp.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_udpctr.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_vcr.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_vcr.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_win.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_wins.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_wins.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_wipx.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_wipx.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
net_wso.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
nonintel.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
pr_cmds.c Implement NZP Protocol (115)'s extended model limit 2023-03-29 18:48:56 -04:00
pr_comp.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
pr_edict.c Working QMB (#31) 2022-08-01 12:01:12 -07:00
pr_exec.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
progdefs.h Add dummy iframetime for QC parity 2022-12-28 13:36:44 -05:00
progs.h Working QMB (#31) 2022-08-01 12:01:12 -07:00
protocol.h Properly re-direct cl_tent to QMB; Add defines for TE_RAYSPLASH 2022-12-28 14:58:22 -05:00
quakeasm.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
quakedef.h Implement NZP Protocol (115)'s extended model limit 2023-03-29 18:48:56 -04:00
r_local.h r_lerpmodels 2022-07-05 17:13:36 -04:00
r_part.c Disable particle drawing 2023-02-25 14:31:05 -08:00
r_shared.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
render.h Add dummy iframetime for QC parity 2022-12-28 13:36:44 -05:00
resource.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
sbar.c Add SELECT as usable key, HUD items (incomplete), more client-server stuff, all stats, progdefs unification 2022-07-01 18:49:33 -07:00
sbar.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
screen.h Fix movement speeds, aimsnap, zoom, Draw_ColorPic, FOV, maxspeed 2022-06-26 23:55:29 -07:00
server.h Add support for more Perk lights 2023-03-05 11:34:00 -05:00
snd_ctr.c Fix movement speeds, aimsnap, zoom, Draw_ColorPic, FOV, maxspeed 2022-06-26 23:55:29 -07:00
snd_dma.c Allow launch into lobby 2022-06-19 20:02:38 -07:00
snd_dos.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
snd_gus.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
snd_linux.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
snd_mem.c Allow launch into lobby 2022-06-19 20:02:38 -07:00
snd_mix.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
snd_next.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
snd_null.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
snd_sun.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
snd_win.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
sound.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
spritegn.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
strl_fn.h Fix for #29 for lightstyles 2022-08-04 23:59:09 -07:00
sv_main.c Implement NZP Protocol (115)'s extended model limit 2023-03-29 18:48:56 -04:00
sv_move.c Add sB's re-enabled Zombie Hacks 2023-01-02 12:15:33 -05:00
sv_phys.c Add sB's re-enabled Zombie Hacks 2023-01-02 12:15:33 -05:00
sv_user.c Fix circlepad look controls 2022-07-01 21:19:26 -07:00
sys.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
sys_ctr.c initial cnub attempt 2023-02-25 01:09:56 -05:00
sys_dos.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
sys_linux.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
sys_null.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
sys_sun.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
sys_win.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
sys_wind.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
touch_ctr.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
vgamodes.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
vid.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
vid_ctr.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
vid_null.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
view.c Add support for Z axis ADSOfs, adjust zoom amounts 2023-02-03 20:33:44 -05:00
view.h Working QMB (#31) 2022-08-01 12:01:12 -07:00
vregset.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
vregset.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
wad.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
wad.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
winquake.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
world.c Implement FTEQW's faster SV_RecursiveHullCheck 2023-07-22 12:02:04 -04:00
world.h Implement FTEQW's faster SV_RecursiveHullCheck 2023-07-22 12:02:04 -04:00
zone.c Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00
zone.h Initial commit: HLBSP + Working colored lights 2022-06-18 22:35:28 -07:00