Age | Commit message (Expand) | Author |
---|---|---|
2018-06-27 | -added elementry construction module, doesnt do anything other than exist as ... | tom barrett |
2018-06-26 | -moved to enum states for mining and refinery, added mining module knowing if... | tom barrett |
2018-06-25 | added item mass, allow stopping of ship, if storage is full item goes into space | tom barrett |
2018-06-07 | -added crude refinery methods | tom barrett |
2018-06-05 | -more clear writing | tom barrett |
2018-06-05 | -termion output for the dashboard | tom barrett |
2018-04-23 | -split up module.rs | tom barrett |
2018-04-20 | -made modules their own structs instead of structs with enumeration | tom barrett |
2018-04-20 | -moved mining_data init into function | tom barrett |
2018-04-17 | -moved over to if let to get less indentation | tom barrett |
2018-04-16 | -removed trait objects and went to structs with enumerations completely | tom barrett |
2018-04-13 | moved over to mass struct with enum for types | tom barrett |
2018-04-12 | completely restructured code and fixed navigation bug | tom barrett |