Age | Commit message (Expand) | Author |
2018-06-28 | -moved over it if let from bad matches | tom barrett |
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-26 | -forgot when taking, reduce carrying | tom barrett |
2018-06-25 | added item mass, allow stopping of ship, if storage is full item goes into space | tom barrett |
2018-06-14 | updated dependancies, made it so server still processes events if client conn... | tom barrett |
2018-06-08 | -ability to have login data / server info come in from config file | tom barrett |
2018-06-07 | -added crude refinery methods | tom barrett |
2018-06-05 | frail implementation of mining | tom barrett |
2018-06-05 | -more clear writing | tom barrett |
2018-06-05 | -termion output for the dashboard | tom barrett |
2018-04-26 | -removed cloning of mass list | 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-17 | -added Iron to astroids | tom barrett |
2018-04-16 | -conformed connection to naming convention | 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 |
2018-04-11 | -moved over to hashmap | tom barrett |
2018-04-11 | -added mining module (doesnt do anything yet), -added storage and items (also... | tom barrett |
2018-04-06 | -made seperate targeting file | tom barrett |
2018-04-05 | -changed all data strings to recv strings (just more appropriate name) | tom barrett |
2018-04-05 | -changed how everything is referenced by its name now, instead of the index, ... | tom barrett |
2018-04-05 | -cleanup of targeting vars | tom barrett |
2018-04-05 | -now targeting works after a delay | tom barrett |
2018-04-05 | -changed how data is passed (learned you can serialize a vec) -added targetin... | tom barrett |
2018-03-19 | -pass module information in a serializable way | tom barrett |
2018-03-13 | -added matching velocity vector of target and creating a velocity vector to t... | tom barrett |
2018-03-12 | -better implementation of server navigation and added range checking of targets | tom barrett |
2018-03-05 | -brought back downcasting, moved connection functions inside the structure | tom barrett |
2018-03-01 | -added copying of mass vector, fixed buildmass bug, and allow giving of target | tom barrett |
2018-02-28 | -got rid of erased-serde, set up navigation better | tom barrett |
2018-02-28 | -moved server modules into their respecive modules | tom barrett |
2018-02-28 | -pretext to adding target | tom barrett |
2018-02-27 | -astroids moving slowly | tom barrett |
2018-02-27 | -added ability for ships to slow their velocity vector with one keypress | tom barrett |
2018-02-27 | -now use velocity and position vector, astroids are now randomly populated | tom barrett |
2018-02-27 | -set up display for navigation system | tom barrett |
2018-02-26 | -figured out way to deserialize using serde_erased | tom barrett |
2018-02-23 | -changed to floats and got vec type | tom barrett |
2018-02-23 | prettier way to filter | tom barrett |
2018-02-23 | various ways potentially to deserialize? | tom barrett |
2018-02-23 | -found way to downcast and created new struct | tom barrett |
2018-02-22 | -believe found a way to tell if connection has closed | tom barrett |
2018-02-22 | -got now a trait which resembles polymorphism for new objects | tom barrett |
2018-02-21 | -added all directions | tom barrett |
2018-02-21 | -moving engines shows change on dashboard | tom barrett |