|
1200b0a2a2
|
Add "upgrade" command to use the rover parts
|
2020-08-02 11:39:28 +01:00 |
|
|
74e1cd4564
|
Convert number to repeat to avoid confusion
|
2020-07-26 18:02:06 +01:00 |
|
|
1514603517
|
Allow number to be used in all commands
|
2020-07-26 17:19:04 +01:00 |
|
|
bcf71f0bf9
|
Add a "wait" command with a number
|
2020-07-26 17:09:47 +01:00 |
|
|
1e4d642038
|
Add rover transfer command and implementation
Need to swap the accounts
|
2020-07-24 20:01:35 +01:00 |
|
|
2f1ccdfdb9
|
Make repair require rover parts
|
2020-07-24 19:08:39 +01:00 |
|
|
2c1bb80779
|
Add salvage command
Slight refactor to re-use command variables
Also fixes the cmdline client turn command
|
2020-07-23 20:57:36 +01:00 |
|
|
f7192b3997
|
Organise the status response into sub-sections
|
2020-07-23 00:32:19 +01:00 |
|
|
2bc2477128
|
Remove the incoming command streams, de-scopes and simplifies
|
2020-07-23 00:13:28 +01:00 |
|
|
c89c5f6e74
|
Implement current wind direction and rover wind movement
|
2020-07-22 23:36:13 +01:00 |
|
|
8667f55143
|
Simplify by making command streams pointer lists like in proto
|
2020-07-21 23:52:14 +01:00 |
|
|
f78efd1223
|
Add SailPosition to the rover and implement toggle command
This also converts the commands to use the proto type for simplicity
|
2020-07-21 23:44:06 +01:00 |
|
|
6f30b665c7
|
Make the bearings 8 directional
|
2020-07-21 22:58:59 +01:00 |
|
|
6c75f07aff
|
Remove move and recharge commands in favor of toggle command for the sails
|
2020-07-21 22:57:43 +01:00 |
|
|
4f1a9c2c2b
|
Re-order object types
|
2020-07-19 13:27:59 +01:00 |
|
|
713699687f
|
Add a dormat rover data type
|
2020-07-19 13:27:38 +01:00 |
|
|
4e0e55af88
|
Move bearing into proto file
|
2020-07-19 12:54:41 +01:00 |
|
|
7bdfa44fb6
|
Fix up the concept of "None" tiles and objects
Replace with "Unknown" which is effectively an invalid value
|
2020-07-19 12:33:11 +01:00 |
|
|
305f64ec38
|
Large refactor, move object and tile types out into the proto
|
2020-07-19 12:26:57 +01:00 |
|
|
737534f739
|
Move roveapi into the proto dir
|
2020-07-10 19:01:41 +01:00 |
|