Commit Graph

2234 Commits

Author SHA1 Message Date
ccc7cb2976 Ran rustfmt 2019-07-12 21:29:16 +02:00
69537f7dd9 Switched threadpool impl for veloren/server. 2019-07-12 18:30:15 +02:00
c2a11ed6b2 Improved worldgen performance with more precise z bound checks 2019-07-08 15:51:38 +01:00
0236e2e8f2 Show join message after selecting a character 2019-07-05 22:16:06 +02:00
1f381cd99b Even more cleanups 2019-07-03 22:46:43 +02:00
42a4cc8095 Add block breaking 2019-07-03 21:56:54 +02:00
7f08377001 Sync CanBuild component, fix /build messages 2019-07-03 21:28:07 +02:00
bf748ae742 Add CanBuild component, Block placing client messages and build mode command 2019-07-03 21:28:07 +02:00
f5da167ce5 Fix warnings and clippy recommendations in common 2019-07-02 15:48:25 +02:00
a66dc9a24f Add /health command 2019-07-01 20:07:30 +00:00
ea340ddac7 fix warnings from server 2019-07-01 18:49:42 +00:00
1ee65a66cf Clean server and server-cli 2019-07-01 16:38:19 +00:00
631df59083 Merge branch 'zesterer/small-fixes' into 'master'
Fixed chonk memory usage bug, added block manipulation

See merge request veloren/veloren!278
2019-07-01 15:22:04 +00:00
a55bbca6e3 Only create one block with /solid 2019-07-01 15:38:40 +01:00
489f5f6b2a fmt 2019-07-01 14:38:45 +01:00
c8a2e4722c Fixed chonk memory usage bug, added block manipulation 2019-07-01 14:36:45 +01:00
370e7db1ee Fix death 2019-06-30 22:29:00 +02:00
14400f6380 Remove Actor and use Body instead 2019-06-30 18:57:24 +02:00
b1a7a61d77 Merge branch 'snok-online-players-cmd' into 'master'
Snok: Show online players cmd

See merge request veloren/veloren!264
2019-06-29 22:16:27 +00:00
6bda6e2025 adding a mut 2019-06-29 18:05:34 -05:00
5c19ddb06c fmt 2019-06-29 17:56:10 -05:00
0bc6b64002 implement zesterer suggestion 2019-06-29 17:49:56 -05:00
af0358c7c8 fix player count 2019-06-29 17:16:16 -05:00
f1ba97ae7a Merge branch 'timo-rolling-fix' into 'master'
Rolling bugs + NPC bugs + "Impossible" bug

See merge request veloren/veloren!265
2019-06-29 21:47:05 +00:00
d235374d8e Fix npc and death bug 2019-06-29 22:43:44 +02:00
c80351f6ca Fix double roll bug 2019-06-29 19:49:51 +02:00
324de39bfe fmt 2019-06-29 16:48:43 +01:00
0c918c835f Prevented invalid username usage 2019-06-29 16:48:43 +01:00
b0ea959f67 Remove animation syncing (does not fix any known bug) 2019-06-29 17:09:38 +02:00
6289a097a5 Rename /who to /players and fmt 2019-06-29 14:05:30 +02:00
7182257214 command to show the online players 2019-06-29 14:02:44 +02:00
fe6f627d42 Clean up ecs actor body components 2019-06-29 01:49:33 +02:00
44862d0acc Fix spawning few entities at once 2019-06-28 18:58:47 +02:00
888faadfab Prevent text clients from gaining position 2019-06-28 16:22:25 +02:00
f781aca8e9 fmt 2019-06-26 19:14:12 +01:00
9279611d6d Added longer day/night cycle, /time command 2019-06-26 19:14:12 +01:00
692fa3f28d Above-ground spawn point, better figure dt scaling 2019-06-26 11:53:43 +01:00
16e5b6bafd circular view distance 2019-06-23 15:49:15 -04:00
f0e6e76423 Don't sync animations, just sync components used to construct them 2019-06-16 19:59:15 +02:00
7deb3da1af Add pub use phys:: and remove most pub mods 2019-06-16 19:59:12 +02:00
69cb2ed84f Revamp control system 2019-06-16 19:57:03 +02:00
e670f9b126 small fixes 2019-06-15 17:23:53 +02:00
bcf7127736 make it more laconic 2019-06-15 15:42:39 +02:00
6670c2b8fa fix formatting 2019-06-15 14:55:06 +02:00
8b2b931c17 make minimum spawn amount higher than 0 2019-06-15 14:30:05 +02:00
f726d755b7 fix formatting 2019-06-15 13:48:14 +02:00
cca41a3333 fix negative spawn amounts 2019-06-15 11:32:07 +02:00
2cc2a36be2 make amount optional 2019-06-15 10:22:36 +02:00
c859371ddb Merge all spawn commands into one 2019-06-15 09:56:27 +02:00
14ac5babd4 Removes most unused imports; changes some unused variables to underscores or provides a leading underscore; removes some unnecessary variables and mutable declarations; and performs other miscellaneous warning fixes. 2019-06-06 14:48:41 +00:00