MATRIX-feather / osu

Archived ~> https://github.com/MATRIX-feather/LLin
https://osu.ppy.sh
MIT License
67 stars 5 forks source link

可以添加的几个功能 #10

Open PercyDan54 opened 3 years ago

PercyDan54 commented 3 years ago

因为我懒,而且MConfigManager不同步,所以开issue(

MATRIX-feather commented 3 years ago

ok,过会去看看 不同步问题嘛..拉取下来,解决冲突,用不着的不去访问就行( 保存Auto回放还没有打算加入,毕竟stable那边有单独的dance,lazer(mf)这边这直接在mod里选中就行

PercyDan54 commented 3 years ago

ok,过会去看看 不同步问题嘛..拉取下来,解决冲突,用不着的不去访问就行( 保存Auto回放还没有打算加入,毕竟stable那边有单独的dance,lazer(mf)这边这直接在mod里选中就行

因为danser Discord多次有人问能不能保存回放所以(

MATRIX-feather commented 3 years ago

SliderDance在 https://github.com/MATRIX-feather/osu/commit/e81b94ec4474709707689d59201668dde21b3e6d 中添加了 保存Dance回放功能想了想在同一个commit里也加上了。用的另一套实现方式,能解决在Player中按重试会保存多次的问题

PercyDan54 commented 3 years ago

SliderDance在 e81b94e 中添加了 保存Dance回放功能想了想在同一个commit里也加上了。用的另一套实现方式,能解决在Player中按重试会保存多次的问题

我不想动Player,所以就这样了(

MATRIX-feather commented 3 years ago

SliderDance在 e81b94e 中添加了 保存Dance回放功能想了想在同一个commit里也加上了。用的另一套实现方式,能解决在Player中按重试会保存多次的问题

我不想动Player,所以就这样了(

_

PercyDan54 commented 2 years ago

Slider dance又抄了一下,虽然效果不是很好,但是和osufx一样了 而且不用Math.Clamp了( https://github.com/PercyDan54/osu/commit/cd1813b2dbeca4c027649f0390192120e0822bf5

MATRIX-feather commented 2 years ago

ok, 过会去更新一下

PercyDan54 commented 2 years ago

https://github.com/PercyDan54/osu/commit/b288189748c2e39ff06bcdb301a64d34e316ff7e 虽然我也看不懂,但是抄来的效果还不错( https://github.com/Wieku/danser-go/blob/dev/app/dance/movers/momentum.go#L60

MATRIX-feather commented 2 years ago

先后在两个commit里更新了第四和第五项: https://github.com/MATRIX-feather/osu/commit/759cddc8ec217923e01e8551ffca42662920e88f https://github.com/MATRIX-feather/osu/commit/7d4ffc51443b2ce9cfff3bdd187cbe8d0851de3f

PercyDan54 commented 2 years ago

https://github.com/PercyDan54/osu/commit/892de1c8611f0162e7f2a705f3a553017ede53b2

PercyDan54 commented 2 years ago

https://github.com/PercyDan54/osu/commit/fff7c7e6d8e11e9f4f67a6303644e9f29cbe8035 https://github.com/PercyDan54/osu/commit/b3f2db5d3a01942fd040262984411ae468736749

MATRIX-feather commented 2 years ago

https://github.com/MATRIX-feather/osu/commit/f7be8750176eec34b3ef456a52e2ea9f72e2aef0

https://github.com/MATRIX-feather/osu/blob/f7be8750176eec34b3ef456a52e2ea9f72e2aef0/osu.Game.Rulesets.Osu/UI/OsuSettingsSubsection.cs#L146-L147

QQ图片20210808202502

PercyDan54 commented 2 years ago

f7be875

https://github.com/MATRIX-feather/osu/blob/f7be8750176eec34b3ef456a52e2ea9f72e2aef0/osu.Game.Rulesets.Osu/UI/OsuSettingsSubsection.cs#L146-L147

QQ图片20210808202502

因为上游也无翻译 https://github.com/Wieku/danser-go/blob/dev/app/settings/dance.go#L45-L56

PercyDan54 commented 2 years ago

https://github.com/PercyDan54/osu/commit/bd5dc451cb70284c66a495d3f543d3eebc4df92c https://github.com/PercyDan54/osu/commit/052794582fe8aa66c36ee209ce76c774d1e7cac7

MATRIX-feather commented 2 years ago

https://github.com/MATRIX-feather/osu/commit/fa54a6d85161b6d01f6631c79782f9fbfcfdc2c4 https://github.com/MATRIX-feather/osu/commit/f21d9a70c194d12d29af4db824d20fb1f7e53495

PercyDan54 commented 2 years ago

fa54a6d f21d9a7

https://github.com/PercyDan54/osu/commit/1787ed87e63a260b2c8f5959930626e749eda5dd 对比了下stable才发现有bug。。。顺便修了热重载