Commit Graph

57 Commits

Author SHA1 Message Date
eba1d309b6 Fix incorrect namespace of OsuPerformanceCalculator 2018-05-17 16:58:22 +09:00
c1d9fcc140 Make OsuPerformanceCalculator use the new hitresult namings 2018-05-16 12:46:31 +09:00
995fda9b6f Move base classes to osu.Game.Rulesets.Difficulty namespace 2018-05-15 17:38:08 +09:00
10e2f74538 Port osu-performance HD AR fix 2018-05-15 11:53:11 +09:00
a81921118d Strip whitespaces 2018-05-14 11:54:11 +09:00
ce6b4cc2d3 Add more attributes to OsuPerformanceCalculator's output 2018-05-14 11:15:37 +09:00
e1b8a1589b Fix TimeRate not being considered for performance calculation 2018-05-14 11:15:14 +09:00
f6df704deb Merge branch 'master' into diffcalc-fixes 2018-05-12 22:16:20 +09:00
416ed72597 Port osu-performance changes into OsuPerformanceCalculator 2018-05-12 15:46:25 +09:00
a337248999 Fix incorrect count 2018-05-11 22:06:16 +09:00
224f1a0810 Fix incorrect osu! difficulty calculator combo count 2018-05-11 21:49:16 +09:00
03a5df84c6 Initial rework of beatmap conversion process 2018-04-19 22:04:12 +09:00
66b3b295e7 Use IBeatmap wherever possible 2018-04-19 20:44:38 +09:00
32a74f95a5 Normalize all the line endings 2018-04-13 18:26:38 +09:00
04f5563238 Match HP drain harshness closer to stable
Based on number of misses before fail on two arbitrary tests. Obviously not final, just making the game more playable for the time being.
2018-03-07 19:37:26 +09:00
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
ccb69d16d9 move HitResult in Scoring namespace to replace HitCount 2017-12-30 21:23:18 +01:00
138d78309f add HitCount enum and replace string usage with enum 2017-12-30 18:07:30 +01:00
6a29f6020a Make HitObjects construct nested hit objects 2017-12-22 21:42:54 +09:00
f807d26cae Use ranked property of mods rather than checking for individual mods 2017-11-28 21:46:13 +09:00
f9ad4b6acb Make categoryDifficulties return doubles to improve decimal accuracy 2017-11-21 19:55:09 +09:00
decee415dd Calculate real AR based on PreEmpt time 2017-11-21 19:54:08 +09:00
bf44b3d0ef Cleanups 2017-11-17 16:54:50 +09:00
1e023f0419 Implement PerformanceCalculator testcase 2017-11-17 14:37:19 +09:00
ad685bd919 Merge branch 'master' into sliderbouncers 2017-10-22 14:12:03 +09:00
5d5ea5fb2e Fix all remaining db structure issues 2017-10-19 14:05:11 +09:00
887aa7496b Rework EF Core usage in model classes 2017-10-06 00:23:26 +03:00
6a4198d0d6 Initial EF Core commit 2017-10-04 22:52:12 +03:00
cfb1804aa1 address review 2017-09-27 11:28:44 -04:00
4e8944de04 fix maps ending early 2017-09-26 22:54:33 -04:00
8ccbc07dec Remove unnecessary constructor 2017-09-15 20:54:46 +09:00
e146bcacf1 Make BasePortion and ComboPortion constants 2017-09-13 16:13:27 +09:00
ba3e44cd71 Simplify standardized scoring to BasePortion (raw scoring) + ComboPortion (highest combo) 2017-09-13 15:17:32 +09:00
b5f48c2368 Add storeResults as a parameter to Reset
Whether to store the current state of the ScoreProcessor for future use.
2017-09-12 22:27:27 +09:00
2e0218f388 Move AllObjectsJudged into ScoreProcessor as AllJudged
Changes to OsuScoreProcessor were required to make sure that ticks and slider heads weren't ignored.
2017-09-12 22:01:08 +09:00
cc6bb81a73 Reimplement Exponential scoring with a simpler and more intuitive calculation
Default for all rulesets for now.
2017-09-12 21:47:09 +09:00
d0774c7bc6 ComputeTargets -> SimulateAutoplay + improve xmldoc 2017-09-12 21:16:47 +09:00
abab2a4878 Revamp score processing to once more unify scoring methods 2017-09-12 21:05:50 +09:00
0b94939474 Make Accuracy = 1, Health = 1 the default for ScoreProcessor 2017-09-12 20:53:26 +09:00
0cc443e618 Remove all generic judgements. 2017-09-06 18:05:51 +09:00
ac8ec31b61 Make judgements able to be "added" plus make everything compile and run. 2017-09-06 17:02:13 +09:00
84c22df3f5 Combine Judgement.HitResults into one. 2017-09-06 17:01:48 +09:00
d69b8d7784 Add basic combo score factor to osu! ruleset 2017-09-05 17:09:58 +09:00
ed0f2a654b Rename variable 2017-09-04 18:51:50 +09:00
c6b226b017 refactor 2017-09-01 15:32:03 -04:00
080bdf808c Merge branch 'master' of https://github.com/Artikash/osu 2017-08-31 21:35:59 -04:00
472710e5db trim whitespace 2017-08-31 21:35:30 -04:00
04596fee61 Update OsuScoreProcessor.cs 2017-08-31 08:26:06 -04:00
af2f45a980 slight edits 2017-08-31 04:44:00 -04:00
cbc35e0cf3 implemented hp 2017-08-31 04:31:48 -04:00