Dean Herbert
|
8cbcdeb665
|
Merge branch 'master' into mania-difficulty
|
2018-03-12 14:07:14 +09:00 |
|
Dean Herbert
|
9f644571ea
|
Merge branch 'master' into mania-difficulty
|
2018-03-12 13:31:48 +09:00 |
|
smoogipoo
|
81186f8423
|
Apply beatmap converter mods in DifficultyCalculator
|
2018-03-12 13:06:42 +09:00 |
|
Dean Herbert
|
1bcda4930e
|
Add back beatmap version set
|
2018-03-12 11:33:12 +09:00 |
|
Dean Herbert
|
217dd2ecdc
|
Initial push for better decoders
|
2018-03-09 21:24:15 +09:00 |
|
Dean Herbert
|
70a16667b6
|
Fix difficulty calculator regression when applying mods
|
2018-03-08 12:57:36 +09:00 |
|
Dean Herbert
|
7b18e8a5ca
|
Merge branch 'master' into fix-taiko-conversion
|
2018-03-06 01:16:47 +09:00 |
|
smoogipoo
|
d44dc1a4f9
|
Fix SliderMultiplier/SliderTickRate parsing inaccuracy
|
2018-03-05 16:01:05 +09:00 |
|
Dean Herbert
|
e46f363fdc
|
Fix failing unit test
|
2018-03-04 22:46:50 +09:00 |
|
Dean Herbert
|
bc0bc8d459
|
Add legacy timing offsets
These have been in release builds since January, but implemented in a hacky way.
This brings them with a sane implementation.
|
2018-03-04 21:57:50 +09:00 |
|
smoogipoo
|
a2c239d5e3
|
Rename to IBeatmapConverter, move to separate file
|
2018-03-02 20:19:47 +09:00 |
|
smoogipoo
|
797d03a65f
|
Implement basic structure for beatmap conversion testing
|
2018-03-02 13:13:00 +09:00 |
|
Dean Herbert
|
b8ea4b11ab
|
Adjust range further
This is not a great idea.
|
2018-03-01 00:39:59 +09:00 |
|
Dean Herbert
|
572d3b1316
|
Move bpm clamping to TimingControlPoint, adjust range to 1-10000bpm
In line with stable editor restrictions
|
2018-02-28 22:53:28 +09:00 |
|
Dean Herbert
|
5b4fef0180
|
Add bare minimum sanity checking of beatmap input values to make broken maps load
Resolves ppy/osu#1988.
|
2018-02-28 18:12:24 +09:00 |
|
Dean Herbert
|
968291c61e
|
Sort hitobjects imported from legacy beatmps
Apaprently some ranked maps contain unordered hitobjects. We probably never want to allow for this.
|
2018-02-28 18:11:28 +09:00 |
|
Dean Herbert
|
6f44db6de0
|
Clamp at DifficultyControlPoint
This is what stable did.
|
2018-02-28 18:10:38 +09:00 |
|
Dan Balasescu
|
34f76a4136
|
Merge branch 'master' into storyboard-improvements
|
2018-02-19 15:40:09 +09:00 |
|
Dean Herbert
|
a7915e7041
|
Fix typo
|
2018-02-19 14:00:48 +09:00 |
|
Dean Herbert
|
21b641b302
|
Give storyboards a BeatmapInfo to reduce weird method calls
Also removes unnecessary background texture (the actual storyboard background spec wasn't implemented correctly anyway).
|
2018-02-16 12:09:23 +09:00 |
|
Dean Herbert
|
1b13be1372
|
Cleanups and xmldoc additions
|
2018-02-15 16:24:14 +09:00 |
|
Dean Herbert
|
8c1d581fb3
|
Fix hiding beatmaps not refreshing correctly
|
2018-02-15 16:15:40 +09:00 |
|
Dean Herbert
|
89cf794f98
|
Add a lower level ConsumableItems implementation
|
2018-02-15 16:15:40 +09:00 |
|
Dean Herbert
|
d3dd31dadb
|
Make deletion and purging logic even more global
|
2018-02-15 14:22:39 +09:00 |
|
Dean Herbert
|
d340509b1d
|
Move ArchiveReaders to a more global namespace
Also moves delete and action logic to a shared implementation
|
2018-02-15 14:22:39 +09:00 |
|
Dean Herbert
|
6ff63c2f0c
|
Move deletion to ArchiveModelImportManager
|
2018-02-15 14:22:39 +09:00 |
|
Dean Herbert
|
d8f84fcca3
|
Give ArchiveReader a filename
|
2018-02-15 14:22:39 +09:00 |
|
Dean Herbert
|
e0d28564d0
|
Move import logic to shared implementation
|
2018-02-15 14:22:39 +09:00 |
|
Dean Herbert
|
86acc84988
|
Apply formatting
|
2018-02-13 20:23:51 +09:00 |
|
Dean Herbert
|
5ecb77fda7
|
Merge remote-tracking branch 'upstream/master' into default-approachrate
|
2018-02-13 20:23:01 +09:00 |
|
Dean Herbert
|
8c42225646
|
Fix outdated xmldoc
|
2018-02-13 15:08:51 +09:00 |
|
Dean Herbert
|
3561326306
|
Remove fixed issue
|
2018-02-13 14:54:46 +09:00 |
|
Dean Herbert
|
e8e093d6f2
|
Fix incorrect xmldoc
|
2018-02-13 14:54:01 +09:00 |
|
Dean Herbert
|
a738664167
|
Add interface for database context factory
|
2018-02-12 23:10:05 +09:00 |
|
Dean Herbert
|
8b37fde15b
|
Only write when writes occur
Also add finaliser logic for safety. Also better threading. Also more cleanup.
|
2018-02-12 19:57:21 +09:00 |
|
Dean Herbert
|
edc3638175
|
DatabaseWriteUsage
|
2018-02-12 17:55:11 +09:00 |
|
Dean Herbert
|
721bb7e4dd
|
Add proper handling for OnlineBeatmapSetID conflicts
Not yet working
|
2018-02-09 21:31:33 +09:00 |
|
Dean Herbert
|
a1513351c0
|
Add missing licence header
|
2018-02-09 20:35:54 +09:00 |
|
Dean Herbert
|
d547caa04e
|
Further improve xmldoc
|
2018-02-09 19:44:17 +09:00 |
|
Dean Herbert
|
867b1b5f65
|
Move public methods up
|
2018-02-09 19:39:02 +09:00 |
|
Dean Herbert
|
c84cb0b33c
|
Fix/add some xmldoc
|
2018-02-09 19:32:28 +09:00 |
|
Dean Herbert
|
db654004b7
|
Move BeatmapManagerWorkingBeatmap to its own file
|
2018-02-09 19:32:18 +09:00 |
|
Dean Herbert
|
fb6dc922c6
|
Reorder file
|
2018-02-09 19:25:55 +09:00 |
|
Dean Herbert
|
c7de79caf6
|
Remove storage class variable
|
2018-02-09 19:24:17 +09:00 |
|
Dean Herbert
|
5e0cb9d4b9
|
Simplify beatmap store retrieval
|
2018-02-09 19:12:29 +09:00 |
|
Dean Herbert
|
a166932468
|
Add deletion test
|
2018-02-09 17:51:29 +09:00 |
|
Dean Herbert
|
3b7018fcd6
|
Simplify beatmap import process
|
2018-02-09 17:22:48 +09:00 |
|
Bang Sunghwan
|
3894622ddc
|
Remove redundant initializing field by default
|
2018-02-09 09:55:02 +09:00 |
|
Bang Sunghwan
|
f20e3ff31d
|
Fix ApproachRate setting only DEFAULT_DIFFICULTY
|
2018-02-09 09:45:43 +09:00 |
|
Bang Sunghwan
|
cc6114b344
|
Fix ApproachRate not inheriting OverallDifficulty when it is undefined
|
2018-02-09 09:31:19 +09:00 |
|