181 Commits

Author SHA1 Message Date
timokoesters
b7f35ed0d0
Show join message after selecting a character 2019-07-05 22:16:06 +02:00
Piotr Korgól
1cefa53c5e Even more cleanups 2019-07-03 22:46:43 +02:00
Piotr Korgól
24dd56b215 Add block breaking 2019-07-03 21:56:54 +02:00
Piotr Korgól
4ea4a1eee8 Sync CanBuild component, fix /build messages 2019-07-03 21:28:07 +02:00
Piotr Korgól
55c95cc0ed Add CanBuild component, Block placing client messages and build mode command 2019-07-03 21:28:07 +02:00
timokoesters
35b6aec861
Fix warnings and clippy recommendations in common 2019-07-02 15:48:25 +02:00
Piotr Korgól
aec44c4fa6 Add /health command 2019-07-01 20:07:30 +00:00
Songtronix
a2de533cf0 fix warnings from server 2019-07-01 18:49:42 +00:00
Songtronix
c7c488e8c4 Clean server and server-cli 2019-07-01 16:38:19 +00:00
Joshua Barretto
3d2a6632ef 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
Joshua Barretto
8701cbf8bb Only create one block with /solid 2019-07-01 15:38:40 +01:00
Joshua Barretto
62ffdc7c17 fmt 2019-07-01 14:38:45 +01:00
Joshua Barretto
116206527e Fixed chonk memory usage bug, added block manipulation 2019-07-01 14:36:45 +01:00
timokoesters
dc357f424f
Fix death 2019-06-30 22:29:00 +02:00
timokoesters
4b839d80a1
Remove Actor and use Body instead 2019-06-30 18:57:24 +02:00
Joshua Barretto
ef994373a5 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
Cedric Hutchings
426c3d72e6 adding a mut 2019-06-29 18:05:34 -05:00
Cedric Hutchings
efba3ed827 fmt 2019-06-29 17:56:10 -05:00
Cedric Hutchings
94ae1a0849 implement zesterer suggestion 2019-06-29 17:49:56 -05:00
Cedric Hutchings
05c767ecf1 fix player count 2019-06-29 17:16:16 -05:00
Joshua Barretto
23f96fc074 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
timokoesters
5bdea1558a
Fix npc and death bug 2019-06-29 22:43:44 +02:00
timokoesters
c8fadc38f8
Fix double roll bug 2019-06-29 19:49:51 +02:00
Joshua Barretto
5698fd5234 fmt 2019-06-29 16:48:43 +01:00
Joshua Barretto
e47168bcb0 Prevented invalid username usage 2019-06-29 16:48:43 +01:00
timokoesters
f93eaa7dbb
Remove animation syncing (does not fix any known bug) 2019-06-29 17:09:38 +02:00
timokoesters
0cbb43ccb4
Rename /who to /players and fmt 2019-06-29 14:05:30 +02:00
Thomas JULLIEN
25cef55e0a
command to show the online players 2019-06-29 14:02:44 +02:00
timokoesters
7381c6ed91
Clean up ecs actor body components 2019-06-29 01:49:33 +02:00
Piotr Korgól
faca8a413e Fix spawning few entities at once 2019-06-28 18:58:47 +02:00
Piotr Korgól
b12f82b48a Prevent text clients from gaining position 2019-06-28 16:22:25 +02:00
Joshua Barretto
9928617d2f fmt 2019-06-26 19:14:12 +01:00
Joshua Barretto
7a18eff9da Added longer day/night cycle, /time command 2019-06-26 19:14:12 +01:00
Joshua Barretto
de241973f7 Above-ground spawn point, better figure dt scaling 2019-06-26 11:53:43 +01:00
Imbris
bd057e360a circular view distance 2019-06-23 15:49:15 -04:00
timokoesters
f2d5faab8f
Don't sync animations, just sync components used to construct them 2019-06-16 19:59:15 +02:00
timokoesters
80e95e2e6c
Add pub use phys:: and remove most pub mods 2019-06-16 19:59:12 +02:00
timokoesters
f5a2dcb98e
Revamp control system 2019-06-16 19:57:03 +02:00
liids
914d897b38 small fixes 2019-06-15 17:23:53 +02:00
liids
e13f57979f make it more laconic 2019-06-15 15:42:39 +02:00
liids
e4e6cbb995 fix formatting 2019-06-15 14:55:06 +02:00
liids
847bcbee88 make minimum spawn amount higher than 0 2019-06-15 14:30:05 +02:00
liids
dcce12e5ce fix formatting 2019-06-15 13:48:14 +02:00
liids
883d66f166 fix negative spawn amounts 2019-06-15 11:32:07 +02:00
liids
928c613794 make amount optional 2019-06-15 10:22:36 +02:00
liids
c2d0f17f92 Merge all spawn commands into one 2019-06-15 09:56:27 +02:00
Cody
68d3642b3a 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
Joshua Barretto
fa66095742 Added dynamic fog growth 2019-06-05 20:52:51 +01:00
Joshua Barretto
672275633c Reduced threadpool threads to keep render thread smooth 2019-06-05 20:52:51 +01:00
Forest Anderson
7235e5fe7c Merge branch 'randomized-npc-names' into 'master'
Added randomized NPC names veloren/veloren#133

Closes #133

See merge request veloren/veloren!207
2019-06-04 05:23:25 +00:00