]> icculus.org git repositories - divverent/darkplaces.git/log
divverent/darkplaces.git
19 years ago-Changed the name of PingTest to Test (it now also adds a name to the entry)
black [Tue, 28 Dec 2004 22:29:45 +0000 (22:29 +0000)]
-Changed the name of PingTest to Test (it now also adds a name to the entry)
-Now the test function is enabled by default (just so Vermeulen can play around
 with it) - there shouldnt be any conflicts with real servers since I shift the
 ping of all emulated servers by 250 ms.

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

19 years ago-Fixed a minor bug in ResetMasks.
black [Tue, 28 Dec 2004 16:27:50 +0000 (16:27 +0000)]
-Fixed a minor bug in ResetMasks.

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

19 years ago-Added support for 10 hostcache masks, which will be at the same time.
black [Mon, 27 Dec 2004 16:54:32 +0000 (16:54 +0000)]
-Added support for 10 hostcache masks, which will be at the same time.
 5 will be concatenated with AND and the other 5 with OR, so you'll have
 plenty of possibilities to mask whatever you want.
-Changed the mask structure and function to be a bit more generic.
-Added 3 new comparison operators (NOTEQUAL, CONTAINS and NOTCONTAIN - the
 latter two for strings)
-Adapted the builtins to work with multiple masks.

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

19 years ago-Added a couple of VM builtins.
black [Sun, 26 Dec 2004 15:39:47 +0000 (15:39 +0000)]
-Added a couple of VM builtins.

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

