View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0025272 | AI War 2 | Bug - Other | Jun 17, 2021 1:11 pm | Jun 17, 2021 4:14 pm | |
Reporter | Darkshade | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | 3.201 Location Hotfix | ||||
Fixed in Version | 3.202 General Bugfixing | ||||
Summary | 0025272: Game Lobby, Descriptions for the different AI's missing | ||||
Description | In 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. | ||||
Tags | No tags attached. | ||||
|
|
|
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. |
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 |