#2 closed defect (fixed)
Cloak status indicator does not appear on the in-flight map
| Reported by: | Henrik Heimbuerger | Owned by: | Henrik Heimbuerger |
|---|---|---|---|
| Priority: | major | Milestone: | 1.76 |
| Component: | Core | Version: | 1.75 |
| Keywords: | cloak, indicator, map | Cc: |
Description
The in-flight map should display the current status of the cloak (active/inactive) in the upper right corner.
Right now, this isn't the case. The cloak indicator is never shown on the map (it works fine in the cockpit).
Change History (5)
comment:1 Changed 17 years ago by
| Status: | new → assigned |
|---|
comment:2 Changed 17 years ago by
| Status: | assigned → accepted |
|---|
comment:3 Changed 17 years ago by
comment:4 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Should be fixed in 1.76 now.
Thanks to Psyc and bp for helping me test.
Note: See
TracTickets for help on using
tickets.

New commit by cortex (revision [74]):
[Fix for ticket #2] Cloak status is visible on the in-flight map again.
I probably introduced this issue in r41 when I improved the handling of the 'Current Location' and 'Currently Viewing' displays. The cloak status would only be shown for 'Currently Viewing' which only happened on the map when in base.
This change splits it up some more, creating separate images for LocationInCockpitImage and LocationOnMapImage. The latter contains the cloak status again, the former does not (because all the HUDs feature their own cloak status -- no need to duplicate that when in the cockpit).
For this to work, the definition of CloakOn had to be moved up, away from its corresponding definitions. Unfortunately and could be refactored, but I guess it doesn't matter much at the current state of the
dialog.mdl.