View Issue Details

IDProjectCategoryLast Update
0024144AI War 2Graphical BugNov 18, 2020 10:28 pm
ReporterCrabby Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionduplicate 
Product Version2.633 Roaring Performance 
Fixed in Version2.634 Multiplayer Solidification 
Summary0024144: Strength Icon Not Showing
DescriptionWhen 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.
TagsNo tags attached.

Relationships

duplicate of 0024127 resolvedChris_McElligottPark Missing Strength symbols 

Activities

Crabby

Nov 18, 2020 7:37 pm

reporter  

20201118193205_1.jpg (400,590 bytes)
ArcenDebugLog.txt (496,288 bytes)

Chris_McElligottPark

Nov 18, 2020 9:33 pm

administrator   ~0059678

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.

Chris_McElligottPark

Nov 18, 2020 10:28 pm

administrator   ~0059679

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.

Issue History

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