quakeforge/include/QF
Adam Olsen 4e45592439 - remove an extra NET_Init prototype
- add MAX_NET_EDICTS and MAX_NET_EDICTS_MASK defines, which are 512
  and 511 respectively
- change baselines to access the array directly, rather than through
  the entity's "data" field
- cleanup SV_ReliableSVC_Emit
- add entity remapping.  the entity number used internally in the
  server no longer matches the number sent to the client, and it
  releases the mapping after 10 seconds of inuse, so there's no
  "512 entity limit" anymore.  Still the MAX_EDICTS limit though,
  which is currently 768, but it can probably be defined to something
  much higher without any trouble.
2001-12-21 07:39:49 +00:00
..
GL * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
plugin * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
.gitignore first steps 2001-04-11 19:56:01 +00:00
bspfile.h fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
cdaudio.h byte to int + xmms playlist support from _Muz_ 2001-10-12 19:26:56 +00:00
checksum.h fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
clip_hull.h start making the rotated bounding box (really dynamic clipping huls) more 2001-07-30 04:33:59 +00:00
cmd.h This adds the ability to access special characters in console commands by proceeding certain characters with $. See libs/util/cmd.c for the conversion table. Preceeding a character by # will shift it up or down by 128, which basically is useful for accessing the brown letters and numbers. All special characters were removed from Team_ParseSay, and variable substitution now takes the form of ${var} to prevent conflicts with special character substitution. Special character access is controlled by cmd_highchars, which defaults to off. 2001-10-27 04:34:53 +00:00
console.h This commit removes maplist.c and replaces it with filelist.c, which 2001-11-06 07:14:29 +00:00
crc.h scripted fixups for the QF include move 2001-03-27 23:36:02 +00:00
cvar.h fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
draw.h * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
gcc_attr.h move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
gib.h added GPL comments and fixed missing include in gib_modules.c 2001-05-25 20:31:47 +00:00
hash.h add Hash_GetList to get a list of elements in the hash table (unsorted) 2001-10-02 23:17:25 +00:00
hl.h fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
in_event.h yet more IE stuff 2001-08-16 23:34:49 +00:00
info.h rewrite the info strings to use hash tables instead of a static string. 2001-11-04 07:50:39 +00:00
input.h * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
joystick.h Misc. API header cleanups. 2001-05-19 23:24:20 +00:00
keys.h * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
link.h move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
locs.h fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
Makefile.am - fix a little mistake in SV_PrintToClient that'd cause it to 2001-10-04 19:11:39 +00:00
mathlib.h Code cleanups. 2001-10-30 19:55:34 +00:00
mdfour.h fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
model.h build the texture chains such that they get rendered front to back. seems to 2001-11-05 06:20:35 +00:00
modelgen.h nuke commdef.h and clean up the results by putting its contents where they 2001-04-10 06:55:28 +00:00
msg.h - convert MSG_Write to the same overflow checking MSG_Read uses, so 2001-11-10 23:52:35 +00:00
net.h - remove an extra NET_Init prototype 2001-12-21 07:39:49 +00:00
net_clc.h - split net_clc.h into net_clc.h and net_clc_qw.h 2001-11-18 11:39:12 +00:00
net_clc_qw.h - split net_clc.h into net_clc.h and net_clc_qw.h 2001-11-18 11:39:12 +00:00
net_packet.h - split net_clc.h into net_clc.h and net_clc_qw.h 2001-11-18 11:39:12 +00:00
net_protocol.h - remove an extra NET_Init prototype 2001-12-21 07:39:49 +00:00
net_svc.h - split net_clc.h into net_clc.h and net_clc_qw.h 2001-11-18 11:39:12 +00:00
net_svc_qw.h - split net_clc.h into net_clc.h and net_clc_qw.h 2001-11-18 11:39:12 +00:00
net_ucmd.h - convert MSG_Write to the same overflow checking MSG_Read uses, so 2001-11-10 23:52:35 +00:00
pcx.h total nukage of Con_*Printf calls from libs (except for video). Sys_*Printf 2001-09-21 04:22:46 +00:00
plugin.h static plugins now actually work 2001-10-10 16:22:41 +00:00
pr_comp.h pr_comp.h: 2001-11-02 22:41:11 +00:00
pr_debug.h print out source line numbers when available 2001-07-14 23:53:59 +00:00
progs.h pr_comp.h: 2001-11-02 22:41:11 +00:00
qargs.h fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
qdefs.h - convert MSG_Write to the same overflow checking MSG_Read uses, so 2001-11-10 23:52:35 +00:00
qendian.h a slight oopsie on the location of WriteFloat and friends :P plus nq is now 2001-06-29 06:50:29 +00:00
qfplist.h move the forward decl of hashtab_s out of the function prototype 2001-08-01 06:51:06 +00:00
qtypes.h sw32. Flee in terror. This'll break compilation for everything until -sdl32 compiles. sw32 wont work for a while either, so don't get overly excited yet. 2001-08-25 02:47:11 +00:00
render.h Try #2. 2001-10-09 20:35:17 +00:00
screen.h * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
sizebuf.h fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
skin.h The beginnings of an f_* reply system have been added. f_version works 2001-11-05 07:23:51 +00:00
sound.h * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
spritegn.h nuke commdef.h and clean up the results by putting its contents where they 2001-04-10 06:55:28 +00:00
string.h - change MSG_ReadString to return const char * and return a pointer 2001-10-18 04:44:58 +00:00
sys.h move Sys_Quit and Sys_Error totally into libQFutil. They will call a list 2001-09-24 21:00:23 +00:00
teamplay.h The beginnings of an f_* reply system have been added. f_version works 2001-11-05 07:23:51 +00:00
texture.h include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
tga.h quakefs.h -> vfs.h 2001-05-30 04:34:06 +00:00
uint32.h move the api headers into include/QF and clean up (most of) the resulting mess. 2001-03-27 20:33:07 +00:00
va.h fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
ver_check.h include/QF header cleanup. including config.h (or any file from include) is 2001-05-31 05:33:13 +00:00
vfile.h make Qwrite's buffer pointer const. 2001-07-22 18:38:59 +00:00
vfs.h move maplist from quakefs.c to console/maplist.c. Unfortunatly, until the 2001-11-05 22:24:16 +00:00
vid.h * taniwha gets medieval on extern 2001-10-28 04:23:37 +00:00
wad.h fear the mighty const correct patch 2001-07-15 07:04:17 +00:00
zone.h - Change QA_alloc to use variable-arguments, allowing for a much more 2001-09-05 18:23:38 +00:00