Age | Commit message (Expand) | Author |
2020-04-05 | updated and added ideasHEADmaster | Tom Barrett |
2019-04-02 | added last_modified to database entry | tom barrett |
2019-04-01 | database backup and restore | tom barrett |
2019-03-29 | just moved serde value to a string | tom barrett |
2019-03-29 | more consistent loop durations | tom barrett |
2019-03-29 | unified entires, now use main serde lib, added another postgres test assert, ... | tom barrett |
2019-03-28 | migrate and revert executable, query insert and delete test | tom barrett |
2019-03-26 | added pgadmin | tom barrett |
2019-03-22 | added postgres vagrant instance and test to check connection | tom barrett |
2019-03-21 | added acquiring items of tractorbeam and tests, moved control system over to ... | tom barrett |
2019-03-21 | simplified client sending and added more tractorbeam options | tom barrett |
2019-03-14 | fleshing out tractorbeam | tom barrett |
2019-03-02 | engines tests | tom barrett |
2019-02-21 | redid engines, finished simple construction tests, setup recv using less para... | tom barrett |
2019-02-20 | better mass access functions which improved testing code | tom barrett |
2019-02-20 | new naming scheme | tom barrett |
2019-02-19 | added basic tests | tom barrett |
2019-02-19 | unified all server->client connection and brought logic to modules | tom barrett |
2019-02-17 | gave engines a max acceleration | tom barrett |
2019-02-14 | simplified mining logic | tom barrett |
2019-02-14 | simplified receive pattern even more and moved all controls to the module | tom barrett |
2019-02-13 | added engine fuel and simplified/unified txrx from server | tom barrett |
2019-02-12 | added constants file, made so items are referred to by an enum, figured bette... | tom barrett |
2019-02-10 | cleaned up ideas and added the ability to do client <module> | tom barrett |
2019-02-10 | added vector math and tractorbeam module | tom barrett |
2019-02-03 | bringing to 2018 | tom barrett |
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-07 | more ideas | tom barrett |
2018-06-06 | -add ideas | 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 | -add libraries | tom barrett |
2018-04-12 | completely restructured code and fixed navigation bug | tom barrett |