TimeServ
|
575df34f7e
|
sv_tcpport to callback, reallocate command buffer properly (I'm sure this caused a few untracable bugs in the past)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2247 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-05-07 05:31:01 +00:00 |
|
TimeServ
|
9e8aa5ee66
|
add r_particlesdesc callback and removed latch, r_particlesdesc will now reload particle set on change
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2245 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-05-06 06:26:02 +00:00 |
|
TimeServ
|
8e65ba98d5
|
minor fixes, change name and sys_linebuffer to callbacks
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2241 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-05-06 02:53:36 +00:00 |
|
TimeServ
|
f0a60a1471
|
don't use va() within FS_Rename, fix logging logic, fix return values with morphos call
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2239 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-05-05 05:28:56 +00:00 |
|
TimeServ
|
dbdfc2e3d0
|
replace rename with proper VFS call
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2232 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-05-01 00:22:55 +00:00 |
|
TimeServ
|
0cc2ba719c
|
vid_wait aliased to _vid_wait_override properly, command completion will now show renamed cvars (like mapname, host_setspeed, vid_wait) correctly
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2228 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-04-21 06:02:06 +00:00 |
|
TimeServ
|
bd3cab06a3
|
probably overdoing the callback thing now but oh well! (changed r_explosionlight, r_stains, r_rocketlight, scr_conalpha)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2227 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-04-21 05:23:51 +00:00 |
|
TimeServ
|
ba38acd1ce
|
gl_overbright_all effects gl_lightmap_shift, and gl_overbright_all 0 correctly works for only Q2 vs Q3 however just noticed Q3 uses overbright 2 for maps and 1 for models... yay
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2223 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-04-16 07:01:06 +00:00 |
|
TimeServ
|
a7a6dcc92f
|
add cvar gl_overbright_all, 0 (default) = use overbrights only on Q1/H2/Q2 models, 1 = use on all models, set an engineflag marking non-map stuff but Spike needs to implement a gl_overbright_models
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2222 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-04-16 06:03:58 +00:00 |
|
TimeServ
|
f57808caf0
|
warning cleanup
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2221 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-04-16 03:55:55 +00:00 |
|
Mark Olsen
|
6394eec60a
|
More endian bugs fixed. Swap table contents before doing Com_BlockChecksum, swap the generated checksum before comparison.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2216 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-04-16 01:48:40 +00:00 |
|
TimeServ
|
960b2b8d96
|
cl_sbar/vid_conautoscale/vid_conwidth/vid_conheight/gl_font/gl_fontedgeclamp/gl_smoothfont/gl_conback/fov/viewsize changed to callbacks, needs testing.. hopefully increases fps a bit
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2211 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-04-15 06:57:13 +00:00 |
|
TimeServ
|
ceafd30644
|
vid_width/vid_height/vid_bpp 0 will use default desktop settings, added vid_desktopsettings which uses default width/height/bpp/refresh rate, command line -current maps to vid_desktopsettings 1
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2208 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-04-15 03:31:23 +00:00 |
|
TimeServ
|
363223186e
|
change crosshairimage/crosshair/crosshaircolor to use callbacks
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2206 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-04-14 04:31:29 +00:00 |
|
TimeServ
|
75648fd2ff
|
fix warnings, add cvar flag to force renderer callback on vid_restart, switched a few cvars from modified checking to callback usage
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2192 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-04-12 00:17:02 +00:00 |
|
Spoike
|
b12ead1a7d
|
cvars can use callbacks now. Use Cvar_ForceSet inside to undo the change.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2188 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-04-11 20:42:05 +00:00 |
|
TimeServ
|
e40c7f8a87
|
fix crash with Q2 server, server/client handles Q2 map checksum, server sets Q2 airaccelerate on init
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2177 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-04-08 05:43:53 +00:00 |
|
TimeServ
|
1adb96907a
|
remove the cfg_save x.cfg -> x.cfg.cfg situation, still not like the z-family cfg_save though
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2176 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-04-08 04:16:53 +00:00 |
|
TimeServ
|
2f2e0290b3
|
attempt to fix extended code parsing
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2167 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-04-06 08:42:24 +00:00 |
|
TimeServ
|
884dacd654
|
fixes to sys_colorconsole
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2166 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-04-06 08:33:47 +00:00 |
|
Spoike
|
f2a3436e6c
|
Fixed the filesystem support for doom wads.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2151 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-04-02 23:49:06 +00:00 |
|
Spoike
|
b5b74f2529
|
Rotating BSP fixes, hexen2 fixes, and a few extra bugs...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2134 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-23 19:22:12 +00:00 |
|
Spoike
|
ea14d7facc
|
If someone tries seeking in a compressed file, don't flush and redecompress, just copy it to a temp file instead and work from there (this is primarily for roq files like the one from q3f).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2121 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-15 20:05:25 +00:00 |
|
Spoike
|
bfa9db357b
|
playqtv now plays from an fteqtv proxy (with the 10 secs buffering).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2113 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-14 01:25:46 +00:00 |
|
Spoike
|
629834c8a6
|
Should give more accurate results.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2107 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-14 01:15:42 +00:00 |
|
TimeServ
|
5ebe24d121
|
removed Host_Error/Sys_Errors in Q2/Q3BSP/RBSP and MD5 loading, fix possible memory leaks with failed loads
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2101 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-13 05:54:12 +00:00 |
|
TimeServ
|
28979e3d12
|
don't Sys_Error on invalid translation, BSP (HL/Q1/H2) loading will no longer Sys_Error
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2098 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-12 22:01:49 +00:00 |
|
TimeServ
|
7140498c43
|
keep paths consistent
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2083 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-11 05:14:56 +00:00 |
|
TimeServ
|
f9ea81d7cf
|
fix to FS_OpenVFS with skins
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2082 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-11 05:12:33 +00:00 |
|
Spoike
|
aeea639fc2
|
Filename security paranoia. Added a glsl extension to the shader system. using serverinfo, you can enable shaders without cheats now.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2079 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-11 03:12:10 +00:00 |
|
TimeServ
|
973d2830a0
|
use stringtorgb and stringtoindex functions for crosshaircolor and r_menutint
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2077 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-11 00:35:56 +00:00 |
|
Spoike
|
f9f6ea773c
|
Stop Q3 from crashing on it's own maps. (fixme: do q2 and q1 too)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2074 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-10 03:53:17 +00:00 |
|
Spoike
|
b861dbba89
|
Ignore semicolons in comments inside console scripts.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2065 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-06 21:54:32 +00:00 |
|
TimeServ
|
bdb177ea94
|
exclude linuxlikes from MSVC8
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2064 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-06 21:33:29 +00:00 |
|
Spoike
|
c0619d3015
|
Work on non-win32
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2063 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-06 21:29:24 +00:00 |
|
Spoike
|
2046931e26
|
gameclock, roq/avis can play on shaders (sound is wrong though, so that's fine with avis!), snprintf changes (this is the bulk), up2's mcharset
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2054 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-06 01:41:09 +00:00 |
|
TimeServ
|
1ed370ac4a
|
assure that bsp entity lumps are null terminated (fix 2fort5p loading), cosmetic fix
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2051 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-05 03:50:54 +00:00 |
|
TimeServ
|
7fa603c7c4
|
cosmetic fix to cuff command
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2049 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-05 02:38:51 +00:00 |
|
Spoike
|
d27d3c5b6d
|
Less warnings (none at the gcc-default warning level)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2046 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-04 20:43:48 +00:00 |
|
Mark Olsen
|
338d6a53ed
|
If my memory doesn't fail me, this makes Q3 pak file contents case insentitive and thus makes Q3 map loading work
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2045 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-04 16:52:57 +00:00 |
|
Spoike
|
0fe03c7b25
|
blooming stuff. I hope I got enough of the bugs out.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2042 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-03-03 03:31:19 +00:00 |
|
Spoike
|
38c36360f6
|
Mostly colourmod stuff. A few fixes for q3 menus, some gamma fixes for q2, more verbose messages for pngs, and hopefully a gamma fix.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2034 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-02-27 00:42:25 +00:00 |
|
Spoike
|
7e1ecfcb2f
|
Don't spam those q3-assosiated 'cmd already registered' messages
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2026 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-02-26 05:50:37 +00:00 |
|
TimeServ
|
ec3d886864
|
scr_conalpha added
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2022 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-02-25 21:03:56 +00:00 |
|
TimeServ
|
75dba86ae5
|
fixes to palette remap logic, fix for plugin status bar
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2020 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-02-25 07:03:29 +00:00 |
|
Spoike
|
bdc24a2720
|
Looks like this needs a real fix some time.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2016 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-02-23 00:16:18 +00:00 |
|
Spoike
|
12c3b6b96e
|
Paranoia.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2009 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-02-22 23:47:08 +00:00 |
|
Spoike
|
0a326e1bc8
|
Don't Crash!!! (This isn't a real fix)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2008 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-02-22 23:46:22 +00:00 |
|
Spoike
|
d8b843c3b5
|
q2 solid needs to be storable as a short.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2007 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-02-22 23:45:45 +00:00 |
|
Spoike
|
88aba16c08
|
dump the input packet.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2006 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2006-02-22 23:45:15 +00:00 |
|