Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#4618 closed defect (fixed)

Rallypoints should be rendered in player colors

Reported by: elexis Owned by: elexis
Priority: Nice to Have Milestone: Alpha 23
Component: UI & Simulation Keywords:
Cc: Patch: Phab:D623

Description

As reported by cc, the rallypoints are always rendered in blue, but it would be more consistent if it would use color of the owner of the building.

The color is currently a property of the template, so it would have to be removed.

The changes have to be done in CCmpRallyPointRenderer.cpp. The player color can be fetched via cmpPlayer->GetColor() as in other C++ components.

Change History (5)

comment:1 by Stan, 7 years ago

I'll have a look. I now know the code.

comment:2 by elexis, 7 years ago

Keywords: simple removed
Patch: Phab:D623

comment:3 by elexis, 7 years ago

Milestone: BacklogAlpha 23

Thanks for the patch!

comment:4 by elexis, 7 years ago

Owner: set to elexis
Resolution: fixed
Status: newclosed

In 19957:

Display rallypoints in the playercolor instead of plain blue.

Differential Revision: https://code.wildfiregames.com/D623
Fixes #4618
Patch By: Stan

comment:5 by elexis, 7 years ago

In 20049:

Fix rallypoint color after deserialization following rP19957.

Differential Revision: https://code.wildfiregames.com/D826
Refs #4618, D623

Note: See TracTickets for help on using tickets.