Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: Starks on March 09, 2004, 09:56:54 pm

Title: Bug in nettest. (Screenie inside)
Post by: Starks on March 09, 2004, 09:56:54 pm
(http://server5.uploadit.org/files/llivinglarge-buggy.JPG)
Title: Bug in nettest. (Screenie inside)
Post by: Bobboau on March 09, 2004, 10:05:45 pm
I'v been meaning to mention that
Title: Bug in nettest. (Screenie inside)
Post by: Kazan on March 09, 2004, 11:26:03 pm
i noticed that a while ago.. don't look at me for the cause
Title: Bug in nettest. (Screenie inside)
Post by: Bobboau on March 09, 2004, 11:30:35 pm
/*looks at Kazan for the solution*/
Title: Bug in nettest. (Screenie inside)
Post by: Kazan on March 09, 2004, 11:36:44 pm
rotfl!
Title: Bug in nettest. (Screenie inside)
Post by: karajorma on March 10, 2004, 05:08:25 am
Quote
Originally posted by Bobboau
/*looks at Kazan for the solution*/


:lol:

I've been meaning to mention that one too. I guess we're all forgetful :)
Title: Bug in nettest. (Screenie inside)
Post by: taylor on March 10, 2004, 06:47:58 am
Forgot to mention... that I fixed that already.  "Closed" and "Restricted" are supposed to be commented out in multiui.cpp.  There are only supposed to be 10 buttons on that screen, not 12.
Title: Bug in nettest. (Screenie inside)
Post by: Kazan on March 10, 2004, 09:11:43 am
taylor: ok - i can take cvare of that easily
Title: Bug in nettest. (Screenie inside)
Post by: Drew on March 10, 2004, 09:31:25 am
Quote
Originally posted by Bobboau
/*looks at Kazan for the solution*/

kaz = slacker


:rolleyes:
Title: Bug in nettest. (Screenie inside)
Post by: J3Vr6 on March 10, 2004, 10:09:25 am
Quote
Originally posted by Drew

kaz = slacker


:rolleyes:



And you're working so hard on the code, right?  Let's see you do the things he's doing, plus manage a real life :rolleyes:
Title: Bug in nettest. (Screenie inside)
Post by: Starks on March 10, 2004, 10:10:40 am
RealLifeā„¢
Title: Bug in nettest. (Screenie inside)
Post by: Drew on March 10, 2004, 11:58:25 am
Quote
Originally posted by J3Vr6



And you're working so hard on the code, right?  Let's see you do the things he's doing, plus manage a real life :rolleyes:


*removes bug from J3Vr6's ass*
Title: Bug in nettest. (Screenie inside)
Post by: J3Vr6 on March 10, 2004, 01:33:40 pm
So THAT'S where I left my car keys!
Title: Bug in nettest. (Screenie inside)
Post by: Kazan on March 10, 2004, 06:38:31 pm
fixed - it highlights the wrong text right now - but that is a nitpick that im not going to deal with till later
Title: Bug in nettest. (Screenie inside)
Post by: taylor on March 10, 2004, 07:28:39 pm
Kazan: just make sure to set MULTI_SG_NUM_BUTTONS to 10 and renumber the other button #define's after MSG_OPEN_GAME by -2 (commenting out MSG_CLOSED_GAME, MSG_RESTRICTED_GAME).  Comment out the, at least two each, code blocks for MSG_CLOSED_GAME and MSG_RESTRICTED_GAME that show up later in the file.  This will get rid of the extra (non-visible) buttons and hot spots so that the highlights will be right again.

The bad thing is that I know to do all of that from memory.  I think I've played with the interface code a bit too much since all of it seems completely normal and good to me now.  Think I should seek professional help? ;)
Title: Bug in nettest. (Screenie inside)
Post by: Kazan on March 10, 2004, 09:15:09 pm
lol :D

i'll be as intimate with the interface code soon too - i have to write custom display classes for text

nice postcount btw - 69
Title: Bug in nettest. (Screenie inside)
Post by: taylor on April 27, 2004, 01:10:49 am
Kazan, I just realized that this is still a problem.  The buttons are screwed up so that you can't create a game (Accept == Help).  Also in game_hacked_data() the file handle (tvalid_cfg) isn't checked for NULL before being read.  If this file doesn't exist (ie. if the PXO stuff isn't used) then the game crashes.  I can go ahead and commit fixes for this if you don't have something ready yet.
Title: Bug in nettest. (Screenie inside)
Post by: Kazan on April 27, 2004, 10:52:58 am
go ahead and fix them taylor
Title: Bug in nettest. (Screenie inside)
Post by: taylor on April 27, 2004, 03:47:18 pm
Done.