View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0024144 | AI War 2 | Graphical Bug | Nov 18, 2020 7:37 pm | Nov 18, 2020 10:28 pm | |
Reporter | Crabby | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | duplicate | ||
Product Version | 2.633 Roaring Performance | ||||
Fixed in Version | 2.634 Multiplayer Solidification | ||||
Summary | 0024144: Strength Icon Not Showing | ||||
Description | When playing, I wind up with this situation: the strength icon is missing from the wave panel and info panel. I'm not sure if this was intentional. I attached a log file as well. I'm unsure if there's anything in there that would indicate a missing icon. | ||||
Tags | No tags attached. | ||||
duplicate of | 0024127 | resolved | Chris_McElligottPark | Missing Strength symbols |
|
|
|
Ah, dang! Yep, all of the nice new resource icons and such are also missing from the GUI. Can confirm. It has to do with me changing the shader queue for purposes of the galaxy map text, but it broke this in turn. Blah. Will fix. |
|
Okay, thanks! * TextEmbededSprites now have a few new capabilities: ** The scale float xml parameter allows you to set the scale of a sprite relative to what it would normally be (default is 1.0). ** use_geometry_queue as an xml parameter allows for you to make a for-the-galaxy-map-by-planets-text version of sprites. *** If this is set to true, then those versions of the galaxy map sprites will be vastly more efficient and will dynamically batch as we set up last build. *** If this is set to false, then this is for use anywhere else in the GUI, including the header and tooltips and whatnot. If this is set to true and you try to use it in the interface elsewhere, it will be invisible, as we discovered yesterday. * Using the above, strength icon is now properly batched on the galaxy map (as with last build) but all of the other sprites being drawn in the GUI now actually draw visibly again (unlike last build). ** Also, while we were at it, we adjusted the scale of the strength icon to be 0.9, since it was a little bit on the large size in most text. |
Date Modified | Username | Field | Change |
---|---|---|---|
Nov 18, 2020 7:37 pm | Crabby | New Issue | |
Nov 18, 2020 7:37 pm | Crabby | File Added: 20201118193205_1.jpg | |
Nov 18, 2020 7:37 pm | Crabby | File Added: ArcenDebugLog.txt | |
Nov 18, 2020 9:33 pm | Chris_McElligottPark | Note Added: 0059678 | |
Nov 18, 2020 9:50 pm | TechSY730 | Relationship added | duplicate of 0024127 |
Nov 18, 2020 10:28 pm | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |
Nov 18, 2020 10:28 pm | Chris_McElligottPark | Status | new => resolved |
Nov 18, 2020 10:28 pm | Chris_McElligottPark | Resolution | open => duplicate |
Nov 18, 2020 10:28 pm | Chris_McElligottPark | Fixed in Version | => 2.634 Multiplayer Solidification |
Nov 18, 2020 10:28 pm | Chris_McElligottPark | Note Added: 0059679 |