Commit Graph

59 Commits

Author SHA1 Message Date
Joseph Carter 085f2712e9 code cleanups, no functionability changed herein. 2000-03-06 13:58:35 +00:00
Joseph Carter 8b18f9d56b A little cleanup...
S_Init() is now where it belongs--outside of VID_Init().  I think I did
manage to update every target.  If I missed one, kill the sound.h include
and remove S_Init() from VID_Init().

New Cvar: r_sky, defaults to 0, turn it on if you want to use skyboxes.
Cvar r_skyname can actually be used now I _think_, need another skybox
to test it.  Quake2000's instructions were used in the skybox stuff but,
as all know by now, our tree is so different from anyone else's that I had
to redo a number of things.  But thanks all the same--cut the time spent
debugging it in half.  I also want to thank whoever did the night skybox
on the MegaTF page I used to test.  Looks great on start map!

New GL-specific Cvar: r_conspin, defaults to 0.  Turn it on.  You can turn
it off too.  Shamelessly ripped from QER.
2000-03-02 19:57:24 +00:00
Zephaniah E. Hull d356761b93 Fix for the QW protocol problem by Dabb..
Some profiling changes as well..
Code now compiles with profiling support, will disable later..
2000-02-20 20:46:13 +00:00
Joseph Carter fdd6112d74 svgalib input works again. 2000-02-14 03:27:10 +00:00
Nelson Rush 58af7440fe mentioned that marcus added the mingw32 support 2000-01-20 17:58:13 +00:00
Nelson Rush 1c8689b1dd added jason nelson to the authors 2000-01-19 05:50:29 +00:00
Joseph Carter 2d6be70bd7 Technically a new feature, but every developer asked wanted it provided it
didn't break anything.  It doesn't, so here it is:  show_fps for uquake!
2000-01-19 05:31:22 +00:00
Marcus Sundberg 6bc6afee70 Added some entries on me. 2000-01-19 02:07:34 +00:00
Bill Currie f9e636c147 AUTHORS CREDITS:
add Nye Liu <nyet@nbase.com>
qw_common/common.c:
	include changes nyet (above:) found were needed.
2000-01-18 09:16:45 +00:00
Zephaniah E. Hull fa60f036a4 Updated the authors file..
Improvements for the speed cheat fix from Genesys..
2000-01-17 17:19:01 +00:00
Bill Currie 8bd5fd1e35 added FreeBSD CNAME patch from Daniel J. O'Connor <darius@dons.net.au> 2000-01-17 08:22:36 +00:00
Nelson Rush 31eef8c5e4 added several authors people forgot to mention, added authors people mentioned, but only mentioned in only one of the credit files, added a few things to the TODO and removed a few things that are complete now. 2000-01-17 02:16:45 +00:00
Bill Currie df8f3cb89c AUTHORS:
added XoXus (David Symonds)
	mentioned my alsa work
CREDITS:
	added myself to the sound cleanup
	mentioned XoXus for svgalib
2000-01-14 03:57:14 +00:00
Nelson Rush 7560771b16 beginnings of IPv6 support by Pontus Lidman
(pali) i had to personally fix this so that it's optional, if anyone wants to enable this (it's not ready yet, it's just a star) you have to uncomment the line\
for QW_NET_SRC in qw_client/Makefile.in and qw_server/Makefile.in, you also have to uncomment LINUX_IPV6 definition in qw_common/net.h

here's an excerpt of Pontus's explaination:
I've started to work on IPv6 support. I guess it's not a top priority, as
the intersections of quake players and people with 6bone access is pretty
small, but at least I'm one of them ;)

