]> icculus.org git repositories - divverent/darkplaces.git/log
divverent/darkplaces.git
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

19 years agorocket glow is now more orange, less pale
havoc [Mon, 9 Aug 2004 12:59:31 +0000 (12:59 +0000)]
rocket glow is now more orange, less pale

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

19 years ago*** empty log message ***
havoc [Mon, 9 Aug 2004 10:12:49 +0000 (10:12 +0000)]
*** empty log message ***

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

19 years agoredesigned rocket explosion effect, now a simple spray of small sparks, nothing else
havoc [Sun, 8 Aug 2004 22:55:57 +0000 (22:55 +0000)]
redesigned rocket explosion effect, now a simple spray of small sparks, nothing else
added pt_ember (a spark particle which leaves a trail of sparks), not used though (was used experimentally) and edited CL_MoveParticles a little bit to make it possible to spawn particles during the particle update loop

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

19 years agochanged rocket explosion color to be more redish orange
havoc [Sun, 8 Aug 2004 22:52:55 +0000 (22:52 +0000)]
changed rocket explosion color to be more redish orange
changed rocket trail color to be more redish orange
doubled brightness of modelflags lights (they weren't very noticable)

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

19 years ago*** empty log message ***
tomaz [Sun, 8 Aug 2004 22:52:45 +0000 (22:52 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
tomaz [Sun, 8 Aug 2004 21:51:58 +0000 (21:51 +0000)]
*** empty log message ***

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

19 years agomade TE_EXPLOSION2 use a spherical spawn pattern rather than cube shape
tomaz [Sun, 8 Aug 2004 21:49:43 +0000 (21:49 +0000)]
made TE_EXPLOSION2 use a spherical spawn pattern rather than cube shape

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

19 years ago*** empty log message ***
tomaz [Sun, 8 Aug 2004 21:26:23 +0000 (21:26 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
tomaz [Sun, 8 Aug 2004 21:07:19 +0000 (21:07 +0000)]
*** empty log message ***

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

19 years agoFixed the missing colorlength param on te_explosion2
tomaz [Sun, 8 Aug 2004 21:04:51 +0000 (21:04 +0000)]
Fixed the missing colorlength param on te_explosion2

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

19 years ago*** empty log message ***
havoc [Sun, 8 Aug 2004 20:17:16 +0000 (20:17 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
tomaz [Sun, 8 Aug 2004 20:06:59 +0000 (20:06 +0000)]
*** empty log message ***

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

19 years ago-Fixed a bad bugfix in the menu router.
black [Sat, 7 Aug 2004 23:21:54 +0000 (23:21 +0000)]
-Fixed a bad bugfix in the menu router.
-Added read-only support for files outside of data/ to the new vm.

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

19 years agoeffect dlights weren't casting shadows (oops)
havoc [Sat, 7 Aug 2004 15:52:21 +0000 (15:52 +0000)]
effect dlights weren't casting shadows (oops)

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

19 years agofixed r_showtris
havoc [Sat, 7 Aug 2004 15:51:42 +0000 (15:51 +0000)]
fixed r_showtris

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

19 years agoImproved sound resampling. It can handle sounds up to 96KHz stereo at a constant...
molivier [Sat, 7 Aug 2004 13:08:55 +0000 (13:08 +0000)]
Improved sound resampling. It can handle sounds up to 96KHz stereo at a constant precision, even if they're very long, since the algorithm now works second by second.

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

19 years agorearranged SCR_UpdateScreen, now puts 2D graphics in the two views in r_stereo_sideby...
havoc [Fri, 6 Aug 2004 13:06:07 +0000 (13:06 +0000)]
rearranged SCR_UpdateScreen, now puts 2D graphics in the two views in r_stereo_sidebyside mode (but not in any other mode), and 2D graphics are rendered into both color planes with the anaglyph modes

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

19 years agoadded DP_QC_MULTIPLETEMPSTRINGS extension (thanks to fuh for pointing out I should...
havoc [Fri, 6 Aug 2004 08:01:37 +0000 (08:01 +0000)]
added DP_QC_MULTIPLETEMPSTRINGS extension (thanks to fuh for pointing out I should make this detectable to the QC)

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

19 years agothis patch adds a number of stereo viewing modes (shutter glasses and video glasses...
havoc [Thu, 5 Aug 2004 13:50:38 +0000 (13:50 +0000)]
this patch adds a number of stereo viewing modes (shutter glasses and video glasses not supported yet)
added r_stereo_redblue and r_stereo_redgreen and r_stereo_redcyan (anaglyph 3d glasses)
added r_stereo_sidebyside (no glasses, recommend using the smallest viewsize to get them lined up with your eyes, then stare straight ahead...  warning: eye strain)
added r_stereo_separation (sets how far apart the eyes are in the world, default is 4 units, technically this should be 1.33, about 2 inches, but the quake player is a midget compared to the world...  so that doesn't look right)

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

19 years agoChanged S_LocalSound to play multiple sounds at a time.
black [Tue, 3 Aug 2004 08:39:50 +0000 (08:39 +0000)]
Changed S_LocalSound to play multiple sounds at a time.

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

19 years agoAdded CTRL+V paste into the console for win32 users.
tomaz [Mon, 2 Aug 2004 18:00:26 +0000 (18:00 +0000)]
Added CTRL+V paste into the console for win32 users.

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

19 years agoPut all gamemode information (name, game dir, ...) into an array to ease maintenance.
molivier [Mon, 2 Aug 2004 14:18:46 +0000 (14:18 +0000)]
Put all gamemode information (name, game dir, ...) into an array to ease maintenance.

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

19 years agoremoved particle compacting stage, this fixed all 'disappearing decals' problems...
havoc [Tue, 27 Jul 2004 09:18:10 +0000 (09:18 +0000)]
removed particle compacting stage, this fixed all 'disappearing decals' problems, and caused a slight redesign to support dead particles in the array (now classified as pt_dead)
removed pressure particle support (since the freeparticle array it reused is gone now), pressure property still exists but is unused
added friction to a few more particle effects

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

19 years agoremoved gl_delayfinish cvar as it's now a speed loss with gl_finish 0
havoc [Mon, 26 Jul 2004 06:11:23 +0000 (06:11 +0000)]
removed gl_delayfinish cvar as it's now a speed loss with gl_finish 0

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

19 years agoadded gl_finish cvar, defaults to 0, this was a noticable speed gain (22.5% on timede...
havoc [Mon, 26 Jul 2004 06:09:26 +0000 (06:09 +0000)]
added gl_finish cvar, defaults to 0, this was a noticable speed gain (22.5% on timedemo demo1 if not fillrate limited)

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

19 years ago*** empty log message ***
tomaz [Fri, 23 Jul 2004 10:29:52 +0000 (10:29 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
tomaz [Fri, 23 Jul 2004 10:01:08 +0000 (10:01 +0000)]
*** empty log message ***

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

19 years agoAdded 3 new QuakeC extensions: DP_SND_DIRECTIONLESSATTNNONE, DP_SND_OGGVORBIS and...
molivier [Thu, 22 Jul 2004 13:35:24 +0000 (13:35 +0000)]
Added 3 new QuakeC extensions: DP_SND_DIRECTIONLESSATTNNONE, DP_SND_OGGVORBIS and DP_SND_STEREOWAV

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

19 years ago*** empty log message ***
molivier [Thu, 22 Jul 2004 11:05:34 +0000 (11:05 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
havoc [Thu, 22 Jul 2004 00:38:41 +0000 (00:38 +0000)]
*** empty log message ***

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

19 years agoFixed a warning when compiling with GCC (missing type)
molivier [Wed, 21 Jul 2004 12:46:00 +0000 (12:46 +0000)]
Fixed a warning when compiling with GCC (missing type)

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

19 years agoUpdated Transfusion map list for version 1.1 beta3
molivier [Tue, 20 Jul 2004 12:26:55 +0000 (12:26 +0000)]
Updated Transfusion map list for version 1.1 beta3

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

19 years agoFixed the sliders and the toggles in the options menu
molivier [Tue, 20 Jul 2004 09:59:46 +0000 (09:59 +0000)]
Fixed the sliders and the toggles in the options menu

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

19 years agoadded graphics options menu and put realtime lighting stuff in it
tomaz [Sat, 17 Jul 2004 20:25:04 +0000 (20:25 +0000)]
added graphics options menu and put realtime lighting stuff in it

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

19 years agoadded r_editlights_editall command, same as _edit but affects all lights
tomaz [Sat, 17 Jul 2004 20:17:36 +0000 (20:17 +0000)]
added r_editlights_editall command, same as _edit but affects all lights

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

19 years agomade gl_texture_anisotropy take effect immediately like gl_texturemode rather than...
tomaz [Sat, 17 Jul 2004 20:15:25 +0000 (20:15 +0000)]
made gl_texture_anisotropy take effect immediately like gl_texturemode rather than needing an r_restart

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

19 years agoFixed a color bug that made realtime lights to be severly broken.
tomaz [Sat, 17 Jul 2004 20:10:28 +0000 (20:10 +0000)]
Fixed a color bug that made realtime lights to be severly broken.

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

19 years ago-Added SDL cd playing support (though not all functions are supported).
black [Fri, 16 Jul 2004 15:35:26 +0000 (15:35 +0000)]
-Added SDL cd playing support (though not all functions are supported).
-Added (in the SDL driver) the console command cddrive to handle multiple cd drives.

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

19 years agocleaned up EntityState code somewhat, added beginnings of new protocol (not used...
havoc [Thu, 15 Jul 2004 20:34:49 +0000 (20:34 +0000)]
cleaned up EntityState code somewhat, added beginnings of new protocol (not used yet)

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

19 years ago-Added SDL sound support (still needs a bit debugging, though).
black [Thu, 15 Jul 2004 13:01:48 +0000 (13:01 +0000)]
-Added SDL sound support (still needs a bit debugging, though).

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

19 years ago-Added the preprocessor constant USE_DSOUND.
black [Wed, 14 Jul 2004 13:22:01 +0000 (13:22 +0000)]
-Added the preprocessor constant USE_DSOUND.
-Moved some prototypes around in sys.h a bit.
-Moved Sys_SendKeyEvents from sys_win.c to vid_wgl.c.

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

19 years ago*** empty log message ***
havoc [Wed, 14 Jul 2004 12:52:10 +0000 (12:52 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
havoc [Wed, 14 Jul 2004 12:31:59 +0000 (12:31 +0000)]
*** empty log message ***

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

19 years ago-The mouse wheels now work in Windows (now button presses are detected event-based)
black [Mon, 12 Jul 2004 18:54:01 +0000 (18:54 +0000)]
-The mouse wheels now work in Windows (now button presses are detected event-based)
-The left and middle mouse button arent switched any more.
-The library SDL version and the linked SDL version are displayed now (perhaps change
 the outputted text)

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

19 years agoAdd OpenQuartz support, provided by Toddd.
coderjoe [Sun, 11 Jul 2004 17:58:54 +0000 (17:58 +0000)]
Add OpenQuartz support, provided by Toddd.

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

19 years ago-Removed Sys_Quit and added Sys_Shutdown which will be called by Host_Shutdown.
black [Sun, 11 Jul 2004 14:56:33 +0000 (14:56 +0000)]
-Removed Sys_Quit and added Sys_Shutdown which will be called by Host_Shutdown.
-The SDL main driver is works more or less now.

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

19 years agoFixed a bug in the menu.
black [Sat, 10 Jul 2004 12:27:22 +0000 (12:27 +0000)]
Fixed a bug in the menu.

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

19 years agoRemoved the functions "S_RawSamples_*" and "S_ResampleBuffer16Stereo". They're useles...
molivier [Tue, 6 Jul 2004 08:38:27 +0000 (08:38 +0000)]
Removed the functions "S_RawSamples_*" and "S_ResampleBuffer16Stereo". They're useless now that the video code uses the common sound API.

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

19 years agoUSETEXMATRIX is now a #ifdef rather than a #if
havoc [Tue, 6 Jul 2004 07:06:10 +0000 (07:06 +0000)]
USETEXMATRIX is now a #ifdef rather than a #if
now parses tyrlite light types properly (though doesn't do much special with them)
(this was an update I was sitting on for a month, forgot about it, sorry.)

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

19 years agoFixed a crash when using "-nosound"
molivier [Mon, 5 Jul 2004 13:28:58 +0000 (13:28 +0000)]
Fixed a crash when using "-nosound"

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

19 years ago*** empty log message ***
havoc [Mon, 5 Jul 2004 02:19:57 +0000 (02:19 +0000)]
*** empty log message ***

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

19 years agoOops. Forgot to remove "wavefile.[ch]"
molivier [Fri, 2 Jul 2004 15:31:52 +0000 (15:31 +0000)]
Oops. Forgot to remove "wavefile.[ch]"

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

19 years agoModified the sound code so it can handle sounds outside of a "sound" subdirectory.
molivier [Fri, 2 Jul 2004 15:30:22 +0000 (15:30 +0000)]
Modified the sound code so it can handle sounds outside of a "sound" subdirectory.
Changed the video code so it uses the common sound code (nice side-effect: DP video soundtracks can now be Ogg Vorbis files). Removed "wavefile.[ch]" and updated the project files accordingly.
Fixed log timestamps on Win32.
Cleaned a bit of code and a few header files inclusions here and there.

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

19 years agoAdded support for my experimental ng menu(qc).
black [Sat, 26 Jun 2004 14:32:53 +0000 (14:32 +0000)]
Added support for my experimental ng menu(qc).

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

19 years agoAdded the cmd prvm_global <program> <global> which displays the value of the
black [Fri, 25 Jun 2004 15:13:05 +0000 (15:13 +0000)]
Added the cmd prvm_global <program> <global> which displays the value of the
specific global. This makes debugging easier.

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

19 years agoFixed partially the sound code for DP video captures. It still can't sync with the...
molivier [Fri, 25 Jun 2004 13:38:31 +0000 (13:38 +0000)]
Fixed partially the sound code for DP video captures. It still can't sync with the video stream capture itself, but at least it produces a correct WAV file.

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

19 years agoDP now handles correctly demos containing "svc_disconnect" messages (fix Quake Done...
molivier [Thu, 24 Jun 2004 14:49:07 +0000 (14:49 +0000)]
DP now handles correctly demos containing "svc_disconnect" messages (fix Quake Done Quick With A Vengeance demos)

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

19 years agoRemoved unused functions S_AmbientOff and S_AmbientOn. Moved S_ClearBuffer declaratio...
molivier [Wed, 23 Jun 2004 14:14:11 +0000 (14:14 +0000)]
Removed unused functions S_AmbientOff and S_AmbientOn. Moved S_ClearBuffer declaration into "snd_dma.c" so it doesn't need an implementation in "snd_null.c"

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

19 years agoOops. I involuntary changed the default Linux sound config from OSS to ALSA 2 months...
molivier [Wed, 23 Jun 2004 14:11:05 +0000 (14:11 +0000)]
Oops. I involuntary changed the default Linux sound config from OSS to ALSA 2 months ago. Reverted back that change.

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

19 years agoA couple of minor simplifications in the screenshot / video code
molivier [Wed, 23 Jun 2004 14:06:45 +0000 (14:06 +0000)]
A couple of minor simplifications in the screenshot / video code

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

19 years agoAdded support for Dev-C++, a MinGW32 IDE <http://www.bloodshed.net/dev/devcpp.html>
molivier [Wed, 16 Jun 2004 12:06:24 +0000 (12:06 +0000)]
Added support for Dev-C++, a MinGW32 IDE <http://www.bloodshed.net/dev/devcpp.html>

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

19 years agoTomaz renamed r_picmip to gl_picmip, r_max_size to gl_max_size, r_max_scrapsize to...
havoc [Wed, 26 May 2004 23:03:44 +0000 (23:03 +0000)]
Tomaz renamed r_picmip to gl_picmip, r_max_size to gl_max_size, r_max_scrapsize to gl_max_scrapsize

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

19 years ago*** empty log message ***
havoc [Wed, 26 May 2004 11:28:04 +0000 (11:28 +0000)]
*** empty log message ***

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

19 years agoTomaz fixed key repeats in the console
havoc [Wed, 26 May 2004 11:25:12 +0000 (11:25 +0000)]
Tomaz fixed key repeats in the console

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

19 years agonow reloads rtlights only when map changes, not renderer restarts, this means rtlight...
havoc [Sun, 23 May 2004 08:41:21 +0000 (08:41 +0000)]
now reloads rtlights only when map changes, not renderer restarts, this means rtlights changes are not lost when video mode changes
autoloads rtlights when map changes, even if not in realtime lighting mode
compiles lights and loads their cubemaps without checking for visibility first (to force loading on first frame, not during gameplay)

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

19 years ago*** empty log message ***
havoc [Sat, 22 May 2004 08:11:03 +0000 (08:11 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
havoc [Sat, 22 May 2004 03:13:09 +0000 (03:13 +0000)]
*** empty log message ***

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

19 years agoHost_Name_f now validates player names, stripping \r and \n control codes
havoc [Sat, 22 May 2004 03:12:27 +0000 (03:12 +0000)]
Host_Name_f now validates player names, stripping \r and \n control codes

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

19 years agosort
havoc [Sat, 22 May 2004 03:00:40 +0000 (03:00 +0000)]
sort

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

19 years ago*** empty log message ***
havoc [Sat, 22 May 2004 03:00:07 +0000 (03:00 +0000)]
*** empty log message ***

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

19 years agoadded sv_gameplayfix_grenadebouncedownsteps, sv_gameplayfix_noairborncorpse, sv_gamep...
havoc [Sat, 22 May 2004 02:59:36 +0000 (02:59 +0000)]
added sv_gameplayfix_grenadebouncedownsteps, sv_gameplayfix_noairborncorpse, sv_gameplayfix_stepwhilejumping, sv_gameplayfix_swiminbmodels cvars to be able to disable DP's physics enhancements

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

19 years agortlights were crashing when there's no vis in a q3bsp
havoc [Sat, 22 May 2004 02:42:03 +0000 (02:42 +0000)]
rtlights were crashing when there's no vis in a q3bsp

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

19 years agoforgot to sort the todo
havoc [Sat, 22 May 2004 02:12:33 +0000 (02:12 +0000)]
forgot to sort the todo

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

19 years ago*** empty log message ***
havoc [Sat, 22 May 2004 02:11:56 +0000 (02:11 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
havoc [Fri, 21 May 2004 22:25:29 +0000 (22:25 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
havoc [Fri, 21 May 2004 22:18:45 +0000 (22:18 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
havoc [Fri, 21 May 2004 19:45:13 +0000 (19:45 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
havoc [Fri, 21 May 2004 19:42:06 +0000 (19:42 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
havoc [Fri, 21 May 2004 19:20:51 +0000 (19:20 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
havoc [Fri, 21 May 2004 19:18:15 +0000 (19:18 +0000)]
*** empty log message ***

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

19 years ago*** empty log message ***
havoc [Fri, 21 May 2004 19:09:21 +0000 (19:09 +0000)]
*** empty log message ***

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