Jeff Teunissen
df184072f1
Eliminate the use of stricmp()
2001-05-23 08:08:49 +00:00
Adam Olsen
9de78a5d83
two minor fixes from when I tried gcc 3.0. includes a trigraphs fix.
2001-05-15 02:06:02 +00:00
Jeff Teunissen
272abade38
Backport Cvar callbacks to newtree. Software gamma still doesn't work in
...
GL, and I still don't know exactly why.
2001-05-13 05:10:02 +00:00
Bill Currie
c6e087015c
command docs patch from Misty-chan because his access hasn't completely come
...
through yet.
2001-02-06 02:56:14 +00:00
Bill Currie
a24894dc70
progs modularity improvements. what WAS sv_progs is now sv_pr_state, qwprog is
...
now sv_progs and the progs loading code no longer falls back to qwprogs.dat or
progs.dat. Also, call SV_Progs_Init_Cvars (forgot to do this earlier)
2001-01-28 23:27:48 +00:00
Bill Currie
bbac14a7d5
commands now sport descriptions (currently "No Description", but then I'm a
...
lazy bastard:)
2001-01-15 17:07:06 +00:00
Bill Currie
5e86c729fa
now progs and server really are separated :)
2001-01-03 07:08:28 +00:00
Bill Currie
0192ed40c3
the progs engine and the server are now completely independent paving the way
...
for CSQC.
2001-01-03 05:54:35 +00:00
Bill Currie
2debf6f669
now only svs is reverenced where it shouldn't be, and that's to set info
...
strings (skybox and *progs). skybox is easy to take care of (aditional parse
functions), but I haven't yet decided what to do with *progs. Also, progs code
needs a bit of a cleanup, but that will come later.
2001-01-02 03:22:46 +00:00
Bill Currie
b6c832d900
while not 100% complete (sv is still referred to as well as r_skyname), the
...
progs engine no longer refers to any global vars. This alows for multiple progs
being loaded (NOTE: NOT multiple mods, but (eg) for various protocol
extensions) and, once the last couple of issues are taken care of, CSQC.
2000-12-31 07:43:09 +00:00