View Issue Details

IDProjectCategoryLast Update
0019218AI War 2GUIDec 22, 2017 9:57 pm
ReporterBadgerBadger Assigned ToBadgerBadger  
Severityminor 
Status closedResolutionfixed 
Product Version0.507 When Menus Attack 
Fixed in Version0.523 
Summary0019218: rework tMetal for percent sign/clarity
DescriptionFor the resource bar, I see we call the following to add the percent of metal production currently being used
                if ( localSide.LastFrame_TotalMetalFlowRequested > 0 )
                {
                    buffer.Add( "\n" );
                    FInt percentProduced = localSide.LastFrame_MetalFlowRequestPortionMet * 100;
                    buffer.Add( percentProduced.IntValue );
                    buffer.Add( "%" );

On my linux machine, buffer.Add("%") gives something that looks just like a /

Not sure what's going on there.

Also the printout of "frames/seconds left to finish building things" overlaps the wave timer pretty obnoxiously
TagsNo tags attached.

Activities

BadgerBadger

Dec 22, 2017 9:57 pm

manager   ~0046645

The metal display has been entirely reworked

Issue History

Date Modified Username Field Change
Aug 8, 2017 7:20 pm BadgerBadger New Issue
Dec 22, 2017 9:57 pm BadgerBadger Assigned To => BadgerBadger
Dec 22, 2017 9:57 pm BadgerBadger Status new => closed
Dec 22, 2017 9:57 pm BadgerBadger Resolution open => fixed
Dec 22, 2017 9:57 pm BadgerBadger Fixed in Version => 0.523
Dec 22, 2017 9:57 pm BadgerBadger Note Added: 0046645