This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-05-27 16:50:08 +08:00
Code
Issues
Releases
Wiki
Activity
53,704
Commits
4
Branches
799
Tags
fc08d77090b6cdd0de9dca93dfe2c3bfb2b85647
Commit Graph
61 Commits
Remove review-specific comment
vun
·
2022-07-22 18:31:59 +08:00
fc08d77090
Fix comments
vun
·
2022-07-22 18:20:35 +08:00
7d4593eb6d
Fix outdated comment
vun
·
2022-07-22 16:31:19 +08:00
6359c1a4fe
Fix and add comments
vun
·
2022-07-22 10:49:53 +08:00
4433f902ea
Implement stateless colour evaluator and required encoding changes
vun
·
2022-07-21 19:15:22 +08:00
e4086b058b
Move TaikoDifficultyHitObject creation back to TaikoDifficultyCalculator
vun
·
2022-07-21 15:45:03 +08:00
7917a60e3c
Share sigmoid, Fix Preprocessor XML
Jay L
·
2022-07-21 10:52:41 +10:00
b7567f7db2
Partial Review changes
Jay L
·
2022-07-20 23:33:38 +10:00
cb63ec282e
Codequality parse
Jay L
·
2022-07-15 21:07:01 +10:00
7e3f62a5a5
Move rhythm preprocessing to its own folder
vun
·
2022-07-14 17:25:21 +08:00
45c055bfa1
Refactor colour encoding to avoid circular dependencies
vun
·
2022-07-14 16:29:23 +08:00
1cb18f8474
TAIKO-6 Tweak encoding and parameters, reduce rhythm weight
vun
·
2022-07-07 16:04:46 +08:00
6660379a0e
Fixed encoding logic, parameter adjustments
vun
·
2022-07-05 17:01:11 +08:00
f6dedc77fb
Implement new colour encoding and evaluator
vun
·
2022-07-05 14:41:40 +08:00
505a24a68e
[WIP] Colour evaluator for new colour encoding
vun
·
2022-06-28 10:38:58 +08:00
cba47f8202
Implement new colour encoding
vun
·
2022-06-25 22:42:56 +08:00
15372267e1
TAIKO-6 Pre-evaluate colour to avoid per-note evaluation
vun
·
2022-06-23 17:10:30 +08:00
f42aac9954
Disablle nullable in TaikoDifficultyHitObjectColour
vun
·
2022-06-19 17:26:11 +08:00
3529514587
Merge remote-tracking branch 'ppy/master' into colour-rework
vun
·
2022-06-19 17:18:05 +08:00
95c43d9384
Parameter tweaks, change repetition interval definition
vun
·
2022-06-19 17:14:31 +08:00
da1d99d5b6
Automated #nullable processing
Dan Balasescu
·
2022-06-17 16:37:17 +09:00
f8830c6850
Merge remote-tracking branch 'ppy/master' into colour-rework
vun
·
2022-06-13 17:29:26 +08:00
319d0aa036
Refactor TaikoDifficultyHitObject creation into the class as a static method
vun
·
2022-06-10 14:58:50 +08:00
2b2150ac04
Rename Position -> Index
Dan Balasescu
·
2022-06-09 18:49:11 +09:00
6d2a2ba7d6
Refactor
Jay L
·
2022-06-09 19:22:55 +10:00
6dbaf0a030
Fix encoding repetition, parameter adjustments
vun
·
2022-06-07 13:30:24 +08:00
fd49a27cf9
Fix logic error, minor stamina changes
vun
·
2022-06-06 16:11:26 +08:00
07d3a7bd2e
Merge branch 'taiko-evaluators' into colour-rework
vun
·
2022-06-06 12:45:48 +08:00
bfada36554
[WIP] Colour rework
vun
·
2022-06-06 12:42:49 +08:00
3dd0c4aec8
Change RepetitionInterval to have max_repetition_interval + 1 when no repetition is found.
vun
·
2022-06-02 18:48:36 +08:00
56a4034c22
Merge remote-tracking branch 'apollo/dho' into colour-rework
vun
·
2022-06-02 18:34:46 +08:00
c9877084c4
Implement mono history in TaikoDifficultyHitObject
vun
·
2022-06-01 05:20:08 +08:00
0a21f7c30d
Pass object position to the object
apollo-dw
·
2022-05-26 19:26:14 +01:00
66a6467403
Working colour encoding
vun
·
2022-05-26 18:04:25 +08:00
1972bdd6c7
Use object list size for object position
apollo-dw
·
2022-05-24 16:30:25 +01:00
30b9e0e7ab
Colour compression preprocessing implementation
vun
·
2022-05-24 17:38:52 +08:00
f01deae428
Update comments
apollo-dw
·
2022-05-23 22:17:29 +01:00
5dbec92d9e
Merge remote-tracking branch 'master/master' into dho
apollo-dw
·
2022-05-23 13:39:04 +01:00
903c4f7b3d
Store hitobject history in the hitobject
apollo-dw
·
2022-05-22 16:26:22 +01:00
26985ca8af
Remove Redundant Detection
Not needed, as nerf is not required anymore and has negative effect.
Jay L
·
2022-05-17 09:10:52 +10:00
f15738fded
Fix n^2 characteristic in taiko diffcalc
smoogipoo
·
2020-09-19 14:52:05 +09:00
847ec8c248
Hopefully fix off-by-one errors
Bartłomiej Dach
·
2020-08-22 22:50:58 +02:00
7c9fae55ad
Fix invalid cref
Bartłomiej Dach
·
2020-08-22 21:27:08 +02:00
5afe9b73d2
Add xmldoc to taiko difficulty calculation code
Bartłomiej Dach
·
2020-08-22 19:44:58 +02:00
a080774799
Reorder members for better readability
Bartłomiej Dach
·
2020-08-22 19:34:49 +02:00
8ace7df0fd
Avoid passing down rhythm list every time
Bartłomiej Dach
·
2020-08-22 19:34:49 +02:00
ec99fcd7ab
Remove superfluous IsRepeat field
Bartłomiej Dach
·
2020-08-18 20:19:58 +02:00
c6a640db55
Remove unnecessary initialiser
Bartłomiej Dach
·
2020-08-18 20:19:58 +02:00
f22050c975
Extract method for marking cheese
Bartłomiej Dach
·
2020-08-18 20:19:58 +02:00
ff44437706
De-nest cheese detection logic
Bartłomiej Dach
·
2020-08-18 20:19:58 +02:00
292d38362c
First
Previous
1
2
Next
Last