mars-sim / mars-sim

Mars Simulation Project Official Codebase
https://mars-sim.com
GNU General Public License v3.0
107 stars 38 forks source link

Remove the displayUnits from UnitManager #1408

Closed bevans2000 closed 3 weeks ago

bevans2000 commented 1 month ago

Describe the bug The display unit list is an artificial list that contains all Vehicles and Settlements. The is only used by the Navigation tool and that is where the functionality should reside' not in the generic UnitManager.

Change Remove the displayUnit from UnitManager. Rework Navigation Panel to directly use Settlement and Vehicles lists from the Unit Manager.

bevans2000 commented 1 month ago

I will look at this after #1037