jshipsey
6f294e8663
cleanup 4
2020-11-04 01:48:05 +01:00
unknown
8bb0592f9c
starting to wire in new wield setup for bipedlarge
2020-11-04 01:48:05 +01:00
jshipsey
770db614d3
setup for axe/bow wield
2020-11-04 01:48:05 +01:00
jshipsey
021f7478f5
setup for staff, more anim conversions
2020-11-04 01:48:05 +01:00
Snowram
d4c2ebedf6
Bones scaling cleanup
2020-11-04 01:48:05 +01:00
jshipsey
39a2fd6e5a
starting to wire in new wield setup
2020-11-04 01:48:05 +01:00
Snowram
95285d05d0
More new style keyframe translation
2020-11-04 01:48:05 +01:00
jshipsey
030c8730c8
cleanup 3
2020-11-04 01:48:05 +01:00
jshipsey
85f1a3bf5a
cleanup 2
2020-11-04 01:48:05 +01:00
jshipsey
c2804a0805
adjust skeleton_attr to s_a
2020-11-04 01:48:05 +01:00
Snowram
988b99592f
More new style keyframe translation
2020-11-04 01:48:04 +01:00
jshipsey
41330a7db0
start cleanup
2020-11-04 01:48:04 +01:00
Snowram
fbcd5fcb06
Convert some animations to new style keyframes
2020-11-04 01:48:04 +01:00
Joshua Barretto
de99675226
Merge branch 'zesterer/let-there-be-flight' into 'master'
...
Implemented Flight
See merge request veloren/veloren!1479
2020-11-03 22:46:07 +00:00
Joshua Barretto
058541d1a3
Implemented Flight
2020-11-03 22:46:07 +00:00
Marcel
c3c9047658
Merge branch 'xMAC94x/netfixD' into 'master'
...
xMAC94x/netfixD
See merge request veloren/veloren!1444
2020-11-03 13:07:33 +00:00
Marcel Märtens
e24f908280
Undo one Componenet per Stream
and instead use Client
.
...
In order to keep the performance we made it Internal Mutability and use a `Mutex` per Stream, till `Stream.send` is no longer `&mut self`.
The old solution didn't rely on this, but needed multiple Components instead which zest didn't liked
2020-11-03 08:56:08 +01:00
Marcel Märtens
dc26a6e36f
extract a Presence Component, which is server
only and has state of Player
and Client
. Presence is only valid for Clients that are in game
2020-11-03 08:56:02 +01:00
Marcel Märtens
3efcca88af
Fix an error that a failed initialization of a client lead to a Kill of the gameserver. Instead we just log a msg now.
2020-11-03 08:55:56 +01:00
Marcel Märtens
93451d12ed
Fix clients are disconnecting GRACEFULLY by removing the Disconnect Request from a client, a client now sends a TERMINATE message directly
2020-11-03 08:55:54 +01:00
Marcel Märtens
50ac07c752
review:
...
- fix wording in error msg
- find better name for structs
- unify errors and cleanup code with `(|| {foo?; Some(())})()` pattern
- fix the negative PlayersOnline, it was caused by having a gracefull shutdown AND a timeout error. we now unregister the client when he issues TERMINATE
2020-11-03 08:55:51 +01:00
Marcel Märtens
b11ee10b9c
implement lazy_msg which only serialize + compress AT MAX ONCE if the same msg is send to multiple participants
2020-11-03 08:55:46 +01:00
Marcel Märtens
cc6f094e8a
remove clippy warnings no longer needed
2020-11-03 08:55:44 +01:00
Marcel Märtens
bfe623fe8d
replace the single message
system with 5 message systems. one per stream to handle less ECS systems PER msg system.
...
As the MAIN message system was already on 25 of the max of 26 possible Ressources
2020-11-03 08:55:42 +01:00
Marcel Märtens
378b769999
working on implementing seperated msg system.
...
Does compile, but only reach connection till character screen.
Full play not yet possible
2020-11-03 08:55:36 +01:00
Marcel Märtens
3cbde52735
remote all streams from Client
and put it directly in the ecs system.
...
This commit does not run compile as the message sys now would requiere 30 imput parameters which is over the max of 26 :/
2020-11-03 08:55:35 +01:00
Samuel Keiffer
f0fc0b60e1
Merge branch 'ubruntu/make-sneak-stealthy' into 'master'
...
Make Sneak Stealthy
See merge request veloren/veloren!1477
2020-11-03 04:09:38 +00:00
ubruntu
40e7fd6c14
Fixed sneak toggle, sneaking no longer has sound, rolling can return to sneaking state, sneaking reduces aggro distance
2020-11-03 04:09:38 +00:00
Monty Marz
8eed7afce8
Merge branch 'Fausk/improved_descriptions' into 'master'
...
fixup improved item descriptions for most items (no swords)
See merge request veloren/veloren!1469
2020-11-02 15:18:33 +00:00
Fausk
8cd4c7bf38
Grammar and length reduction, Lucerne and Pike Hammer swap names for consistency
2020-11-01 13:29:35 -07:00
Kelly Monroe
f9b8cf5fc9
Fixing up further grammar and length issues, Lucerne and Spike Hammer swap names
2020-11-01 13:29:35 -07:00
Fausk
60ac1d2f83
fixup improved item descriptions for most items (no swords)
2020-11-01 13:29:35 -07:00
Samuel Keiffer
b2254b2ffe
Merge branch 'brunt/make-bows-bleed' into 'master'
...
10% of bow hits cause bleed debuff
Closes #817
See merge request veloren/veloren!1470
2020-11-01 18:38:57 +00:00
ubruntu
d84da01a12
10% of bow hits cause bleed debuff
2020-11-01 18:38:57 +00:00
Samuel Keiffer
00cd3c40a5
Merge branch 'sam/sceptre-fix' into 'master'
...
Sceptre fix
See merge request veloren/veloren!1468
2020-10-31 19:05:31 +00:00
Sam
9e16f2ee70
Sceptre fix.
2020-10-31 12:57:51 -05:00
Imbris
9ec29c5465
Merge branch 'bbenton91/add-mount-range-check' into 'master'
...
Fixes #814 . Added range check to mounting
Closes #814
See merge request veloren/veloren!1466
2020-10-31 03:50:00 +00:00
Imbris
2ac3dcb862
Merge branch 'bbenton91/add-range-check-to-block' into 'master'
...
Fixes #815 . Added range check to block pickup
Closes #815
See merge request veloren/veloren!1465
2020-10-31 03:49:59 +00:00
Brad
647f000b0a
Added range check to mounting
2020-10-30 22:34:44 -04:00
Brad
7a698f5fbc
Added range check to block pickup
2020-10-30 19:50:36 -04:00
Joshua Barretto
2755b63fa7
Merge branch 'zesterer/clouds' into 'master'
...
Minor cloud tweaks
See merge request veloren/veloren!1450
2020-10-30 23:18:26 +00:00
Joshua Barretto
6dd5f10ffd
Better minimal clouds
2020-10-30 15:43:51 +00:00
Joshua Barretto
3435d6f1f3
Cloud tweaks
2020-10-30 15:43:51 +00:00
Imbris
9512a395a8
Merge branch 'bbenton91/fix-password-length' into 'master'
...
Changed password scale to allow 34 characters. Fixes issue #743
Closes #743
See merge request veloren/veloren!1464
2020-10-30 02:37:54 +00:00
Imbris
59be1d134b
Merge branch 'imbris/random-fixes' into 'master'
...
Random Fixes 3
See merge request veloren/veloren!1463
2020-10-30 01:52:36 +00:00
Brad
fcb0e788f3
Changed password scale to allow 34 characters
2020-10-29 21:17:31 -04:00
Imbris
d616fdb1b5
Update changelog, address comments, fmt
2020-10-29 19:12:54 -04:00
Imbris
5660cd6961
Allow interacting with nearby blocks without pointing at them, unify selection of block/entity interactors so that only one is select at once, rearrange pickup and mount range consts
2020-10-29 18:40:11 -04:00
Imbris
40ab8c9dad
Only try to connect to the singleplayer server after it has been initialized
2020-10-29 18:30:49 -04:00
Imbris
20c6b171d6
Log where the userdata folder is in binary crates, fix bug where the old
...
path was logged instead of the new path when renaming invalid settings
2020-10-29 18:30:49 -04:00