]> de.git.xonotic.org Git - xonotic/darkplaces.git/log
xonotic/darkplaces.git
19 years agozym models are now loaded into the same structs as alias models in memory, this reduc...
havoc [Fri, 3 Sep 2004 14:14:44 +0000 (14:14 +0000)]
zym models are now loaded into the same structs as alias models in memory, this reduces code a lot and gives the full feature set (rtlights/skins)
zym models are now optimized when loading to eliminate duplicate vertex data (one of their more significant design flaws)
mdl/md2/md3 models no longer have stored svector/tvector/normal arrays, instead generating them on demand like skeletal models (this is slower but saves a *lot* of memory)
zym collisions are not implemented (yet)
zym bones are not reported as tags (yet)

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

19 years agoconverted portal building over to use polygon functions instead of winding
havoc [Fri, 3 Sep 2004 11:03:47 +0000 (11:03 +0000)]
converted portal building over to use polygon functions instead of winding

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

19 years agofixed r_drawportals - the meshqueue was not begun yet
havoc [Fri, 3 Sep 2004 11:02:28 +0000 (11:02 +0000)]
fixed r_drawportals - the meshqueue was not begun yet

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

19 years agofixed bugs with collision brush building, and added a great deal more error checking...
havoc [Fri, 3 Sep 2004 10:32:29 +0000 (10:32 +0000)]
fixed bugs with collision brush building, and added a great deal more error checking on them

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

19 years agoadded -novorbis commandline option to allow disabling ogg vorbis support even if...
havoc [Fri, 3 Sep 2004 06:26:27 +0000 (06:26 +0000)]
added -novorbis commandline option to allow disabling ogg vorbis support even if the library is present

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

19 years agouse main varray_vertex3f2 array (forgot this in previous commit)
havoc [Fri, 3 Sep 2004 02:36:56 +0000 (02:36 +0000)]
use main varray_vertex3f2 array (forgot this in previous commit)

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

19 years agoadded varray_svector3f, varray_tvector3f, and varray_normal3f arrays
havoc [Fri, 3 Sep 2004 02:24:30 +0000 (02:24 +0000)]
added varray_svector3f, varray_tvector3f, and varray_normal3f arrays

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

19 years agoadded cl_particles_explosions_bubbles/sparks/smoke/shell cvars, got rid of cl_explosi...
havoc [Fri, 3 Sep 2004 01:40:43 +0000 (01:40 +0000)]
added cl_particles_explosions_bubbles/sparks/smoke/shell cvars, got rid of cl_explosions cvar (it is equivilant to the shell cvar) and updated menu

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

19 years agofixed number of displayed scores in the minideathmatchoverlay in GAME_TRANSFUSION
havoc [Fri, 3 Sep 2004 01:39:42 +0000 (01:39 +0000)]
fixed number of displayed scores in the minideathmatchoverlay in GAME_TRANSFUSION

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

19 years agonow uses de-we's darkplaces icon in mingw builds, and has proper file info on the...
havoc [Thu, 2 Sep 2004 13:46:30 +0000 (13:46 +0000)]
now uses de-we's darkplaces icon in mingw builds, and has proper file info on the exe's properties dialog

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

19 years agobeing glued to the floor while swimming = bad
havoc [Thu, 2 Sep 2004 13:16:31 +0000 (13:16 +0000)]
being glued to the floor while swimming = bad

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

19 years agoadded DP_QC_FINDFLAGS and DP_QC_FINDCHAINFLAGS extensions
havoc [Wed, 1 Sep 2004 08:05:05 +0000 (08:05 +0000)]
added DP_QC_FINDFLAGS and DP_QC_FINDCHAINFLAGS extensions

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

19 years ago368
havoc [Wed, 1 Sep 2004 07:38:54 +0000 (07:38 +0000)]
368

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

19 years agocl.viewzoomold/new are now reset in CL_ClearState
havoc [Wed, 1 Sep 2004 07:37:36 +0000 (07:37 +0000)]
cl.viewzoomold/new are now reset in CL_ClearState

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

19 years agoGAME_NETHERWORLD patch: a bunch of cvars and some menu changes
havoc [Wed, 1 Sep 2004 07:02:44 +0000 (07:02 +0000)]
GAME_NETHERWORLD patch: a bunch of cvars and some menu changes

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

19 years ago368
havoc [Tue, 31 Aug 2004 09:13:47 +0000 (09:13 +0000)]
368

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

19 years ago367 (+3 todo items)
havoc [Tue, 31 Aug 2004 08:29:47 +0000 (08:29 +0000)]
367 (+3 todo items)

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

