View Issue Details

IDProjectCategoryLast Update
0027125AI War 2Bug - GameplayMay 2, 2022 5:44 pm
Reporterduperd Assigned ToNRSirLimbo  
Severityminor 
Status resolvedResolutionfixed 
Product Version5.001 First Post-Completion Tweaks 
Fixed in Version5.007 The Reasonable Architrav 
Summary0027125: Tooltip flickering
DescriptionTooltip flickering when you mouse over smth not in pause mod: your fleet, shipyard, mobile factory and so on. Rly hard to tell what i going on, thus you need to pause the game, mouse over and read the info.
TagsNo tags attached.

Relationships

related to 0027112 resolvedNRSirLimbo Necromancer Fleet tooltips flicker as buffs are gained and lost 

Activities

NRSirLimbo

May 2, 2022 5:44 pm

developer   ~0066590

Add doublebuffering to the necromancer fleet bonues info, to prevent flicking of tooltips.

- Also, move the logic from `NecromancerMobileFleetBaseInfo.PerSecond_UpdateFleetData` to
  `NecromancerFactionBaseInfo.DoPerSecondLogic_Stage2Aggregating_OnMainThreadAndPartOfSim_ClientAndHost`.
  Since they both were trying to update `Percent*Type`, this prevent them from stepping on each other, and
  lets the tooltips be updated while the game is paused.

Thanks to Tom for fixing!

NRSirLimbo

May 2, 2022 5:44 pm

developer   ~0066591

Add doublebuffering to the necromancer fleet bonues info, to prevent flicking of tooltips.

- Also, move the logic from `NecromancerMobileFleetBaseInfo.PerSecond_UpdateFleetData` to
  `NecromancerFactionBaseInfo.DoPerSecondLogic_Stage2Aggregating_OnMainThreadAndPartOfSim_ClientAndHost`.
  Since they both were trying to update `Percent*Type`, this prevent them from stepping on each other, and
  lets the tooltips be updated while the game is paused.

Thanks to Tom for fixing!

Issue History

Date Modified Username Field Change
Apr 23, 2022 4:42 pm duperd New Issue
Apr 23, 2022 4:45 pm BadgerBadger Relationship added related to 0027112
Apr 23, 2022 9:02 pm Chris_McElligottPark Assigned To => NRSirLimbo
Apr 23, 2022 9:02 pm Chris_McElligottPark Status new => assigned
May 2, 2022 5:37 pm Daniexpert Status assigned => resolved
May 2, 2022 5:37 pm Daniexpert Resolution open => fixed
May 2, 2022 5:37 pm Daniexpert Fixed in Version => 5.007 The Reasonable Architrav
May 2, 2022 5:44 pm NRSirLimbo Note Added: 0066590
May 2, 2022 5:44 pm NRSirLimbo Note Added: 0066591