Commit graph

300 commits

Author SHA1 Message Date
puzl
f006aade0d Mantis: 1073
o Old authentication code.


git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@250 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-08 03:00:16 +00:00
puzl
a043fb5e4d stripped debugging symbols
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@249 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-07 01:57:13 +00:00
puzl
728e1fd64f o File permissions problem on linux. Rebuilding windows to pickup new version.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@248 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-07 01:52:04 +00:00
puzl
0a8df3ef6e Changed game version to 3.0.5-RC2. Changed particle system to only open the .ps file in readonly mode
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@247 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-07 01:02:27 +00:00
puzl
779d0dee4e Removed a stray debug
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@246 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-06 08:25:11 +00:00
tankefugl
e98311670d Updated ns.dll
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@245 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-06 01:10:19 +00:00
tankefugl
c18538b671 Removed a stray ALERT(at_console
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@244 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-06 01:07:11 +00:00
tankefugl
49a6f0a6e7 Fixed code typo. Oops.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@243 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-06 00:48:38 +00:00
tankefugl
58ec211b68 Ported performance changes from SVN revision 224, 229, 231 and 233, 3.0.5 performance branch.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@242 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-06 00:43:42 +00:00
tankefugl
c2ae858b37 Ported performance changes from SVN revision 223, 3.0.5 performance branch.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@241 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-06 00:10:28 +00:00
tankefugl
f5cdfe00ad Ported performance changes from SVN revision 222, 3.0.5 performance branch.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@240 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-06 00:08:14 +00:00
tankefugl
241a3b0282 Ported performance changes from SVN revision 221, 3.0.5 performance branch.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@239 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-05 23:59:07 +00:00
tankefugl
f7a95da94a Mantis 1070:
o Added cl_gammaramp as a client variable

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@238 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-05 22:28:54 +00:00
tankefugl
dc94d3525d Mantis 0001042:
o Fixed bug where a player could not switch teams after the game had started

Commented out the lines in AvHPlayer::GetIsAuthorized that prevented it. To be replaced by Nexus.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@237 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-05 01:55:12 +00:00
tankefugl
36e38984a2 Removed some debug print-outs from void IN_Impulse (void).
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@236 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-05 01:22:56 +00:00
tankefugl
a4fcaa728b Mantis 73:
o Fixed bug where the commander UI buttons would not function (select all, go to requests, etc)

AvHTechTree::GetIsMessageAvailable would not return true because no tech tree nodes would be found for these messages. I inserted a check to bypass the node checking for these messages. It's a hack, but since they're already hacked into the TechNode code, it should do for now.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@235 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-05 01:21:43 +00:00
puzl
1181201aa8 Fixed the cvar problem
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@234 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-05 00:05:18 +00:00
puzl
f593a651e8 o Fixed bug with the throttling of cvar checks.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@233 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-04 23:58:31 +00:00
tankefugl
577727d9a5 Mantis 994:
o Fixed bug where the voice comm icon would not be displayed while using a mic

The new MemoryInputStream class either contains a bug or doesn't match what the vgui::BitmapTGA class expects. I've inserted the old code to get this working till Karl can take a look at it, as it's a bit painstaking to sort it out when I don't even know what method(s) it fails in.

I also fixed a bug in the constructor for the new MemoryInputStream where the length parameter would not be applied to the length member.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@232 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-04 21:22:39 +00:00
tankefugl
51d2e419bf Fixed bug where server variables wouldn't be updated after a mapchange.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@231 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-04 17:33:10 +00:00
puzl
0596113f6f Fixed the 0% damage bug
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@230 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-03 18:30:03 +00:00
puzl
c72f601ff0 o Fixed the '0 %damage' bug
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@229 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-03 18:01:32 +00:00
puzl
09f986ccea o Fixed particle load problem for linux servers.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@228 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-02 14:28:02 +00:00
puzl
91795757d2 Fixed particle issue on linux
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@227 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-02 14:11:29 +00:00
puzl
f3b0864612 Particle system load error on linux servers
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@226 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-07-02 13:27:13 +00:00
tankefugl
7ef6e421e4 Mantis 0001010:
o Fixed a bug where "switch" in console (sv_cheats 1) no longer makes the player stuck when going from alien to marine.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@225 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-30 13:01:25 +00:00
puzl
576a109c50 Performance Changes: Throttle the rate at which AvHPlayer::PropagateServerVariables and AvHGameRules::GetCheatsEnabled execute.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@224 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-30 01:01:14 +00:00
tankefugl
afd0f999bb Performance:
Removed a stray sprintf and an if-closure used for debugging.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@223 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-29 22:20:05 +00:00
puzl
8c9da6f517 Performance Changes: Removed the passing by value of large objects
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@222 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-29 20:54:44 +00:00
tankefugl
f083c5eb31 Performance changes:
Added a dual cache for LookupSequence, to avoid the massive stricmp overhead associated with the fetching of animations.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@221 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-29 15:37:01 +00:00
tankefugl
dc79b89150 Branched 3.0.5-valve for baseline performance testing and work.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@220 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-29 13:51:58 +00:00
tankefugl
3e025675b3 Branched for the performance test.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@219 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-29 13:16:09 +00:00
puzl
410d1ea62f Mantis: 1072
o Added some client side consistency checks.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@218 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-27 17:06:46 +00:00
tankefugl
27ced477a6 Mantis 0000892:
o Fixed a bug where a crouching player on an IP would not be killed.

Extended the range the spawn damage is applied for, roughly 10 units downwards.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@217 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-27 16:52:33 +00:00
tankefugl
3f0bf58255 Mantis 0000971:
o Added directional arrows to the order popup notification

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@216 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-27 02:31:49 +00:00
tankefugl
b9344a1ab6 Mantis 0001070:
o Added cl_gammaramp 1 to the config.cfg to force default usage

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@215 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-27 02:23:29 +00:00
tankefugl
3599c0e26b Updated minimaps.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@214 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-23 23:25:34 +00:00
tankefugl
8c56252789 Updated ns_altair:
o Changed the P-Corridor to Station Monitoring Main path into a vent
o Added a new path to connect Access Corridor Zeta to Station Monitoring Annex
o Moved the Station Monitoring Stabilty res node to Station Monitoring Annex
o Life Support Hive heavily updated again (might still require some more cover for spawning Aliens)
o Fixed the bug where much of the water on the map was missing

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@213 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-23 23:22:33 +00:00
tankefugl
1c0c6c3770 Windows binaries for PT build 212.
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@212 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-23 22:39:29 +00:00
tankefugl
7b35bbea5f Linux binary for PT build 212
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@211 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-23 20:46:06 +00:00
puzl
847913b46c Mantis: 225
o Mines can't be placed within 15 units of each other

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@210 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-23 17:55:30 +00:00
tankefugl
d3850ba1a3 Mantis 0000733:
o Fixed bug where all players on the map would face easward if outside the viewing player's PVS

The angles divided by 22.5 on write were not multiplied back upon read, resulting in really low angles -- almost not visible.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@209 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-23 15:22:27 +00:00
tankefugl
8769b0175c Mantis 0000484:
o The shotgun now properly fires an empty click sound when under water and emptied

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@208 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-22 21:52:30 +00:00
tankefugl
30f919856f Mantis 0001070:
o Added new user.scr which defaults cl_gammaramp to 1.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@207 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-22 12:29:53 +00:00
tankefugl
7652448e28 Mantis 0001070:
o Added new option to the Advanced menu: "Enable gamma ramp". The cvar for it is cl_gammaramp which defaults to 1. Setting it to 0 will disable the forced gamma ramp changes.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@206 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-22 12:27:50 +00:00
puzl
6af2df79a2 git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@205 67975925-1194-0748-b3d5-c16f83f1a3a1 2005-06-21 19:39:36 +00:00
puzl
ad8010a47b Mantis: 1066
o Minimap now reloads upon map change

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@204 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-21 12:26:08 +00:00
puzl
478306c2bc minimap fix for 1066
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@203 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-21 12:25:44 +00:00
puzl
7e307af9d5 o Minimap updates from jazz
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@202 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-21 09:23:43 +00:00
puzl
0c1d15c742 added labelled minimaps
git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@201 67975925-1194-0748-b3d5-c16f83f1a3a1
2005-06-21 00:22:15 +00:00