5520 Commits

Author SHA1 Message Date
Sam
34156f2cfa Fixed audio tests. Added changelog line. 2020-11-05 18:01:46 -06:00
Sam
97b988a747 Roll now gives i-frames. 2020-11-05 16:48:04 -06:00
jshipsey
5ede5e0116 roll anim speedup 2020-11-05 16:40:30 -05:00
Sam
47c442423e Changed roll movement. 2020-11-05 14:22:30 -06:00
Sam
d5bbe761ae Created new fields in roll. Centralized generation of abilities. Added builder function for rolls since they are not yet tied to equipment. 2020-11-05 12:28:18 -06:00
Marcel
0fdbf4a488 Merge branch 'xMAC94x/FeuerzeugBierflasche' into 'master'
xMAC94x/feuerzeugBierflasche

See merge request veloren/veloren!1478
2020-11-05 09:22:50 +00:00
Marcel Märtens
c3669138d7 switch back to cylindric entity <-> entity collision check.
I still doubt why we do cylindric vs cylindric in entity <-> entity check,  but box vs box in entity <-> terrain check.
Though i did a spheric calculation here.
The cylindric one is alot slower though, 500 entities take 1.9s instead of 1.3s
2020-11-05 08:54:10 +01:00
Samuel Keiffer
9b058ffc83 Merge branch 'sam/smol-fixes' into 'master'
Small Fixes 2

See merge request veloren/veloren!1471
2020-11-05 05:19:12 +00:00
Sam
e2c8a0f665 Fixed crash from changes in explosion code. 2020-11-04 22:21:02 -06:00
Sam
90e8b1f504 Addressed comments. 2020-11-04 19:22:08 -06:00
Sam
a9e34739ed Removed Damages struct. Added GroupTarget enum. Changed RadiusEffect to use Effect instead of Daamges. Added Damage variant to Effect Eenum. 2020-11-04 19:22:07 -06:00
Sam
07766a6e6c Energy and health change server events now reference EcsEntity instead of Uid. Added TargetGroup to use to determine targets of effects/damage. Added Entity(TargetGroup, Effect) to RadiusEffect enum. 2020-11-04 19:22:06 -06:00
Sam
e34f5f09e9 Addressed comments. 2020-11-04 19:22:05 -06:00
Sam
be2f376176 Separated out health from stats component. 2020-11-04 19:22:04 -06:00
Sam
0988b97da5 Removed most hardcoded ability keys. 2020-11-04 19:22:02 -06:00
Sam
099933bf2a Added energy change server event. 2020-11-04 19:22:01 -06:00
Sam
b63a13bef1 Changed explosions to take a vec of RadiusEffects. Changed Damage to a struct of DamageSource and value. Added interpolation function to damage. 2020-11-04 19:22:00 -06:00
Marcel
0bba80a402 Merge branch 'TR_translations' into 'master'
Updated translations

See merge request veloren/veloren!1473
2020-11-04 16:13:53 +00:00
TheBoredProgrammer64
7820f1faea Updated translations 2020-11-04 16:13:53 +00:00
Joshua Barretto
870ec8e9f7 Merge branch 'christof/home_town' into 'master'
implement /home to return to home town

See merge request veloren/veloren!1481
2020-11-04 15:58:35 +00:00
Marcel Märtens
7ef1b1f38e put cache in ECS to get rid of allocations 2020-11-04 14:19:28 +01:00
Marcel
0bd88b5504 Merge branch 'xMAC94x/netfixE' into 'master'
keep Presence when possesing

See merge request veloren/veloren!1482
2020-11-04 11:28:12 +00:00
Marcel Märtens
99da3c7150 add metrics for physics sys and implement concurrent physics 2020-11-04 11:53:13 +01:00
Marcel Märtens
7b155d96d3 Improve Phyiscs speed of entity handling.
Before we had accessed velocities in a nested loop O(n²).
Now we copy it only once out of the ECS system and store it in a tmp Vec.
As we no longer need to hold a mut and imutable reference, we can iter of `&mut velocities` again in the outer loop.
Also improved many calculations called in the loop to make the check if 2 entities are to far apart as easy as possible
2020-11-04 11:53:09 +01:00
Marcel Märtens
fe14932f4f keep Presence when possesing 2020-11-04 11:49:05 +01:00
Samuel Keiffer
b47fb506d6 Merge branch 'snowram/newstyle-keyframes' into 'master'
animation small fixes part 1

See merge request veloren/veloren!1445
2020-11-04 04:32:53 +00:00
Snowram
2156701dfd Fix animations regressions for biped_large 2020-11-04 02:12:43 +01:00
jshipsey
ce6592360c manifests 2020-11-04 01:48:06 +01:00
jshipsey
b5c308c53e convert humanoid anims, warnings 2020-11-04 01:48:06 +01:00
Snowram
ad775963c3 More biped_large work 2020-11-04 01:48:05 +01:00
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
Christof Petig
61384aaf0e implement /home to return to home town 2020-11-04 00:55:15 +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