View Issue Details

IDProjectCategoryLast Update
0020498AI War 2Graphical BugOct 13, 2018 8:21 pm
ReporterDominus Arbitrationis Assigned ToChris_McElligottPark  
Severitytrivial 
Status resolvedResolutionfixed 
Product Version0.784 Dash And Destruct 
Fixed in Version0.784 Dash And Destruct 
Summary0020498: Tooltips take a bit of time to disappear
DescriptionTooltips take a bit to disappear, but if you hover over something else in that short time span, both tooltips are displayed for a second. Easiest to see this with the new selected ships window. Hover over your ship then quickly move to any of the buttons to replicate it.
TagsNo tags attached.

Activities

Dominus Arbitrationis

Oct 13, 2018 2:46 pm

administrator  

20181013144318_1.jpg (357,637 bytes)

Chris_McElligottPark

Oct 13, 2018 8:21 pm

administrator   ~0049941

Thanks! I know, that's been bugging me for a while.

* MAJOR overhaul of how a lot of the hovering timing and other ui timing stuff was working.
** Firstly, there was a 300ms delay that was previously being run on the gui that we forgot about. This was leading to all sorts of timing errors, which led to us adding buffer timings, which led to things feeling sluggish even though your framerate was fine. This is a pitfall of really large codebases developed over 2+ years, blah.
** But at this point, all of that is fixed up and the timing works properly now. This means that, among other things:
*** The lag before something new shows up as a tooltip, or before a tooltip goes away, is gone.
*** The lag in very recent versions between when you were mousing over something that blocks the scrollwheel from working on the main view, and when you again are able to use the scrollwheel in the main view, is now gone (it was like a half second delay or worse, depending on the exact timing of when you moved your mouse cursor relative to the timing of the update cycles).
*** The flickering that was often happening relating to things that you hovered over are all now sorted out.

Issue History

Date Modified Username Field Change
Oct 13, 2018 2:46 pm Dominus Arbitrationis New Issue
Oct 13, 2018 2:46 pm Dominus Arbitrationis File Added: 20181013144318_1.jpg
Oct 13, 2018 8:21 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Oct 13, 2018 8:21 pm Chris_McElligottPark Status new => resolved
Oct 13, 2018 8:21 pm Chris_McElligottPark Resolution open => fixed
Oct 13, 2018 8:21 pm Chris_McElligottPark Fixed in Version => 0.784 Dash And Destruct
Oct 13, 2018 8:21 pm Chris_McElligottPark Note Added: 0049941