summaryrefslogtreecommitdiff
path: root/src/navigation.rs
AgeCommit message (Expand)Author
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-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-23various ways potentially to deserialize?tom barrett
2018-02-23-found way to downcast and created new structtom barrett