Bill Currie
b79ff6378d
mouse warpage fixes from james
2001-09-18 05:18:49 +00:00
Bill Currie
dd98622859
x11 vid_fullscreen improvements from james (thanks)
2001-09-18 04:53:01 +00:00
Bill Currie
b559b3a796
fix a key mapping issue reported by MasterLich
2001-09-18 04:38:18 +00:00
Bill Currie
8b8ce51085
GameSpy, eat your heart out :) (thanks, James)
2001-09-18 03:24:26 +00:00
Adam Olsen
8f4d39002c
- add support for ipv4 embedded in ipv6 addresses. filtering should
...
now be fully functional for ipv6. I really oughta test ipv6 sooner
or later ;)
2001-09-17 07:31:15 +00:00
Adam Olsen
d77fcc8695
- fix /0 and /9 masks to not give an error
...
- consolidate some duplicate code into SV_PrintIP, which returns a
readable ip address allocated from a static buffer
- remove some debugging prints (addip is now silent on success)
2001-09-17 06:10:39 +00:00
Adam Olsen
de716f07e7
- fix an off by one error with implicit masks
...
- don't attempt to ban/mute/cuff non-existant clients :)
2001-09-17 05:41:17 +00:00
Adam Olsen
dcbc9ada26
- rework the parser to regain support for 1.2 ips. No longer uses
...
inet_pton for ipv4.
These are untested (other than compiling), as I've got issues with the
console I need to sort out.
2001-09-17 05:08:13 +00:00
Ragnvald Maartmann-Moe IV
d3e8e4ed11
Sparks and a little smoke from TE_LIGHTNINGBLOOD.
...
And kill R_RunGunshotEffect.
2001-09-17 01:48:52 +00:00
Ragnvald Maartmann-Moe IV
a7d8e2c0ea
TE_EXPLOSION2 now does colored lighting. And spark showers brightened up a bit. Sparks all yellow now, none of the weird dingy grey ones. ;)
2001-09-16 20:07:28 +00:00
Jeff Teunissen
48eb05b670
Debian packaging updates. Much of this is thanks to Filip Van Raemdonck
...
<mechanix@digibel.org>
2001-09-16 17:06:36 +00:00
Adam Olsen
f90fcf855e
Massive cleanups of ip filtering
...
- addip now supports a ban time, and a ban/cuff/mute paramter
- addresses now can have /8 for the mask, instead of it being implicit
- removes support for 1.2 which meant 1.2.0.0/16. use 1.2.0.0/16 or
1.2.0.0 (implies a /16)
- ipv6 should mostly be supported, but there's a few places that
aren't finished. currently gives a compile error
(it WAS working, but now I cvs up'd and I gotta wait for a long test
build. I don't feel like waiting any longer)
2001-09-16 15:40:21 +00:00
Bill Currie
52648b21e3
sv_use_curses 0 to disable curses, and fix the know issues with using the
...
old console
2001-09-16 06:08:09 +00:00
Bill Currie
aade80a8d7
/finally/, libQFconsole is being used (qw-server only so far). Still has
...
some minor nits with ncurses and probably has some isues without ncurses
(quit didn't seem to work when I tried).
2001-09-16 05:41:28 +00:00
Bill Currie
9f715ae9f8
more small old-parser cleanups
2001-09-15 20:31:17 +00:00
Ragnvald Maartmann-Moe IV
431ac4eedb
Convert particles to use byte colors instead of float. Roughly breaks even on Mesa on my machine. Should be a speedup under other drivers.
2001-09-14 12:11:54 +00:00
Ragnvald Maartmann-Moe IV
a474c7ad2f
Update for current alsa header locations.
2001-09-14 12:08:52 +00:00
Bill Currie
3557d375f3
add better scoping to TODO even though I'm likely to do it soon
2001-09-13 20:34:08 +00:00
Bill Currie
1ee3fe4b47
fix some missing libs pointed out by Ghost9
2001-09-13 03:04:23 +00:00
Bill Currie
98c494e8da
rpms can now be built
2001-09-13 00:08:34 +00:00
Bill Currie
6d04ada9e1
partial (?) fixes for building rpms. unknown if it's correct yet.
2001-09-12 23:14:16 +00:00
Adam Olsen
bdfa1830fe
- add a match command, which prints out who would be matched with a
...
ban/cuff/mute/kick command, but without actually doing them :)
- fix 'leet nick matching of eet in 37337, and a segfault, as well as
simplifying the code :)
2001-09-11 07:10:45 +00:00
Bill Currie
4bc167c5aa
evil hack, but can build from "make dist" again
2001-09-11 06:34:03 +00:00
Bill Currie
410783025e
misc fixes forwarded from 0.3
2001-09-11 06:04:10 +00:00
Adam Olsen
75cb4c1c5a
Make match_char handle a bunch more 'leet characters. There's also a
...
cvar to disable it, called sv_3133735_7h4n_7h0u ;)
2001-09-11 05:43:58 +00:00
Bill Currie
def8bb3cd5
LordHavoc's VectorIsNull changes from 0.3 but as VectorIsZero (no such thing
...
as a `null' vector) plus a couple of other bits from his patch.
2001-09-11 05:18:15 +00:00
Bill Currie
1a27ded797
don't bother predicting if disconnected (forward port of Dabb's work)
2001-09-11 04:53:20 +00:00
Adam Olsen
65e5a7a4fc
fix userinfo filtering in PF_setinfokey
2001-09-11 04:52:29 +00:00
Bill Currie
1717747eda
more make dist
2001-09-11 04:45:48 +00:00
Bill Currie
e27878e156
bring forward the sv_extentions and stdver changes from 0.3
2001-09-11 03:50:24 +00:00
Bill Currie
a046592741
make dist fixes
2001-09-11 03:42:03 +00:00
Bill Currie
74e9f89e8c
forward port the client info string filtering from 0.3 and remove info.h from
...
a couple of c files that no longer need it.
2001-09-11 03:10:29 +00:00
Bill Currie
8c026417d8
Wait for X to complete the previous operation before proceding to the next.
...
This causes the mouse to warp properly, but doesn't fix my disappearing window :(
(possibly a wm bug)
2001-09-10 21:55:34 +00:00
Ragnvald Maartmann-Moe IV
05d3aaa0bb
Whitespace.
2001-09-10 17:32:22 +00:00
Bill Currie
95515e28d7
use XMapRaised instead of XMapWindow + XRaiseWindow
2001-09-10 17:18:31 +00:00
Bill Currie
0f30506b79
d'oh, got the return values backwards
2001-09-10 17:02:35 +00:00
Bill Currie
388513e005
several fullscreen toggling improvements including window location restoration
2001-09-10 16:53:33 +00:00
Bill Currie
63049e0109
remove the ln -s instructions as they are no longer needed
2001-09-10 16:50:35 +00:00
Bill Currie
a17d8fe452
turns out the window location code is needed after all.
2001-09-10 15:41:47 +00:00
Ragnvald Maartmann-Moe IV
55dfead066
Typos (really ought to remember to test compile *before* committing, rather than immediately after).
2001-09-10 13:05:13 +00:00
Ragnvald Maartmann-Moe IV
dc947ce8f5
Whitespace.
2001-09-10 12:56:23 +00:00
Bill Currie
a7b402031f
make nick matching case insensitive and 1 == i
2001-09-10 05:04:00 +00:00
Ragnvald Maartmann-Moe IV
fb7918d4f8
Optimize DEG2RAD a little, plus some whitespace.
2001-09-10 04:20:27 +00:00
Bill Currie
8ca44af043
fix a bug in the handling of case m (see skybox.fig)
2001-09-10 00:57:11 +00:00
Ragnvald Maartmann-Moe IV
7af79b96ec
Lots of whitespace, header cleanups, and a few tiny optimizations.
2001-09-09 21:41:35 +00:00
Bill Currie
8a959d157b
put my sky debug code back in (enabled for now)
2001-09-09 21:27:09 +00:00
Ragnvald Maartmann-Moe IV
28fe1dc004
Tweak rocket trails. Uglier, but don't bog down rocket snipers. Also a couple tiny optimizations and cleanups.
2001-09-09 19:37:07 +00:00
Bill Currie
882adf295a
implement KK's ban, mute and cuff
2001-09-09 04:51:08 +00:00
Bill Currie
1757dfcc75
make Cmd_StuffCmds_f get called if cl_quakerc is 0
2001-09-09 01:58:16 +00:00
Adam Olsen
de83dfb587
Change the networking timeout down from 1 second to 0.01 seconds.
...
The CPU usage will seem higher with only 1 or 2 people connected, but
that's only when they have low framerates. It should be the same when
there's enough incoming network data to keep it from waiting a long
time anyway.
2001-09-08 16:48:40 +00:00