View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002681 | FSSCP | HUD | public | 2012-07-07 02:48 | 2012-07-24 02:08 |
Reporter | Goober5000 | Assigned To | niffiwan | ||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Target Version | 3.6.14 | ||||
Summary | 0002681: One part of the FSPort reticle is miscolored | ||||
Description | See attached screenshot. The reticle quadrant on the lower-right is not colored the same as the rest of the HUD. This appears to only happen with the modified lower-right quadrant (i.e. the one that shows primary and secondary weapon selection). The FS2 reticle displays in the expected color. | ||||
Tags | No tags attached. | ||||
|
|
|
mantis2681.patch (467 bytes)
Index: fs2_open/code/hud/hudreticle.cpp =================================================================== --- fs2_open/code/hud/hudreticle.cpp (revision 8995) +++ fs2_open/code/hud/hudreticle.cpp (working copy) @@ -755,6 +755,8 @@ void HudGaugeWeaponLinking::render(float frametime) int gauge_index=0, frame_offset=0; ship_weapon *swp; + setGaugeColor(); + renderBitmap(arc.first_frame+1, position[0], position[1]); swp = &Player_ship->weapons; |
|
I hope Swifty doesn't mind me pushing in here.... I think this is a simple fix - please see the attached patch. Could you please test this Goober? |
|
I was hoping it would be a quick fix like that. That does indeed fix the issue. :) I just want to get Swifty's input on whether this is the right place to put that, and if it is, we can mark this as fixed. |
|
It's fine. |
|
Terrific -- Swifty has signed off on it. |
|
Fix committed to trunk@9000. |
|
Fix committed to fs2_open_3_6_14@9035. |
fs2open: trunk r9000 2012-07-07 16:51 Ported: N/A Details Diff |
niffiwan's fix for Mantis 0002681 |
Affected Issues 0002681 |
|
mod - /trunk/fs2_open/code/hud/hudreticle.cpp | Diff File | ||
fs2open: fs2_open_3_6_14 r9035 2012-07-23 22:13 Ported: N/A Details Diff |
Backport: Trunk r9000; niffiwan's fix for Mantis 0002681 |
Affected Issues 0002681 |
|
mod - /branches/fs2_open_3_6_14/code/hud/hudreticle.cpp | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-07-07 02:48 | Goober5000 | New Issue | |
2012-07-07 02:48 | Goober5000 | Assigned To | => Swifty |
2012-07-07 02:48 | Goober5000 | Status | new => assigned |
2012-07-07 02:50 | Goober5000 | File Added: reticle.png | |
2012-07-07 10:27 | niffiwan | File Added: mantis2681.patch | |
2012-07-07 10:29 | niffiwan | Note Added: 0013838 | |
2012-07-07 10:30 | niffiwan | Status | assigned => feedback |
2012-07-07 20:46 | Goober5000 | Note Added: 0013840 | |
2012-07-07 20:46 | Goober5000 | Status | feedback => assigned |
2012-07-07 20:46 | Goober5000 | Assigned To | Swifty => niffiwan |
2012-07-07 20:46 | Goober5000 | Status | assigned => feedback |
2012-07-07 20:48 | Swifty | Note Added: 0013841 | |
2012-07-07 20:49 | Goober5000 | Note Added: 0013842 | |
2012-07-07 20:49 | Goober5000 | Status | feedback => assigned |
2012-07-07 20:49 | Goober5000 | Status | assigned => resolved |
2012-07-07 20:49 | Goober5000 | Resolution | open => fixed |
2012-07-07 20:49 | Goober5000 | Changeset attached | => fs2open trunk r9000 |
2012-07-07 20:49 | Goober5000 | Note Added: 0013843 | |
2012-07-24 02:08 | Zacam | Changeset attached | => fs2open fs2_open_3_6_14 r9035 |
2012-07-24 02:08 | Zacam | Note Added: 0013880 |