|
5e95f20889
|
Changed to floor instead of string.
|
2021-05-07 16:44:58 -05:00 |
|
|
568ab85cc7
|
Added some debug.
|
2021-05-07 16:20:52 -05:00 |
|
|
10b965b3bc
|
Check if data is not nil.
|
2021-05-07 16:14:38 -05:00 |
|
|
e74e1f4eef
|
Added rounding values so no infinite moving loop.
|
2021-05-07 16:09:48 -05:00 |
|
|
683b61a640
|
Added check for already deserialized messages.
|
2021-05-07 16:05:18 -05:00 |
|
|
118a692b3a
|
Added a move here action.
|
2021-05-07 16:00:38 -05:00 |
|
|
1bdc320818
|
Modified moveto in preparation for circumnavigation.
|
2021-05-05 19:23:58 -05:00 |
|
|
825bc0b523
|
Fixed orient not returning true on possible movement.
|
2021-05-05 18:58:11 -05:00 |
|
|
d720eaf468
|
Moveto exits when lacking location information.
|
2021-05-05 18:55:44 -05:00 |
|
|
2c4d70fe08
|
Progress on mineleader.
|
2021-05-05 18:48:41 -05:00 |
|
|
5a05ede075
|
Added return success bool for orienting.
|
2021-05-03 18:31:49 -05:00 |
|
|
48af2c55cf
|
Fixing moveto
|
2021-05-03 18:31:42 -05:00 |
|
|
e6d75af1f7
|
Added check to see if unserializing is necessary.
|
2021-05-03 18:23:53 -05:00 |
|
|
6f94e81ca1
|
Now stops on failure to "moveby".
|
2021-05-03 18:18:53 -05:00 |
|
|
bcf30e259d
|
Began work on moving to destination.
|
2021-05-03 18:15:22 -05:00 |
|
|
57b36d0941
|
replaced "&&" with "and".
|
2021-05-03 16:12:15 -05:00 |
|
|
2e23715e48
|
Worked on heading stuff.
|
2021-05-03 16:11:41 -05:00 |
|
|
308b6a7fe2
|
Fixed nil value error when requesting status.
|
2021-05-03 15:46:02 -05:00 |
|
|
2970b23270
|
Changed heading response to serialize to JSON.
|
2021-05-03 15:43:15 -05:00 |
|
|
5a784bc23b
|
Fixed heading print response and removed parsing status parsing from host.
|
2021-05-03 15:41:09 -05:00 |
|
|
d95cae9caf
|
Calculating heading returns heading message on success.
Status request now displays previously hidden heading information.
|
2021-05-03 15:33:13 -05:00 |
|
|
4241ed4d03
|
Positioning now sends position coords after success.
|
2021-05-03 15:30:04 -05:00 |
|
|
22acaca89f
|
Changed heading calculation.
|
2021-05-03 15:28:43 -05:00 |
|
|
0396caf149
|
Fixed printing reference instead of info.
|
2021-05-03 14:59:56 -05:00 |
|
|
d239a69470
|
Fixed position printing on host.
|
2021-05-03 14:55:06 -05:00 |
|
|
b8916c6dd3
|
Check if there is a task in status report.
|
2021-05-03 14:51:55 -05:00 |
|
|
81ea39dc0a
|
Forgot an "end".
|
2021-05-03 14:50:11 -05:00 |
|
|
7e7aa9febc
|
Improved status response.
|
2021-05-03 14:49:44 -05:00 |
|
|
9f6a4e5e1c
|
Attempt at making log printing prettier.
|
2021-05-03 14:36:22 -05:00 |
|
|
4385aa23a0
|
Logging updates.
|
2021-05-03 14:33:36 -05:00 |
|
|
5802c9372d
|
Added some spacing to log output. Also changed to json to see if it looks better.
|
2021-05-03 14:31:24 -05:00 |
|
|
a44dc9851f
|
Changed some logging stuff.
|
2021-05-03 14:29:58 -05:00 |
|
|
bf612b900c
|
Fixed reference to nil value.
|
2021-05-03 14:23:52 -05:00 |
|
|
ddb56235ed
|
Fixed typo in minehost.
|
2021-05-03 14:22:05 -05:00 |
|
|
d0ba5a96de
|
Fixed incorrect table fields being referenced.
|
2021-05-03 14:21:07 -05:00 |
|
|
40ff22f327
|
Initial attempt at changing to a completely serialization based com system.
|
2021-05-03 14:16:22 -05:00 |
|
|
441702556a
|
Now opens modem.
Not sure why it wasn't being opened before.
|
2021-05-03 13:34:25 -05:00 |
|
|
5ec04421b2
|
Figuring out why minehost not receiving data.
|
2021-05-03 13:26:24 -05:00 |
|
|
42d3cc1e18
|
Was using keyword as parameter. Fixed.
|
2021-05-03 13:20:03 -05:00 |
|
|
c7a4b784f0
|
Added content to unfinished function body.
|
2021-05-03 13:18:08 -05:00 |
|
|
de7c77425c
|
Removed coroutine stuff that was causing errors.
|
2021-05-03 13:16:52 -05:00 |
|
|
ba1853d782
|
More debugging.
|
2021-05-03 13:12:17 -05:00 |
|
|
cadf3f5d69
|
Debugging log transmission.
|
2021-05-03 13:09:27 -05:00 |
|
|
3fd7385441
|
Added some verbosity.
Mostly to test if the in-game computer can download on startup.
|
2021-05-03 12:52:11 -05:00 |
|
|
6a791d2741
|
Async task system and relative movement complete.
|
2021-05-02 16:02:35 -05:00 |
|
|
2b856ef355
|
Moved code into repository
|
2021-05-01 19:39:10 -05:00 |
|