smoogipoo
|
9128e64c9a
|
Rename OriginalBeatmap back to Beatmap
|
2018-05-07 10:29:38 +09:00 |
|
smoogipoo
|
03a5df84c6
|
Initial rework of beatmap conversion process
|
2018-04-19 22:04:12 +09:00 |
|
smoogipoo
|
66b3b295e7
|
Use IBeatmap wherever possible
|
2018-04-19 20:44:38 +09:00 |
|
tgi74000
|
9b36cf2066
|
Review changes
|
2018-04-16 14:14:40 +02:00 |
|
tgi74000
|
73ba8e1c87
|
CI: remove unused directive
|
2018-04-13 16:10:01 +02:00 |
|
tgi74000
|
b23b0a445b
|
Add support for replay mods
|
2018-04-13 15:41:35 +02:00 |
|
Dean Herbert
|
32a74f95a5
|
Normalize all the line endings
|
2018-04-13 18:26:38 +09:00 |
|
Dean Herbert
|
9f644571ea
|
Merge branch 'master' into mania-difficulty
|
2018-03-12 13:31:48 +09:00 |
|
smoogipoo
|
3cd203699b
|
Apply beatmap converter mods in PerformanceCalculator
|
2018-03-12 13:09:19 +09:00 |
|
smoogipoo
|
e869f7d05b
|
Fix converted frames not getting time values
|
2018-03-01 02:28:15 +09:00 |
|
smoogipoo
|
cf42d5bbd5
|
Remove mostly-unused Score parameter
|
2018-03-01 02:28:14 +09:00 |
|
smoogipoo
|
c9c65cab53
|
CreateReplayFrame -> CreateConvertibleReplayFrame
|
2018-03-01 02:28:14 +09:00 |
|
smoogipoo
|
ab4d7fa46e
|
Remove IScoreParser interface
It's too early for this.
|
2018-03-01 02:28:14 +09:00 |
|
smoogipoo
|
a3c7755ade
|
Implement a conversion process for ReplayFrames
|
2018-03-01 02:28:14 +09:00 |
|
Dean Herbert
|
a0a65abcac
|
Crentalise all import logic
|
2018-02-15 14:22:39 +09:00 |
|
Dean Herbert
|
edc3638175
|
DatabaseWriteUsage
|
2018-02-12 17:55:11 +09:00 |
|
Dean Herbert
|
1cc7c23982
|
Hits -> JudgedHits
|
2018-02-01 18:08:15 +09:00 |
|
smoogipoo
|
379688e2f2
|
Add todo
|
2018-01-17 20:15:17 +09:00 |
|
smoogipoo
|
da22b3ec49
|
No more sorting
|
2018-01-17 20:12:39 +09:00 |
|
smoogipoo
|
a01e46bb68
|
Fix ScoreStore replays not getting users
|
2018-01-17 17:55:55 +09:00 |
|
smoogipoo
|
52b48f2b7e
|
Fix replays not correctly considering negative time diffs
|
2018-01-17 15:23:07 +09:00 |
|
Dean Herbert
|
37d393bca0
|
Update licence headers
|
2018-01-05 20:21:19 +09:00 |
|
Aergwyn
|
ccb69d16d9
|
move HitResult in Scoring namespace to replace HitCount
|
2017-12-30 21:23:18 +01:00 |
|
Aergwyn
|
138d78309f
|
add HitCount enum and replace string usage with enum
|
2017-12-30 18:07:30 +01:00 |
|
smoogipoo
|
a9cc156d7a
|
Merge remote-tracking branch 'origin/master' into performance-calculator
|
2017-11-28 21:38:26 +09:00 |
|
Brayzure
|
782a739370
|
Fix Results Screen After Failing Last Note
Fixes a bug where if you failed on the last hitobject, the AllJudged event will have already been invoked.
|
2017-11-21 23:00:00 -05:00 |
|
smoogipoo
|
f9ad4b6acb
|
Make categoryDifficulties return doubles to improve decimal accuracy
|
2017-11-21 19:55:09 +09:00 |
|
smoogipoo
|
0f8d4a455a
|
Merge remote-tracking branch 'origin/master' into performance-calculator
|
2017-11-21 19:18:06 +09:00 |
|
smoogipoo
|
18b9828c49
|
Merge UpdateFailed and CheckAlternateFailConditions
|
2017-11-21 17:11:07 +09:00 |
|
smoogipoo
|
1b27ce6198
|
Cleanup + renaming
|
2017-11-21 17:09:22 +09:00 |
|
Brayzure
|
6d74fd254c
|
Remove Extraneous Using Statement
- System.Collections.Generic was leftover from a previous attempt
|
2017-11-20 20:25:14 -05:00 |
|
Brayzure
|
da30d76f9b
|
Implement Score Processor Mod Interface
- Add a delegate whenever we want to register an additional fail condition
|
2017-11-20 02:15:29 -05:00 |
|
Brayzure
|
de4d8eb196
|
Implement Sudden Death and Perfect
- Two additional fail conditions
|
2017-11-18 01:28:09 -05:00 |
|
smoogipoo
|
433f4f03a1
|
Actually initialise DifficultyCalculator with mods
|
2017-11-17 20:19:49 +09:00 |
|
smoogipoo
|
bf44b3d0ef
|
Cleanups
|
2017-11-17 16:54:50 +09:00 |
|
smoogipoo
|
1e023f0419
|
Implement PerformanceCalculator testcase
|
2017-11-17 14:37:19 +09:00 |
|
smoogipoo
|
fe00ac7e41
|
Make DrawableHitObject/ScoreProcessor support rewinding
|
2017-11-02 21:21:07 +09:00 |
|
smoogipoo
|
f219b7f9fb
|
Fix bonusScore being stored locally instead of incrementally changing
|
2017-11-02 19:31:30 +09:00 |
|
TocoToucan
|
5107489cda
|
Remove DatabaseBackedStore Reset functions
|
2017-10-25 15:12:14 +03:00 |
|
TocoToucan
|
63fe569afa
|
Remove DatabaseBackedStore Prepare functions
|
2017-10-25 14:53:20 +03:00 |
|
Jacob Odgård Tørring
|
493fe1d621
|
Makes HasFailed private set and removes alreadyFailed
|
2017-10-24 08:34:10 +02:00 |
|
Jacob Odgård Tørring
|
9b54e834d9
|
Implements virtual Failcondition in scoreprocessor and enforces nofail in UpdateFailed
|
2017-10-22 20:32:59 +02:00 |
|
Dean Herbert
|
cd41862e3b
|
Add back transaction support for beatmap importing
|
2017-10-17 15:00:27 +09:00 |
|
Dean Herbert
|
66894d11ea
|
Connection -> context
|
2017-10-17 12:46:29 +09:00 |
|
Dean Herbert
|
7049a73490
|
Remove ValidTypes from databased stored; explicitly expose query methods instead
|
2017-10-16 14:47:33 +09:00 |
|
smoogipoo
|
b83d7cd4df
|
Merge remote-tracking branch 'origin/master' into UselessToucan/EfCore
# Conflicts:
# osu-framework
# osu.Game.Tests/Beatmaps/IO/ImportBeatmapTest.cs
# osu.Game/Beatmaps/BeatmapInfo.cs
# osu.Game/Online/API/Requests/GetBeatmapSetsResponse.cs
|
2017-10-14 12:38:59 +09:00 |
|
Dean Herbert
|
520b806305
|
Merge remote-tracking branch 'upstream/master' into ranks-section
|
2017-10-13 18:49:05 +09:00 |
|
TocoToucan
|
8b01f8671f
|
Merge from ppy/master
|
2017-10-10 21:07:36 +03:00 |
|
TocoToucan
|
6a4198d0d6
|
Initial EF Core commit
|
2017-10-04 22:52:12 +03:00 |
|
EVAST9919
|
c2f487aa3e
|
Add Rank as a property to the Score Processor
|
2017-10-02 05:56:38 +03:00 |
|