]> de.git.xonotic.org Git - xonotic/darkplaces.git/log
xonotic/darkplaces.git
23 years agoincremented buildnum
lordhavoc [Tue, 31 Oct 2000 03:20:58 +0000 (03:20 +0000)]
incremented buildnum

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@72 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoadded setcolor builtin
lordhavoc [Tue, 31 Oct 2000 01:34:09 +0000 (01:34 +0000)]
added setcolor builtin

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@71 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoincreased max pcx size to 320x256
lordhavoc [Tue, 31 Oct 2000 01:33:14 +0000 (01:33 +0000)]
increased max pcx size to 320x256

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@70 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoadded buildnumber.c to makefile
lordhavoc [Sat, 28 Oct 2000 19:04:51 +0000 (19:04 +0000)]
added buildnumber.c to makefile

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@69 d7cf8633-e32d-0410-b094-e92efae38249

23 years agofix for missing \n
lordhavoc [Sat, 28 Oct 2000 18:56:55 +0000 (18:56 +0000)]
fix for missing \n

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@68 d7cf8633-e32d-0410-b094-e92efae38249

23 years agorecursive host_error improvement (prints both error messages)
lordhavoc [Sat, 28 Oct 2000 18:49:33 +0000 (18:49 +0000)]
recursive host_error improvement (prints both error messages)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@67 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoparticle audit, only one kind of gravity now, many unused particle types removed...
lordhavoc [Sat, 28 Oct 2000 18:47:01 +0000 (18:47 +0000)]
particle audit, only one kind of gravity now, many unused particle types removed, blood trails look cooler without gravity, etc

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@66 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoremove never used svc_playerposition code
lordhavoc [Sat, 28 Oct 2000 18:45:30 +0000 (18:45 +0000)]
remove never used svc_playerposition code

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@65 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoparticle effect changes and code cleanup
lordhavoc [Thu, 26 Oct 2000 11:57:51 +0000 (11:57 +0000)]
particle effect changes and code cleanup

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@64 d7cf8633-e32d-0410-b094-e92efae38249

23 years agochanges to dpprotocol code (precise aiming mainly)
lordhavoc [Thu, 26 Oct 2000 11:54:41 +0000 (11:54 +0000)]
changes to dpprotocol code (precise aiming mainly)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@63 d7cf8633-e32d-0410-b094-e92efae38249

23 years agofix for blob particle crash
lordhavoc [Tue, 24 Oct 2000 10:26:19 +0000 (10:26 +0000)]
fix for blob particle crash

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@62 d7cf8633-e32d-0410-b094-e92efae38249

23 years agofixed chase_active (TraceLine no longer returns '0 0 0' when there was no impact)
lordhavoc [Sat, 21 Oct 2000 10:25:19 +0000 (10:25 +0000)]
fixed chase_active (TraceLine no longer returns '0 0 0' when there was no impact)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@61 d7cf8633-e32d-0410-b094-e92efae38249

23 years agofix for player model tilting in chase_active mode
lordhavoc [Sat, 21 Oct 2000 10:24:28 +0000 (10:24 +0000)]
fix for player model tilting in chase_active mode

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@60 d7cf8633-e32d-0410-b094-e92efae38249

23 years agofix for serious bug in .nodrawtoclient, .drawonlytoclient, and .viewmodelforclient...
lordhavoc [Sat, 21 Oct 2000 10:22:24 +0000 (10:22 +0000)]
fix for serious bug in .nodrawtoclient, .drawonlytoclient, and .viewmodelforclient comparisons - they now work

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@59 d7cf8633-e32d-0410-b094-e92efae38249

