You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All uses of OOUniversalID should be replaced with OOWeakReferences.
Quite a lot of this has already been done in 1.x and in Oolite2. Relevant Oolite2 commits: cebfbda Killed me some OOUniversalIDs. 29f976b Converted ship primaryTarget from universalID to weakRef. ee02960 More universalID -> weakref fixes. 0050786 Changed AI foundTarget from universalIDs to weakRefs
The text was updated successfully, but these errors were encountered:
All uses of
OOUniversalID
should be replaced withOOWeakReference
s.Quite a lot of this has already been done in 1.x and in Oolite2. Relevant Oolite2 commits:
cebfbda Killed me some OOUniversalIDs.
29f976b Converted ship primaryTarget from universalID to weakRef.
ee02960 More universalID -> weakref fixes.
0050786 Changed AI foundTarget from universalIDs to weakRefs
The text was updated successfully, but these errors were encountered: