View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0024324 | AI War 2 | GUI | Jan 14, 2021 2:48 pm | Mar 9, 2023 8:07 pm | |
Reporter | NRSirLimbo | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | 2.715 Unload Queuing | ||||
Fixed in Version | Beta 2.722 AI Wave Balance | ||||
Summary | 0024324: Non-Selectable Planets (unless zoomed out very far) | ||||
Description | Got another issue where I can't select Steinfurt. Not sure if it saves, but I'll throw that in. Note: Heavily modded. | ||||
Tags | No tags attached. | ||||
|
|
|
Should get it: * Re-coded how the raycasts to hit planets and icons on the galaxy map works. It now does a non-allocating "hit all" raycast, rather than only hitting the first item. ** In this new code path, it first tries to find a ship icon that is enabled and linked to an actual ship. If it does, then it hovers over that. *** Our suspicion is that in the past, it was hitting some of these, but they were actually disabled or not linked to a ship for some reason, and so you'd get just blankness. This should no longer be possible. ** If if doesn't find any ship icon that is valid where your cursor is, then it looks for planets. Assuming that your cursor is over a planet at all, then even if there's a partially-enabled icon, that won't matter. *** Additionally, if there's a collider somehow in the way for the link between two planets, it doesn't matter since it isn't even checking for that yet, and won't do so unless it finds you are not over a planet itself. That was something that was getting in our way in the past, and while we thought we fixed all those cases, hopefully none of them will be possible as a problem now (even in edge cases). ** If we still have found nothing (we're not over an icon or a planet), then it looks for the link between planets to see if you are hovering over them. *** Knock on wood, this should solve all the strange edge cases of planets not being clickable but still showing the planet name when you hover over them, etc. Those cases were increasingly rare in general, but hopefully this gets the last of them. Thanks! |
Date Modified | Username | Field | Change |
---|---|---|---|
Jan 14, 2021 2:48 pm | NRSirLimbo | New Issue | |
Jan 14, 2021 2:48 pm | NRSirLimbo | File Added: s5 bugged.save | |
Jan 14, 2021 2:48 pm | NRSirLimbo | File Added: s5 bugged.savemet | |
Jan 14, 2021 2:48 pm | NRSirLimbo | File Added: 20210114204703_1.jpg | |
Jan 25, 2021 3:19 pm | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |
Jan 25, 2021 3:19 pm | Chris_McElligottPark | Status | new => resolved |
Jan 25, 2021 3:19 pm | Chris_McElligottPark | Resolution | open => fixed |
Jan 25, 2021 3:19 pm | Chris_McElligottPark | Fixed in Version | => Beta 2.722 AI Wave Balance |
Jan 25, 2021 3:19 pm | Chris_McElligottPark | Note Added: 0060394 |