23 years agomajor particle engine speedup and cleanup of old commented out code, also moved parti...
lordhavoc [Sat, 21 Oct 2000 10:15:42 +0000 (10:15 +0000)]
major particle engine speedup and cleanup of old commented out code, also moved particle defines from glquake.h to r_part.c where they belong (all particle code should live in r_part.c)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@58 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoincreased build number, changed default lightmap format to RGB (higher quality in...
lordhavoc [Tue, 17 Oct 2000 09:38:38 +0000 (09:38 +0000)]
increased build number, changed default lightmap format to RGB (higher quality in 16bit modes), though this is likely to break windows Matrox G400 drivers in multitexture (the reason it was defaulted to RGBA previously)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@57 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoalmost compiles on linux again. also bring in the latest and_alsa*.c from
taniwha [Tue, 17 Oct 2000 07:38:23 +0000 (07:38 +0000)]
almost compiles on linux again. also bring in the latest and_alsa*.c from
newtree

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@56 d7cf8633-e32d-0410-b094-e92efae38249

23 years agofixed all known vertex lighting mode problems (except sorting issues)
lordhavoc [Mon, 16 Oct 2000 22:13:00 +0000 (22:13 +0000)]
fixed all known vertex lighting mode problems (except sorting issues)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@55 d7cf8633-e32d-0410-b094-e92efae38249

23 years agofix for transpolys disappearing while turning
lordhavoc [Mon, 16 Oct 2000 22:11:37 +0000 (22:11 +0000)]
fix for transpolys disappearing while turning

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@54 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoyet another rewrite of the dlight engine, this time FAST
lordhavoc [Mon, 16 Oct 2000 20:48:26 +0000 (20:48 +0000)]
yet another rewrite of the dlight engine, this time FAST
new stuff:
much higher quality (loose shadowing)
gl_vertex cvar to try vertex lighting (warning: very obvious transpoly sorting problems)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@53 d7cf8633-e32d-0410-b094-e92efae38249

23 years agominor speedup to VectorNormalize #define's
lordhavoc [Mon, 16 Oct 2000 20:46:19 +0000 (20:46 +0000)]
minor speedup to VectorNormalize #define's

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@52 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoGigantic commit - dlight system rewritten
lordhavoc [Sun, 15 Oct 2000 15:45:12 +0000 (15:45 +0000)]
Gigantic commit - dlight system rewritten
added serverside prediction
removed dark light support
removed explosion sparks
removed blastparticles code
particle effects changed
added build numbering
removed SetPal
removed remnants of surface cache code
fixed SZ_Clear in Host_Spawn_f
forgot what else...

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@51 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoClear message buffer before calling ClientConnect, rather than after.
lordhavoc [Thu, 5 Oct 2000 22:53:22 +0000 (22:53 +0000)]
Clear message buffer before calling ClientConnect, rather than after.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@50 d7cf8633-e32d-0410-b094-e92efae38249

23 years agohopefully fix the 3dfx target
taniwha [Tue, 3 Oct 2000 04:00:34 +0000 (04:00 +0000)]
hopefully fix the 3dfx target

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@49 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoNot adding, it has been here all along, you just have not seen it.
mercury [Tue, 3 Oct 2000 00:05:46 +0000 (00:05 +0000)]
Not adding, it has been here all along, you just have not seen it.
REALLY!

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@48 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoepsilon checking on brightness and contrast cvars
lordhavoc [Tue, 26 Sep 2000 19:25:13 +0000 (19:25 +0000)]
epsilon checking on brightness and contrast cvars

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@47 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoignore darkplaces-glx
taniwha [Tue, 26 Sep 2000 02:28:20 +0000 (02:28 +0000)]
ignore darkplaces-glx

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@46 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoraised pack file count back to 16384 and fixed stack overflow
lordhavoc [Fri, 22 Sep 2000 04:47:32 +0000 (04:47 +0000)]
raised pack file count back to 16384 and fixed stack overflow

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@45 d7cf8633-e32d-0410-b094-e92efae38249

23 years agodecreased pack file count limit to 4096 due to stack overflow
lordhavoc [Fri, 22 Sep 2000 03:52:20 +0000 (03:52 +0000)]
decreased pack file count limit to 4096 due to stack overflow

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@44 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoupped pack file count limit to 16384 from 2048
lordhavoc [Fri, 22 Sep 2000 03:37:57 +0000 (03:37 +0000)]
upped pack file count limit to 16384 from 2048

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@43 d7cf8633-e32d-0410-b094-e92efae38249

23 years agolighting improvement in rgba mode, may crash some windows drivers
lordhavoc [Fri, 22 Sep 2000 01:44:09 +0000 (01:44 +0000)]
lighting improvement in rgba mode, may crash some windows drivers

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@42 d7cf8633-e32d-0410-b094-e92efae38249

23 years ago-sndspeed option in windows (default: 11025)
lordhavoc [Fri, 22 Sep 2000 01:42:47 +0000 (01:42 +0000)]
-sndspeed option in windows (default: 11025)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@41 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoFix for crashs when downsampling sounds.
lordhavoc [Fri, 22 Sep 2000 01:42:04 +0000 (01:42 +0000)]
Fix for crashs when downsampling sounds.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@40 d7cf8633-e32d-0410-b094-e92efae38249

23 years agodisabled texcoord checks in alias models, due to CTF v_star bug
lordhavoc [Thu, 21 Sep 2000 03:09:22 +0000 (03:09 +0000)]
disabled texcoord checks in alias models, due to CTF v_star bug

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@39 d7cf8633-e32d-0410-b094-e92efae38249

23 years ago44.1khz sound, interpolated resampling, killed cvar loadas8bit
lordhavoc [Thu, 21 Sep 2000 03:07:58 +0000 (03:07 +0000)]
44.1khz sound, interpolated resampling, killed cvar loadas8bit

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@38 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoResampleSfx clean up and a bug fix on resampled stereo
lordhavoc [Thu, 21 Sep 2000 01:47:36 +0000 (01:47 +0000)]
ResampleSfx clean up and a bug fix on resampled stereo

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@37 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoremoval of various id386 junk
lordhavoc [Mon, 18 Sep 2000 18:45:19 +0000 (18:45 +0000)]
removal of various id386 junk

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@36 d7cf8633-e32d-0410-b094-e92efae38249

23 years agocopyentity builtin added
lordhavoc [Mon, 18 Sep 2000 15:53:01 +0000 (15:53 +0000)]
copyentity builtin added

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@35 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoexplosions push away particles
lordhavoc [Mon, 18 Sep 2000 15:52:24 +0000 (15:52 +0000)]
explosions push away particles

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@34 d7cf8633-e32d-0410-b094-e92efae38249

23 years agominor tweak to the forcing of color 255 to black
lordhavoc [Mon, 18 Sep 2000 15:50:22 +0000 (15:50 +0000)]
minor tweak to the forcing of color 255 to black

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@33 d7cf8633-e32d-0410-b094-e92efae38249

23 years agotransparent statusbar
lordhavoc [Sun, 17 Sep 2000 22:30:31 +0000 (22:30 +0000)]
transparent statusbar

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@32 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoadd ALSA support
taniwha [Sat, 16 Sep 2000 19:53:55 +0000 (19:53 +0000)]
add ALSA support

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@31 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoI think that this really should be in here
taniwha [Fri, 15 Sep 2000 20:34:41 +0000 (20:34 +0000)]
I think that this really should be in here

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@30 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoImplemented r_ambient (mainly for sake of Nehahra's insanely dark maps).
lordhavoc [Thu, 14 Sep 2000 01:00:13 +0000 (01:00 +0000)]
Implemented r_ambient (mainly for sake of Nehahra's insanely dark maps).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@29 d7cf8633-e32d-0410-b094-e92efae38249

23 years agohost.c, sys_linux.c: Clear up linefeeds in Sys_Printf() -- we don't need to
deek [Tue, 12 Sep 2000 15:12:18 +0000 (15:12 +0000)]
host.c, sys_linux.c: Clear up linefeeds in Sys_Printf() -- we don't need to
add them, they should already be in there. Also, add optional timestamping
to console - doesn't work well with messages that call Sys_Printf() multiple
times, but for the rest it works fine.

cvar names: timestamps (int), timeformat (string)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@28 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoclean up, r_farclip cvar, lit particles (optional), stuff
lordhavoc [Mon, 11 Sep 2000 19:28:30 +0000 (19:28 +0000)]
clean up, r_farclip cvar, lit particles (optional), stuff

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@27 d7cf8633-e32d-0410-b094-e92efae38249

23 years agofix for uppercase nehahra movie names (oops, 'twas Ender's code).
lordhavoc [Mon, 11 Sep 2000 18:23:06 +0000 (18:23 +0000)]
fix for uppercase nehahra movie names (oops, 'twas Ender's code).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@26 d7cf8633-e32d-0410-b094-e92efae38249

23 years ago-3dfx support for linux!
mercury [Mon, 11 Sep 2000 17:56:42 +0000 (17:56 +0000)]
-3dfx support for linux!

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@25 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoVarious graphical tweaks (mainly particle related), some code removed.
lordhavoc [Wed, 6 Sep 2000 22:11:33 +0000 (22:11 +0000)]
Various graphical tweaks (mainly particle related), some code removed.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@24 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoLinux GLX, a lot of code shrinkage/cleanup, assembly support.
lordhavoc [Wed, 6 Sep 2000 13:24:09 +0000 (13:24 +0000)]
Linux GLX, a lot of code shrinkage/cleanup, assembly support.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@23 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoBorland C++ compile fixes.
dabb [Sun, 3 Sep 2000 09:29:58 +0000 (09:29 +0000)]
Borland C++ compile fixes.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@22 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoextern fix
lordhavoc [Thu, 31 Aug 2000 16:49:27 +0000 (16:49 +0000)]
extern fix

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@21 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoBetter smoke textures, no floodfillskin, some cleanup.
lordhavoc [Thu, 31 Aug 2000 16:48:54 +0000 (16:48 +0000)]
Better smoke textures, no floodfillskin, some cleanup.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@20 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoFix for glowing objects sometimes appearing black.
lordhavoc [Thu, 31 Aug 2000 15:32:50 +0000 (15:32 +0000)]
Fix for glowing objects sometimes appearing black.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@19 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoVery minor speedup to fractal noise generator.
lordhavoc [Thu, 31 Aug 2000 15:08:25 +0000 (15:08 +0000)]
Very minor speedup to fractal noise generator.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@18 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoMajor speedup to model loading, using lightnormalindex table now.
lordhavoc [Thu, 31 Aug 2000 14:43:53 +0000 (14:43 +0000)]
Major speedup to model loading, using lightnormalindex table now.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@17 d7cf8633-e32d-0410-b094-e92efae38249

23 years ago-noipx changed to -ipx at Dabb's request.
lordhavoc [Thu, 31 Aug 2000 14:25:26 +0000 (14:25 +0000)]
-noipx changed to -ipx at Dabb's request.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@16 d7cf8633-e32d-0410-b094-e92efae38249

23 years agomisc. cleanup, bubble trails fixed, improved lightmap compatibility.
lordhavoc [Thu, 31 Aug 2000 14:09:05 +0000 (14:09 +0000)]
misc. cleanup, bubble trails fixed, improved lightmap compatibility.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@15 d7cf8633-e32d-0410-b094-e92efae38249

23 years agopmodel fixes (now works properly in listen/singleplayer)
lordhavoc [Fri, 25 Aug 2000 12:32:44 +0000 (12:32 +0000)]
pmodel fixes (now works properly in listen/singleplayer)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@14 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoFog variables redesigned slightly. (no longer cvars)
lordhavoc [Thu, 24 Aug 2000 19:53:59 +0000 (19:53 +0000)]
Fog variables redesigned slightly. (no longer cvars)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@13 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoBorland C++ compile fixes.
dabb [Thu, 24 Aug 2000 07:17:27 +0000 (07:17 +0000)]
Borland C++ compile fixes.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoSVC_FOG changed (uses a short instead of a float so QC can write it).
lordhavoc [Thu, 24 Aug 2000 00:58:15 +0000 (00:58 +0000)]
SVC_FOG changed (uses a short instead of a float so QC can write it).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoHalfLife texture transparency fixed, pmodel enhanced (Nehahra).
lordhavoc [Wed, 23 Aug 2000 23:42:49 +0000 (23:42 +0000)]
HalfLife texture transparency fixed, pmodel enhanced (Nehahra).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoToo many fixes to mention. (sys_ticrate now controls packet rates, and other stuff)
lordhavoc [Wed, 23 Aug 2000 11:26:56 +0000 (11:26 +0000)]
Too many fixes to mention. (sys_ticrate now controls packet rates, and other stuff)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoFix for HalfLife texture transparency and renderamt (originally misunderstood).
lordhavoc [Wed, 23 Aug 2000 01:40:45 +0000 (01:40 +0000)]
Fix for HalfLife texture transparency and renderamt (originally misunderstood).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoCorrected misspelling in HL support (rendertype is now rendermode).
lordhavoc [Wed, 23 Aug 2000 00:57:51 +0000 (00:57 +0000)]
Corrected misspelling in HL support (rendertype is now rendermode).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoHalfLife renderamt support (why? boredom...)
lordhavoc [Wed, 23 Aug 2000 00:03:04 +0000 (00:03 +0000)]
HalfLife renderamt support (why? boredom...)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6 d7cf8633-e32d-0410-b094-e92efae38249

23 years agopmodel command support for Nehahra multiplayer (select skins/models by one number...
lordhavoc [Tue, 22 Aug 2000 23:27:57 +0000 (23:27 +0000)]
pmodel command support for Nehahra multiplayer (select skins/models by one number - hack)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5 d7cf8633-e32d-0410-b094-e92efae38249

23 years agoInitial revision
lordhavoc [Tue, 22 Aug 2000 02:56:41 +0000 (02:56 +0000)]
Initial revision

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2 d7cf8633-e32d-0410-b094-e92efae38249