Commit Graph

1337 Commits

Author SHA1 Message Date
Spoike 3e7a823089 A fix for TimeServ's memory leak report: 'gl_draw.c: 3507 zone difference is 2600'
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1340 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-17 16:48:47 +00:00
Spoike 2d52134471 see if this gives a sys_error instead of a crash
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1339 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-16 04:37:24 +00:00
Spoike 057b64555b fixed field remapping, so plats work properly now.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1338 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-16 04:26:11 +00:00
Spoike 13cade8fe9 fixed some minor issues
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1337 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-15 05:55:43 +00:00
Spoike ca11c54292 Added preset video options, which should make things easier for new users, hopefully. Perhaps tweek these at some point.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1336 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 20:56:34 +00:00
Spoike c890800e0e Fixed a rare compile error and a warning
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1335 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 16:56:59 +00:00
Spoike d9e16591c7 don't need VM_UI defined.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1334 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:56:20 +00:00
Spoike f402c86fe0 Cvar to disable ^b stuff.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1333 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:43:03 +00:00
Spoike a18be7b9e0 Fixed a warning.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1332 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:41:50 +00:00
Spoike 33069f4c2e prydon cursor is now supported serverside too, but only with dp7 protocols.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1331 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:41:25 +00:00
Spoike e12f612916 Fixed an annoying message that was happening with botclients from mods spamming too much stuff at once.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1330 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:40:30 +00:00
Spoike eec72538fb Fixed botclient respawning a bit. There's still a bug somewhere, but they now work properly after being killed the first time around, so it's certainly better.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1329 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:39:36 +00:00
Spoike 9e412475c2 Fixed some warnings with regards to undefined q3 functions..
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1328 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:38:33 +00:00
Spoike 403e6722e5 Fixed a warning (twice).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1327 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:38:01 +00:00
Spoike 788718e6d8 Added DP_SV_WRITEUNTERMINATEDSTRING
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1326 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:36:54 +00:00
Spoike 43a1890bcc Fixed an issue with fteqw's pr_fixbrokenqccarrays cvar when used with mutators. Also fixed field remapping with regard to multiple fields with the same offsets.
Played around with classes a bit. Should work a bit better now.
Added an extra compiler flag, to allow for fast-tracking arrays in supported engines. It uses a global to detect it, but we don't yet set that global anywhere in the loader. This will probably have issues in DP.


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1325 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:36:07 +00:00
Spoike f1ec9f4952 Added new rendertypes for q3.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1324 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:29:22 +00:00
Spoike e08dc42386 Due to a few other commits today, we can fasttrack shaders slightly.
Also added extra q3 entity types. We now see lightning and railgun beams.


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1323 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:27:20 +00:00
Spoike a294161ce5 upload deluxemaps only if we're actually using bumpmapping. This might help drop texture memory and boost fps slightly. Probably not by much, however.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1322 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:25:10 +00:00
Spoike 8c38072cbb Fixed some mipmapping, so we probably get higher fps now, yay. :p
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1321 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:23:54 +00:00
Spoike ac99836c88 just made some of the coding style more readable, a cosmetic whitespace change only.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1320 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:23:18 +00:00
Spoike 7e3bc6a2e1 new cvar to disable ^b, especially with people's names on the hud..
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1319 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:22:17 +00:00
Spoike 7f993dfb75 Fixed a couple of warnings.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1318 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:21:32 +00:00
Spoike 2b09279b12 Updated some defines, Fixed the website renference..
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1317 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:21:02 +00:00
Spoike c2885176f3 Added an emergency escape route if you somehow run an alias that loops infinatly. You're still an idiot if you do so, but shift+ctrl+alt at the same time will abort the alias. This may change at some point.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1316 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:20:19 +00:00
Spoike a8dfe93350 Small warning fix. I should really fix all of FTE's warnings some time.. :(
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1315 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:18:05 +00:00
Spoike 86e1757e65 Added a couple of prototypes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1314 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:17:20 +00:00
Spoike 568eaa66e5 This fixes a few quirks seen in q3bsps. We no longer depthsort textures, but sort by shader instead. this is more similar to how q3 works. models are still going to be wierd though.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1313 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:16:36 +00:00
Spoike 8be4ab3ef4 Small tweeks, it listens to the allow_f_ stuff, and f_version now gives some info about potential cheat variables. Partly so that people ask about it perhaps, partly because it allows us to not care so much about when people complain that it's a cheat.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1312 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:15:00 +00:00
Spoike b811c3a81f Fixed nametags when spectating.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1311 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:12:48 +00:00
Spoike 9d64ee3e51 Added $chealth macro, as origionally asked for by up2nogood..
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1310 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:11:56 +00:00
Spoike eef2893546 Added colour support to the 'tacking blah' message on the hud.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1309 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:10:44 +00:00
Spoike 95ef3709e8 Added blood and telesplash from the custom 'cool' particle set to the built in 'spikeset'.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1308 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:09:43 +00:00
Spoike 2eb2bce670 Removed a runtime warning message.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1307 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:07:57 +00:00
Spoike 91319e5165 Added Q3 text colouration on centerprints (fixing colours left from names on the hud).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1306 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:06:49 +00:00
Spoike 4a43022677 Added a new cvar to disable blinking text. :)
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1305 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:05:45 +00:00
Spoike dc904881cd Fixed 2d shaders and moved some debugging prints so they're not used when not running q3.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1304 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-14 04:05:10 +00:00
Spoike c316584de4 Fix stuph.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1303 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-13 07:10:18 +00:00
TimeServ b6dab6a5ee gl_part_flame fix
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1302 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-10 01:46:32 +00:00
Spoike 3d3199eeda And dedicated server compiles too
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1301 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-09 23:54:54 +00:00
Spoike 348a1024be Now compiles and works fine in linux.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1300 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-09 23:40:55 +00:00
TimeServ eb06704511 fixes to particle emitting (temp?)
build fixes to SW
parsing fixes


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1299 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-09 02:01:30 +00:00
Spoike 347311db8c q3 fixes and misilaneous minor changes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1298 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-08 22:52:46 +00:00
TimeServ a6bee2bc12 text parsing fixes
increased emit rate for explosionsprite


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1297 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-08 08:10:06 +00:00
Spoike f447bd2feb quake3 runs at an uncapped framerate.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1296 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-08 02:06:16 +00:00
Spoike 220edfabf3 fixed console spam regarding invalid_socket on computers with no ipx support.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1295 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-08 02:05:36 +00:00
Spoike f1fb6ee26b fixed per-map replacement textures getting used on the wrong maps, by loading them with a prefixed name, hurrah!
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1294 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-08 02:04:02 +00:00
Spoike 822ea1c963 Added a mod_md3flags cvar to disable reading flags on md3s.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1293 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-08 02:02:31 +00:00
Spoike 2486c48927 Added dpm support, and a mod_md3flags cvar to disable reading flags on md3s.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1292 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-08 02:02:09 +00:00
Spoike a8295592a2 corrected scoreboard in scr_chatmode.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1291 fc73d0e0-1445-4013-8a0c-d673dee63da5
2005-09-08 01:59:13 +00:00