Barry Evans

Results 709 comments of Barry Evans

I think we can integrate this into revisiting what the ```GamesManager``` class does. What we should do is create a replacement class to cover Commander mode, Sponsor mode and sandbox...

I think this should reuse the TeachTask for the helper. Maybe it's just a reworking of the decision to Teach and not a new Task . Let's look at this...

I had a thought about this. One radicle change that would allow ```Task``` to be more flexible is the take the Person/Robot out of the Task. So a Worker (Person...

The difference is we pass the Worker as an argument in the execute methods, this would have cascade down go all the executePhase methods. The parameter Worker is used as...

@mokun I think this must be a problem with your build environment in Eclipse. I have added a new UnitTest that loads the animated SVGs using the defined libraries from...

This will need applying to the ```ShiftManager``` constructor as the Shift are offset by a time according to the rotation around the planet.

This should be tackle once we complete #650. We can then add new method to ```MarsTimeFormat``` to support local time representation for a Mars Time Zone but we still capture...

Using string is too fragile, the string changes due to language and it stops. There is too much reliance on strings. The way Tasks are selected feels a bit adhoc...