0.2.8.0_rc3: Release process and bugs

Help test release candidates for the next release
User avatar
MaZuffeR
Core Dumper
Posts: 121
Joined: Mon Nov 07, 2005 2:28 pm
Location: Finland
Contact:

Post by MaZuffeR »

wrtlprnft wrote:It shows the statuses as viewed from the perspective of the player you're currently watching. So, if you watch a blue player the "Enemies" will be the gold players, if you're watching a gold one it will the blues.
Ah, ok. :oops:
meriton
Round Winner
Posts: 256
Joined: Sun Nov 20, 2005 3:33 am

Post by meriton »

I agree it is a bit misleading. What about using the team color for the labels as a visual clue?
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

meriton wrote:I agree it is a bit misleading. What about using the team color for the labels as a visual clue?
I like this idea.
Image
User avatar
joda.bot
Match Winner
Posts: 421
Joined: Sun Jun 20, 2004 11:00 am
Location: Germany
Contact:

Post by joda.bot »

uhm, AIs are not always detected as friends or enemies.

Guess that's also an issue of the team balancing code, I'm working on...
User avatar
dlh
Formerly That OS X Guy
Posts: 2035
Joined: Fri Jan 02, 2004 12:05 am
Contact:

Post by dlh »

armagetronad-0.2.8_rc3.macosx-10.2.8.dmg (NOT TESTED) Please verify this runs. The others Mac OS X builds are posted.
User avatar
Z-Man
God & Project Admin
Posts: 11710
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

What color should the enemies get when there are more than two teams?

Joda: in what situations are the AIs conted wrong?

It has been pointed out on the CVS server that the friends count counts the player itself. It's a question of definition, really, any preferences here?

Tank: could you update the beta page on www.armagetronad.net?
meriton
Round Winner
Posts: 256
Joined: Sun Nov 20, 2005 3:33 am

Post by meriton »

What about a number for every (active) team? If the values are color-coded, individual descriptions are redudant, so there should be enough room for that.
User avatar
joda.bot
Match Winner
Posts: 421
Joined: Sun Jun 20, 2004 11:00 am
Location: Germany
Contact:

Post by joda.bot »

about color: enemies bloody red and friends green ... (IMHO)

about the Friend/Foe AIs:

I noticed the problem on 0.2.8_rc3 might have been fixed by now ?
AIs are neither friend nor foe ... 3 AIs => 3 Friends & 3 Enemies (wierd)

Just start a local game with some AIs ... also try a local fortress game with 2 player's per team but only play it in single player mode (no splitscreen).

Most AIs are not correctly assigned to a team. e.g. even though they start next to you, the fortress zone starts to spin and is eventually captured because the AI is still on AI team.
User avatar
Z-Man
God & Project Admin
Posts: 11710
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

meriton: I'm afraid there won't be room for this.

Joda: the colors you suggest won't solve Maz's problem; I guess meriton wanted to suggest to make the friends blue and the enemies yellow if the watched cycle is on team blue.

And I can't reproduce your counting bug. The counting code is an if-else statement, players can't be counted twice.
Maybe I see what you're experiencing. The fortress map has only two spawn points. Regular AI players added will start next to you because no other spawn points are available, but they're not on your team.

The recording crash (although it was not a crash for me, but I could see something fishy going on) was another one of those VC6 compiler bugs where exceptions are not caught correctly.
User avatar
Phytotron
Formerly Oscilloscope
Posts: 5042
Joined: Thu Jun 09, 2005 10:06 pm
Location: A site or situation, especially considered in regard to its surroundings.
Contact:

Post by Phytotron »

nemostultae wrote:armagetronad-0.2.8_rc3.macosx-10.2.8.dmg (NOT TESTED) Please verify this runs. The others Mac OS X builds are posted.
Seems to work well so far. Framerate issues appear to be cleared up.

There is one thing: With moviepack off, the floor won't show, regardless of what combination of detail settings I use (i.e., "Floor Texture" and "Floor Detail"). I saw a topic on this relating to rc2 (http://forums.armagetronad.net/viewtopic.php?t=2949), but grid_size is already set to 1 (the solution given there). So, you reckon it's that OpenGL deal?

Incidentally, if I turn on the sky and floor mirroring, and set floor texture to "just grid," I can see the grid overlaying the reflections, as in the following screenshot, but it's just black. FLOOR_RGB are each set to 0.1. Is that right?

EDIT: Interestingly (perhaps), I tried swapping out floor.png for another texture. It still didn't show on the floor, but it did display as the upper sky, distant and indistinguishable as it is. Not in this screenshot.
You do not have the required permissions to view the files attached to this post.
User avatar
Lucifer
Project Developer
Posts: 8743
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas

Post by Lucifer »

Oscilloscope wrote: Incidentally, if I turn on the sky and floor mirroring, and set floor texture to "just grid," I can see the grid overlaying the reflections,
:) This would be expected behavior.
but it's just black. FLOOR_RGB are each set to 0.1. Is that right?
10% each of red, green, and blue are close to black.

Your edit is also neat. I couldn't get an upper sky to show no matter what I used for floor.png, and it frustrated me.
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN

Be the devil's own, Lucifer's my name.
- Iron Maiden
User avatar
joda.bot
Match Winner
Posts: 421
Joined: Sun Jun 20, 2004 11:00 am
Location: Germany
Contact:

Post by joda.bot »

@z-man: ok, my bad then... but the counted values did not look right though.
I'll investigate this ...

about the colors:
Perhaps showing the current (team colored) player name close to the enemy/friend stat helps to understand the statistic ?
Otherwise I still prefer the colors to be non team based, as Fortress is not the only mode played :P

If current player's name is shown, this would also help me, not to get too confused if I watch another player and his ping is 50ms while mine is 300ms.
User avatar
Fonkay
Match Winner
Posts: 776
Joined: Fri Jul 08, 2005 4:24 pm
Location: eh?
Contact:

Post by Fonkay »

Would the floor not showing up be because the lines are darker with the new textures pack?
This post does not come with any form of Warranty or Return Policy.
If you're unhappy with this post, please feel free to suck it up and move on.
User avatar
Phytotron
Formerly Oscilloscope
Posts: 5042
Joined: Thu Jun 09, 2005 10:06 pm
Location: A site or situation, especially considered in regard to its surroundings.
Contact:

Post by Phytotron »

EDIT: REDO: So that's it. I wasn't thinking. Obviously, floor_RGB need to all have values that will show the floor texture. If they're all set to "close to black" then it won't show. Like, duh. But then that gets back to my question (which will hopefully save my previous post from being completely pointless): are those default values correct, and if so, isn't that kind of a bad idea? (I'm guessing they're not, so that might count as a "mini bug" that should be fixed.)
Lucifer wrote:Your edit is also neat. I couldn't get an upper sky to show no matter what I used for floor.png, and it frustrated me.
Yeah, up until just then I didn't even realise what the upper sky was, heh. Now I know. That dev null sky has an alpha channel, and if alpha blending is enabled you can see through it to the upper sky, which is the floor.png reeeeeally far away. Grid-line-type floors won't show because it's so distant. I used a texture composed of like 5 differently colored triangles, and it just showed as a blend of one color.
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

The floor won't show up in the sky? With a somewhat high resolution and a camera that can look up a bit it's pretty obvious.

0.1 is quite dark after applying gamma, and can differ a lot on different systems.
Post Reply