98 Commits

Author SHA1 Message Date
Imbris
1e7d4468c5 Small cache experiments 2019-09-22 22:19:07 -04:00
Acrimon
f426a12631 Update lockfile. 2019-09-17 16:12:26 +02:00
Acrimon
46bf09662b Made the worldgen noise generators seed from the RNG and got rid of zerocopy. 2019-09-17 16:05:08 +02:00
Joshua Barretto
e6d8b4b8d8 Exponential interpolation for linear damping
With an additional approximation to allow for the same size jumps given different framerates.
2019-09-09 19:11:40 +00:00
Marcel Märtens
bdea219d82 switch from hyper http to rouille for http server 2019-09-09 10:07:25 +02:00
Marcel Märtens
ae51f9f9dd update version, revert from static prometheus back to normal because static doesnt supprot registries, and implement most of the metrics except for entity count 2019-09-09 09:54:30 +02:00
Marcel Märtens
2b344e9d94 first implementation of prometheus in veloren for git hash, tick times, chunks loaded, player online, entity count and light count 2019-09-09 09:48:44 +02:00
Forest
ed88db8213 Updated cargo lock 2019-09-08 11:28:56 -04:00
haslersn
231302e16b common: Add benchmark for Chonk 2019-09-06 15:44:36 +02:00
Louis Pearson
7c0aa9611c Use latest version of Rodio instead of custom branch 2019-09-05 03:04:53 -06:00
Monty Marz
8c39a4751b More sprites, ui fixes, lianas 2019-09-01 19:04:03 +00:00
timokoesters
7d55909210
Remove vek patch, it's on crates.io now 2019-08-26 17:26:16 +02:00
timokoesters
34c959bef0
Update to github vek repo 2019-08-26 13:12:45 +02:00
timokoesters
a27dfda5fb
Implement unstoppable rolling 2019-08-26 13:12:42 +02:00
Acrimon
86d8178f38 Removed unsafe. 2019-08-19 00:55:04 +02:00
Imbris
685a31a747 remove palette dependency 2019-08-16 00:01:20 -04:00
Imbris
ec28d628bd Improve colors 2019-08-15 23:59:09 -04:00
Imbris
35d490bc1e Move shaders, start asset reloading system 2019-08-15 23:56:12 -04:00
Acrimon
7453e7f288 [Common] Switch mutexes and channels. 2019-08-16 00:19:54 +02:00
Acrimon
4c575c14ff [Server] Switched mpsc for crossbeam::channel. 2019-08-16 00:10:46 +02:00
Acrimon
dc1e4d1ae8 [Voxygen] Switch mutexes to parking_lot and channels to crossbeam. 2019-08-16 00:07:09 +02:00
Acrimon
7c8487ed76 Finished switch to hashbrown. 2019-08-11 22:38:28 +02:00
Acrimon
bd4119a6cd Use hashbrown instead of fxhashmap in world. 2019-08-11 22:10:36 +02:00
Acrimon
9c0a6caafb Migrate client to hashbrown. 2019-08-11 21:54:20 +02:00
Acrimon
058ecb8ada Use hashbrown in voxygen instead of a billion different shitty maps. 2019-08-11 21:52:23 +02:00
Acrimon
9515f047b9 Switch to hashbrown in server. 2019-08-11 21:48:02 +02:00
Piotr Korgól
9637bb89aa Change the version number to 0.3 2019-08-04 13:53:59 +02:00
Marcel Märtens
1f6ee55555 fixed #211 - host specs-idvs on gitlab.com 2019-08-02 10:16:55 +02:00
Dominik Broński
48a4377bf8 Revert "Merge branch 'imbris/upgrade_specs' into 'master'"
This reverts merge request !375
2019-08-01 23:32:33 +00:00
Imbris
bafea1884f Upgrade specs to 0.15 2019-08-01 18:09:13 -04:00
Acrimon
5bf068ab63 Fix lockfile. 2019-07-31 11:45:23 +02:00
Acrimon
5fe8eaecec Swapped some rarely use storages. 2019-07-31 11:41:29 +02:00
Acrimon
3fbd8f5444 Updated specs-idvs. 2019-07-31 11:41:29 +02:00
Acrimon
ec706c61d4 Update specs-idvs 2019-07-31 11:41:29 +02:00
Acrimon
c35c9bd062 Updated specs-idvs 2019-07-31 11:41:29 +02:00
Acrimon
9fbdafcd3a Update lockfile. 2019-07-31 11:41:29 +02:00
Acrimon
eb4d7556a0 Use named generator in worldgen. 2019-07-30 16:10:59 +02:00
Acrimon
bc3abdedac Update rand, log and scan_fmt 2019-07-29 13:42:26 +00:00
timokoesters
e58a14a340
Update most dependencies 2019-07-28 22:47:23 +02:00
Piotr Korgól
69dcd3ddef Get EXP for killing NPCs and Players, properly show EXP bar 2019-07-26 20:51:40 +02:00
Acrimon
81689b694a Some other stuff I missed to commit. (Hooked into server-cli) 2019-07-24 02:20:35 +02:00
Jessie Mancer
097fa1f588 fix spawn command placement to be random to improve AI responsivity and not spawn directly on player 2019-07-21 18:22:13 +00:00
Songtronix
59278405ef add configurable TimeOfDay 2019-07-17 18:32:02 +02:00
Songtronix
92e3ff4a34 add customizable port and worldseed 2019-07-17 18:32:00 +02:00
Acrimon
aba35c50f0 Update uvth in lockfile. 2019-07-15 22:11:18 +02:00
Acrimon
9ddacc5b82 Fixed some misses. 2019-07-12 20:51:22 +02:00
Acrimon
c48d252e4f Switched threadpool impl for veloren/server. 2019-07-12 18:30:15 +02:00
Songtronix
fec7b5530a fmt 2019-07-07 16:16:07 +02:00
Songtronix
f9369fc671 Fix rebasing issues 2019-07-07 16:16:07 +02:00
Songtronix
5259e9ac24 Add Linux support 2019-07-07 16:16:06 +02:00