19 years ago364
havoc [Mon, 30 Aug 2004 16:08:05 +0000 (16:08 +0000)]
364

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

19 years ago365
tomaz [Mon, 30 Aug 2004 14:48:27 +0000 (14:48 +0000)]
365

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

19 years agoRenamed QuadraticSpline code in curves.c to QuadraticBSpline.
tomaz [Mon, 30 Aug 2004 14:47:35 +0000 (14:47 +0000)]
Renamed QuadraticSpline code in curves.c to QuadraticBSpline.

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

19 years agoFixed the loading of ".skin" files (the skin numbers were reversed)
molivier [Mon, 30 Aug 2004 12:03:31 +0000 (12:03 +0000)]
Fixed the loading of ".skin" files (the skin numbers were reversed)

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

19 years agoRemoved an unused define, and renamed another one
molivier [Mon, 30 Aug 2004 12:01:48 +0000 (12:01 +0000)]
Removed an unused define, and renamed another one

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

19 years agoFixed a couple of warnings
molivier [Mon, 30 Aug 2004 11:59:52 +0000 (11:59 +0000)]
Fixed a couple of warnings

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

19 years agofixed severe bugs in QuadForPlane (broken axis selection and use of the wrong planeno...
havoc [Mon, 30 Aug 2004 09:27:10 +0000 (09:27 +0000)]
fixed severe bugs in QuadForPlane (broken axis selection and use of the wrong planenormal components in some math)
modified Divide to not rotate the point list, this is a minor un-optimization of the algorithm but should improve consistency (unclipped polygons come out the same as they went in)

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

19 years agofix crash when transparent meshes were used in first frame rendered
havoc [Mon, 30 Aug 2004 09:12:13 +0000 (09:12 +0000)]
fix crash when transparent meshes were used in first frame rendered

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

19 years agocollision.h doesn't need winding.h anymore
havoc [Mon, 30 Aug 2004 09:11:35 +0000 (09:11 +0000)]
collision.h doesn't need winding.h anymore

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

19 years agomore documentation on B-Splines
havoc [Mon, 30 Aug 2004 09:10:43 +0000 (09:10 +0000)]
more documentation on B-Splines

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

19 years agomake sure particles are reset on level change by clearing the array
havoc [Mon, 30 Aug 2004 09:09:57 +0000 (09:09 +0000)]
make sure particles are reset on level change by clearing the array

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

19 years ago367 and all unfinished todo items labeled by category
havoc [Sun, 29 Aug 2004 09:08:44 +0000 (09:08 +0000)]
367 and all unfinished todo items labeled by category

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

19 years agohow'd this get here?
havoc [Sat, 28 Aug 2004 22:37:53 +0000 (22:37 +0000)]
how'd this get here?

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

19 years ago367
havoc [Fri, 27 Aug 2004 22:21:07 +0000 (22:21 +0000)]
367

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

19 years agoadded GAME_NETHERWORLD
havoc [Fri, 27 Aug 2004 09:53:18 +0000 (09:53 +0000)]
added GAME_NETHERWORLD

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

19 years ago368
havoc [Fri, 27 Aug 2004 09:07:22 +0000 (09:07 +0000)]
368

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

19 years ago369
havoc [Fri, 27 Aug 2004 08:42:18 +0000 (08:42 +0000)]
369

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

19 years agomodified Tomaz credits
havoc [Thu, 26 Aug 2004 21:08:38 +0000 (21:08 +0000)]
modified Tomaz credits

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

19 years ago369
tomaz [Thu, 26 Aug 2004 08:43:02 +0000 (08:43 +0000)]
369

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

19 years ago370
havoc [Thu, 26 Aug 2004 07:43:22 +0000 (07:43 +0000)]
370

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

19 years agofixed te_explosion2 prototype in comment to include colorlength (as it already does...
havoc [Thu, 26 Aug 2004 03:10:32 +0000 (03:10 +0000)]
fixed te_explosion2 prototype in comment to include colorlength (as it already does in dpextensions.qc)

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

19 years agomd3 skin loading for player models which have no shader names works
havoc [Wed, 25 Aug 2004 23:57:46 +0000 (23:57 +0000)]
md3 skin loading for player models which have no shader names works

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

19 years agothanks to Jeff Ford (qbism) for this fix to md3 player model loading, the base skin...
havoc [Wed, 25 Aug 2004 23:56:24 +0000 (23:56 +0000)]
thanks to Jeff Ford (qbism) for this fix to md3 player model loading, the base skin now works

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

19 years agoAdded Tei's "whack" that adds a drop down shadow on all text. r_textshadow 1 to enable.
tomaz [Wed, 25 Aug 2004 23:05:25 +0000 (23:05 +0000)]
Added Tei's "whack" that adds a drop down shadow on all text. r_textshadow 1 to enable.

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

19 years agochanged Collision_NewBrushFromPlanes to use new polygon.c code, this got rid of the...
havoc [Wed, 25 Aug 2004 20:31:17 +0000 (20:31 +0000)]
changed Collision_NewBrushFromPlanes to use new polygon.c code, this got rid of the winding allocations and moved everything onto the stack, a little cleaner (and the new polygon.c code is faster than winding.c)

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

19 years ago3371 items left.
tomaz [Wed, 25 Aug 2004 17:00:28 +0000 (17:00 +0000)]
3371 items left.

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

19 years ago373 items left.
tomaz [Wed, 25 Aug 2004 10:46:18 +0000 (10:46 +0000)]
373 items left.

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

19 years ago3 notifies done
havoc [Wed, 25 Aug 2004 09:42:31 +0000 (09:42 +0000)]
3 notifies done

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

19 years agoa few more things done
havoc [Wed, 25 Aug 2004 09:33:19 +0000 (09:33 +0000)]
a few more things done

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

19 years agoimplemented loading of particles/particlefont.tga and particles/nexbeam.tga
havoc [Wed, 25 Aug 2004 09:32:06 +0000 (09:32 +0000)]
implemented loading of particles/particlefont.tga and particles/nexbeam.tga

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

19 years agofixed a couple potential crashes due to nodestack overflow, as suggested by Vic
havoc [Wed, 25 Aug 2004 08:55:00 +0000 (08:55 +0000)]
fixed a couple potential crashes due to nodestack overflow, as suggested by Vic

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

19 years agoMem_AllocPool flags and parent parameters added, now there can be multiple temporary...
havoc [Wed, 25 Aug 2004 08:50:52 +0000 (08:50 +0000)]
Mem_AllocPool flags and parent parameters added, now there can be multiple temporary mempools by using the POOLFLAG_TEMP option, and removed Mem_AllocNestedPool

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

19 years ago+5 notify, +1 done, -6 todo, +3 todo
havoc [Wed, 25 Aug 2004 08:08:00 +0000 (08:08 +0000)]
+5 notify, +1 done, -6 todo, +3 todo

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

19 years ago376 items left.
tomaz [Wed, 25 Aug 2004 06:51:57 +0000 (06:51 +0000)]
376 items left.

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

19 years agoSlightly tweaked CL_ParticleExplosion2 by VorteX.
tomaz [Wed, 25 Aug 2004 06:48:04 +0000 (06:48 +0000)]
Slightly tweaked CL_ParticleExplosion2 by VorteX.

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

19 years agocleaned up all standing in a sloped corner and getting hurt glitches by adding an...
havoc [Wed, 25 Aug 2004 06:11:21 +0000 (06:11 +0000)]
cleaned up all standing in a sloped corner and getting hurt glitches by adding an SV_SetOnGround function which is called in SV_WalkMove in the right places (incase SV_FlyMove does not set it), which also fixed stair stepup smoothing (it needs FL_ONGROUND to not be flipping on and off during a step up)
added stair stepdown (instead of going flying off stairs)
added stair stepdown smoothing

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

19 years agoslightly changed color of iceblast in prydon
havoc [Wed, 25 Aug 2004 02:07:48 +0000 (02:07 +0000)]
slightly changed color of iceblast in prydon

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

19 years agoone new todo 3 item, one other 3 done
havoc [Tue, 24 Aug 2004 22:43:17 +0000 (22:43 +0000)]
one new todo 3 item, one other 3 done

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

19 years agoStill 378 items.
tomaz [Tue, 24 Aug 2004 18:18:17 +0000 (18:18 +0000)]
Still 378 items.

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

19 years agoTried to make the vore spike trail to be blue under GAME_PRYDON mode. Failed and...
tomaz [Tue, 24 Aug 2004 18:17:31 +0000 (18:17 +0000)]
Tried to make the vore spike trail to be blue under GAME_PRYDON mode. Failed and somehow made it white instead.

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

19 years agoAdded GAME_PRYDON.
tomaz [Tue, 24 Aug 2004 18:09:03 +0000 (18:09 +0000)]
Added GAME_PRYDON.

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

19 years agoSomehow the svector bug which was d was readded as -d. Fixed that. 378 items left.
tomaz [Tue, 24 Aug 2004 16:54:57 +0000 (16:54 +0000)]
Somehow the svector bug which was d was readded as -d. Fixed that. 378 items left.

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

19 years agonotified sublim3 of 4 items, categorized more items, added 2 or 3 items
havoc [Tue, 24 Aug 2004 02:10:46 +0000 (02:10 +0000)]
notified sublim3 of 4 items, categorized more items, added 2 or 3 items

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

19 years agobroke rtlights, oops (shadowtest was reversed)
havoc [Mon, 23 Aug 2004 08:20:45 +0000 (08:20 +0000)]
broke rtlights, oops  (shadowtest was reversed)

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

19 years agomissed a uint that should be GLuint
havoc [Mon, 23 Aug 2004 07:25:34 +0000 (07:25 +0000)]
missed a uint that should be GLuint

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

19 years agoadded GL_ARB_shader_objects, GL_ARB_shading_language_100, GL_ARB_vertex_shader, GL_AR...
havoc [Mon, 23 Aug 2004 05:35:22 +0000 (05:35 +0000)]
added GL_ARB_shader_objects, GL_ARB_shading_language_100, GL_ARB_vertex_shader, GL_ARB_fragment_shader extensions (not used for anything yet)

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

19 years agonow only does stair smoothing when onground (thanks to Sajt for noticing this bug)
havoc [Mon, 23 Aug 2004 05:34:04 +0000 (05:34 +0000)]
now only does stair smoothing when onground (thanks to Sajt for noticing this bug)

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

19 years agomerged R_Shadow_Stage_LightWithShadows and R_Shadow_Stage_LightWithoutShadows to...
havoc [Mon, 23 Aug 2004 02:10:27 +0000 (02:10 +0000)]
merged R_Shadow_Stage_LightWithShadows and R_Shadow_Stage_LightWithoutShadows to make a R_Shadow_Stage_Light which takes a shadowtest parameter, just a bit of code reduction

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

19 years ago380 items left.
tomaz [Sun, 22 Aug 2004 17:15:39 +0000 (17:15 +0000)]
380 items left.

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

19 years agoAdded sv_maxrate cvar to server setup menu.
tomaz [Sun, 22 Aug 2004 16:20:33 +0000 (16:20 +0000)]
Added sv_maxrate cvar to server setup menu.

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

19 years agoMade ValidateState warn and not error out about colormap > maxclients.
tomaz [Sun, 22 Aug 2004 15:37:58 +0000 (15:37 +0000)]
Made ValidateState warn and not error out about colormap > maxclients.

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

19 years ago383 items left.
tomaz [Sun, 22 Aug 2004 11:45:41 +0000 (11:45 +0000)]
383 items left.

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

19 years agoMade gl_picmip affect only maps, models, and sprites by setting their TEXF_PICMIP...
tomaz [Sun, 22 Aug 2004 11:37:47 +0000 (11:37 +0000)]
Made gl_picmip affect only maps, models, and sprites by setting their TEXF_PICMIP flag.

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

19 years agoChanged 360. to 360.0
tomaz [Sun, 22 Aug 2004 11:12:04 +0000 (11:12 +0000)]
Changed 360. to 360.0

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

19 years ago384 items left.
tomaz [Sun, 22 Aug 2004 01:58:50 +0000 (01:58 +0000)]
384 items left.

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

19 years agoAdded TEXF_PICMIP to the list of TEXF_ flags.
tomaz [Sun, 22 Aug 2004 01:58:08 +0000 (01:58 +0000)]
Added TEXF_PICMIP to the list of TEXF_ flags.

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

19 years agoMade qc profile command post an error message instead of crashing when used during...
tomaz [Sun, 22 Aug 2004 01:30:48 +0000 (01:30 +0000)]
Made qc profile command post an error message instead of crashing when used during demo playback.

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

19 years ago385 items left.
tomaz [Sun, 22 Aug 2004 01:08:47 +0000 (01:08 +0000)]
385 items left.

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

19 years agonotified Todd about 3 items being done
havoc [Sat, 21 Aug 2004 22:27:41 +0000 (22:27 +0000)]
notified Todd about 3 items being done

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

19 years ago389 items.
tomaz [Sat, 21 Aug 2004 16:45:15 +0000 (16:45 +0000)]
389 items.

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

19 years agoMade Sys_Error print the error message to the console / logfile.
tomaz [Sat, 21 Aug 2004 16:43:41 +0000 (16:43 +0000)]
Made Sys_Error print the error message to the console / logfile.

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

19 years agoClose logfile at shutdown.
tomaz [Sat, 21 Aug 2004 16:42:10 +0000 (16:42 +0000)]
Close logfile at shutdown.

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

19 years agofinished labeling categories of 0 difficulty items
havoc [Fri, 20 Aug 2004 23:57:43 +0000 (23:57 +0000)]
finished labeling categories of 0 difficulty items

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

19 years agoForgot this when doing the embedded conchar commit
tomaz [Fri, 20 Aug 2004 20:54:40 +0000 (20:54 +0000)]
Forgot this when doing the embedded conchar commit

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

19 years agodown to 393
tomaz [Fri, 20 Aug 2004 20:53:11 +0000 (20:53 +0000)]
down to 393

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

19 years agoembedded a fallback conchars.tga so it can load in an empty directory with a visible...
tomaz [Fri, 20 Aug 2004 20:50:39 +0000 (20:50 +0000)]
embedded a fallback conchars.tga so it can load in an empty directory with a visible console (used to use the checkerboard texture)

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

19 years agoAdded de-we to the credits
tomaz [Fri, 20 Aug 2004 20:49:18 +0000 (20:49 +0000)]
Added de-we to the credits

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

19 years agowent through most of todo and cleaned things up, not finished labeling them by catego...
havoc [Fri, 20 Aug 2004 06:58:23 +0000 (06:58 +0000)]
went through most of todo and cleaned things up, not finished labeling them by category yet, but todo is now down to 402 items

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

19 years agoEnabled tested and verified that the clipboard paste works in the console (Win32...
tomaz [Fri, 20 Aug 2004 00:00:18 +0000 (00:00 +0000)]
Enabled tested and verified that the clipboard paste works in the console (Win32 only)

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

19 years ago*** empty log message ***
tomaz [Thu, 19 Aug 2004 12:34:15 +0000 (12:34 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
tomaz [Thu, 19 Aug 2004 00:09:30 +0000 (00:09 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
tomaz [Wed, 18 Aug 2004 22:23:01 +0000 (22:23 +0000)]
*** empty log message ***

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

19 years agoFixed collision: client getting fraction out of bounds errors when in a map the clien...
tomaz [Wed, 18 Aug 2004 22:22:29 +0000 (22:22 +0000)]
Fixed collision: client getting fraction out of bounds errors when in a map the client does not have

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

19 years ago*** empty log message ***
tomaz [Tue, 17 Aug 2004 22:52:14 +0000 (22:52 +0000)]
*** empty log message ***

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

19 years agoAdded lightstyle interpolation.
tomaz [Tue, 17 Aug 2004 22:50:53 +0000 (22:50 +0000)]
Added lightstyle interpolation.

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

19 years agofixed normalmap handling (my vectors were backwards), and corrected normalmap generat...
havoc [Mon, 16 Aug 2004 23:51:06 +0000 (23:51 +0000)]
fixed normalmap handling (my vectors were backwards), and corrected normalmap generator accordingly

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

19 years agonow checks tangent vector crossproduct against surface normal to see if the tangents...
havoc [Thu, 12 Aug 2004 23:31:48 +0000 (23:31 +0000)]
now checks tangent vector crossproduct against surface normal to see if the tangents came out backwards and flips them if so, this fixed all the nasty bumpmapping problems

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

19 years agofixed sound problems (I had totally messed up the panning calcs, oops)
havoc [Wed, 11 Aug 2004 17:25:58 +0000 (17:25 +0000)]
fixed sound problems (I had totally messed up the panning calcs, oops)

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

19 years agoconverted S_Update to take a matrix, and internal snd_dma functions to use that matri...
havoc [Tue, 10 Aug 2004 02:12:41 +0000 (02:12 +0000)]
converted S_Update to take a matrix, and internal snd_dma functions to use that matrix where applicable (only spatialization)

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

19 years agoadded identitymatrix const struct which can be used wherever
havoc [Tue, 10 Aug 2004 02:10:12 +0000 (02:10 +0000)]
added identitymatrix const struct which can be used wherever

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

19 years agofix unused variable k warning
havoc [Mon, 9 Aug 2004 21:35:53 +0000 (21:35 +0000)]
fix unused variable k warning

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

19 years agodon't show editlights cursor position when not in editlights mode
havoc [Mon, 9 Aug 2004 21:29:47 +0000 (21:29 +0000)]
don't show editlights cursor position when not in editlights mode

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

19 years agonow shows cursor location in editlights mode
havoc [Mon, 9 Aug 2004 13:07:37 +0000 (13:07 +0000)]
now shows cursor location in editlights mode

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