Marcel Märtens
34c5682485
fmt and prepare a better unit-test framework for pyhiscs run tests
...
Note: i added an if to check that we dont divide by 0 in revert_fak
2023-03-09 19:07:51 +01:00
Marcel Märtens
2d73375ff3
simplify the 0.1 scenario by using coth and acoth, not that coth is 1/tanh and acoth is atanh(1/x)
2023-03-09 19:07:51 +01:00
Marcel Märtens
3cd99b4711
This commit contains a wrong solution for the 0.1 problem before we knew of coth function
...
- fix the 0.1 speed problem that we went to low, but still havent solve the -0.1 acceleration problem
2023-03-09 19:07:51 +01:00
Marcel Märtens
597fc1b147
working on 0 and negative numbers
2023-03-09 19:07:51 +01:00
Marcel Märtens
fa14d96428
solved the old distance part by removing the dt path
2023-03-09 19:07:51 +01:00
Marcel Märtens
ccf9fdf9a7
have a first constant formular for pos but cant get dist from it so far
2023-03-09 19:07:50 +01:00
Marcel Märtens
aa68bd6c9f
got vel to be constant, NOICE
2023-03-09 19:07:50 +01:00
Marcel Märtens
1b5db351d2
wrong frictionmodel, prepare for a force based test
2023-03-09 19:07:50 +01:00
Marcel Märtens
2b469115eb
add a unittest for physics testing
2023-03-09 19:07:50 +01:00
Marcel
9396fa9741
Merge branch 'Thegaming_Life/replacing_all_map2_with_RECT_SIZE_with_cpos_to_wpos_and_wpos_to_cpos' into 'master'
...
replaced CHUNK_SIZE by RECT_SIZE everywhere, and change the use (and remove...
See merge request veloren/veloren!3807
2023-03-06 21:03:35 +00:00
Thegaming Life
5ddc55be52
replaced CHUNK_SIZE by RECT_SIZE everywhere, and change the use (and remove...
2023-03-06 21:03:35 +00:00
Monty Marz
9a025cfcc8
More spot features
2023-03-03 23:21:37 +00:00
Thegaming Life
acbb7ccba9
Changed the chunk size to constant
2023-02-28 10:00:53 +00:00
flo
98e93d1a1c
spawn and loot tweaks, tursus and werewolf anims
2023-02-22 01:32:05 +00:00
flo
bf81ffc029
frost_gigas
2023-02-15 00:10:37 +00:00
Christof Petig
968e4b721c
Merge branch 'floppy-bird_medium_2' into 'master'
...
bird_medium_2
See merge request veloren/veloren!3706
2023-02-14 23:17:20 +00:00
flo
0531b40fae
bird_medium_2
2023-02-14 23:17:20 +00:00
Cat Stevens
e19a497989
Don't require 10 energy for climbing
...
The infinite climb bug should be fixed by !3792
(Refactor energy and poise regen), so we
can safely remove the need for the
character to have at least 10 energy to
climb.
The minimum energy needed to start climbing is
now 1 energy.
This was suggested by James M#8698.
2023-02-13 21:23:25 -05:00
Marcel
ea15cdcfe3
Merge branch 'james/sitting-stamina-regen' into 'master'
...
Refactor energy and poise regen
See merge request veloren/veloren!3792
2023-02-07 18:02:27 +00:00
James Melkonian
21a2a4ac46
Refactor energy and poise regen
2023-02-07 18:02:26 +00:00
James Melkonian
87f5a3345d
Fix sword sfx
2023-02-07 16:57:22 +00:00
flo666
d219cdd97c
spawns & hitboxes
2023-01-31 20:34:41 +01:00
flo666
9c09000256
- change bristlemane to bristleback
...
- axebeak tweaks
2023-01-31 20:34:41 +01:00
flo666
e109f5c377
axebeak, tursus
2023-01-31 20:34:40 +01:00
flo666
75bfbff2c3
bristlemane
2023-01-31 20:34:40 +01:00
flo666
271b80b832
seal
2023-01-31 20:34:40 +01:00
Marcel
c165d28e7d
Merge branch 'wyvern_wings' into 'master'
...
wyverns
See merge request veloren/veloren!3720
2023-01-28 21:25:17 +00:00
flo
5e1fd02095
wyverns
2023-01-28 21:25:17 +00:00
Ellen Sun
d774319cf0
cleanup and fixes + added change to CHANGELOG.md
2023-01-27 20:32:41 -05:00
Ellen Sun
74cb514094
move client commands to voxygen + add Admin to be shared with client for permissions + unit test for alphabetical server command
2023-01-27 20:31:56 -05:00
Ellen Sun
361e5204e3
added levenshtein for most similar string and words starting with what user entered + check permissions + added clientside commands to /help
2023-01-27 20:31:56 -05:00
poggly
75ccd65ec6
initial commit, todo comment and realphabetized ServerChatCommand enum
2023-01-27 20:31:56 -05:00
Corvella
dcd3fb2077
Correctly apply LoD distance setting and improve documentation on projectile fixes
2023-01-26 14:27:59 +00:00
Joshua Barretto
88ac238121
Merge branch 'joedonofry/dropped_lantern_glow' into 'master'
...
Add glow to dropped lanterns
See merge request veloren/veloren!3772
2023-01-23 16:13:43 +00:00
Joseph Donofry
74ee861dde
Add glow to dropped lanterns
2023-01-23 16:13:43 +00:00
Isse
4fdcbeeb71
Update dot_vox dependency
2023-01-22 18:00:39 +01:00
Avi Weinstock
aba6f6654e
Add a new particle mode for potion sickness.
2023-01-19 15:06:14 -05:00
Avi Weinstock
dc6e61983c
Make potion sickness's healing multiplier only affect potions.
2023-01-19 15:06:13 -05:00
Avi Weinstock
adaf8ef6f4
Add a background to make the buff multiplicities more visible, and show the shortest timer for stackable buffs.
2023-01-19 15:06:13 -05:00
Avi Weinstock
1b00b18a7b
Show buff multiplicities as a number instead of duplicate icons. Add particle effects for the beginning of potion sickness.
2023-01-19 15:06:13 -05:00
Avi Weinstock
a871d3880b
Address MR 3756 review comments.
2023-01-19 15:06:13 -05:00
Avi Weinstock
78845a0d73
Implement potion sickness, which causes diminishing returns on healing from potions.
2023-01-19 15:06:12 -05:00
Joshua Barretto
da9cd79973
Merge branch 'zesterer/canary' into 'master'
...
Added canary asset
See merge request veloren/veloren!3770
2023-01-18 23:02:07 +00:00
Joshua Barretto
63d0c937f0
Removed existing LFS check
2023-01-18 22:31:33 +00:00
Joshua Barretto
44f4dcc6f7
Added canary asset
2023-01-18 22:01:00 +00:00
Nils Ascheuer
21f417dbef
Added Changelog
2023-01-18 14:40:21 +01:00
Nils Ascheuer
f9e1aca045
#1694 Faster Energy Regeneration-acceleration while sitting
2023-01-18 10:44:09 +01:00
Marcel
a537d52f48
Merge branch 'james/fix-bats' into 'master'
...
Make bats easier to combat and fix hitbox scaling bug
See merge request veloren/veloren!3759
2023-01-16 11:34:09 +00:00
Corvella
ef5737360b
Improve Projectile/Entity Hit Detection
2023-01-16 05:58:28 +00:00
James Melkonian
9d31baf500
Make bats easier to combat and fix hitbox scaling bug
2023-01-15 16:25:43 -08:00