View Issue Details

IDProjectCategoryLast Update
0019396AI War 2GUIFeb 2, 2018 11:49 pm
ReporterBadgerBadger Assigned Tokeith.lamothe  
Severityminor 
Status closedResolutionfixed 
Product Version0.704 About that Flair 
Fixed in Version0.704 About that Flair 
Summary0019396: Control group number of units goes only up
DescriptionI have a control group for my Ark and fleet. I took it into battle and suffered heavy casualties, then rebuilt it. I note that the number of units ostensibly in the control group (the big number on the Control Group icon) only ever goes up. I now see 140 ships for my fleet of 40 ships. in the uI code we use
                        buffer.Add( this.ControlGroup.EntityIDs.Count );
                        textElement.FinishWritingToBuffer();

But it looks like we never actually remove ships from their control group when they die
TagsNo tags attached.

Activities

BadgerBadger

Feb 2, 2018 11:49 pm

manager   ~0046845

Keith already fixed this one

Issue History

Date Modified Username Field Change
Feb 2, 2018 7:35 pm BadgerBadger New Issue
Feb 2, 2018 7:35 pm BadgerBadger Status new => assigned
Feb 2, 2018 7:35 pm BadgerBadger Assigned To => keith.lamothe
Feb 2, 2018 11:49 pm BadgerBadger Status assigned => closed
Feb 2, 2018 11:49 pm BadgerBadger Resolution open => fixed
Feb 2, 2018 11:49 pm BadgerBadger Fixed in Version => 0.704 About that Flair
Feb 2, 2018 11:49 pm BadgerBadger Note Added: 0046845