UFO: Alien Invasion Issue Tracker
UFO: Alien Invasion
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png UFO: Alien Invasion / Closed Bug report #2782 Radarranges missing
Go to the next issue (open or closed)
Go to the next open issue
This issue has been closed with status "Closed" and resolution "Not determined".
Issue basics
  • Type of issue
    Bug report
  • Category
    Campaign
  • Targetted for
    Not determined
  • Status
    Closed
  • Priority
    3. Normal
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (1)
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    Not estimated
Issue details
  • Resolution
    Not determined
  • Reproducability
    Not determined
  • Severity
    Not determined
  • Complexity
    Not determined
  • Platform
    Not determined
  • Architecture
    Not determined
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description
[http://sourceforge.net/p/ufoai/bugs/2782 Item 2782] imported from sourceforge.net tracker on 2013-01-28 19:47:16

On the newer builds the radarranges can not be displayed anymore

build 1295512393 debug small win32
===== Comments Ported from Sourceforge =====

====== geever (2011-01-24 08:40:49) ======

The breaking commit was 93d3af1ea409e6523606f1235b261e6d484115a2 from October 12th, quite old!

in MAP_SetOverlay:
/* do nothing while the first base/installation is not build */
- if (ccs.numBases + ccs.numInstallations == 0)
+ if (!B_AtLeastOneExists())
+ return;
+ if (ccs.numInstallations == 0)
return;

The change was faulty the two forms not equivalent. The latter says: you cannot turn on overlay unless you have installations...
As installations need bases to be built I remove that check.

-geever
====== sf-robot (2011-02-07 09:20:04) ======

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
Steps to reproduce this issue
Nothing entered.
Todos (0 / 0)
Issue created
footer_logo.png The Bug Genie 4.3.1 | Support | Feedback spinning_16.gif