orbitusii / loki-bms-csharp

Battle Management Scope for DCS World (and maybe others?), this time in C#!
MIT License
2 stars 0 forks source link

Bullseye based off of Tactical Element #7

Closed orbitusii closed 1 year ago

orbitusii commented 1 year ago

"Use Bullseye" button in DataSource window should import the server Bullseye as a Tactical Element

Program Bullseye(s) should be assigned via the right-click menu on a TE

orbitusii commented 1 year ago

Addendum: because of how TEs will be saved/not saved, Bullseye-tagged TEs should be a special case that is ALWAYS serialized... or they don't have to be, if users change their settings to reject that

orbitusii commented 1 year ago

Done! Supports any ISelectableObject, technically, but current implementation of the right-click menu ONLY passes TEs through to be Bullseyes. TE serialization is another problem to be resolved in the TE implementation issue, #5