Barry Evans
Barry Evans
Yes I agree. What I would like to do is go a bit deeper to simplify and make it better. My idea is to: - Create an AbstractTaskManger to hold...
I have made good progress on this issue. I have decided to move the logic of recording Tasks into the `TaskManager` from `TaskSchedule`. This fits better with the logic needed...
The reality is that I have not found a top level Task that has anything other Walk sub tasks. The next level down is Airlock takes which generate a massive...
Hi there. We don't seem to have a page on our website https://mars-sim.github.io/ of how to install the pre-requisites sorry. @mokun I'm sure I have seen one previously ? Basically...
When you install Java there is commonly a check box on the installer saying add to PATH or so etching like that.
No problem. Good to know you are using the simulation. MarsNet is a great way to interact with the simulation.
Nice idea. The change should be in the SettlementBuild class as that drives the creation of new entities. The driving property should be on the ReportingAuthority class and hence in...
I think the better approach is to make the things you want to log to implement the ```Loggable``` interface. Basically they need a name and parent Unit that is their...
Hmm, just noticed that a ```getVehicle``` method has been added to the Loggable interface which is wrong. The presence of a Vehicle has nothing to do with the logging so...
Good, I can't think of any reason for the associated Settlement method.