View Issue Details

IDProjectCategoryLast Update
0027962Heart Of The MachineGraphical BugAug 7, 2023 7:34 pm
ReporterChris_McElligottPark Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Fixed in Version0.404 
Summary0027962: Intricate bug for later: hover over road, hold shift, then release, then hold again, update fails.
DescriptionI suspect this is in the logic for ArcenDoubleCharacterBuffer, but I'm not sure what is actually going on, and the logic does not seem wrong to me.
TagsNo tags attached.

Activities

Chris_McElligottPark

Aug 7, 2023 7:34 pm

administrator   ~0067866

Sigh. This was bugging me too much to leave for all that long.

-fixed an infuriating bug with the ArcenDoubleCharacterBuffer where it would frequently not actually write something if it was ABC, then AB, then ABC later. That last case would keep writing AB instead.
--since this was not happening in AI War 2, I am guessing that this is a bug related to the new stringbuilder implementation that we use. Regardless, it's all fixed up now, and the logic is simpler in general.

-this was making certain tooltips basically impossible to use, because you couldn't check the detailed version and then change your mind and then check it again.

Issue History

Date Modified Username Field Change
Aug 5, 2023 3:17 pm Chris_McElligottPark New Issue
Aug 7, 2023 7:34 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Aug 7, 2023 7:34 pm Chris_McElligottPark Status new => resolved
Aug 7, 2023 7:34 pm Chris_McElligottPark Resolution open => fixed
Aug 7, 2023 7:34 pm Chris_McElligottPark Fixed in Version => 0.404
Aug 7, 2023 7:34 pm Chris_McElligottPark Note Added: 0067866