Bill Currie
|
5b761bac83
|
make progs related code a little more consistent with its int type usage
|
2007-04-06 00:47:41 +00:00 |
|
Bill Currie
|
ac02c36aaf
|
interim linux compile fixes for the in64 fixes (hah)
|
2007-04-04 08:27:49 +00:00 |
|
Bill Currie
|
ff132bb536
|
64bit windows patch from phrosty
|
2007-04-04 07:48:14 +00:00 |
|
Bill Currie
|
51a7392730
|
fix both the black skins and phrosty's overzealous memcpy bugs
|
2007-04-03 22:47:42 +00:00 |
|
Bill Currie
|
3609a2215e
|
forgot this
|
2007-03-24 14:20:36 +00:00 |
|
Bill Currie
|
12535ec1f9
|
error checking :)
|
2007-03-24 14:20:20 +00:00 |
|
Bill Currie
|
a4f9363566
|
get the basics of http download working. need error checking.
|
2007-03-24 13:57:07 +00:00 |
|
Bill Currie
|
d7b84e3ca3
|
http redirect is similar to file not found
|
2007-03-24 13:56:14 +00:00 |
|
Bill Currie
|
32c1127b57
|
that was a bit of a mistake, but it did highlight bugs :)
|
2007-03-24 10:38:16 +00:00 |
|
Bill Currie
|
02c41feabc
|
make gamedir change a two phase operation so things can be done both before and after the cache is flushed. (still having problems with cached sounds, though)
|
2007-03-24 10:13:10 +00:00 |
|
Bill Currie
|
e6c4817c92
|
fix lack of rendering in demos
|
2007-03-23 14:52:10 +00:00 |
|
Bill Currie
|
657baba8a9
|
always call QFS_Gamedir on receipt of the server info
|
2007-03-23 13:09:09 +00:00 |
|
Bill Currie
|
81a57bb3fa
|
patch from phrosty for vc2005 support. includes fixes for a bunch of gcc-isms that crept in over the years.
|
2007-03-22 23:20:57 +00:00 |
|
Bill Currie
|
4276d92c25
|
update cap flag comments to reflect http being implemented
|
2007-03-21 11:56:25 +00:00 |
|
Bill Currie
|
4fd2c3d191
|
add EXT to the challenge string as a generic marker for the clients to send "*cap" etc.
|
2007-03-21 11:53:56 +00:00 |
|
Bill Currie
|
b8712f2211
|
check that newname isn't "" rather than that it isn't null (never will be)
|
2007-03-21 11:35:45 +00:00 |
|
Bill Currie
|
c3e081a5ee
|
check downloadurl correctly
|
2007-03-20 21:17:49 +00:00 |
|
Bill Currie
|
ca37474f0d
|
remove the magic numbers from the download protocol
|
2007-03-20 14:41:54 +00:00 |
|
Bill Currie
|
af20e26ded
|
server side of http transfer support (untested)
|
2007-03-20 14:37:50 +00:00 |
|
Bill Currie
|
fa011b55d1
|
client side of http transfer support (untested)
|
2007-03-20 14:16:43 +00:00 |
|
Bill Currie
|
4c234c2c27
|
ensure entities are cleared at map change (fixes segfault)
|
2007-03-20 13:23:17 +00:00 |
|
Bill Currie
|
a2b1cc7845
|
I think I found the correct place for the state change
|
2007-03-18 21:56:14 +00:00 |
|
Bill Currie
|
659d95221e
|
hopefully fix both the "get stuck waiting for 3d" bug and the null worldmodel bug.
|
2007-03-18 03:37:37 +00:00 |
|
Bill Currie
|
cde6e60848
|
most of the hacking needed to break out the common code from snd_dma.c
|
2007-03-17 03:10:45 +00:00 |
|
Bill Currie
|
deadb4d9bc
|
make sure trace.fraction is initialized
|
2007-02-09 09:29:46 +00:00 |
|
Bill Currie
|
99e05d2188
|
warning cleanup patch from raorn
|
2007-01-06 21:31:03 +00:00 |
|
Bill Currie
|
45d467d748
|
box tracing (instead of point). Currently disabled because it doesn't work right just yet. However, when it is working, it will let us do things like crouching, crawling, arbitrary sized objects (including players), etc.
|
2006-12-24 03:13:29 +00:00 |
|
Bill Currie
|
b2b1cf89f4
|
fix a nasty varargs bug
|
2006-12-09 08:43:18 +00:00 |
|
Bill Currie
|
c2b9d8d549
|
fix some bugs found by figuring out why PR_RESET_PARAMS exists
|
2006-12-05 09:55:37 +00:00 |
|
Bill Currie
|
87cc09233c
|
"long" audit. can't use long when we want 32 bits. May be a few more cases.
|
2005-10-23 13:19:21 +00:00 |
|
Bill Currie
|
3fb03fc2be
|
hah, should have been using __attribute__((used)) all that time (rather
than __attribute__((unused))). fixes the missing console in -x11
|
2005-08-04 15:27:09 +00:00 |
|
Bill Currie
|
ddae3850e8
|
qf now, for the first time in history, fully passes "make distcheck"
|
2005-07-16 03:46:11 +00:00 |
|
Bill Currie
|
fbd30746c9
|
currently disabled code to allow packet logging in mvd streams
|
2005-07-02 01:31:19 +00:00 |
|
Bill Currie
|
621e97d7ad
|
break out map_cfg from cl_parse.c so the server can use it too. (at the
behest of DrSpliff:)
|
2005-06-19 06:29:50 +00:00 |
|
Bill Currie
|
762aefc9b1
|
implement Raven's calling convention (rcall: first 2 params in opb and
opc). should give a general speedup to most progs.
|
2005-06-12 09:54:01 +00:00 |
|
Bill Currie
|
501180aaac
|
gcc-4.0 fixes. even found some bugs :) (names /not/ mangled this time)
|
2005-06-08 06:35:48 +00:00 |
|
Bill Currie
|
66a29c3945
|
set the fraglog high water mark to a sane value (ie, < the log buffer size)
|
2005-05-09 22:33:21 +00:00 |
|
Bill Currie
|
47bf8c8423
|
player deltas seem to be working
|
2005-05-09 12:12:48 +00:00 |
|
Bill Currie
|
bebfe1594d
|
clean out some old cruft
|
2005-05-09 02:01:02 +00:00 |
|
Bill Currie
|
4f9c31595d
|
qtv wants no pvs culling
|
2005-05-08 11:45:35 +00:00 |
|
Bill Currie
|
a409ea4a74
|
spawn code complete
|
2005-05-08 08:04:50 +00:00 |
|
Bill Currie
|
a154ad2835
|
patch from sunspot/shadows to make net_drop non-global and a bunch more
work on qtv
|
2005-05-08 06:35:46 +00:00 |
|
Bill Currie
|
d16cf69017
|
fix a typo in a message
|
2005-05-08 00:47:37 +00:00 |
|
Bill Currie
|
84dd9c1a13
|
datagram needs allowoverflow
|
2005-05-07 12:57:48 +00:00 |
|
Bill Currie
|
97d14de4d9
|
talk about silly brainos... (and drat that mask, might have to get rid of
it and go for % instead of &)
|
2005-05-07 10:47:02 +00:00 |
|
Bill Currie
|
f9541dcae7
|
fix an old bug that would mess up bots (geez, globals can suck)
|
2005-05-07 10:46:19 +00:00 |
|
Bill Currie
|
080e619675
|
oops, accidently broke delta updates in bad pl situations
|
2005-05-07 00:48:19 +00:00 |
|
Bill Currie
|
ac96f94658
|
fix broken mvds (and probably qtv streams, for that matter)
|
2005-05-05 13:36:01 +00:00 |
|
Bill Currie
|
d017b87c2b
|
lots of progress, however mvd player deltas are borked atm
|
2005-05-05 11:46:29 +00:00 |
|
Bill Currie
|
978ad6ff48
|
oops, that didn't work as expected
|
2005-05-05 11:43:02 +00:00 |
|