]>
git.rm.cloudns.org Git - xonotic/darkplaces.git/log
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
havoc [Mon, 20 Jun 2005 01:35:52 +0000 (01:35 +0000)]
removed winding.[ch] files from dsp files
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5457
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 20 Jun 2005 01:30:33 +0000 (01:30 +0000)]
removed winding.[ch] as they were not used
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5456
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 19 Jun 2005 23:52:18 +0000 (23:52 +0000)]
removed two unused Key_Event implementations (which let me remove some unused variables like menukeys and consolekeys to save several K of memory), cleaned up keys.h externs
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5455
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 19 Jun 2005 23:02:51 +0000 (23:02 +0000)]
changed keydown[] from unsigned int holding key repeat count to qbyte holding status (0 = up, 1 = down, 2 = repeating) to save 3K of memory
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5454
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 19 Jun 2005 22:56:43 +0000 (22:56 +0000)]
removed keydown[] and renamed key_repeats[] to keydown[] (overall the code looks the same, but this saves 1K of memory)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5453
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 19 Jun 2005 19:04:00 +0000 (19:04 +0000)]
cleaned up Key_Event, this changed toggleconsole bind behavior (it now only works while in key_game mode, like all other normal binds)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5452
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 19 Jun 2005 17:52:13 +0000 (17:52 +0000)]
removed shift_down variable, use keydown[K_SHIFT] instead
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5451
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 19 Jun 2005 17:47:30 +0000 (17:47 +0000)]
better detection of model load failures in viewmodel command
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5450
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 19 Jun 2005 17:46:59 +0000 (17:46 +0000)]
don't complain about missing bolt3/beam models
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5449
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 19 Jun 2005 17:42:47 +0000 (17:42 +0000)]
removed 3 unused variables
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5448
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Sun, 19 Jun 2005 16:42:43 +0000 (16:42 +0000)]
-Added support for 515]'s BX_COLOREDTEXT extension.
-Changed fopen's and fclose's log ouput a bit (to include the prvm name)
-Fixed a stupid bug in the SV VM that caused it to crash on error.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5447
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 19 Jun 2005 01:10:38 +0000 (01:10 +0000)]
removed CL_InitTEnts function, moved its contents (cl_sfx precaches) to CL_ParseServerInfo
removed beam precaches from the beam parsing code to CL_ParseServerInfo so that the precaches are made each level (when it unloads models/sounds) rather than only once (ever!) during the game, this fixed crashes and rendering issues (using the wrong model) with lightning beams
renamed cl_sfx_ and cl_model_ from cl_ prefix to cl. prefix now that they are part of the per-level state
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5446
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 19 Jun 2005 00:59:52 +0000 (00:59 +0000)]
before calling SetNewParms qc function, set self to world to intentionally cause errors with broken SetNewParms code in some mods
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5445
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sun, 19 Jun 2005 00:55:58 +0000 (00:55 +0000)]
remove unused frametime calculation
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5444
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Thu, 16 Jun 2005 22:43:37 +0000 (22:43 +0000)]
replace control characters (such as newline) with _ in savegame comments, this fixes loading savegames in 'dungeon.bsp' of The Ascension of Vigil, and probably some other maps that use newlines in their titles (nasty)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5443
d7cf8633 -e32d-0410-b094-
e92efae38249
tomaz [Wed, 15 Jun 2005 16:26:54 +0000 (16:26 +0000)]
Fixed the embedded lhfont some more.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5442
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 15 Jun 2005 03:54:14 +0000 (03:54 +0000)]
use sdl-config --static-libs on Mac
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5441
d7cf8633 -e32d-0410-b094-
e92efae38249
tomaz [Wed, 15 Jun 2005 03:26:48 +0000 (03:26 +0000)]
Added saving of gfx/generated_conchars.tga
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5440
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 15 Jun 2005 02:21:15 +0000 (02:21 +0000)]
print a different fopen message if it failed
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5439
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Wed, 15 Jun 2005 01:55:55 +0000 (01:55 +0000)]
added debug prints to FRIK_FILE fopen/fclose builtins
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5438
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 14 Jun 2005 22:45:38 +0000 (22:45 +0000)]
strlwr does not exist on Linux
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5436
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Tue, 14 Jun 2005 19:26:27 +0000 (19:26 +0000)]
-reconnect wont work if being called from the console (it never did but now
it wont get you into this 'zombie' state).
-changed the severlist string compare function to convert all strings to
lowercase before comparing.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5435
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Tue, 14 Jun 2005 17:52:20 +0000 (17:52 +0000)]
attempting to make darkplaces able to compile as 32bit on 64bit host systems (by feeding -m32 as CPUOPTIMIZATIONS on commandline)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5434
d7cf8633 -e32d-0410-b094-
e92efae38249
tomaz [Mon, 13 Jun 2005 16:25:12 +0000 (16:25 +0000)]
373
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5433
d7cf8633 -e32d-0410-b094-
e92efae38249
tomaz [Mon, 13 Jun 2005 16:13:43 +0000 (16:13 +0000)]
Added gl_picmip slider and r_restart button to Graphics menu ("Texture Quality" and "Renderer Restart")
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5432
d7cf8633 -e32d-0410-b094-
e92efae38249
tomaz [Mon, 13 Jun 2005 14:54:52 +0000 (14:54 +0000)]
added -demo and -demolooponly options. -demo starts the wanted demo and then shuts down the engine once done. -demolooponly does pretty mucht the same except it disables all keys but the escape key and makes escape key quit the engine.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5431
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 13 Jun 2005 12:05:14 +0000 (12:05 +0000)]
376
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5430
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Mon, 13 Jun 2005 01:18:00 +0000 (01:18 +0000)]
fix two signed/unsigned mismatch warnings reported by Willis
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5429
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Sun, 12 Jun 2005 16:34:03 +0000 (16:34 +0000)]
Fixed a VC runtime assertion caused by wishdir not being initialized when wishspeed equals zero.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5428
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Sat, 11 Jun 2005 18:49:09 +0000 (18:49 +0000)]
-The new Key_Event is enabled by default now and Ive added a check so the
console toggle char is only added to the message line or console input if it is
the color tag char.
-Some name changes of the colored string constants.
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5427
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Sat, 11 Jun 2005 18:20:26 +0000 (18:20 +0000)]
Increased maximum edict count to 4096
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5426
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Sat, 11 Jun 2005 18:12:42 +0000 (18:12 +0000)]
Missing ';' :(
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5425
d7cf8633 -e32d-0410-b094-
e92efae38249
black [Sat, 11 Jun 2005 18:01:41 +0000 (18:01 +0000)]
Rewrote of DrawQ_ColoredString (fixing some bugs hopefully).
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5424
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sat, 11 Jun 2005 16:42:02 +0000 (16:42 +0000)]
split CL_ClientMovement into CL_ClientMovement_Input (called each input packet) and CL_ClientMovement_Replay (called each frame) functions to cure a feedback loop that could freeze up a client with a full prediction queue (prediction became slower with each queue item, and the server was not affected by the slowness of the replay, so it could keep the client busy with an endless packet stream and the client would never catch up)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5423
d7cf8633 -e32d-0410-b094-
e92efae38249
molivier [Sat, 11 Jun 2005 13:12:43 +0000 (13:12 +0000)]
Basic support for Q3's "getstatus" message, for a better integration with Q3 compatible server browsers. Thanks to divVerent for an early version of this patch
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5422
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sat, 11 Jun 2005 00:44:08 +0000 (00:44 +0000)]
changed searchpath directories to have a trailing / (allowing %s%s instead of %s/%s for more consistency)
fixed FS_Search to support empty paths (*.cfg and such), and use %s%s concatenation as the rest of the filesystem does, this required changing listdirectory slightly
some cleanup of the opendir implementation of listdirectory
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5421
d7cf8633 -e32d-0410-b094-
e92efae38249
havoc [Sat, 11 Jun 2005 00:38:24 +0000 (00:38 +0000)]
sv_public now defaults to 0 except on dedicated servers
cleaned up Host_ServerOptions code significantly
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5420
d7cf8633 -e32d-0410-b094-
e92efae38249