19 years agoUpdated email address in readme. (thanks to zarquon for pointing out that it was...
havoc [Sat, 25 Dec 2004 23:53:10 +0000 (23:53 +0000)]
Updated email address in readme. (thanks to zarquon for pointing out that it was outdated)

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

19 years agochanged r_bloom_resolution behavior to have a non-square texture to match the view...
havoc [Thu, 23 Dec 2004 00:18:03 +0000 (00:18 +0000)]
changed r_bloom_resolution behavior to have a non-square texture to match the view width/height aspect
changed default r_bloom_resolution from 256 to 320
changed r_bloom_blur to adapt to resolutions (using 320 as a base value - blur 8 is 8 pixel blur at resolution 320, 16 pixel blur at 640, etc)

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

19 years ago-Fixed a wrong parameter type in netconn.
black [Wed, 22 Dec 2004 23:10:20 +0000 (23:10 +0000)]
-Fixed a wrong parameter type in netconn.
-Made hostcache_cachecount public again.
-Added altstr_set to the new VM.
-Started work on the new hostcache interface for the menu qc.

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

19 years agodon't send a bunch of svc_precache messages in the serverinfo packet (no longer produ...
havoc [Wed, 22 Dec 2004 18:19:59 +0000 (18:19 +0000)]
don't send a bunch of svc_precache messages in the serverinfo packet (no longer produces svc_precache messages if server state is ss_loading)

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

19 years ago-Fixed the binary insert in the hostcache.
black [Wed, 22 Dec 2004 15:43:39 +0000 (15:43 +0000)]
-Fixed the binary insert in the hostcache.
-Fixed a bug in the old menu's serverlist.

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

19 years agosome cleaning of the hostcache code
havoc [Wed, 22 Dec 2004 00:12:47 +0000 (00:12 +0000)]
some cleaning of the hostcache code
made the binary search insert loop actually do something

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

19 years ago334
havoc [Tue, 21 Dec 2004 22:26:26 +0000 (22:26 +0000)]
334

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

19 years ago-Fixed a minor bug in the mask function
black [Tue, 21 Dec 2004 21:53:22 +0000 (21:53 +0000)]
-Fixed a minor bug in the mask function

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

19 years ago-Added a new hostcache interface:
black [Tue, 21 Dec 2004 21:41:58 +0000 (21:41 +0000)]
-Added a new hostcache interface:
 * Ascending und descending sorting by various fields is supported.
 * Its possible to mask entries (substrings or comparisons for numbers).

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

19 years agofixed up a number of nudging bugs in Collision_TraceLineTriangleFloat
havoc [Tue, 21 Dec 2004 16:51:43 +0000 (16:51 +0000)]
fixed up a number of nudging bugs in Collision_TraceLineTriangleFloat

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

19 years agosome cleanup and hopefully improved accuracy
havoc [Tue, 21 Dec 2004 16:48:37 +0000 (16:48 +0000)]
some cleanup and hopefully improved accuracy

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

19 years agocolormod now works
havoc [Mon, 20 Dec 2004 20:50:41 +0000 (20:50 +0000)]
colormod now works

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

19 years agosave seta cvars with the seta command, and normal ones without it
havoc [Mon, 20 Dec 2004 20:00:46 +0000 (20:00 +0000)]
save seta cvars with the seta command, and normal ones without it

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

19 years ago- Fixed JPEG support on Mac OS X
molivier [Mon, 20 Dec 2004 09:58:41 +0000 (09:58 +0000)]
- Fixed JPEG support on Mac OS X
- Fixed Ogg Vorbis support on Mac OS X (the vorbis DLL is now also loaded manually since some OSes don't do that for us)
- Fixed loading of MD3 models on big-endian CPUs

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

19 years ago-Fixed a "bug" in PRVM_iscachedpic - it always returned true and thus no
black [Sun, 19 Dec 2004 22:55:00 +0000 (22:55 +0000)]
-Fixed a "bug" in PRVM_iscachedpic - it always returned true and thus no
 images were precached (now it always returns false and the menu halts for
 ~4 seconds after starting)

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

19 years ago-Added the cvar sv_progs, which allows you to set the name of the server
black [Sun, 19 Dec 2004 14:40:34 +0000 (14:40 +0000)]
-Added the cvar sv_progs, which allows you to set the name of the server
 progs file.

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

19 years ago332
tomaz [Sun, 19 Dec 2004 02:12:08 +0000 (02:12 +0000)]
332

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

19 years ago334
havoc [Sun, 19 Dec 2004 02:10:00 +0000 (02:10 +0000)]
334

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

19 years agoProjects for win32 dedicated and win32 SDL builds.
tomaz [Sun, 19 Dec 2004 02:03:49 +0000 (02:03 +0000)]
Projects for win32 dedicated and win32 SDL builds.

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

19 years agoRemove this file
tomaz [Sun, 19 Dec 2004 01:27:50 +0000 (01:27 +0000)]
Remove this file

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

19 years agoGLX mode now supports GLX_SGI_swap_control for vid_vsync
havoc [Sun, 19 Dec 2004 01:09:34 +0000 (01:09 +0000)]
GLX mode now supports GLX_SGI_swap_control for vid_vsync

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

19 years agoAdding a MSVC6 project file to build the win32 darkplaces-dedicated.
tomaz [Sun, 19 Dec 2004 01:08:32 +0000 (01:08 +0000)]
Adding a MSVC6 project file to build the win32 darkplaces-dedicated.

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

19 years agofixed misnamed variables
havoc [Sun, 19 Dec 2004 01:02:07 +0000 (01:02 +0000)]
fixed misnamed variables

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

19 years agoremoved videosync code from timedemo
havoc [Sun, 19 Dec 2004 00:48:33 +0000 (00:48 +0000)]
removed videosync code from timedemo

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

19 years agoVID_Finish in WGL now turns off videosync during timedemos
havoc [Sun, 19 Dec 2004 00:47:26 +0000 (00:47 +0000)]
VID_Finish in WGL now turns off videosync during timedemos

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

19 years ago-CL_Video now allows multiple streams again. It is registered as a r_module
black [Sat, 18 Dec 2004 23:59:46 +0000 (23:59 +0000)]
-CL_Video now allows multiple streams again. It is registered as a r_module
 now and automatically restores the textures on r_restart.

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

19 years ago338
tomaz [Sat, 18 Dec 2004 21:31:29 +0000 (21:31 +0000)]
338

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

19 years ago338
tomaz [Sat, 18 Dec 2004 21:20:51 +0000 (21:20 +0000)]
338

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

19 years agoFixed the sys_ticrate bounds checking, it was constantly setting it to 0.1 when it...
tomaz [Sat, 18 Dec 2004 21:17:47 +0000 (21:17 +0000)]
Fixed the sys_ticrate bounds checking, it was constantly setting it to 0.1 when it is already 0.1

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

19 years agoDisabled vsync when doing a timedemo.
tomaz [Sat, 18 Dec 2004 20:18:27 +0000 (20:18 +0000)]
Disabled vsync when doing a timedemo.

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

19 years ago-Castrated the new CL_Video subsystem. It doesnt allow more than 1 video
black [Sat, 18 Dec 2004 11:22:10 +0000 (11:22 +0000)]
-Castrated the new CL_Video subsystem. It doesnt allow more than 1 video
 stream at a time again. I've moved the texture pool stuff into OpenVideo
 and CloseVideo, so it should work exactly like the old code.

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

19 years ago- Fixed PK3 support for Mac OS X
molivier [Sat, 18 Dec 2004 08:12:38 +0000 (08:12 +0000)]
- Fixed PK3 support for Mac OS X
- DP no longer considers empty PK3s as invalid

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

19 years agomade sensitivity affect cl_prydoncursor
havoc [Sat, 18 Dec 2004 06:40:21 +0000 (06:40 +0000)]
made sensitivity affect cl_prydoncursor

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

19 years ago341
havoc [Sat, 18 Dec 2004 04:11:14 +0000 (04:11 +0000)]
341

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

19 years agoadded Bloom effect (r_bloom* cvars)
havoc [Sat, 18 Dec 2004 02:40:48 +0000 (02:40 +0000)]
added Bloom effect (r_bloom* cvars)
added Bloom effect cvars to graphics options menu
cleaned up r_speeds variables (c_*) which were being declared and externed and cleared all over the place (that's most of these files)

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

19 years agorenamed cl_stainmapsclearonload to cl_stainmaps_clearonload to make it ignore the...
havoc [Sat, 18 Dec 2004 01:37:29 +0000 (01:37 +0000)]
renamed cl_stainmapsclearonload to cl_stainmaps_clearonload to make it ignore the setting in old configs

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

19 years agocl_stainmapsclearonload now defaults to 1 (as it was meant to), not that this will...
havoc [Sat, 18 Dec 2004 01:24:46 +0000 (01:24 +0000)]
cl_stainmapsclearonload now defaults to 1 (as it was meant to), not that this will help anyone with it already saved to their config

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

19 years agoremoved dangerous filename checks from FRIK_FILE code
havoc [Fri, 17 Dec 2004 15:51:24 +0000 (15:51 +0000)]
removed dangerous filename checks from FRIK_FILE code
added FS_CheckNastyPath function which is called by FS_Open, so now dangerous paths are rejected everywhere

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

19 years ago-Fixed a bug in the centering code.
black [Fri, 17 Dec 2004 14:03:20 +0000 (14:03 +0000)]
-Fixed a bug in the centering code.

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

19 years ago-Added centered notify output for GAME_NEXUIZ.
black [Fri, 17 Dec 2004 13:47:25 +0000 (13:47 +0000)]
-Added centered notify output for GAME_NEXUIZ.

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

19 years ago-Now playermodel and playerskin finally work correctly (hopefully).
black [Thu, 16 Dec 2004 17:57:04 +0000 (17:57 +0000)]
-Now playermodel and playerskin finally work correctly (hopefully).

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

19 years agovsprintf -> vsnprintf
molivier [Wed, 15 Dec 2004 09:11:54 +0000 (09:11 +0000)]
vsprintf -> vsnprintf

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

19 years ago339
havoc [Tue, 14 Dec 2004 22:44:27 +0000 (22:44 +0000)]
339

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

19 years agodon't warn about svc_precache failing to precache sounds if snd_initialized is false...
havoc [Tue, 14 Dec 2004 15:01:08 +0000 (15:01 +0000)]
don't warn about svc_precache failing to precache sounds if snd_initialized is false (-nosound or -safe was used)

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

19 years agoOops... Fixed my fix to BSD makefile
molivier [Tue, 14 Dec 2004 09:09:41 +0000 (09:09 +0000)]
Oops... Fixed my fix to BSD makefile

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

19 years ago-Fixed another bug introduced by me, affecting the detection of a valid
black [Mon, 13 Dec 2004 16:51:06 +0000 (16:51 +0000)]
-Fixed another bug introduced by me, affecting the detection of a valid
 time global in the new VM.

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

19 years ago-Fixed the stupid bug introduced by my NEX_PLAYERMODEL/NEX_PLAYERSKIN commit.
black [Mon, 13 Dec 2004 16:20:15 +0000 (16:20 +0000)]
-Fixed the stupid bug introduced by my NEX_PLAYERMODEL/NEX_PLAYERSKIN commit.
-Hopefully playermodel and playerskin work still now.

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

19 years agoFixed BSD makefile for NetBSD
molivier [Mon, 13 Dec 2004 15:41:32 +0000 (15:41 +0000)]
Fixed BSD makefile for NetBSD

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

19 years agoFixed a warning in MSVC6
molivier [Mon, 13 Dec 2004 15:00:36 +0000 (15:00 +0000)]
Fixed a warning in MSVC6

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

19 years agoFixed model automatic precaching in the new network protocol
molivier [Mon, 13 Dec 2004 10:40:44 +0000 (10:40 +0000)]
Fixed model automatic precaching in the new network protocol

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

19 years ago-Converted some of the altstring functions to builtins
black [Fri, 10 Dec 2004 18:43:30 +0000 (18:43 +0000)]
-Converted some of the altstring functions to builtins
-Fixed a bug in the DrawQueue - it was calculating the clip area wrongly

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

19 years agoAdded BB_Power to the Transfusion map list
molivier [Fri, 10 Dec 2004 10:55:58 +0000 (10:55 +0000)]
Added BB_Power to the Transfusion map list

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

19 years agoRemoved a couple of warnings when compiling with GCC
molivier [Fri, 10 Dec 2004 10:55:22 +0000 (10:55 +0000)]
Removed a couple of warnings when compiling with GCC

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

19 years agoA few minor changes in the sound code
molivier [Wed, 8 Dec 2004 15:36:35 +0000 (15:36 +0000)]
A few minor changes in the sound code

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

19 years ago-Fixed another signed/unsigned warning after the type change of func_t.
black [Mon, 6 Dec 2004 13:32:11 +0000 (13:32 +0000)]
-Fixed another signed/unsigned warning after the type change of func_t.

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

19 years ago-Fixed a minor bug in CL_Video
black [Sun, 5 Dec 2004 13:58:16 +0000 (13:58 +0000)]
-Fixed a minor bug in CL_Video
-Changed func_t from int to unsigned int - probably this breaks some things
 but at least it fixes an annoying crash of the DP with the current Nexuiz
 build.

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

19 years ago-Added video streaming support to the new VM
black [Sat, 4 Dec 2004 21:08:13 +0000 (21:08 +0000)]
-Added video streaming support to the new VM
-Changed again a lot of CL_Video (mostly bugs and logical errors)
-It doesnt append the prefix now, but only checks whether it matches
 or not - if it doesnt it doesnt load the video.

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

19 years ago-Added the console command prvm_globalset
black [Sat, 4 Dec 2004 16:15:17 +0000 (16:15 +0000)]
-Added the console command prvm_globalset
-Rewritten CL_Video to support multiple video streams
-Fixed a bug in the new VM's epair parser
The only problem CL_Video now has, is that it doesnt use TEXF_FRAGMENT
right now. Ive added a more general description of this problem to the
todo list.

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

19 years agosome renderer/client separation cleanup, migrated some things to r_refdef to eliminat...
havoc [Fri, 3 Dec 2004 19:41:15 +0000 (19:41 +0000)]
some renderer/client separation cleanup, migrated some things to r_refdef to eliminate renderer references to cl. fields

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

19 years agofixed precache problems in non-DARKPLACES6 protocols
havoc [Fri, 3 Dec 2004 18:58:09 +0000 (18:58 +0000)]
fixed precache problems in non-DARKPLACES6 protocols

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

19 years agofixed a Sys_Error in the client when connected to QUAKE protocol servers (it was...
havoc [Fri, 3 Dec 2004 18:57:41 +0000 (18:57 +0000)]
fixed a Sys_Error in the client when connected to QUAKE protocol servers (it was trying to send an empty message)

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

19 years agoAdded "ctype.h" to the list of standard headers in "quakedef.h". Cleaned up the todo...
molivier [Fri, 3 Dec 2004 14:15:09 +0000 (14:15 +0000)]
Added "ctype.h" to the list of standard headers in "quakedef.h". Cleaned up the todo file a bit (yes, DP works with zipped id1 PAKs)

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

19 years ago- DP now defines MACOSX when relevant
molivier [Fri, 3 Dec 2004 08:32:08 +0000 (08:32 +0000)]
- DP now defines MACOSX when relevant
- added a "Mac OS X" string in Sys_Shared_EarlyInit
- removed an unused "rcsid" string
- fixed SDL audio on big endian systems
- fixed SDL video initialization on Mac OS X

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

19 years agodon't let clients kill server with bogus cursor_entitynumber values
havoc [Fri, 3 Dec 2004 05:03:12 +0000 (05:03 +0000)]
don't let clients kill server with bogus cursor_entitynumber values

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

19 years agoIve done three todo items:
black [Thu, 2 Dec 2004 14:25:48 +0000 (14:25 +0000)]
Ive done three todo items:
-Added support for ' strings in Com_ParseToken.
-Added support for " and ' as end tokens in Com_ParseToken.
-Added the NEXUIZ_PLAYERMODEL and NEXUIZ_PLAYERSKIN extensions.
The last needs to be tested though. Hopefully it works.

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

19 years ago- Removed Con_SafePrint and Con_SafePrintf since they now does the same things as...
molivier [Thu, 2 Dec 2004 09:46:27 +0000 (09:46 +0000)]
- Removed Con_SafePrint and Con_SafePrintf since they now does the same things as Con_Print and Con_Printf
- Moved log initialization right after memory initialization to make the log functions available as early as possible
- Moved the removal of "qconsole.log" (when -condebug is in the command line) in FS_Init
- Moved the "Console initialized." message so it is actually printed at console
- Removed the declaration of "con_chars" (it doesn't exist anymore)

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

19 years agoimplemented scr_screenshot_gamma in screenshot saving (previously only implemented...
havoc [Wed, 1 Dec 2004 23:19:06 +0000 (23:19 +0000)]
implemented scr_screenshot_gamma in screenshot saving (previously only implemented in video saving - oops)

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

19 years agochanged a lot of Con_DPrint/Con_DPrintf calls to Con_Print/Con_Printf (non-technical...
havoc [Wed, 1 Dec 2004 23:14:07 +0000 (23:14 +0000)]
changed a lot of Con_DPrint/Con_DPrintf calls to Con_Print/Con_Printf (non-technical things like device errors which should be seen even without developer on)
merged Sys_Print code into Con_Print and changed all other Sys_Print/Sys_Printf calls to calling Con_Print/Con_Printf or Con_DPrint/Con_DPrintf instead
rewrote Con_Print so that timestamps are printed only at the start of each line (or just after the 0x01 or 0x02 characters used for chat messages), not during partial line prints, and timestamps now apply to all output destinations (log, console, terminal)

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

19 years agofix a typo
havoc [Wed, 1 Dec 2004 23:13:13 +0000 (23:13 +0000)]
fix a typo

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

19 years agomodified PRYDON_CLIENTCURSOR extension to reset cursor_trace_ent to world if the...
havoc [Wed, 1 Dec 2004 21:49:46 +0000 (21:49 +0000)]
modified PRYDON_CLIENTCURSOR extension to reset cursor_trace_ent to world if the entity it is referencing is currently freed (as requested by FrikaC)

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

19 years agocleaned up CL_SendMove a lot, added notes on number of bytes used for different protocols
havoc [Wed, 1 Dec 2004 21:48:21 +0000 (21:48 +0000)]
cleaned up CL_SendMove a lot, added notes on number of bytes used for different protocols
made CL_SendMove never send a clc_ackframe for frame 0 in any latestframenums slots
made CL_SendMove discard only the clc_move portion of the first two messages (the ones dropped to avoid input leftover from the previous level), still sending the clc_ackframe message
changed CL_SendMove to not accumulate move messages but just send the latest (may improve cursor issues in prydon gate using non-clientcursor mode)

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

19 years agoRemoved wrong FIXME comment (in-game precached sounds don't need SFXFLAG_SERVERSOUND)
molivier [Wed, 1 Dec 2004 14:03:42 +0000 (14:03 +0000)]
Removed wrong FIXME comment (in-game precached sounds don't need SFXFLAG_SERVERSOUND)

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

19 years agoFixed FS_Seek for unpacked files when FS_USESYSCALLS is defined (should fix HalfLife...
molivier [Wed, 1 Dec 2004 14:00:52 +0000 (14:00 +0000)]
Fixed FS_Seek for unpacked files when FS_USESYSCALLS is defined (should fix HalfLife WAD loading)

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

19 years ago341
molivier [Wed, 1 Dec 2004 08:20:39 +0000 (08:20 +0000)]
341

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

19 years agofix annoying warnings about weaponmodel ""
havoc [Wed, 1 Dec 2004 07:59:48 +0000 (07:59 +0000)]
fix annoying warnings about weaponmodel ""

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

19 years ago342
havoc [Wed, 1 Dec 2004 07:57:08 +0000 (07:57 +0000)]
342

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

19 years agochanged order of tests in deciding whether to do culling on a bmodel entity to fix...
havoc [Wed, 1 Dec 2004 07:45:40 +0000 (07:45 +0000)]
changed order of tests in deciding whether to do culling on a bmodel entity to fix uninitialized variable warnings (thanks Elric)

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

19 years agoreset animation interpolation on weaponmodel when model changes (thanks Elric)
havoc [Wed, 1 Dec 2004 07:40:36 +0000 (07:40 +0000)]
reset animation interpolation on weaponmodel when model changes (thanks Elric)

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

19 years agodecals now render immediately rather than being transparency sorted, this generally...
havoc [Wed, 1 Dec 2004 07:20:42 +0000 (07:20 +0000)]
decals now render immediately rather than being transparency sorted, this generally resolves the issues with decals hiding sprites and lightning beams, though it's debatable whether the new interaction with water and transparent bmodels is really an improvement

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

19 years agonow clears screen at startup to prevent garbage from being seen around loading plaque...
havoc [Wed, 1 Dec 2004 06:12:47 +0000 (06:12 +0000)]
now clears screen at startup to prevent garbage from being seen around loading plaque in windows

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

19 years agodefaulting to nodinput mode again due to problems with dinput mode
havoc [Wed, 1 Dec 2004 06:07:14 +0000 (06:07 +0000)]
defaulting to nodinput mode again due to problems with dinput mode

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

19 years agoimplemented PRYDON_CLIENTCURSOR extension (clientside mouse pointer that feeds back...
havoc [Wed, 1 Dec 2004 05:39:03 +0000 (05:39 +0000)]
implemented PRYDON_CLIENTCURSOR extension (clientside mouse pointer that feeds back information to the QuakeC)
added DP_BUTTONUSE extension (+use/-use button)
added DP_BUTTONCHAT extension (true while input is not focused on the game)
reimplemented DP_ENT_COLORMOD extension due to popular request, and changed its definition to allow colors above '1 1 1' for brightening effects
implemented PROTOCOL_DARKPLACES6 protocol, featuring delta compression of ammo counts and other properties (using generic svc_updatestat and svc_updatestatubyte messages), precaching models and sounds during the game (svc_precache).
removed cmd parameter from a lot of input code (now uses cl.cmd. instead of cmd->)
added sv_gameplayfix_setmodelrealbox to allow disabling of the setmodel real model bounding box on alias models (may improve mod compatibility if set to 0, thus performing a setsize (self, '-16 -16 -16', '16 16 16') instead of the real alias model box).
added SV_ModelIndex and SV_SoundIndex functions to clean up the server's precaching and model lookup processes (code reduction/maintenance reduction).
changed sv.model_precache and sv.sound_precache to be real char arrays rather than pointers, so precache names no longer need to be constants as they're now copied.
added some modelindex bounds checks to a few pieces of code.
the dpfields array is now sorted and matches the supported fields list (added the missing ones).
client now acknowledges the last 3 frames in each input packet to reduce packet loss issues.
renamed clc_ackentities to clc_ackframe as it is now used for compressing stats as well as entities in PROTOCOL_DARKPLACES6, this also means it always produces a packet for every frame even if there's no changed entities (or room under the rate limit for that matter)
PROTOCOL_DARKPLACES5 and 6 now perform a non-harmful serverside packetlog reset (marking all packets as lost) if the packetlog fills up, this should eliminate choked-to-death cases where the client lost everything for a few seconds.
MAX_CL_STATS expanded from 32 to 256 (just incase more stats are added, this prevents protocol breakage on too many unknown extra stats)
fixed a bug with the worst case rtlight rendering (the color array was disabled, oops).
some cl.* fields converted to cl.stats elements (STAT_ITEMS for instance) to accomodate the PROTOCOL_DARKPLACES6 stats updates

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

19 years agosome minor cleanup to CL_TraceLine, added CL_SelectTraceLine which is to be used...
havoc [Wed, 1 Dec 2004 04:45:44 +0000 (04:45 +0000)]
some minor cleanup to CL_TraceLine, added CL_SelectTraceLine which is to be used by the PRYDON_CLIENTCURSOR extension

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

19 years ago-Fixed a bug in drawstring - it used maxlen instead of len in a validity check
black [Tue, 30 Nov 2004 20:33:22 +0000 (20:33 +0000)]
-Fixed a bug in drawstring - it used maxlen instead of len in a validity check

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

19 years ago-Fixed an old qc bug that's already been existing in the original quake
black [Mon, 29 Nov 2004 20:43:28 +0000 (20:43 +0000)]
-Fixed an old qc bug that's already been existing in the original quake
 (- hopefully it is a bug): ParseEpair was accessing the globals arrays
 instead of writing an offset directly into the value.
-Removed the VM_CheckEmptyString from VM_drawstring.

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

19 years ago-Removed the NG Menu part, since it isnt used anymore (the old layout
black [Sun, 28 Nov 2004 13:10:38 +0000 (13:10 +0000)]
-Removed the NG Menu part, since it isnt used anymore (the old layout
 works generally better)
-Fixed a bug in VM_max - it used one of the old VM's macro.
-Added a memory leak output of the "strzone" zone when the menu is shutdown
 (only displayed if developer >= 2)

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

19 years agoredesigned drawing of loading plaque, it's now a separate refresh function which...
havoc [Fri, 26 Nov 2004 00:57:30 +0000 (00:57 +0000)]
redesigned drawing of loading plaque, it's now a separate refresh function which draws over the previous frame, rather than invoking a new render, which should fix crashes with level changes with rtlights on (trying to render an rtlight while the map the rtlight was for has already been unloaded tends to cause a crash)

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

19 years agoremoved some windows cruft (like scr_skipupdate, and the SleepUntilInput stuff)
havoc [Thu, 25 Nov 2004 20:41:29 +0000 (20:41 +0000)]
removed some windows cruft (like scr_skipupdate, and the SleepUntilInput stuff)

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

19 years agoremoved Sys_Sleep call from CL_KeepaliveMessage, as it's probably better to load...
havoc [Thu, 25 Nov 2004 20:38:37 +0000 (20:38 +0000)]
removed Sys_Sleep call from CL_KeepaliveMessage, as it's probably better to load as fast as possible than to yield cpu time during loading
removed an unnecessary CL_KeepaliveMessage call in model purging

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

19 years agochanged drivername to NULL, as SDL knows best
havoc [Thu, 25 Nov 2004 17:36:24 +0000 (17:36 +0000)]
changed drivername to NULL, as SDL knows best

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

19 years agoadded model->brush.submodels[] array of pointers to submodels of a world model
havoc [Thu, 25 Nov 2004 17:02:38 +0000 (17:02 +0000)]
added model->brush.submodels[] array of pointers to submodels of a world model
added unfinished Mod_Q1BSP_LoadMapBrushes (will be finished someday)

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

19 years agochanged lhrandom to use the full RAND_MAX limit (more random, after all the low bits...
havoc [Thu, 25 Nov 2004 16:19:56 +0000 (16:19 +0000)]
changed lhrandom to use the full RAND_MAX limit (more random, after all the low bits are the most predictable), and made the random() qc builtin use lhrandom

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

19 years agosmall beginnings of GLSL support, doesn't do anything yet
havoc [Thu, 25 Nov 2004 16:18:04 +0000 (16:18 +0000)]
small beginnings of GLSL support, doesn't do anything yet

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

19 years agoforgot to commit this with the Host_ServerFrame changes
havoc [Thu, 25 Nov 2004 16:16:28 +0000 (16:16 +0000)]
forgot to commit this with the Host_ServerFrame changes

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

19 years agoredesigned Host_ServerFrame timing again, it now never runs more than 5 serverframes...
havoc [Thu, 25 Nov 2004 16:13:42 +0000 (16:13 +0000)]
redesigned Host_ServerFrame timing again, it now never runs more than 5 serverframes per host frame as a sanity limit (to remain playable in an overloaded game), and is just cleaner

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

19 years agoforgot to commit a bunch of CL_AllocDlight changes (to use lightstyle -1)
havoc [Thu, 25 Nov 2004 16:08:48 +0000 (16:08 +0000)]
forgot to commit a bunch of CL_AllocDlight changes (to use lightstyle -1)

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