View Issue Details

IDProjectCategoryLast Update
0024324AI War 2GUIMar 9, 2023 8:07 pm
ReporterNRSirLimbo Assigned ToChris_McElligottPark  
Severityminor 
Status resolvedResolutionfixed 
Product Version2.715 Unload Queuing 
Fixed in VersionBeta 2.722 AI Wave Balance 
Summary0024324: Non-Selectable Planets (unless zoomed out very far)
DescriptionGot another issue where I can't select Steinfurt. Not sure if it saves, but I'll throw that in.
Note: Heavily modded.
TagsNo tags attached.

Activities

NRSirLimbo

Jan 14, 2021 2:48 pm

developer  

s5 bugged.save (804,638 bytes)
s5 bugged.savemet (112 bytes)
20210114204703_1.jpg (433,344 bytes)

Chris_McElligottPark

Jan 25, 2021 3:19 pm

administrator   ~0060394

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!

Issue History

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