summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-14updated 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 filetom barrett
2018-06-07-added crude refinery methodstom barrett
2018-06-07more ideastom barrett
2018-06-06-add ideastom barrett
2018-06-05frail implementation of miningtom barrett
2018-06-05-more clear writingtom barrett
2018-06-05-termion output for the dashboardtom barrett
2018-04-26-removed cloning of mass listtom barrett
2018-04-23-split up module.rstom barrett
2018-04-20-made modules their own structs instead of structs with enumerationtom barrett
2018-04-20-moved mining_data init into functiontom barrett
2018-04-17-moved over to if let to get less indentationtom barrett
2018-04-17-added Iron to astroidstom barrett
2018-04-16-conformed connection to naming conventiontom barrett
2018-04-16-removed trait objects and went to structs with enumerations completelytom barrett
2018-04-13moved over to mass struct with enum for typestom barrett
2018-04-12-add librariestom barrett
2018-04-12completely restructured code and fixed navigation bugtom barrett
2018-04-11-moved over to hashmaptom barrett
2018-04-11-added mining module (doesnt do anything yet), -added storage and items (also...tom barrett
2018-04-06-made seperate targeting filetom 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 varstom barrett
2018-04-05-now targeting works after a delaytom 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 waytom 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 targetstom barrett
2018-03-05-brought back downcasting, moved connection functions inside the structuretom barrett
2018-03-01-added copying of mass vector, fixed buildmass bug, and allow giving of targettom barrett
2018-02-28-got rid of erased-serde, set up navigation bettertom barrett
2018-02-28-moved server modules into their respecive modulestom barrett
2018-02-28-pretext to adding targettom barrett
2018-02-27-astroids moving slowlytom barrett
2018-02-27-added ability for ships to slow their velocity vector with one keypresstom barrett
2018-02-27-now use velocity and position vector, astroids are now randomly populatedtom barrett
2018-02-27-set up display for navigation systemtom barrett
2018-02-26-figured out way to deserialize using serde_erasedtom barrett
2018-02-23-changed to floats and got vec typetom barrett
2018-02-23prettier way to filtertom barrett
2018-02-23various ways potentially to deserialize?tom barrett
2018-02-23-found way to downcast and created new structtom barrett
2018-02-22-believe found a way to tell if connection has closedtom barrett
2018-02-22-got now a trait which resembles polymorphism for new objectstom barrett
2018-02-21-added all directionstom barrett
2018-02-21-moving engines shows change on dashboardtom barrett
2018-02-21-got engine and dashboard data sendingtom barrett
2018-02-20-starting outtom barrett