smoogipoo
|
e360985d73
|
Replace variables into the entire line
|
2018-08-14 18:15:09 +09:00 |
|
smoogipoo
|
b8824a41b5
|
Fix certain control points not being replaced
|
2018-08-14 11:44:53 +09:00 |
|
Dean Herbert
|
da8fc0ee5d
|
ToLower -> ToLowerInvariant
|
2018-07-25 07:37:05 +02:00 |
|
smoogipoo
|
c087a73f40
|
Implement per-hitobject custom sample banks
|
2018-07-20 15:12:44 +09:00 |
|
Dean Herbert
|
84c13174d9
|
Merge branch 'master' into use-has-flags
|
2018-07-17 03:50:40 +09:00 |
|
morguldir
|
fc77e01ba9
|
Fix formatting, make StripComments protected
Don't strip comments when calling ParseLine
|
2018-07-16 16:35:55 +02:00 |
|
Dean Herbert
|
98cddc0c04
|
Fix some legacy cases
|
2018-07-16 16:26:37 +09:00 |
|
Dean Herbert
|
dbc538abbe
|
Use Enum.HasFlag
With .NET core 2.0+ this is as efficient as the ugly code we've been using.
|
2018-07-16 16:18:46 +09:00 |
|
morguldir
|
429306aa87
|
Fix casing, use ordinal string comparison when stripping comments
|
2018-07-16 01:54:20 +02:00 |
|
morguldir
|
87a4bf3d92
|
Remove using directive for regex in LegacyDecoder
|
2018-07-16 01:08:30 +02:00 |
|
morguldir
|
6c861a1638
|
Strip comments from everything except metadata
|
2018-07-16 01:04:41 +02:00 |
|
Criminalllz
|
a9f8c2acb8
|
Use Regex to only care about colors and commas when parsing a color.
|
2018-07-12 20:36:57 +02:00 |
|
Dean Herbert
|
ba258b8a05
|
Fix lack of fallback logic for custom bank samples
Closes #2966.
---
Was causing some beatmaps to not play all of their hitsounds
|
2018-07-10 02:56:22 +09:00 |
|
Dean Herbert
|
44aecdc3a0
|
Rename method to EquivalentTo
|
2018-07-05 15:00:02 +09:00 |
|
smoogipoo
|
b664d3ef81
|
Fix time being a part of controlpoint change comparisons
|
2018-07-02 13:34:25 +09:00 |
|
smoogipoo
|
94f1b2eeb8
|
Only custom sample banks > 1 modify the filename
|
2018-06-28 18:29:17 +09:00 |
|
smoogipoo
|
3a9a82c80c
|
Add back legacy custom sample banks
|
2018-06-28 18:29:12 +09:00 |
|
smoogipoo
|
2882981f9c
|
Implement and use equality comparers for ControlPoint
|
2018-06-28 18:28:59 +09:00 |
|
Dean Herbert
|
955a78e76d
|
Remove OnlineBeatmapSetID from BeatmapInfo
It should now be retrieved via the linked BeatmapSetInfo
|
2018-06-08 15:26:27 +09:00 |
|
Dean Herbert
|
8220e0c79a
|
Remove OnlineBeatmapSetID from BeatmapMetadata
|
2018-06-08 12:46:34 +09:00 |
|
smoogipoo
|
8ae2a3696f
|
Apply platform universal offset at player level
|
2018-05-28 03:31:46 +09:00 |
|
smoogipoo
|
0f817d18d4
|
Add explanatory comment
|
2018-05-16 13:59:51 +09:00 |
|
smoogipoo
|
cf44357bdb
|
Use a stable sort for hitobjects
|
2018-05-16 13:30:48 +09:00 |
|
Adonais Romero González
|
06c6f55995
|
Apply offset to end times on legacy converter
|
2018-04-30 00:43:32 -07:00 |
|
Dean Herbert
|
b16e25c3e9
|
Add error handling on a per-line level in LegacyDecoder
Resolves #2306.
|
2018-04-20 18:32:24 +09:00 |
|
Dean Herbert
|
32a74f95a5
|
Normalize all the line endings
|
2018-04-13 18:26:38 +09:00 |
|
Dean Herbert
|
ddba7254ca
|
Merge remote-tracking branch 'upstream/master' into linq
|
2018-04-03 13:05:08 +09:00 |
|
smoogipoo
|
fd9480cfb6
|
Handle timingpoint FormatException
|
2018-04-02 20:08:40 +09:00 |
|
smoogipoo
|
d24d81d8a9
|
De-pluralize some methods
|
2018-04-02 20:07:18 +09:00 |
|
Huo Yaoyuan
|
b842f682eb
|
Use Linq.Append and Prepend.
|
2018-04-02 12:06:34 +08:00 |
|
Dean Herbert
|
e39b7b8d35
|
Don't hard-crash when an unknown section is encountered in a legacy file
|
2018-03-22 12:58:02 +09:00 |
|
Dean Herbert
|
62e908e22c
|
Add default separator character
|
2018-03-19 20:06:44 +09:00 |
|
Dean Herbert
|
1d7be2ad0b
|
Fix incorrect variable name
|
2018-03-14 10:14:42 +09:00 |
|
Dean Herbert
|
16eab2eebf
|
Fix combo colours not working until now
|
2018-03-13 19:19:08 +09:00 |
|
Dean Herbert
|
e43de68ad3
|
Move colour parsing to LegacyDecoder
|
2018-03-13 19:13:50 +09:00 |
|
Dean Herbert
|
d6fa7d69d7
|
Add missing fonts section
|
2018-03-13 16:13:07 +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
|
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 |
|
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 |
|
james58899
|
fa800f0977
|
fix storyboard path
|
2018-01-23 18:18:54 +08:00 |
|
Aergwyn
|
ae1adfd2f2
|
remove unnecessary empty lines
codefactor.io \(o.o)/
also one unnecessary semicolon
|
2018-01-12 19:30:34 +01:00 |
|
Dan Balasescu
|
86581b6451
|
Remove extra braces
|
2018-01-11 17:02:09 +09:00 |
|
james58899
|
fbffc8bb89
|
fix load storyboard in osu file
|
2018-01-10 18:55:04 +08:00 |
|
Dean Herbert
|
4c0259a040
|
Merge branch 'master' into fix-storyboard-variables
|
2018-01-09 11:50:03 +09:00 |
|