Commit graph

27 commits

Author SHA1 Message Date
Zephaniah E. Hull
210ba16069 First off in gl_draw.c we have some nice cleanup code for the upload
code.

Then we have the completely purge of treating 'unsigned' as a type, it
is NOT a type, it is a TYPE MODIFIER!

Under gcc for x86 it happens to try and do something sane, just treat it
as a unsigned int, but that is EVIL, it is a MODIFIER and if ANYONE adds
code which uses unsigned as a type in itself I /WILL/ harm them!!!
2000-09-22 09:08:08 +00:00
Bill Currie
b55b0264b5 model loading reorg ala nuq. once again, gl hasn't been tested (will test when
I get home tonight). This is in preparation for bmodel fulbrights.
2000-09-20 22:11:17 +00:00
Dabb
7234a479c8 Quick-fix for server crashing on some maps with null names/textures. 2000-08-08 12:47:37 +00:00
Bill Currie
acb5f4b21a revert Endy's HL changes. Sorry endy but what would you rather have: HL
support in quakeforge, or knghtbrd using your guts for violin strings? :)
2000-06-16 09:41:42 +00:00
Zephaniah E. Hull
b8a92f28dc Newtree compiles again, no promices that it will work though..
I'm tempted to pull Endy's CVS write abilitys until he promices
to make sure major changes at least COMPILE before he commits them.
(=:]
2000-06-10 21:40:31 +00:00
James Brown
125dc1252b Fixed server. Whoot. :) 2000-06-10 03:46:40 +00:00
James Brown
1501c63997 Um. Fixed the server so it won't bomb loading Half-Life maps. 2000-06-10 03:43:18 +00:00
Anton E. Gavrilov
df980b44a1 CVAR_FIXME cleanup 2000-06-09 23:37:39 +00:00
Joseph Carter
fa7a4882ac *sigh* 2000-05-22 07:10:16 +00:00
Bill Currie
af032b8d55 port in some improvements from OT (namely fs_basepath, etc, though commandline parsing isn't finished yet)
split up the headerfiles and such. common.[ch] and qwsvdef.h no longer exist. More work still needs to be done (esp for windows) but this should be a major improvement.
2000-05-21 08:24:45 +00:00
Bill Currie
832af13c12 all files now include config.h 2000-05-17 10:03:19 +00:00
Brian Koropoff
e30c17729c Various things from theoddone. For some reason he can't commit... 2000-05-17 01:52:15 +00:00
Dan Olson
1d26c02826 Cvar merge... segfault problems... also unknown problems in vid_svga.c 2000-05-16 04:47:41 +00:00
Dan Olson
96664f63e7 Fix my stupid error that I blamed on taniwha. Sorry taniwha. :( 2000-05-14 05:45:27 +00:00
Dan Olson
b748d7bd39 some aesthetic stuff 2000-05-14 03:29:32 +00:00
Dan Olson
884b19f02d Fix some segs 2000-05-13 20:25:02 +00:00
Bill Currie
680fc4af16 /almost links/ 2000-05-13 05:20:33 +00:00
Bill Currie
5879669155 no more SERVERONLY in model.c :) 2000-05-12 00:09:16 +00:00
Bill Currie
d6e0069c69 almost done. only net_chan.c left to fix before client links, but still need to sort out two SERVERONLYs in model.c. All functions are split out, but two code snippets remain to be sorted. 2000-05-11 23:06:57 +00:00
Bill Currie
ace849a9be create an SV_Error wrapper for the client to help tidy up model.c 2000-05-11 22:24:46 +00:00
Joseph Carter
38f9b705b9 Whee! Every source file just got edited. Added the QF-style GPL header
to the top.  What I didn't add was descriptions.  Someone else wanna take
those on?
2000-05-11 16:03:29 +00:00
Bill Currie
ec2526b44b merged. much easier once I realised I was trying too hard :) 2000-05-11 08:39:08 +00:00
Bill Currie
a875ed2eed more mods to bring the diff of model.c and modle.c.cleint closer before doing the hack job 2000-05-11 02:07:02 +00:00
Bill Currie
2821e93eda marginally closer to properly separated cl and sv model.c 2000-05-11 01:45:04 +00:00
Dan Olson
b139acafc2 ^M cleanup, and qw-server compiles with -Werror 2000-05-10 20:33:16 +00:00
Bill Currie
4b8c2182a3 create a makefile to get going
swap server and client model.c for now
2000-05-10 12:09:20 +00:00
Joseph Carter
d859383680 Initial revision 2000-05-10 11:29:38 +00:00