..
bothdefs.h
cmake: Attempt to avoid using libraries that might not be installed, like x11
2018-08-23 07:04:55 +00:00
bspfile.h
More preliminary support for patches. Loading+Saving+Display of control points will now work. No QC interactions yet.
2018-08-21 19:06:41 +00:00
cmd.c
Added cl_autodemo cvar to automatically record games. 1 records multiview demos where possible, -1 strictly records singleview demos.
2018-09-01 04:18:08 +00:00
cmd.h
added sys_priority cvar to the windows build.
2018-04-15 02:48:23 +00:00
com_mesh.c
Fix saved games a little. Should no longer cause issues with hexen2,ad,etc.
2018-08-23 06:03:31 +00:00
com_mesh.h
Add ortho lights (still has serious issues that make them unusable on regular maps).
2018-07-22 11:49:37 +00:00
com_phys_bullet.cpp
Add ortho lights (still has serious issues that make them unusable on regular maps).
2018-07-22 11:49:37 +00:00
com_phys_ode.c
Add ortho lights (still has serious issues that make them unusable on regular maps).
2018-07-22 11:49:37 +00:00
common.c
Fix 'fun' chars getting stripped from player names.
2018-08-26 16:27:54 +00:00
common.h
Added cl_autodemo cvar to automatically record games. 1 records multiview demos where possible, -1 strictly records singleview demos.
2018-09-01 04:18:08 +00:00
config_freecs.h
Updated FreeCS' config
2018-06-10 00:37:57 +00:00
config_fteqw.h
Added cl_autodemo cvar to automatically record games. 1 records multiview demos where possible, -1 strictly records singleview demos.
2018-09-01 04:18:08 +00:00
config_minimal.h
Added cl_autodemo cvar to automatically record games. 1 records multiview demos where possible, -1 strictly records singleview demos.
2018-09-01 04:18:08 +00:00
config_nocompat.h
Added cl_autodemo cvar to automatically record games. 1 records multiview demos where possible, -1 strictly records singleview demos.
2018-09-01 04:18:08 +00:00
config_wastes.h
Added cl_autodemo cvar to automatically record games. 1 records multiview demos where possible, -1 strictly records singleview demos.
2018-09-01 04:18:08 +00:00
console.h
removed old scr_chatmode
2018-03-25 09:36:14 +00:00
crc.c
crc.h
cvar.c
Add ortho lights (still has serious issues that make them unusable on regular maps).
2018-07-22 11:49:37 +00:00
cvar.h
Eukara wants native-code custom menus. He's weird.
2018-05-21 13:47:53 +00:00
fs.c
Added cl_autodemo cvar to automatically record games. 1 records multiview demos where possible, -1 strictly records singleview demos.
2018-09-01 04:18:08 +00:00
fs.h
added cmake file.
2018-03-04 14:41:16 +00:00
fs_dzip.c
added cmake file.
2018-03-04 14:41:16 +00:00
fs_pak.c
added cmake file.
2018-03-04 14:41:16 +00:00
fs_stdio.c
Fixed some bugs with servers using gnutls.
2018-03-24 04:02:09 +00:00
fs_win32.c
added cmake file.
2018-03-04 14:41:16 +00:00
fs_xz.c
fs_zip.c
Rewrote infostrings. Now using infobuffers, which allows for the use of arbitrary blobs, except not using the protocol extension yet in case it needs to be fixed.
2018-07-05 16:21:44 +00:00
gl_q2bsp.c
cmake: Attempt to avoid using libraries that might not be installed, like x11
2018-08-23 07:04:55 +00:00
huff.c
log.c
Rewrote infostrings. Now using infobuffers, which allows for the use of arbitrary blobs, except not using the protocol extension yet in case it needs to be fixed.
2018-07-05 16:21:44 +00:00
mathlib.c
don't bug out so much on skeletal models when frametimes are negative (can happen via csqc)
2018-03-23 06:35:32 +00:00
mathlib.h
added cmake file.
2018-03-04 14:41:16 +00:00
md4.c
net.h
Attempt to work around a DP client bug, where DP sends either 16bit or 8bit angles depending upon the type of the previous server that DP connected to.
2018-03-05 11:06:12 +00:00
net_chan.c
Moved infoblobs extension to a cvar.
2018-08-09 06:21:39 +00:00
net_ice.c
Fix various compiler warnings.
2017-09-20 11:27:13 +00:00
net_ssl_gnutls.c
Fix some annoying stuff.
2018-08-24 00:35:16 +00:00
net_ssl_winsspi.c
playdemo should now play older protocol versions.
2017-10-12 12:02:25 +00:00
net_wins.c
Added cl_autodemo cvar to automatically record games. 1 records multiview demos where possible, -1 strictly records singleview demos.
2018-09-01 04:18:08 +00:00
netinc.h
Be more verbose about 'error 101' - when using the server browser on machines with unroutable ipv6.
2018-03-07 20:31:09 +00:00
particles.h
centerprints with links now show cursors.
2017-07-28 01:49:25 +00:00
plugin.c
Fix some warnings. Hopefully fix bullet plugin.
2018-08-04 19:00:19 +00:00
pmove.c
added sys_priority cvar to the windows build.
2018-04-15 02:48:23 +00:00
pmove.h
win: emulate gamepad thumb axis as buttons.
2018-04-27 16:40:50 +00:00
pmovetst.c
pr_bgcmd.c
Added cl_autodemo cvar to automatically record games. 1 records multiview demos where possible, -1 strictly records singleview demos.
2018-09-01 04:18:08 +00:00
pr_common.h
Fix saved games a little. Should no longer cause issues with hexen2,ad,etc.
2018-08-23 06:03:31 +00:00
protocol.h
Added cl_autodemo cvar to automatically record games. 1 records multiview demos where possible, -1 strictly records singleview demos.
2018-09-01 04:18:08 +00:00
q1bsp.c
cmake: Attempt to avoid using libraries that might not be installed, like x11
2018-08-23 07:04:55 +00:00
q2pmove.c
q3common.c
Rewrote infostrings. Now using infobuffers, which allows for the use of arbitrary blobs, except not using the protocol extension yet in case it needs to be fixed.
2018-07-05 16:21:44 +00:00
qvm.c
Fix saved games a little. Should no longer cause issues with hexen2,ad,etc.
2018-08-23 06:03:31 +00:00
sha1.c
compiler warning/error fixes
2018-01-23 01:22:29 +00:00
sys.h
Fix some warnings. Hopefully fix bullet plugin.
2018-08-04 19:00:19 +00:00
sys_linux_threads.c
Some compile fixes.
2018-08-25 02:53:45 +00:00
sys_win_threads.c
translate.c
playdemo should now play older protocol versions.
2017-10-12 12:02:25 +00:00
translate.h
ui_public.h
vm.h
Rewrote infostrings. Now using infobuffers, which allows for the use of arbitrary blobs, except not using the protocol extension yet in case it needs to be fixed.
2018-07-05 16:21:44 +00:00
world.h
Add ortho lights (still has serious issues that make them unusable on regular maps).
2018-07-22 11:49:37 +00:00
zone.c
zone.h