Songtronix
|
b41508f025
|
generalise errors based on zests suggestion
|
2019-07-17 18:32:01 +02:00 |
|
Songtronix
|
b6c8bdc223
|
add configurable max player count
|
2019-07-17 18:32:01 +02:00 |
|
Songtronix
|
bbb024224d
|
add configureable server info
|
2019-07-17 18:32:01 +02:00 |
|
Songtronix
|
1213d9844b
|
add customizable port and worldseed
|
2019-07-17 18:32:00 +02:00 |
|
Acrimon
|
ccc7cb2976
|
Ran rustfmt
|
2019-07-12 21:29:16 +02:00 |
|
Acrimon
|
69537f7dd9
|
Switched threadpool impl for veloren/server.
|
2019-07-12 18:30:15 +02:00 |
|
Joshua Barretto
|
c2a11ed6b2
|
Improved worldgen performance with more precise z bound checks
|
2019-07-08 15:51:38 +01:00 |
|
timokoesters
|
0236e2e8f2
|
Show join message after selecting a character
|
2019-07-05 22:16:06 +02:00 |
|
Piotr Korgól
|
bf748ae742
|
Add CanBuild component, Block placing client messages and build mode command
|
2019-07-03 21:28:07 +02:00 |
|
timokoesters
|
f5da167ce5
|
Fix warnings and clippy recommendations in common
|
2019-07-02 15:48:25 +02:00 |
|
Songtronix
|
1ee65a66cf
|
Clean server and server-cli
|
2019-07-01 16:38:19 +00:00 |
|
Joshua Barretto
|
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 |
|
Joshua Barretto
|
489f5f6b2a
|
fmt
|
2019-07-01 14:38:45 +01:00 |
|
Joshua Barretto
|
c8a2e4722c
|
Fixed chonk memory usage bug, added block manipulation
|
2019-07-01 14:36:45 +01:00 |
|
timokoesters
|
370e7db1ee
|
Fix death
|
2019-06-30 22:29:00 +02:00 |
|
timokoesters
|
14400f6380
|
Remove Actor and use Body instead
|
2019-06-30 18:57:24 +02:00 |
|
Joshua Barretto
|
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 |
|
timokoesters
|
d235374d8e
|
Fix npc and death bug
|
2019-06-29 22:43:44 +02:00 |
|
timokoesters
|
c80351f6ca
|
Fix double roll bug
|
2019-06-29 19:49:51 +02:00 |
|
Joshua Barretto
|
324de39bfe
|
fmt
|
2019-06-29 16:48:43 +01:00 |
|
Joshua Barretto
|
0c918c835f
|
Prevented invalid username usage
|
2019-06-29 16:48:43 +01:00 |
|
timokoesters
|
b0ea959f67
|
Remove animation syncing (does not fix any known bug)
|
2019-06-29 17:09:38 +02:00 |
|
Joshua Barretto
|
692fa3f28d
|
Above-ground spawn point, better figure dt scaling
|
2019-06-26 11:53:43 +01:00 |
|
Imbris
|
16e5b6bafd
|
circular view distance
|
2019-06-23 15:49:15 -04:00 |
|
timokoesters
|
f0e6e76423
|
Don't sync animations, just sync components used to construct them
|
2019-06-16 19:59:15 +02:00 |
|
timokoesters
|
7deb3da1af
|
Add pub use phys:: and remove most pub mod s
|
2019-06-16 19:59:12 +02:00 |
|
timokoesters
|
69cb2ed84f
|
Revamp control system
|
2019-06-16 19:57:03 +02:00 |
|
Cody
|
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 |
|
Joshua Barretto
|
76dca0b0cf
|
Added dynamic fog growth
|
2019-06-05 20:52:51 +01:00 |
|
Joshua Barretto
|
cd630b0816
|
Reduced threadpool threads to keep render thread smooth
|
2019-06-05 20:52:51 +01:00 |
|
Timo Koesters
|
930bc91174
|
Merge branch 'fix-server-info' into 'master'
Add server info and player list to client
See merge request veloren/veloren!197
|
2019-06-02 14:45:41 +00:00 |
|
Cody
|
75ca605f5d
|
Changes the physics misnomer Direction to Orientation and adjusts some ECS read_storage names.
|
2019-05-31 16:36:24 -04:00 |
|
Imbris
|
942096c754
|
Only send physics updates for entities within vd
Former-commit-id: d3307641cd31418bf8b9831296a96d58926184e0
|
2019-05-28 20:47:03 -04:00 |
|
Imbris
|
e3e8afd99b
|
Stop drawing entities outside the vd
Former-commit-id: 34878fb66ec22ac77a7400724b80ad7f8321f4cf
|
2019-05-28 20:47:01 -04:00 |
|
Imbris
|
045f41dae7
|
Use vd setting when creating client
Former-commit-id: b9a32c6b2f1a61a407991507c63ba7d708723410
|
2019-05-28 19:16:06 -04:00 |
|
timokoesters
|
c10a43f541
|
Add server info
Former-commit-id: 9e504c821e871d30f8ac7cd4acb7a8022bdb5710
|
2019-05-28 22:25:46 +02:00 |
|
Joshua Barretto
|
f8e18eef01
|
Merge branch 'fix-delay' into 'master'
Fix attack delay
See merge request veloren/veloren!194
Former-commit-id: 2846e7c2ffe0c35427a9bb7fa0c387fd6374e0c9
|
2019-05-28 20:23:24 +00:00 |
|
timokoesters
|
c96b5c45c3
|
Fix attack delay
Former-commit-id: 28f7a492adcc37cec15e3e3c0d46b6015b27ee04
|
2019-05-28 21:11:29 +02:00 |
|
Forest Anderson
|
2fc4e9a2f8
|
Merge branch 'enemies' into 'master'
Enemies
See merge request veloren/veloren!186
Former-commit-id: f920608508868119aad286cbe45599342dc1942b
|
2019-05-28 19:08:02 +00:00 |
|
Marcel
|
b5b61462ee
|
Merge branch 'event-chat-messages' into 'master'
Event chat messages
See merge request veloren/veloren!188
Former-commit-id: 5701dd41f52f76ee5733a3580da9fab59dc539e7
|
2019-05-28 10:45:24 +00:00 |
|
timokoesters
|
2fc82dcf5e
|
Fix singleplayer crash
Former-commit-id: afbcdfe2024befbd5a225db049ce2f9a761e6df6
|
2019-05-28 00:07:39 +02:00 |
|
timokoesters
|
d075d7874b
|
Remove unwrap
Former-commit-id: 68d26e366450010d1455c7662dc283cc0e0d9380
|
2019-05-27 22:41:19 +02:00 |
|
timokoesters
|
2008400169
|
Implement killer name in chat
Former-commit-id: 5aa87529179a684d5675c33e4001806aa2040802
|
2019-05-27 21:47:19 +02:00 |
|
timokoesters
|
a6439984be
|
Add connect, disconnect and kill messages
Former-commit-id: c25f6fb0b594e5d61a965447359536ca17173aa7
|
2019-05-27 19:45:43 +02:00 |
|
Joshua Barretto
|
baf740a289
|
Added enemies
Former-commit-id: 2c07c9e52a7cbfb85508e7098c528bddd9b12997
|
2019-05-27 12:18:14 +01:00 |
|
timokoesters
|
74761b7f9c
|
Fix velocity while dead on client
Former-commit-id: e308e1b8848a38fd9fd776ddd8acb81e145429a6
|
2019-05-26 20:34:18 +02:00 |
|
timokoesters
|
2c57d898ed
|
Fix missing gliding animation
Former-commit-id: 211f285153271cad79bfdc7aa9e33608c766345d
|
2019-05-26 19:24:44 +02:00 |
|
timokoesters
|
a7faa82aad
|
Fix invisibility
Former-commit-id: daeed655d2af1d990eee5d03df22b8a9bcbdf011
|
2019-05-26 18:01:55 +02:00 |
|
timokoesters
|
4ebf2e13a5
|
Fix wolf red and dead velocity
Former-commit-id: 2d59c545d3a101e630f56cc0c96d8579508dd99d
|
2019-05-26 17:34:00 +02:00 |
|
timokoesters
|
64b00f41f4
|
Fix invisible chars
Former-commit-id: cbb93e0511100b9b66f9ea22451c99a69b50b19c
|
2019-05-26 16:04:44 +02:00 |
|