[hlcoders] Linux build prediction? issues

2011-01-23 Thread Maarten De Meyer
Hi list, I've recently built our OB mod's linux server after a loong time working windows only. I got it to compile & run fine, but there's a serious general issue with the way the game acts when playing on the linux server. It runs OK, but some things are clearly off, like sprint behavior/an

Re: [hlcoders] Linux build prediction? issues

2011-01-23 Thread Andrew Ritchie
I had similar experiences with our port to orange box. I had originally thought that it might be my own fault for handling a lot of our free look and weapon aiming client side but we even tracked the same issues in the base SDK on listen servers under fake ping. I can't say it's identical since y

Re: [hlcoders] Linux build prediction? issues

2011-01-24 Thread Maarten De Meyer
I did some checking, and you are right. My issue is unrelated to the linux build, it just didn't show on windows or listenserver cause the connection was way better. It is a generic prediction issue ( net_fakelag 50 causes it to show up on listenserver, cl_prediction 0 and it's gone ) I've al

Re: [hlcoders] Linux build prediction? issues

2011-01-24 Thread Nick
If it is a problem with the valve sdk, then don't even try to fix it, track the problem down, send valve a detailed report, and hope for the best. On Mon, Jan 24, 2011 at 3:06 PM, Maarten De Meyer wrote: > I did some checking, and you are right. My issue is unrelated to the linux > build, it just

Re: [hlcoders] Linux build prediction? issues

2011-01-24 Thread Andrew Ritchie
Originally I had thought it would have been fixed with the IsFirstTimePredicted check as well, but even with that, I found our frames were being rolled back and for whatever reason the system wasn't marking the already predicted frames as handled, or at least resetting it. We wrapped a test case i

Re: [hlcoders] Linux build prediction? issues

2011-01-24 Thread Adam "amckern" McKern
ew Ritchie Subject: Re: [hlcoders] Linux build prediction? issues To: "Discussion of Half-Life Programming" Received: Tuesday, 25 January, 2011, 11:56 AM Originally I had thought it would have been fixed with the IsFirstTimePredicted check as well, but even with that, I found our fram

Re: [hlcoders] Linux build prediction? issues

2011-01-25 Thread Jed
Hmm... If find your comments on the MuzzleFlash prediction interesting because it's been something I've had issues with continually. I admit, I'm still using the Source SDK 2006, but I've always had an issue with muzzleflashes and case ejection events repeating (up to half a second after the origi

Re: [hlcoders] Linux build prediction? issues

2011-01-25 Thread Adam "amckern" McKern
Tue, 25/1/11, Jed wrote: From: Jed Subject: Re: [hlcoders] Linux build prediction? issues To: "Discussion of Half-Life Programming" Received: Tuesday, 25 January, 2011, 8:06 PM Hmm... If find your comments on the MuzzleFlash prediction interesting because it's been something I

Re: [hlcoders] Linux build prediction? issues

2011-01-27 Thread Nick
Studios http://www.nigredostudios.com > > --- On *Tue, 25/1/11, Jed * wrote: > > > From: Jed > > Subject: Re: [hlcoders] Linux build prediction? issues > To: "Discussion of Half-Life Programming" > > Received: Tuesday, 25 January, 2011, 8:06 PM > > &

Re: [hlcoders] Linux build prediction? issues

2011-01-27 Thread Adam "amckern" McKern
_profilepage Notice that the default shot gun is VERY lagged? Owner Nigredo Studios http://www.nigredostudios.com --- On Tue, 25/1/11, Jed wrote: From: Jed Subject: Re: [hlcoders] Linux build prediction? issues To: "Discussion of Half-Life Programming" Received: Tues

Re: [hlcoders] Linux build prediction? issues

2011-03-21 Thread Maarten De Meyer
Bit of an old thread, but unfortunately I'm going to have to come back to it: I'm afraid I was mistaken too. IsFirstTimePredicted did fix some issues graphically, but some things are still seerriously fubar on our linux (dedicated server) build related to how client-side prediction behaves. I'm

Re: [hlcoders] Linux build prediction? issues

2011-03-21 Thread Tobias Kammersgaard
Alfred Reynolds took care of the prediction if I recall correctly. - ScarT On 21 March 2011 23:25, Maarten De Meyer wrote: > Bit of an old thread, but unfortunately I'm going to have to come back to > it: I'm afraid I was mistaken too. IsFirstTimePredicted did fix some issues > graphically, b

Re: [hlcoders] Linux build prediction? issues

2011-03-21 Thread Tom Edwards
No it was Yahn. Alfred is/was in charge of Linux support though, so copy them both in. On 21/03/2011 10:30, Tobias Kammersgaard wrote: Alfred Reynolds took care of the prediction if I recall correctly. - ScarT On 21 March 2011 23:25, Maarten De Meyer > wrote: