Dean Herbert
|
88db7823b2
|
Merge pull request #11119 from smoogipoo/rework-multi-filtercontrol
|
2020-12-08 13:15:42 +09:00 |
|
Dean Herbert
|
58d7e41978
|
Enable nullable on ImportTask
|
2020-12-08 12:52:34 +09:00 |
|
Dan Balasescu
|
c3cb82489b
|
Merge pull request #11107 from Xexxar/ar11-nerf
osu! PerformanceCalc Short Map AR11 Nerf
|
2020-12-08 12:51:26 +09:00 |
|
Dean Herbert
|
77279a7e56
|
Update stale xmldoc on import method
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2020-12-08 12:48:59 +09:00 |
|
smoogipoo
|
57b7ef88e2
|
Fix spacing
|
2020-12-08 12:12:53 +09:00 |
|
ekrctb
|
4da6717d0e
|
Rename things in PulpFormation
|
2020-12-08 10:33:18 +09:00 |
|
ekrctb
|
3cbdaf5960
|
Make resolved properties protected
|
2020-12-08 10:30:23 +09:00 |
|
smoogipoo
|
10c1823534
|
Remove now unused files
|
2020-12-07 22:07:11 +09:00 |
|
smoogipoo
|
34f3672750
|
Make ctor protected
|
2020-12-07 22:04:41 +09:00 |
|
smoogipoo
|
f599427080
|
Implement TimeshiftFilterControl
|
2020-12-07 22:04:35 +09:00 |
|
smoogipoo
|
1b3836aeef
|
Re-implement multiplayer FilterControl
|
2020-12-07 21:59:26 +09:00 |
|
smoogipoo
|
5be0672fe9
|
Split out enums
|
2020-12-07 21:54:42 +09:00 |
|
Dean Herbert
|
c36551227e
|
Merge pull request #11117 from smoogipoo/max-room-name-length
Limit room name to 100 characters
|
2020-12-07 21:20:31 +09:00 |
|
smoogipoo
|
fa65874763
|
Limit room name to 100 characters
|
2020-12-07 21:09:38 +09:00 |
|
ekrctb
|
b2e5658d23
|
Merge branch 'master' into fruit-piece-in-place
|
2020-12-07 18:57:42 +09:00 |
|
Dan Balasescu
|
87da6b3270
|
Merge pull request #11113 from ekrctb/fix-scrolling-wrong-layout-one-frame
Fix scrolling hit object displayed in wrong position for one frame
|
2020-12-07 18:48:24 +09:00 |
|
Dan Balasescu
|
fb599e0746
|
Merge pull request #11114 from ekrctb/pool-catcher-trail
Pool catcher trail sprite
|
2020-12-07 18:48:08 +09:00 |
|
Dan Balasescu
|
cdc7ef8c15
|
Merge pull request #10925 from peppy/fix-multiple-playback-on-skin-change
Fix skinnable sounds playing more than once on skin change
|
2020-12-07 18:45:19 +09:00 |
|
Dean Herbert
|
86cf42d610
|
Merge pull request #11091 from ekrctb/move-piece-files
Move `Piece*` classes under `Skinning` namespace
|
2020-12-07 18:42:19 +09:00 |
|
Dean Herbert
|
8eb1076fd7
|
Add test coverage
|
2020-12-07 18:18:14 +09:00 |
|
ekrctb
|
12c6b3c1fb
|
Pool catcher trail sprite
|
2020-12-07 18:12:55 +09:00 |
|
Dean Herbert
|
eb38bc4b4c
|
Add the ability to import into ArchiveModelManagers from a stream
|
2020-12-07 18:09:18 +09:00 |
|
ekrctb
|
a548269c34
|
Fix scrolling hit object displayed in wrong position for one frame
|
2020-12-07 17:26:12 +09:00 |
|
Dean Herbert
|
a5e2509d52
|
Merge pull request #11105 from Joehuu/mod-settings-fade-in/out
Add fade in/out animations to mod settings container
|
2020-12-07 17:12:29 +09:00 |
|
Dean Herbert
|
9cd3cec041
|
Merge pull request #11111 from ekrctb/fix-mouse-settings-null-reference
|
2020-12-07 16:55:05 +09:00 |
|
Dean Herbert
|
454e94574c
|
Add corner rounding and positional transform
|
2020-12-07 16:43:07 +09:00 |
|
Dean Herbert
|
7253866e17
|
Move customisation panel to be in same area as main content
|
2020-12-07 16:42:55 +09:00 |
|
ekrctb
|
f4eb17d398
|
Update osu.Game/Overlays/Settings/Sections/Input/MouseSettings.cs
Set mouse confine mode at initialization
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2020-12-07 16:09:14 +09:00 |
|
ekrctb
|
2469608c10
|
Fix possible null reference due to bindable change before variable is initialized
|
2020-12-07 15:19:18 +09:00 |
|
ekrctb
|
c1d39b6401
|
Don't inherit Fruit from Banana
|
2020-12-07 14:10:17 +09:00 |
|
ekrctb
|
7f1ad1040d
|
Don't inherit DrawableFruit from DrawableBanana
- A banana cannot be hyper
|
2020-12-07 14:08:50 +09:00 |
|
ekrctb
|
c0f39514b9
|
Fix legacy droplet scale
|
2020-12-07 14:00:22 +09:00 |
|
ekrctb
|
b8f1c499a4
|
Allow PulpFormation to update formation dynamically
Pulps are lazily allocated but never deallocated for a DrawableFruit
|
2020-12-07 13:56:22 +09:00 |
|
Dan Balasescu
|
8757c89246
|
Merge pull request #11108 from peppy/fix-discord-rpc-crashes
Update DiscordRichPresence with fix for startup crashes
|
2020-12-07 13:40:57 +09:00 |
|
ekrctb
|
0d73bf8488
|
Refactor catch default piece to allow reuse
But Fruit in-place update is still incomplete,
as child drawables are recreated when reused.
|
2020-12-07 13:14:00 +09:00 |
|
Dean Herbert
|
42b810d0c8
|
Update DiscordRichPresence with fix for startup crashes
|
2020-12-07 13:03:34 +09:00 |
|
ekrctb
|
d51d2c5331
|
Don't recreate pieces when catch DHO is reused
|
2020-12-07 12:59:03 +09:00 |
|
ekrctb
|
87189452d1
|
Refactor legacy skin piece to allow texture update
|
2020-12-07 12:57:24 +09:00 |
|
ekrctb
|
d18397acad
|
Adjust namespace
|
2020-12-07 12:35:24 +09:00 |
|
ekrctb
|
b4b9312e0f
|
Move piece files of Catch ruleset
|
2020-12-07 12:34:38 +09:00 |
|
ekrctb
|
e3c035fe9c
|
Adjust namespace
|
2020-12-07 12:32:52 +09:00 |
|
ekrctb
|
40da799103
|
Move piece files of Mania ruleset
|
2020-12-07 12:31:56 +09:00 |
|
ekrctb
|
c70b13ecc2
|
Adjust namespace
|
2020-12-07 12:30:25 +09:00 |
|
ekrctb
|
f78bd7c739
|
Move piece files of Taiko ruleset
|
2020-12-07 12:29:14 +09:00 |
|
ekrctb
|
0d88ff3404
|
Adjust namespace
|
2020-12-07 12:27:12 +09:00 |
|
ekrctb
|
c905df8a77
|
Move LegacySkinTransformer
|
2020-12-07 12:26:58 +09:00 |
|
Xexxar
|
cf3fbe0b0b
|
osuDifficulty ar11 nerf
|
2020-12-06 18:06:36 -06:00 |
|
Joehu
|
15e0ea332b
|
Check state instead of alpha in tests
|
2020-12-06 13:18:19 -08:00 |
|
Joehu
|
0f9b38da08
|
Add fade in/out animations to mod settings container
|
2020-12-06 11:35:14 -08:00 |
|
Bartłomiej Dach
|
f6d15b9757
|
Invert back-to-front logic
|
2020-12-06 18:59:38 +01:00 |
|