smoogipoo
|
27150d6bbc
|
Use char concatenation for performance
|
2019-12-16 17:06:52 +09:00 |
|
smoogipoo
|
9fa6954ac2
|
Refactor getSampleBank a bit
|
2019-12-16 17:05:24 +09:00 |
|
smoogipoo
|
98dd1c2590
|
Use SingleOrDefault() where possible
|
2019-12-16 17:03:58 +09:00 |
|
smoogipoo
|
d56e99865c
|
Throw not implemented exceptions
|
2019-12-16 16:57:49 +09:00 |
|
smoogipoo
|
596fda3c1f
|
Refactor switch
|
2019-12-16 16:57:40 +09:00 |
|
smoogipoo
|
58e3fb0d0f
|
Coalesce to -1
|
2019-12-16 16:43:20 +09:00 |
|
dependabot-preview[bot]
|
fef1877095
|
Bump ppy.osu.Game.Resources from 2019.1010.0 to 2019.1215.0
Bumps [ppy.osu.Game.Resources](https://github.com/ppy/osu-resources) from 2019.1010.0 to 2019.1215.0.
- [Release notes](https://github.com/ppy/osu-resources/releases)
- [Commits](https://github.com/ppy/osu-resources/compare/2019.1010.0...2019.1215.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-16 07:36:30 +00:00 |
|
Dean Herbert
|
d7eb4f73f4
|
Merge branch 'master' into update-beatmap-settings
|
2019-12-16 14:57:57 +09:00 |
|
Dean Herbert
|
befb78f83b
|
Simplify LegacySkinResourceStore by deriving from ResourceStore
|
2019-12-16 14:01:08 +09:00 |
|
Dean Herbert
|
9062fe1935
|
Fix crashes on custom skins due to extension-less file lookups
|
2019-12-16 13:32:53 +09:00 |
|
unknown
|
88d3a1707d
|
ensure beatIndex is 0 before starting beats
|
2019-12-16 06:35:18 +08:00 |
|
Huo Yaoyuan
|
c457571da6
|
Use index and range expressions
|
2019-12-15 20:17:35 +08:00 |
|
Huo Yaoyuan
|
ab70abe8bd
|
Turn off unexpected new warnings.
|
2019-12-15 20:07:56 +08:00 |
|
Willy Tu
|
ad077042ba
|
Created ContextMenu for scores by adding OsuContextMenuContainer as a child of LeaderboardScore and a Drawable that extended the IHasContextMenu interface to the MenuContainer. Tried to the LeaderboardScore extend IHASContextMenu itself, but it is not working yet.
|
2019-12-15 02:18:12 -08:00 |
|
unknown
|
c06e558f87
|
add setting to start fully wounded
|
2019-12-15 18:12:37 +08:00 |
|
unknown
|
154bc57c6e
|
remove unused dependency
|
2019-12-15 17:46:44 +08:00 |
|
unknown
|
6da168118e
|
remove unused usings
|
2019-12-15 17:02:29 +08:00 |
|
unknown
|
01c036b0b0
|
implement backing beats for nightcore mods
|
2019-12-15 16:56:02 +08:00 |
|
Joehu
|
5af363c920
|
Use default placeholder text on chat channel search box
|
2019-12-14 12:58:13 -08:00 |
|
Joehu
|
a04f4b76bb
|
Allow changing volume using alt when hovering scroll containers
|
2019-12-14 11:39:59 -08:00 |
|
Dean Herbert
|
91bb851a7d
|
Update framework
|
2019-12-15 03:32:50 +09:00 |
|
Dean Herbert
|
41d4609c92
|
Fix crash on trying to retrieve mods from unavailable ruleset
|
2019-12-15 02:37:30 +09:00 |
|
Huo Yaoyuan
|
ddb2cfc46d
|
Use GetEndTime in Taiko and Mania
|
2019-12-14 18:16:13 +08:00 |
|
Lucas A
|
43720fbf45
|
Fix CI issues
|
2019-12-13 18:59:40 +01:00 |
|
Lucas A
|
e05c9426ed
|
Initial implementation of NewsArticleCover class
|
2019-12-13 18:50:49 +01:00 |
|
Dean Herbert
|
b94d5bf82e
|
Fix error when entering multiplayer game in different ruleset
|
2019-12-14 00:42:54 +09:00 |
|
Dean Herbert
|
bc397a4f1d
|
Merge branch 'master' into adjustable-rate-mods
|
2019-12-13 22:23:30 +09:00 |
|
Dean Herbert
|
59538bfd32
|
Merge branch 'global-available-mods' into adjustable-rate-mods
|
2019-12-13 21:57:27 +09:00 |
|
Dan Balasescu
|
ef94df917c
|
Add whitespace
|
2019-12-13 21:56:03 +09:00 |
|
smoogipoo
|
72ea871bff
|
Make constructor protected
|
2019-12-13 21:55:20 +09:00 |
|
Dean Herbert
|
af15662856
|
Fix WindUp applying too much change
|
2019-12-13 21:55:07 +09:00 |
|
Dean Herbert
|
bc31146560
|
Mods -> SelectedMods
|
2019-12-13 21:45:38 +09:00 |
|
Dean Herbert
|
8052aeb238
|
Fix potential nullref in disposal logic
|
2019-12-13 21:36:50 +09:00 |
|
Dean Herbert
|
440a8470e1
|
Move available mods to global context
This also tidies up ModSelectOverlay and setting creation flow in general.
|
2019-12-13 21:36:50 +09:00 |
|
smoogipoo
|
ea4eb6b204
|
CI cleanups
|
2019-12-13 21:29:10 +09:00 |
|
Dean Herbert
|
fa7520d177
|
Merge pull request #7185 from peppy/update-framework
Update framework
|
2019-12-13 20:59:22 +09:00 |
|
Dean Herbert
|
34f67b9cad
|
Update framework
|
2019-12-13 20:31:20 +09:00 |
|
Dean Herbert
|
a1f8ab1735
|
Fix unrequired type keyword
|
2019-12-13 20:13:53 +09:00 |
|
Dean Herbert
|
3dc2b59d2a
|
Move variable above common bindables
|
2019-12-13 20:06:12 +09:00 |
|
Dean Herbert
|
395b058ff8
|
Fix OsuScreenDependencies not caching non-leased versions
|
2019-12-13 20:05:54 +09:00 |
|
Dean Herbert
|
952bc96bbf
|
Use GameBase data sources for Beatmap/Mods/Ruleset
Sourced in via OsuScreenDependencies for management
|
2019-12-13 20:05:38 +09:00 |
|
smoogipoo
|
9bc02f489e
|
Add missing headers
|
2019-12-13 19:14:49 +09:00 |
|
smoogipoo
|
0ad28a9400
|
Start at version 128
|
2019-12-13 19:11:45 +09:00 |
|
smoogipoo
|
abf3f341b7
|
Merge remote-tracking branch 'refs/remotes/origin/master' into legacy-beatmap-saving
|
2019-12-13 19:01:25 +09:00 |
|
smoogipoo
|
87a7f340e3
|
Fix first sample point being treated as redundant
|
2019-12-13 18:14:01 +09:00 |
|
smoogipoo
|
654499d8b0
|
Remove whitespace
|
2019-12-13 17:33:18 +09:00 |
|
smoogipoo
|
97158fce7d
|
Always attach a new combo to spinners
|
2019-12-13 17:02:10 +09:00 |
|
smoogipoo
|
0b7c4f252c
|
Fix artist being written in place of version
|
2019-12-13 17:01:59 +09:00 |
|
smoogipoo
|
53a665a034
|
Fix sound types and banks not being written correctly
|
2019-12-13 17:01:44 +09:00 |
|
unknown
|
ab5aa8594d
|
remove whitespace
|
2019-12-13 15:46:58 +08:00 |
|