]>
git.rm.cloudns.org Git - xonotic/darkplaces.git/log
sajt [Tue, 23 Aug 2005 09:03:26 +0000 (09:03 +0000)]
I forgot to mention that I also fixed some other asymmetric crosshairs (3 and 4)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5642
d7cf8633 -e32d-0410-b094-
e92efae38249
sajt [Tue, 23 Aug 2005 08:51:48 +0000 (08:51 +0000)]
Added dot crosshair (crosshair 6)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5641
d7cf8633 -e32d-0410-b094-
e92efae38249
sajt [Tue, 23 Aug 2005 07:06:23 +0000 (07:06 +0000)]
Added a builtin for te_flamejet
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5639
d7cf8633 -e32d-0410-b094-
e92efae38249
sajt [Tue, 23 Aug 2005 06:43:24 +0000 (06:43 +0000)]
Added sv_maxairspeed cvar (default 30). This was already mirrored by cl_movement_maxairspeed.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5638
d7cf8633 -e32d-0410-b094-
e92efae38249
sajt [Tue, 23 Aug 2005 05:50:55 +0000 (05:50 +0000)]
Forgot a little portion of the comment :-(
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5637
d7cf8633 -e32d-0410-b094-
e92efae38249
sajt [Tue, 23 Aug 2005 05:39:12 +0000 (05:39 +0000)]
Added DP_SV_WRITEUNTERMINATEDSTRING extension
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5635
d7cf8633 -e32d-0410-b094-
e92efae38249
sajt [Tue, 23 Aug 2005 04:07:29 +0000 (04:07 +0000)]
Updated todo
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5634
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 23 Aug 2005 03:02:56 +0000 (03:02 +0000)]
*** empty log message ***
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5632
d7cf8633 -e32d-0410-b094-
e92efae38249
molivier [Sun, 21 Aug 2005 07:54:56 +0000 (07:54 +0000)]
Added the RTLD_GLOBAL flag to the dlopen call, since some systems seem to require that for some DLLs to work correctly. Thanks to Andreas Dehmel for the patch
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5630
d7cf8633 -e32d-0410-b094-
e92efae38249
molivier [Sun, 21 Aug 2005 07:51:31 +0000 (07:51 +0000)]
Removed an unused variable
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5629
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sat, 20 Aug 2005 21:57:28 +0000 (21:57 +0000)]
made some things static
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5617
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sat, 20 Aug 2005 19:00:02 +0000 (19:00 +0000)]
added DP_SV_PRECACHEANYTIME extension
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5616
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 19 Aug 2005 01:42:43 +0000 (01:42 +0000)]
fix double bright models bug (LightPoint returns 2x color, and RSurf_SetColorPointer is called expecting 1x color)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5601
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 19 Aug 2005 00:21:25 +0000 (00:21 +0000)]
don't try to send entities with a NAN origin (this is strangely crashing the PVS check in q1bsp maps, hitting a bad node)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5598
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 18 Aug 2005 18:48:30 +0000 (18:48 +0000)]
added r_smoothnormals_areaweighting cvar (default 1, suggested by Black as a better method, faster and shading looks a little more distinct on nexuiz player models)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5596
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 18 Aug 2005 15:34:37 +0000 (15:34 +0000)]
changed tolerances for renderable light intensities to make Stribbs happier
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5591
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Thu, 18 Aug 2005 13:45:16 +0000 (13:45 +0000)]
-Increased MAX_LIGHTSTYLES to 256.
-Changed BuildNormals to use area-weighting/averaging instead of normal averaging.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5590
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Wed, 17 Aug 2005 12:43:01 +0000 (12:43 +0000)]
Fixed a bug in the r_shadow light entity parser which caused it to not read in
the pflags, skin and effects key/value pairs in q3 maps.
Added a check to PF_lightstyle for style >= 64.
Fixed a bug in the cursor drawing of the editrtlights mode (it was reading from a
uninitialized vector if you flew out of the map).
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5589
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 15 Aug 2005 14:02:43 +0000 (14:02 +0000)]
added a default case (Sys_Error) to CL_RocketTrail as recommended by [515]
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5582
d7cf8633 -e32d-0410-b094-
e92efae38249
molivier [Mon, 15 Aug 2005 10:40:19 +0000 (10:40 +0000)]
cl_lastquakeentity and cl_isquakeentity are now reset properly when loading a new map (fix the crash with coopmod)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5581
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 15 Aug 2005 07:02:51 +0000 (07:02 +0000)]
added more developer_memorydebug sentinel checks, and made developer_memorydebug do not-allocated checks in a few cases that were not checked before
modified Mem_IsAllocated to be able to take a NULL pool pointer to scan all pools for the allocation
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5580
d7cf8633 -e32d-0410-b094-
e92efae38249
eviltypeguy [Sun, 14 Aug 2005 23:33:30 +0000 (23:33 +0000)]
Fixups for Solaris port.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5579
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 14 Aug 2005 22:54:15 +0000 (22:54 +0000)]
fix a crash in q1bsp model stats printing in developer mode
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5578
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 14 Aug 2005 19:44:21 +0000 (19:44 +0000)]
fix stupid typo in Cvar_RegisterVariable call
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5577
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 14 Aug 2005 18:31:15 +0000 (18:31 +0000)]
renamed cl_deathtilt to v_deathtilt to match FTE, fuhquake and ezquake engines
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5576
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 14 Aug 2005 16:36:55 +0000 (16:36 +0000)]
added cl_deathnoviewmodel, cl_deathscoreboard and cl_deathtilt cvars so that games can decide whether they want these behaviors
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5575
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 14 Aug 2005 16:36:09 +0000 (16:36 +0000)]
added a comment in push code
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5574
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Sat, 13 Aug 2005 20:56:23 +0000 (20:56 +0000)]
Added colored string support to centerprint.
Fixed the menu from dying a recursive death if PRVM_Crash crashes inside
of the error handling function.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5573
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 10 Aug 2005 10:25:46 +0000 (10:25 +0000)]
fix a terrible mistake: don't send \n at the end of the client variables during signon
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5568
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 10 Aug 2005 10:23:26 +0000 (10:23 +0000)]
made Cmd_ForwardToServer code far more readable and prevented forwarding an empty string using cmd by itself
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5567
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Wed, 10 Aug 2005 10:03:38 +0000 (10:03 +0000)]
Fixed alias parsing and added support for $* which pastes all formal parameters.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5566
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 10 Aug 2005 07:08:57 +0000 (07:08 +0000)]
renamed r_shadow_geforcefxlowquality to r_shadow_usehalffloat and added gl_support_half_float extension checking, (half float is now considered a feature rather than a low quality option, as it is an even bigger speed gain on GF6 than on GFFX and no quality reduction has been observed)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5565
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Mon, 8 Aug 2005 08:16:37 +0000 (08:16 +0000)]
Remove a call to ResetProg from ShutdownServer, so after a crash you will be able to debug the server prog.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5563
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 8 Aug 2005 07:41:47 +0000 (07:41 +0000)]
add DP_ENT_COLORMOD extension to extension lists
remove NEXUIZ_PLAYERSKIN from extension lists (the dpextensions.qc describes it as part of the NEXUIZ_PLAYERMODEL extension)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5562
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 8 Aug 2005 07:16:41 +0000 (07:16 +0000)]
fix the commandline option documentation of The Hunted to say -thehunted, not -netherworld (no change in behavior, only documentation)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5561
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 8 Aug 2005 07:15:36 +0000 (07:15 +0000)]
change name of VorteX's netherworld mod
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5560
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 2 Aug 2005 20:11:19 +0000 (20:11 +0000)]
fix a signed/unsigned comparison warning
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5552
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Sat, 30 Jul 2005 18:43:24 +0000 (18:43 +0000)]
-Changed a call to VariableString with FindCvar.
-Made changelevel call map if there is no server running (you could call this
a hack).
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5549
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Tue, 19 Jul 2005 21:04:36 +0000 (21:04 +0000)]
Moved the $cvar parser to Cmd_TokenizeString.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5540
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Tue, 19 Jul 2005 20:53:45 +0000 (20:53 +0000)]
-Added $parameter parsing to the alias and $cvar parsing to the cmd system.
E.g.:
alias test "connect $1"
test "127.0.0.1"
set testcvar "127.0.0.1"
connect $testcvar
TODO: Add the extension description and the extension to the extension list.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5539
d7cf8633 -e32d-0410-b094-
e92efae38249
tomaz [Wed, 13 Jul 2005 15:10:09 +0000 (15:10 +0000)]
Fixed a bug by me regarding the filesize of the embedded font.
Added FONT_FILESIZE define to avoid this misstake in the future.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5529
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 13 Jul 2005 14:20:17 +0000 (14:20 +0000)]
draw [] brackets on the top 4 frags display before the frags count rather than after, as suggested by knghtbrd
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5528
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 10 Jul 2005 21:21:47 +0000 (21:21 +0000)]
turned Mod_CheckLoaded into a #define
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5523
d7cf8633 -e32d-0410-b094-
e92efae38249
knghtbrd [Sun, 10 Jul 2005 21:17:52 +0000 (21:17 +0000)]
Fix the makefile not to use the unused gl_models.c
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5522
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 10 Jul 2005 21:16:23 +0000 (21:16 +0000)]
remove unused gl_models.c file
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5521
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 10 Jul 2005 12:33:20 +0000 (12:33 +0000)]
use *64.dll instead of *.dll on win64, this way we can include both 32bit and 64bit dlls in the same releases
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5517
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 8 Jul 2005 09:12:53 +0000 (09:12 +0000)]
remove TEXF_CLAMP on skins
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5514
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 8 Jul 2005 08:42:52 +0000 (08:42 +0000)]
reduce TRIANGLEEDGEHASH from 16384 bins to 8192 to avoid a stack overflow on MSVC x64
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5513
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 6 Jul 2005 18:22:56 +0000 (18:22 +0000)]
move sv.active = true; up to fix a VM_bprint warning
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5512
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 13:32:14 +0000 (13:32 +0000)]
changed qfile_t->buff_ind and qfile_t->buff_len to fs_offset_t to reduce number of casts
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5511
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 13:26:47 +0000 (13:26 +0000)]
fix a warning
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5510
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 13:23:52 +0000 (13:23 +0000)]
more warning fixes
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5509
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 13:12:23 +0000 (13:12 +0000)]
use 32bit fs_offset_t on windows (even win64 doesn't support 64bit file offsets on lseek/read/write)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5508
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 13:08:49 +0000 (13:08 +0000)]
made packfile_t (describes a file in a pack) use fs_offset_t
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5507
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 13:02:21 +0000 (13:02 +0000)]
added a #define DIRECTINPUT_VERSION to hush warnings and make it work on dinput3 even if dinput8 headers are installed
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5506
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Tue, 5 Jul 2005 13:01:29 +0000 (13:01 +0000)]
fix VC 6 not supporting DWORD_PTR.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5505
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 13:00:16 +0000 (13:00 +0000)]
more warnings fixed
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5504
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 12:56:54 +0000 (12:56 +0000)]
more fixes
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5503
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 12:51:27 +0000 (12:51 +0000)]
added a 64bif fs_offset_t type to clean up most of the mess
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5502
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Tue, 5 Jul 2005 12:04:30 +0000 (12:04 +0000)]
fixed some conversions
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5501
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 11:57:50 +0000 (11:57 +0000)]
stomping more size_t warnings
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5500
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 11:33:02 +0000 (11:33 +0000)]
fixed signed/unsigned mismatch warnings
more size_t changes
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5499
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 11:24:38 +0000 (11:24 +0000)]
changing some things back to size_t
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5498
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 10:49:06 +0000 (10:49 +0000)]
more size_t
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5497
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 09:29:08 +0000 (09:29 +0000)]
use size_t less
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5496
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 09:24:26 +0000 (09:24 +0000)]
more size_t
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5495
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 09:22:15 +0000 (09:22 +0000)]
use size_t even more
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5494
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 09:21:21 +0000 (09:21 +0000)]
use size_t more
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5493
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 09:10:43 +0000 (09:10 +0000)]
changed some things to size_t to reduce warnings on MSVC x64
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5492
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 5 Jul 2005 06:53:11 +0000 (06:53 +0000)]
made FS_WriteFile's len parameter size_t to fix some warnings
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5491
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 4 Jul 2005 10:10:38 +0000 (10:10 +0000)]
fix problems with missing cubemap textures in GLSL
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5490
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 4 Jul 2005 09:52:13 +0000 (09:52 +0000)]
fix a crash when doing vid_restart or r_restart with detailtexturing on
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5489
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 4 Jul 2005 09:51:35 +0000 (09:51 +0000)]
fix a typo
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5488
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 4 Jul 2005 09:44:45 +0000 (09:44 +0000)]
default developer_texturelogging to 0, don't know why it was 1
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5487
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 4 Jul 2005 08:35:48 +0000 (08:35 +0000)]
allow escape to togglemenu when in fullscreen console
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5486
d7cf8633 -e32d-0410-b094-
e92efae38249
tomaz [Mon, 4 Jul 2005 08:12:58 +0000 (08:12 +0000)]
Fixed it so vertical syns is applied correctly at init.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5485
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Sun, 3 Jul 2005 11:23:47 +0000 (11:23 +0000)]
-Moved findflags and findchainflags to the prvm_cmds.c.
-Added support for default values to the cvar system.
-Added a cvar_defstring builtin to the vm.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5484
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 3 Jul 2005 09:01:09 +0000 (09:01 +0000)]
fix bug that made pants/shirt not render in rtlighting (logic was backwards on the fullbright color range checks)
fix bug that rendered specular multiple times (brighter than inended) when using GLSL shader path on colormapped entities
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5483
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 3 Jul 2005 07:07:34 +0000 (07:07 +0000)]
don't print PRVM_NAME in each dprint call, it looks terrible (prints multiple times per line because of multiple dprint calls without \n)
fix fatal bug in findchain and findchainfloat which were using FindFieldOffset (which returns a byte array index) to get an offset to feed to PRVM_E_INT (which takes an integer array index)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5482
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sat, 2 Jul 2005 11:03:25 +0000 (11:03 +0000)]
fix bug in parsing PROTOCOL_DARKPLACES1/2/3/4 angles
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5481
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sat, 2 Jul 2005 03:06:23 +0000 (03:06 +0000)]
fix Black's mistake of using 'long' (32bit/64bit depending on architecture) type in reading .lno files, changed to int (32bit) so that the code works on 64bit architectures
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5480
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sat, 2 Jul 2005 02:56:48 +0000 (02:56 +0000)]
fix a problem with shadows being cut short from models near the edge of light radius (use model->radius*2 not model->radius)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5479
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sat, 2 Jul 2005 02:55:56 +0000 (02:55 +0000)]
changed two comments from saying long to int
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5478
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 1 Jul 2005 22:39:31 +0000 (22:39 +0000)]
allow multiple lightning beams owned by world
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5477
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 1 Jul 2005 07:04:40 +0000 (07:04 +0000)]
forbid world writes after precache stage (without using sv.state, instead prog->allowworldwrites was added)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5476
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Fri, 1 Jul 2005 06:58:09 +0000 (06:58 +0000)]
changed shadow projection length to use model->radius*2 instead of model->radius
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5475
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 29 Jun 2005 23:03:32 +0000 (23:03 +0000)]
stop searching for a server port when one is found
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5474
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 29 Jun 2005 22:45:28 +0000 (22:45 +0000)]
added knownstrings_freeable array to prog struct so that attempts to free engine strings are detected and cause a PRVM_FreeString error (rather than a Mem_Free error)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5473
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 28 Jun 2005 23:10:21 +0000 (23:10 +0000)]
default offsetmapping off (as it messes up model skins)
fixed permutation failure prints (now lists all 6 flags not just 4)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5470
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 28 Jun 2005 22:29:47 +0000 (22:29 +0000)]
374
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5469
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Tue, 28 Jun 2005 21:09:58 +0000 (21:09 +0000)]
-Added sv_playerphysicsqc to control whether the qc physics function is called (if its available).
-Added support for loading LNO files (more to follow soon).
-The server now tries other ports (up to 100 above default) if the default port cant be bound.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5468
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 28 Jun 2005 19:23:36 +0000 (19:23 +0000)]
patch from christian holmberg to make XK_section key (I do not know what this is) type ~ character for binds
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5467
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 28 Jun 2005 05:59:39 +0000 (05:59 +0000)]
removed r_editlights_rtlightssizescale and r_editlights_rtlightscolorscale cvars (now they behave as if they were both 1.0)
added r_editlights_edit commands radiusscale sizescale and colorscale (use these to fix old-format .rtlights files)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5466
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 27 Jun 2005 23:07:28 +0000 (23:07 +0000)]
increased server browser viewlist limit (was 128) to match the serverlist limit (2048)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5465
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Sun, 26 Jun 2005 19:56:39 +0000 (19:56 +0000)]
-"add color code to start of chat message to prevent nick colors from messing up the text color"
-updated a few todo items.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5464
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 26 Jun 2005 00:51:03 +0000 (00:51 +0000)]
removed "%s changed model to %s" message on .playermodel changes (it was unintended)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5463
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sat, 25 Jun 2005 21:51:35 +0000 (21:51 +0000)]
q3 shader parser was not supporting alphatest (promoted to alphablend) without trans parm
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5462
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 22 Jun 2005 17:43:32 +0000 (17:43 +0000)]
removed SV_SetOnGround, this cures the bunnyhopping bug (failure to jump again when hitting the ground)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5461
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 22 Jun 2005 17:35:17 +0000 (17:35 +0000)]
changed a lot of Host_Error calls to Con_Printf or Sys_Error according to severity
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5460
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 20 Jun 2005 01:50:29 +0000 (01:50 +0000)]
changed most Sys_Error calls to Con_Printf with appropriate error returns
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5458
d7cf8633 -e32d-0410-b094-
e92efae38249