79 Commits

Author SHA1 Message Date
08b4cc5fc3 Update auth to use new hashing scheme. 2020-03-08 22:56:34 +01:00
7db0ff0b8c Update chat-cli to work properly.
Update reqwest to 0.10.0
2020-03-08 22:54:15 +01:00
8ef1251dc2 Add warning prompt for untrusted auth servers, move some auth code into 2020-03-08 22:51:37 +01:00
e960c2233b Change the version number to 0.5 2020-01-31 17:26:45 +01:00
e391d6e4fd Added no-assets feature to common 2020-01-27 22:41:30 +00:00
1358f1dffa Changes to worldgen, adding more sedmient etc. 2020-01-23 18:18:14 +01:00
d341073a44 Upgrade to specs 0.15.1 2019-12-20 22:48:14 -05:00
6dfa146484 Mitgated RUSTSEC-2019-0014 by updating noise and
disabling its default features, specifically `image`,
which had the vulnerability.
2019-11-05 11:14:39 +00:00
8ae2692b6e Allow canceling chunk generation.
Currently we only do this when no players are in range of the chunk.  We
also send the first client who posted the chunk a message indicating
that it's canceled, the hope being that this will be a performance win
in single player mode since you don't have to wait three seconds to
realize that the server won't generate the chunk for you.

We now check an atomic flag for every column sample in a chunk.  We
could probably do this less frequently, but since it's a relaxed load it
has essentially no performance impact on Intel architectures.
2019-10-16 11:39:41 +00:00
20c520a044 Change the version number to 0.4 2019-10-10 15:48:01 +02:00
c4879307af Update to github vek repo 2019-08-26 13:12:45 +02:00
a715a84ea7 Implement unstoppable rolling 2019-08-26 13:12:42 +02:00
b4a46f3e6e Finished switch to hashbrown. 2019-08-11 22:38:28 +02:00
22f318833c Migrate client to hashbrown. 2019-08-11 21:54:20 +02:00
d3f2ca69a4 Change the version number to 0.3 2019-08-04 13:53:59 +02:00
f644b6ab89 Revert "Merge branch 'imbris/upgrade_specs' into 'master'"
This reverts merge request !375
2019-08-01 23:32:33 +00:00
5f56657f6c Upgrade specs to 0.15 2019-08-01 18:09:13 -04:00
ee49ebe807 Update rand, log and scan_fmt 2019-07-29 13:42:26 +00:00
5aa864ee58 Update most dependencies 2019-07-28 22:47:23 +02:00
a36c049b06 Resolve Forests discussion. 2019-07-12 20:13:35 +02:00
b4f2cd1547 Resolve discussion from Timo. 2019-07-12 19:56:40 +02:00
20ac81a986 Fixed some misses. 2019-07-12 20:51:22 +02:00
92f2d36b0c Optimised sub-terrain chonk storage, fixed hash chunk bug, altered terrain base 2019-06-05 20:52:51 +01:00
f4260706e6 Updated package versions
Former-commit-id: bb0d1efd718ddef598fbb894498a43ad014a11c0
2019-04-14 14:23:43 +01:00
3d9f8105e6 Started work on server-side chunks
Former-commit-id: 84a6bd7358f67a77043c4b11c787538f073c8d28
2019-04-14 14:23:43 +01:00
248577bdef Added test terrain loading and meshing 2019-01-23 20:01:58 +00:00
41b6672743 Added Terrain type to scene 2019-01-15 15:13:11 +00:00
b37a6b67f9 Added time of day, tick time, basic skybox shader and client to voxygen 2019-01-12 15:57:19 +00:00
819af1594f Initial structure 2019-01-02 17:23:31 +00:00