fteqw/engine/common
Spoike f6d3e4ed94 Fixed up ipv6 support a little. Addresses are more readable. Allows clients to connect. :P
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2964 fc73d0e0-1445-4013-8a0c-d673dee63da5
2008-05-25 01:07:53 +00:00
..
asm_i386.h Initial checkin 2004-08-21 01:25:48 +00:00
bothdefs.h This has been tested enough by now to get uncommented. 2008-05-14 14:46:58 +00:00
bspfile.h Allows ETF ladders to work properly with QW player physics. 2006-02-12 04:47:10 +00:00
cmd.c Requote strings that must have been quoted originally. 2008-03-14 11:52:09 +00:00
cmd.h Fixed _alot_ of warnings, happy reviewing! 2007-08-06 21:13:15 +00:00
com_mesh.c Okay, that ruleset cvar actually works now, correctly locking out modified textures on backpack.mdl 2008-02-08 23:26:25 +00:00
com_mesh.h thier -> their 2007-12-23 20:28:40 +00:00
common.c removed gl_loadmd2/gl_loadmd3, added r_replacemodels, r_particlesdesc is now separated by spaces and ; 2007-09-13 22:27:56 +00:00
common.h removed gl_loadmd2/gl_loadmd3, added r_replacemodels, r_particlesdesc is now separated by spaces and ; 2007-09-13 22:27:56 +00:00
console.h characture -> character 2008-01-28 13:27:30 +00:00
crc.c Fixed a few Cygwin warnings: Removed/commented unused variables, added newline at end of crc.c 2007-08-07 17:49:35 +00:00
crc.h mostly miscilaneous changes (some old stuff that I don't remember), lightsampling changes, qtv changes, avi sound changes 2006-09-17 00:59:22 +00:00
cvar.c Spike's temporary fix for the ruleset cvar latching problem with the string-field being null. 2007-09-21 09:58:17 +00:00
cvar.h thier -> their 2007-12-23 20:28:40 +00:00
fs.c fs_cache works properly again now. 2008-05-25 01:06:37 +00:00
gl_q2bsp.c Corrected. 2007-10-06 13:19:10 +00:00
huff.c CRC the right amount of bytes. 2007-05-02 02:38:41 +00:00
log.c SP_#? -> CON_#? 2007-09-23 15:28:06 +00:00
math.s CSQC is standard now, and secure via the same md4 as a map currently has. 2005-03-10 03:55:18 +00:00
mathlib.c One d3d renderer. 2007-05-25 22:16:29 +00:00
mathlib.h Cleanup. More warnings fixed in D3D. 2007-10-06 14:38:52 +00:00
md4.c This fixes the 64bit sv_mapcheck issue 2005-11-05 21:24:46 +00:00
net.h Fixed a warning, but the names of the stuff I added are only suggestions so you might want to tweak them. 2007-08-30 02:05:50 +00:00
net_chan.c Fixed a warning, but the names of the stuff I added are only suggestions so you might want to tweak them. 2007-08-30 02:05:50 +00:00
net_wins.c Fixed up ipv6 support a little. Addresses are more readable. Allows clients to connect. :P 2008-05-25 01:07:53 +00:00
netinc.h sys/param.h is such a boring thing to include. Also, define INADDR_LOOPBACK for systems which don't have that define. 2005-12-31 13:33:10 +00:00
particles.h One d3d renderer. 2007-05-25 22:16:29 +00:00
plugin.c this commit will most likely break things: main Z_*/BZ_* calls no longer have zone logic, tagged allocs redone and now partially thread safe (still Sys_Error), code using reallocs should no longer assume new memory is zeroed, minor mysql fixes 2008-05-09 14:22:37 +00:00
pmove.c Reverted the buggy pground implementation. 2007-09-06 23:18:52 +00:00
pmove.h Reverted the buggy pground implementation. 2007-09-06 23:18:52 +00:00
pmovetst.c Fixed point-algorithm by Spike. 2008-01-12 03:33:59 +00:00
pr_common.h bigfoot: Works for me(TM) 2007-03-11 16:51:45 +00:00
protocol.h PROTOCOL_VERSION to PROTOCOL_VERSION_QW to resolve a future header conflict 2008-04-12 23:24:19 +00:00
q1bsp.c vector op cleanups, added pr_droptofloorunits, sets how many units droptofloor QuakeC call will drop, defaults to "" which drops up to 256 units (Quake default) 2006-05-29 04:50:24 +00:00
q2pmove.c Fixed Ogg support a bit. Enhanced DarkPlaces/Nuxuiz compatability. Fixed a couple other minor bugs. 2007-06-20 00:02:54 +00:00
q3common.c Fixing up my paranoia. Only fill in some of these fields if the entry is actually going to be fully used. 2008-01-09 00:31:18 +00:00
quakeasm.h use better mixing for 8-bit sounds, some cleanup 2006-05-08 21:02:39 +00:00
qvm.c Force inlining in MSVS to shut it up. 2007-10-04 20:29:05 +00:00
sys.h mysql includes and libmysql.dll loader code for win32 2008-04-14 07:47:30 +00:00
tlout.h thier -> their 2007-12-23 20:28:40 +00:00
translate.c s/thier/their 2007-10-05 17:43:26 +00:00
translate.h add sv_floodprotect_suicide, sv_floodprotect_sendmessage, add floodprot legacy command 2006-05-30 04:00:24 +00:00
ui_public.h A few things... f_ruleset stuff, 64bit qvm compatability, added cvars so you can put the built in http server on a custom port, added #warnings to annoy molgrum. 2007-09-17 20:35:39 +00:00
unzip.c Fixed 64bit compatability. 2007-07-23 10:57:46 +00:00
unzip.h Fixed 64bit compatability. 2007-07-23 10:57:46 +00:00
vm.h Cleanup. Fixed the last warnings in GLDebug. 2007-10-05 19:10:43 +00:00
world.h A few tweeks here and there. 2005-10-01 03:09:17 +00:00
zone.c fix malloc call, fix memset typo in qclib 2008-05-14 17:27:57 +00:00
zone.h this commit will most likely break things: main Z_*/BZ_* calls no longer have zone logic, tagged allocs redone and now partially thread safe (still Sys_Error), code using reallocs should no longer assume new memory is zeroed, minor mysql fixes 2008-05-09 14:22:37 +00:00