View Issue Details

IDProjectCategoryLast Update
0025272AI War 2Bug - OtherJun 17, 2021 4:14 pm
ReporterDarkshade Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product Version3.201 Location Hotfix 
Fixed in Version3.202 General Bugfixing 
Summary0025272: Game Lobby, Descriptions for the different AI's missing
DescriptionIn the game lobby there used to be a description of what you can expect from the different AI-Types when you hovered over them.
This seems to be missing now.
See attached screenshot.
TagsNo tags attached.

Activities

Darkshade

Jun 17, 2021 1:11 pm

reporter  

Missing Description.jpg (461,596 bytes)

Chris_McElligottPark

Jun 17, 2021 4:14 pm

administrator   ~0062132

Thanks!

* Fixed a number of tooltips that were missing information in the lobby because we internally now have a centralized GetDescription() method and no longer use the (older, less efficient, and worse in a bunch of ways) GetTooltipString() method.
** This has now been corrected for all of the core game tables that were affected, like AI types, AI difficulties, and things of that nature.
** It's worth noting that any mods that used to add to their tooltip by GetTooltipString() should now do so via GetDescription(). However, don't include a header line or you'll get that doubled.

Issue History

Date Modified Username Field Change
Jun 17, 2021 1:11 pm Darkshade New Issue
Jun 17, 2021 1:11 pm Darkshade File Added: Missing Description.jpg
Jun 17, 2021 4:14 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Jun 17, 2021 4:14 pm Chris_McElligottPark Status new => resolved
Jun 17, 2021 4:14 pm Chris_McElligottPark Resolution open => fixed
Jun 17, 2021 4:14 pm Chris_McElligottPark Fixed in Version => 3.202 General Bugfixing
Jun 17, 2021 4:14 pm Chris_McElligottPark Note Added: 0062132