smoogipoo
|
541c4daa81
|
Use ordinal string comparison in hot paths
|
2018-08-21 11:10:54 +09:00 |
|
ekrctb
|
cf4cb934cf
|
Merge branch 'master' into fix-combo-colours
|
2018-08-16 10:45:54 +09:00 |
|
smoogipoo
|
4dfb63023f
|
Update with recent changes
|
2018-08-15 15:49:48 +09:00 |
|
smoogipoo
|
d0c9e2257b
|
Merge remote-tracking branch 'origin/master' into framework-storage-update
|
2018-08-15 14:54:09 +09:00 |
|
smoogipoo
|
539dd3134f
|
Fix beatmap processor not setting combo index on first object
|
2018-08-15 11:48:50 +09:00 |
|
smoogipoo
|
ce77473910
|
Simplify usage of ConvertHitObjectParser
|
2018-08-15 10:24:56 +09:00 |
|
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 |
|
jorolf
|
123f304cf1
|
update storage usages
|
2018-08-02 19:24:17 +02:00 |
|
Dean Herbert
|
b7de922896
|
Merge branch 'master' into open-downloaded-beatmas
|
2018-07-28 12:44:34 +09:00 |
|
Dean Herbert
|
95cca046fb
|
Merge branch 'master' into open-downloaded-beatmas
|
2018-07-25 12:38:49 +02:00 |
|
Dean Herbert
|
da8fc0ee5d
|
ToLower -> ToLowerInvariant
|
2018-07-25 07:37:05 +02:00 |
|
Dean Herbert
|
5364a6148a
|
Use ToUpperInvariant
|
2018-07-24 14:42:06 +02:00 |
|
Dean Herbert
|
ab9340f4be
|
Fix usage of culture local ToUpper causing incorrect display on Turkish machines
Closes #3098.
|
2018-07-24 11:37:43 +02:00 |
|
Dean Herbert
|
d561f54282
|
Merge branch 'master' into per-object-css
|
2018-07-23 03:01:17 +09:00 |
|
Dean Herbert
|
0f37758314
|
Update framework
|
2018-07-21 16:21:53 +09:00 |
|
Dean Herbert
|
a2f744b05e
|
Merge remote-tracking branch 'upstream/master' into open-downloaded-beatmas
|
2018-07-21 00:03:17 +09:00 |
|
Dean Herbert
|
7fea2b3a8b
|
Add ToList
|
2018-07-20 16:38:02 +09:00 |
|
smoogipoo
|
c087a73f40
|
Implement per-hitobject custom sample banks
|
2018-07-20 15:12:44 +09:00 |
|
smoogipoo
|
de8d05bb0c
|
Remove unnecessary setting of sample name to same value
|
2018-07-20 15:12:21 +09:00 |
|
Dean Herbert
|
693ba8e994
|
Add more ToString output
|
2018-07-19 18:43:11 +09:00 |
|
Dean Herbert
|
68614f1512
|
Ensure online IDs are validated for imports that don't have an associated archive too
|
2018-07-19 13:41:34 +09:00 |
|
Dean Herbert
|
e3fb781a5a
|
Fix ArchiveModelManager's model import method not running import logic
|
2018-07-18 12:59:22 +09:00 |
|
Dan Balasescu
|
7a2dc3c674
|
Merge branch 'master' into clickable-download-notifications
|
2018-07-17 13:29:16 +09:00 |
|
Dean Herbert
|
84c13174d9
|
Merge branch 'master' into use-has-flags
|
2018-07-17 03:50:40 +09:00 |
|
Dean Herbert
|
40a1f8313e
|
Merge branch 'master' into make-notifications-quieter
|
2018-07-17 03:24:47 +09:00 |
|
Dean Herbert
|
f4591c6d0b
|
Merge branch 'master' into fix_color_parsing
|
2018-07-17 00:25:32 +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 |
|
Dean Herbert
|
a117b323e2
|
Merge branch 'master' into make-notifications-quieter
|
2018-07-16 13:15:07 +09:00 |
|
Dean Herbert
|
a12c47536b
|
Change default to being important
|
2018-07-16 13:00:21 +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 |
|
Dean Herbert
|
6698f320fb
|
Merge branch 'master' into download-button-state
|
2018-07-13 22:05:26 +09:00 |
|
Dean Herbert
|
a1a077398c
|
Merge remote-tracking branch 'upstream/master' into peppy-clickable-download-notifications
|
2018-07-13 21:04:17 +09:00 |
|
Dan Balasescu
|
69acb4f10e
|
Merge branch 'master' into improve-difficulty-icons
|
2018-07-13 18:27:43 +09:00 |
|
Dean Herbert
|
159b26509b
|
Improve visuals of difficulty icons
|
2018-07-13 17:15:06 +09:00 |
|
Dean Herbert
|
09be9c2ed2
|
Merge remote-tracking branch 'upstream/master' into naoey-download-button-state
|
2018-07-13 14:52:10 +09: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
|
7157428882
|
Fix import failure of beatmap sets containing duplicate beatmap difficulties
|
2018-07-11 02:59:00 +09:00 |
|
Dean Herbert
|
1418d1369f
|
Add the ability to click completed download notifications to select beatmap
Closes #2731.
|
2018-07-11 01:32:10 +09:00 |
|
Dan Balasescu
|
f5504914cc
|
Merge branch 'master' into fix-hitsound-fallback
|
2018-07-10 17:19:16 +09:00 |
|
Dan Balasescu
|
ce219cda53
|
Merge branch 'master' into fix-beatmap-links
|
2018-07-10 16:20:59 +09: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
|
e223074876
|
Fix import failures if single set has multiple conflicting OnlineBeatmapIDs
Resolves #2970.
|
2018-07-09 00:24:55 +09:00 |
|
Dean Herbert
|
91777b04d8
|
Merge branch 'master' into download-button-state
|
2018-07-08 14:15:47 +09:00 |
|
Dean Herbert
|
625b9ead4c
|
Fix links from profile top scores to beatmaps not working correctly
|
2018-07-05 21:00:23 +09:00 |
|
Dean Herbert
|
44aecdc3a0
|
Rename method to EquivalentTo
|
2018-07-05 15:00:02 +09:00 |
|