View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0023603 | AI War 2 | Graphical Bug | Aug 28, 2020 10:04 am | Aug 28, 2020 12:31 pm | |
Reporter | TechSY730 | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | duplicate | ||
Product Version | 2.128 Don't Lie About Distant Future Waves, AI | ||||
Fixed in Version | 2.129 No Shrooms For Ships | ||||
Summary | 0023603: Ship icons "decorations" are messed up | ||||
Description | Platform: Ubuntu Linux 20.04 NVIDIA GeForce GTX 1070 Driver version: 440.100 This leads to things like command stations having a black circle where the icon for the type of command station is supposed to be. | ||||
Tags | No tags attached. | ||||
duplicate of | 0023600 | resolved | Chris_McElligottPark | Graphical Flutter |
|
|
|
I suppose graphics card info would help too. NVIDIA GeForce GTX 1070 Driver version: 440.100 |
|
Looks like in the shader code for the version of the icons that are billboarded (aka in-game), I missed one line of code that was leaving the vector4 color in an indeterminate state. For some hardware paths this apparently left it as 0,0,0...1? Aka black but not transparent. For others it was apparently cycling through really random junk. No idea why the difference. |
|
Thanks! * Fixed a bug in the prior build where the "flair" overlays for ships in the main view were either black (some machines) or a rotating color set of insanity (others). ** One line was accidentally omitted in the new build of the shader that we made. ** We also updated some calling code to the shader in a way that is harmless but not actually needed for this fix. |
Date Modified | Username | Field | Change |
---|---|---|---|
Aug 28, 2020 10:04 am | TechSY730 | New Issue | |
Aug 28, 2020 10:04 am | TechSY730 | File Added: Screenshot from 2020-08-28 09-02-02.png | |
Aug 28, 2020 10:23 am | TechSY730 | Note Added: 0058218 | |
Aug 28, 2020 10:24 am | TechSY730 | Description Updated | |
Aug 28, 2020 11:37 am | Chris_McElligottPark | Relationship added | related to 0023600 |
Aug 28, 2020 11:38 am | Chris_McElligottPark | Relationship deleted | related to 0023600 |
Aug 28, 2020 11:38 am | Chris_McElligottPark | Relationship added | duplicate of 0023600 |
Aug 28, 2020 12:17 pm | Chris_McElligottPark | Note Added: 0058223 | |
Aug 28, 2020 12:31 pm | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |
Aug 28, 2020 12:31 pm | Chris_McElligottPark | Status | new => resolved |
Aug 28, 2020 12:31 pm | Chris_McElligottPark | Resolution | open => duplicate |
Aug 28, 2020 12:31 pm | Chris_McElligottPark | Fixed in Version | => 2.129 No Shrooms For Ships |
Aug 28, 2020 12:31 pm | Chris_McElligottPark | Note Added: 0058225 |