If anyone else is interested in working on IPv6 support, or have
opinions/advice on how to go about it, I'd like to get in touch.
2000-01-09 22:11:12 +00:00
Nelson Rush c24ef4e0ee added ricardo to the authors/credits 2000-01-09 22:00:53 +00:00
Marcus Sundberg 0863dfcaab Fixed typo 2000-01-08 21:29:19 +00:00
Nelson Rush f0ccffb1a9 moving original AUTHORS to CREDITS, modified AUTHORS to list by name 2000-01-08 18:58:08 +00:00
Zephaniah E. Hull 67f8201590 Applied patch from Roger Sen Montero <rogersm@tau.uab.es> to switch to
using vsnprintf/snprintf..
2000-01-08 13:55:33 +00:00
Joseph Carter 516ff305cb A couple trademark uses cleaned up 2000-01-08 06:10:07 +00:00
Nelson Rush ac733e8a28 added me and absolutek to the website design section of the AUTHORS 2000-01-07 17:52:43 +00:00
Joseph Carter d42a1abed2 Applied a cleanup to qw's net_udp.c's error messages 2000-01-07 17:35:02 +00:00
Chase Hargraves 4db01ef0dc Put in my real name instead of my nick. 2000-01-07 16:42:32 +00:00
Nelson Rush eab5b194a5 added dan 2000-01-06 22:14:48 +00:00
Zephaniah E. Hull acc475fa16 Typo fix, and adding a chunk in authors which apparently got lost.. 2000-01-06 21:59:55 +00:00
Nelson Rush 64ae53b946 added tim rowley to the AUTHORS, added mention of bootstrap needing autoconf 2.13 in INSTALL and README 2000-01-06 17:35:07 +00:00
Marcus Sundberg f8fc99bf98 Add credits for CD and win32 support. 2000-01-06 12:40:11 +00:00
Nelson Rush 9d0755d7ad fixed a problem with the naming convention, added loring for AIX/IRIX/Sun support 2000-01-06 05:50:32 +00:00
Nelson Rush 5f4a20cce9 added loring for cd-rom support 2000-01-06 05:36:58 +00:00
Joseph Carter 368ae283a2 Applied Mads' speed cheat fix to qw-server 2000-01-05 22:41:36 +00:00
Zephaniah E. Hull 4ecda582f4 Give credit for the GL fullbright fix. 2000-01-05 15:24:29 +00:00
Nelson Rush a77bb35db6 Fixed buffer overflow problems, changed sprintf to snprintf don't use this yet, i have a few things that need to be fixed. 2000-01-05 00:05:48 +00:00
Nelson Rush de9345e948 Added Justin A. McCright for help on fixing an svgalib problem. 2000-01-04 05:40:25 +00:00
Joseph Carter 244297cedc Added cvs2cl.pl to tools, added a changelog target to the makefile, and
removed the ChangeLog.
2000-01-04 03:26:19 +00:00
Nelson Rush 5e087f73d6 Took the ""'s off of Justin's name. 2000-01-03 22:03:49 +00:00
Jeff Teunissen 6337f34ba1 * Fixed an X11 software renderer crash in vid_x.c, thanks Justin A. McCright
* Renamed chase_* to cl_chasecam_* in UQ to match their parent cvar.
* Changed cl_chasecam* in UQ to be saved in config.cfg
* Moved dosasm.s to common, though it doesn't seem to be referenced at _all_
2000-01-03 21:20:01 +00:00
Joseph Carter 5761d2f334 Moved -lm to global LDFLAGS, everything but the GL renderer needs it ajd
on at least some platforms the GL renderer needs it too.
2000-01-03 10:25:01 +00:00
Nelson Rush a841b90d2d SDLQuake merge with our tree made possible by Sam Lantinga and Maas van den Berg, currently the video and cdrom audio are supported. 2000-01-03 06:18:32 +00:00
Joseph Carter 768b167927 A couple of FreeBSD fixes from Darius 2000-01-03 05:06:19 +00:00
Joseph Carter d0674e837c pandr's pr_* merge.. 2000-01-03 04:45:54 +00:00
Nelson Rush f00251f5cc Added Deek to the list of server resources helpers. 2000-01-03 02:15:26 +00:00
Joseph Carter 91226eac59 Forgot to move the file... 2000-01-02 16:26:14 +00:00
Joseph Carter 6d9ae5f2ef Merged gl_draw.c! Yes, the version string is unscaled. 2000-01-02 15:53:47 +00:00
Joseph Carter c7f95dda2d Removed _all_ references to the define IDGODS. It was turned off anyway,
but still a glaring security hole waiting for someone to abuse.
2000-01-02 05:00:54 +00:00
Joseph Carter ca59cdb11b Major additions to TODO and AUTHORS files 2000-01-01 23:09:50 +00:00
Nelson Rush 5fd458028e Added Chad Fowler to the list of 'server resources', he's working on mysql and php stuff. 2000-01-01 06:58:20 +00:00
Nelson Rush 49734ce902 forgot 2000-01-01 06:50:44 +00:00
Zephaniah E. Hull 2d821cdda6 Applied patch from Bill Currie to merge gl_rmain.c 2000-01-01 06:26:03 +00:00
Joseph Carter 1db842863d Added a few more people to AUTHORS.. 2000-01-01 05:16:24 +00:00
Nelson Rush 7e2250a97e Updated documentation, legalise, technical info changes, added Id's original changelog to the end of ours. Added myself to the list of document maintainers. 1999-12-31 22:03:21 +00:00
Nelson Rush ee3671c2f2 added myself 1999-12-31 17:43:52 +00:00