The Ur-Quan Masters Home Page Welcome, Guest. Please login or register.
Did you miss your activation email?
March 29, 2024, 01:48:50 pm
Home Help Search Login Register
News: Celebrating 30 years of Star Control 2 - The Ur-Quan Masters

+  The Ur-Quan Masters Discussion Forum
|-+  The Ur-Quan Masters Re-Release
| |-+  General UQM Discussion (Moderator: Death 999)
| | |-+  Log of chat with the Creators
« previous next »
Pages: 1 [2] Print
Author Topic: Log of chat with the Creators  (Read 5131 times)
Spurk
*Many bubbles*
***
Offline Offline

Posts: 115



View Profile
Re: Log of chat with the Creators
« Reply #15 on: September 21, 2003, 08:12:57 am »

Quote
GOOD_GUY and BAD_GUY were the flags indicating bottom and top of the status screen, according to them in that interview.

Is that all they mean? I've been peeking at the source code, trying to figure it out some, and I get confused by ship_flags having a GOOD_GUY and BAD_GUY flag.

And I'm still missing what lines like
Code:
PkunkPtr->ShipInfo.ship_flags &= ~(GOOD_GUY | BAD_GUY);

in the middle of the Pkunk Absorbsion are actually supposed to do. Is there some sort of documentation that traces the code, or do I just need a better IDE and a larger time investment to figure it all out?
Logged
meep-eep
Forum Admin
Enlightened
*****
Offline Offline

Posts: 2847



View Profile
Re: Log of chat with the Creators
« Reply #16 on: September 21, 2003, 11:05:31 am »

Many fields and values are used for multiple purposes.
In this case, it looks like that GOOD_GUY and BAD_GUY are used in two seperate situations. In combat, to decide which player is which, but also in the game, to decide whether the player is alied with a race, and even whether the race is still active in the game. (See ActivateStarShip())

As for documentation... originally, there was close to nothing. Now there's a little bit. But nothing on this.

IDEs aren't necessary, though they could be useful. I'm happy with grep and ctags myself. But yes, you'll need a lot of time often when working with this code.

Logged

“When Juffo-Wup is complete
when at last there is no Void, no Non
when the Creators return
then we can finally rest.”
Pages: 1 [2] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Valid XHTML 1.0! Valid CSS!