|
e66b899e2a
|
Increase the base rover range to 10
|
2020-08-01 11:15:34 +01:00 |
|
|
70f041ae5d
|
Spawn rover parts in the world
|
2020-08-01 11:09:15 +01:00 |
|
|
d7bda3f607
|
Merge pull request #42 from mdiluz/tls
Add TLS to server-client communications
|
2020-07-26 23:57:35 +01:00 |
|
|
94767f06d3
|
Fix to disable TLS in tests
|
2020-07-26 23:53:29 +01:00 |
|
|
500e0f9557
|
Skip the tls verify on the client side for now
|
2020-07-26 23:46:42 +01:00 |
|
|
4f2a7edeb1
|
Skip local tests, removing duplicate test runs
|
2020-07-26 23:42:23 +01:00 |
|
|
cf1dff2814
|
Make sure the client verifies the TLS
|
2020-07-26 23:41:52 +01:00 |
|
|
71a0ef9920
|
Use the fullchain.pem not the cert.pem as explained by letsencrypt
|
2020-07-26 23:36:34 +01:00 |
|
|
9b03ffb7f1
|
Add skip verify on the client for now
|
2020-07-26 23:30:09 +01:00 |
|
|
4821a90143
|
Pass the cert name into the docker deployment
|
2020-07-26 23:29:58 +01:00 |
|
|
ac3844fe7a
|
Mount letsencrypt in the docker to read the certs
|
2020-07-26 23:26:36 +01:00 |
|
|
70d92c2d5e
|
Add TLS to gRPC
|
2020-07-26 23:10:39 +01:00 |
|
|
bb50fae00b
|
Merge pull request #41 from mdiluz/add-reflection
Add gRPC reflection to the server
|
2020-07-26 22:53:59 +01:00 |
|
|
a321e5d72f
|
Add gRPC reflection to the server
|
2020-07-26 22:48:48 +01:00 |
|
|
49ffa18f23
|
Merge pull request #40 from mdiluz/add-wait-command
Add wait command
|
2020-07-26 18:19:30 +01:00 |
|
|
e542999b91
|
Move test deployment out to it's own file
|
2020-07-26 18:11:01 +01:00 |
|
|
74e1cd4564
|
Convert number to repeat to avoid confusion
|
2020-07-26 18:02:06 +01:00 |
|
|
c0d4a809c9
|
Update command line client to allow specifying command number
|
2020-07-26 17:31:09 +01:00 |
|
|
1514603517
|
Allow number to be used in all commands
|
2020-07-26 17:19:04 +01:00 |
|
|
9dcbbee1a2
|
Merge pull request #39 from mdiluz/fix-help-text
Big update to help text and add a simple description
|
2020-07-26 17:12:22 +01:00 |
|
|
bcf71f0bf9
|
Add a "wait" command with a number
|
2020-07-26 17:09:47 +01:00 |
|
|
cec61a9db7
|
Big update to help text and add a simple description
|
2020-07-26 16:57:43 +01:00 |
|
|
47e2e13c49
|
Merge pull request #38 from mdiluz/world-gen-improve
World gen improve
|
2020-07-25 23:48:59 +01:00 |
|
|
6891ec8439
|
Adjust the terrain scale to be much larger
|
2020-07-25 23:39:32 +01:00 |
|
|
113090fbcb
|
Fix bug where we were still placing psuedo-random objects down
|
2020-07-25 23:39:13 +01:00 |
|
|
a235f6a5f5
|
Merge pull request #37 from mdiluz/destroy-rovers
Destroy rovers
|
2020-07-25 23:24:46 +01:00 |
|
|
cd97220a11
|
Perform rover destruction during the main server tick
|
2020-07-25 23:18:21 +01:00 |
|
|
f9b3ce3edb
|
Destroy the rover when it has 0 integrity
|
2020-07-25 23:13:05 +01:00 |
|
|
abf67f7f37
|
Merge pull request #35 from mdiluz/fix-starting-wind
Add the starting wind as north and ensure it's only updated the next day
|
2020-07-24 23:27:07 +01:00 |
|
|
5d4fd801c1
|
Add the starting wind as north and ensure it's only updated the next day
|
2020-07-24 23:22:46 +01:00 |
|
|
fa05e7f253
|
Merge pull request #34 from mdiluz/implement-salvage
Add rover salvage mechanics
|
2020-07-24 23:08:27 +01:00 |
|
|
1f5aa765f4
|
Merge remote-tracking branch 'origin/master' into implement-salvage
|
2020-07-24 23:05:02 +01:00 |
|
|
7be0f83c5e
|
Fix golanglint missing error check
|
2020-07-24 22:58:59 +01:00 |
|
|
a0e04b7e3a
|
Placed dormant world rovers randomly have better base stats
|
2020-07-24 22:56:35 +01:00 |
|
|
a93ce97b0b
|
Only assign rovers to accounts if given an account
|
2020-07-24 22:54:06 +01:00 |
|
|
57621d169a
|
Implement a test for transfer and fix bugs
|
2020-07-24 22:50:47 +01:00 |
|
|
fdfcc88540
|
Move the account registration into the world
|
2020-07-24 22:50:35 +01:00 |
|
|
6f2d67bd7c
|
Tag rovers by the controlling account
|
2020-07-24 22:22:32 +01:00 |
|
|
e840b3e47b
|
Move accountant into world
|
2020-07-24 20:06:06 +01:00 |
|
|
1e4d642038
|
Add rover transfer command and implementation
Need to swap the accounts
|
2020-07-24 20:01:35 +01:00 |
|
|
5b2ea533f4
|
Remove incorrect proto comment
|
2020-07-24 19:46:32 +01:00 |
|
|
edd3e5a6cb
|
Fix test by removing object before warping rover
|
2020-07-24 19:42:34 +01:00 |
|
|
b0ff3eb6ea
|
Remove redundant tests (covered in command_tests)
|
2020-07-24 19:39:33 +01:00 |
|
|
be36f0631b
|
Add logs for failed stashes
|
2020-07-24 19:39:25 +01:00 |
|
|
c321f88d96
|
Add code for salvage command
|
2020-07-24 19:39:14 +01:00 |
|
|
7cccb4394f
|
Fix the help text comment
|
2020-07-24 19:28:44 +01:00 |
|
|
524487ce14
|
Stop the dormant rover from being a blocking object
|
2020-07-24 19:27:54 +01:00 |
|
|
2f1ccdfdb9
|
Make repair require rover parts
|
2020-07-24 19:08:39 +01:00 |
|
|
ce6e10afbb
|
Add salvage command to main.go man page
|
2020-07-24 19:08:03 +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 |
|