c86f000881
Moved closest_line_seg_line_seg to common/systems/src/phys.rs and renamed to closest_points_ls3
2024-02-01 22:34:42 +02:00
646c57501f
make fortitude scale of difference from maximum health
2024-01-21 20:18:19 +00:00
48a79b3e78
haniwa
2024-01-20 17:45:23 +00:00
da08376e9a
Don't stack buffs of the same kind with equal attributes
2024-01-13 18:58:44 +01:00
03e46de748
Merge branch 'imbris/construct-dispatcher-once' into 'master'
...
Only construct specs::Dispatcher once
See merge request veloren/veloren!4239
2024-01-06 02:47:37 +00:00
f6204f9d04
Merge branch 'master' into 'More-potions'
...
# Conflicts:
# CHANGELOG.md
2024-01-04 11:48:30 +00:00
807bd758b7
cargo fmt
2024-01-04 00:30:21 -05:00
6c6b9181a5
Only construct specs::Dispatcher once
...
* use version of shred that has an added SendDispatcher so we can
construct the dispatcher and send it between threads (only State to
remain sendable)
* move closure for adding systems from State::tick to the creation
functions
* this does mean some voxygen systems always run instead of just in the
session state, but that should not cause issues and we can always
configure them to do nothing if needed
2024-01-03 18:11:06 -05:00
551d783cac
Use correct scaling for volume entity collisions
2024-01-02 23:42:14 +01:00
5bd089c56d
Merge branch 'sam/remove-combo-melee' into 'master'
...
Deprecated combo melee character state
See merge request veloren/veloren!4233
2023-12-29 17:29:44 +00:00
0b62898060
Audio fixes and new music
2023-12-29 00:25:08 +00:00
f65d449aa3
Deprecated combo melee character state
2023-12-28 19:02:10 -05:00
8569f30336
review fixes
2023-12-12 19:41:40 +01:00
63e500d3d8
laying and steering animation
2023-12-07 20:08:02 +01:00
5001c4a262
Added swiftness debuffs
2023-11-28 11:41:29 -04:00
db71625226
Merge branch 'master' of gitlab.com:veloren/dev/veloren into More-potions
2023-11-28 10:07:00 -04:00
568d12cdd0
Swiftness potion changes
2023-11-28 10:03:07 -04:00
d05586f08a
fix small precision bug
2023-11-27 21:28:12 +01:00
4456643867
Don't use attacker orientation for calculating melee precision
2023-11-23 00:55:17 +01:00
4e0e94b5c6
Removed spin melee character state
2023-11-16 19:17:38 -05:00
13148bd436
Changed how max precision was calculated to make it more compact.
2023-11-14 18:16:42 -05:00
49756ac37c
Headshots from above are less precise, headshots from below are no longer precise.
2023-11-14 18:07:02 -05:00
17904d9387
crit_power -> precise_power
2023-11-14 18:07:01 -05:00
f47b61d446
Adjusted precision multipliers.
2023-11-14 18:07:00 -05:00
6814ce8134
Addressed review comments.
2023-11-14 18:07:00 -05:00
d3b3bca621
Added precision
2023-11-14 18:06:59 -05:00
3f19c61426
Changed buffs from using hash maps to an enum map and a slot map.
2023-11-12 12:37:28 -05:00
e37f085114
Changed terrain check to use beam position instead of entity position.
2023-11-11 15:17:59 -05:00
22b537a4e5
Fixed CI and incorrect vel
2023-10-21 14:58:13 +01:00
3057d67a1c
Factored out friction_factor code
2023-10-21 13:51:42 +01:00
7589774967
Renamed tether renderer to rope, fixed tether lengths
2023-10-21 13:51:42 +01:00
a5ec81a2ab
Better tether pattern, account for mass
2023-10-21 13:51:41 +01:00
deca7ae258
Finished adding tether graphics
2023-10-21 13:51:40 +01:00
1ac1c900c9
Improved commands, fixed tether orientation
2023-10-21 13:49:04 +01:00
a2253b7a33
Fix crash
2023-10-21 13:49:04 +01:00
a01739af20
Better tethering physics
2023-10-21 13:49:04 +01:00
5a41d7e33e
Added cart, notion of rolling resistance (hacky)
2023-10-21 13:49:04 +01:00
9aa757cd09
Added basic tethering
2023-10-21 13:49:04 +01:00
ef5e37a64d
Converted beam system from spherical shell wedges to quadratic beziers
2023-10-14 21:46:28 -04:00
8a5f237e9c
Frost gigas tweaks
2023-10-08 11:35:01 +00:00
8e95cb944d
cargo fmt after updating new toolchain
2023-10-06 09:13:01 +02:00
cb25a409d5
more clippy fixes in all binaries
2023-10-06 09:12:31 +02:00
882a8d104c
Revert "extended clippy from quality.sh"
...
This reverts commit 30ebb7f2edcf299e4886aa7de6573ef54353a8dd.
2023-10-05 22:00:49 +02:00
df03c92741
extended clippy from quality.sh
2023-10-05 22:00:49 +02:00
394c8892bb
update toolchain to nightly-2023-09-28
2023-10-05 22:00:48 +02:00
9c398cb06d
djust for changes in specs safety refactor
2023-09-24 23:46:59 -04:00
cd98dd5245
Remove unused deps flagged by cargo-machete
2023-09-21 22:59:50 -04:00
0c9a942027
refactor teleporter system and include nearby pets
2023-08-15 12:24:49 +02:00
92ab8dab9a
require interaction to start teleportation
2023-08-15 12:24:49 +02:00
13dbf679c5
review
2023-08-15 11:10:54 +02:00