Fortress Forever

Go Back   Fortress Forever > Community > General Discussion

Closed Thread
 
Thread Tools Display Modes
Old 04-11-2015, 01:34 AM   #701
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
bmk10 commented on issue fortressforever/fortressforever#200 ('Seing shadows of invised spys on the floor above you.'):
ComputeFx in 2007/2013 source versions of c_sdk_player or C_SDK_Player or it might be C_FF_Player in ff case, should ComputeFxBlend is the shadow cast function looks like something like (for tf)
void C_SDKPlayer::ComputeFxBlend( void )
{
BaseClass::ComputeFxBlend();

if (...
View on Github
FF_Team is offline  


Old 04-11-2015, 01:33 PM   #702
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
WiFiDi commented on issue fortressforever/fortressforever#200 ('Seing shadows of invised spys on the floor above you.'):
yea, not totally off the wall bonkers this is good news i think. :stuck_out_tongue_winking_eye:
View on Github
FF_Team is offline  


Old 04-12-2015, 01:57 AM   #703
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 commented on issue fortressforever/fortressforever#166 ('Flag touch bounds are too small'):
Here's a poll to gather some more specific feedback:

http://strawpoll.me/4103407

Feel free to send it around; the more votes, the better.
View on Github
FF_Team is offline  


Old 04-12-2015, 02:17 PM   #704
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
AfterShockFF commented on issue fortressforever/fortressforever#198 ('Revert "Fix schedule/timer/menuman memory leak"'):
Looks good :+1:
View on Github
FF_Team is offline  


Old 04-12-2015, 02:18 PM   #705
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
AfterShockFF commented on issue fortressforever/fortressforever#197 ('Fix laser grenade beams getting drawn through walls'):
:+1:
View on Github
FF_Team is offline  


Old 04-12-2015, 02:21 PM   #706
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
AfterShockFF commented on issue fortressforever/fortressforever#195 ('Add basic armorstrip convar: mp_armorstrip'):
:+1:
View on Github
FF_Team is offline  


Old 04-12-2015, 02:23 PM   #707
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
AfterShockFF commented on issue fortressforever/fortressforever#194 ('Lua: Add player:GetArmorAbsorption'):
:+1:
View on Github
FF_Team is offline  


Old 04-12-2015, 02:34 PM   #708
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
AfterShockFF commented on issue fortressforever/fortressforever#193 ('Fix HH nades not doing damage to nearby players while standing still'):
:+1:
View on Github
FF_Team is offline  


Old 04-12-2015, 02:36 PM   #709
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
AfterShockFF commented on issue fortressforever/fortressforever#192 ('Lua: Add global ServerCommand function + some protection'):
:+1:
View on Github
FF_Team is offline  


Old 04-12-2015, 02:36 PM   #710
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
AfterShockFF commented on issue fortressforever/fortressforever#191 ('Fix explosions doing too much damage to crouched players in certain cases'):
Does this change how rocket jumps and stuff work? if so, in what way?
View on Github
FF_Team is offline  


Old 04-12-2015, 02:39 PM   #711
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
AfterShockFF commented on issue fortressforever/fortressforever#189 ('Fix explosions going through brushes when directly underneath them'):
Provided you already tested rockets and grenades etc exploding on the floor, seems fine :+1:
View on Github
FF_Team is offline  


Old 04-12-2015, 02:46 PM   #712
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
AfterShockFF commented on issue fortressforever/fortressforever#175 ('Reduce grellow pipe damage radius to 120 (from 130)'):
I actually think TFCs radius was too small which led to not quite enough demomen (and variation in defense classes). We might want 125 or something in between. But I'm on board with reducing it slightly.
View on Github
FF_Team is offline  


Old 04-12-2015, 07:29 PM   #713
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 commented on issue fortressforever/fortressforever#175 ('Reduce grellow pipe damage radius to 120 (from 130)'):
I agree, dropping it to 120 might be too much. A very slight decrease or no change at all would still be okay.
View on Github
FF_Team is offline  


Old 04-12-2015, 07:38 PM   #714
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 merged pull request fortressforever/fortressforever#189 ('Fix explosions going through brushes when directly underneath them') from squeek502 to beta

View on Github
FF_Team is offline  


Old 04-12-2015, 07:52 PM   #715
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 commented on issue fortressforever/fortressforever#191 ('Fix explosions doing too much damage to crouched players in certain cases'):
It only affects RJing/rail jumping while crouched, and only when you are a distance away from the explosion. It makes it so that the damage is actually consistent with your distance from the explosion; meaning, if you crouch and shoot a charged rail so that you are at the peak of your jump, it will...
View on Github
FF_Team is offline  


Old 04-12-2015, 07:54 PM   #716
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 merged pull request fortressforever/fortressforever#192 ('Lua: Add global ServerCommand function + some protection') from squeek502 to beta

View on Github
FF_Team is offline  


Old 04-12-2015, 07:54 PM   #717
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 closed issue fortressforever/fortressforever#24 ('Handheld grenades sometimes don't hurt nearby players')

View on Github
FF_Team is offline  


Old 04-12-2015, 07:54 PM   #718
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 merged pull request fortressforever/fortressforever#193 ('Fix HH nades not doing damage to nearby players while standing still') from squeek502 to beta

View on Github
FF_Team is offline  


Old 04-12-2015, 07:56 PM   #719
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 merged pull request fortressforever/fortressforever#197 ('Fix laser grenade beams getting drawn through walls') from squeek502 to beta

View on Github
FF_Team is offline  


Old 04-12-2015, 07:57 PM   #720
FF_Team
Fortress Forever Staff
 
FF_Team's Avatar
 
Join Date: Nov 1999
Posts Rated Helpful 71 Times
squeek502 merged pull request fortressforever/fortressforever#198 ('Revert "Fix schedule/timer/menuman memory leak"') from squeek502 to beta

View on Github
FF_Team is offline  


Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:03 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.