ekrctb
|
abf96db545
|
Add regression test for the pattern of using DHO proxy in LifetimeManagementContainer
|
2021-05-20 15:27:08 +09:00 |
|
Dean Herbert
|
958d51141d
|
Rename FrontPageDisplay to ArticleListing
|
2021-05-20 15:24:01 +09:00 |
|
Dean Herbert
|
9267d23dc2
|
Make year nullable rather than defaulting to zero
|
2021-05-20 15:23:49 +09:00 |
|
Dean Herbert
|
d4530313aa
|
Tidy event parameter naming
|
2021-05-20 15:15:46 +09:00 |
|
Dean Herbert
|
489caebf59
|
Move bind LoadComplete code out of constructor
|
2021-05-20 15:15:19 +09:00 |
|
ekrctb
|
0489ae719d
|
Don't couple PoolableDrawableWithLifetime lifetime with its entry
It turns out the incompatibility with `LifetimeManagementContainer` causes more issues than anticipated.
|
2021-05-20 14:56:15 +09:00 |
|
Dean Herbert
|
673ca4c2a1
|
Tidy up content container specification
|
2021-05-20 14:30:40 +09:00 |
|
Dean Herbert
|
ac8efdeabd
|
Move private methods down
|
2021-05-20 14:12:34 +09:00 |
|
Dean Herbert
|
713f69ea55
|
Tidy up load process
|
2021-05-20 14:11:42 +09:00 |
|
Dean Herbert
|
80a714a9c4
|
Merge pull request #12857 from Joehuu/dev-register-no-warning
Don't show warning screen when registering on dev server
|
2021-05-20 14:05:53 +09:00 |
|
Dean Herbert
|
8f5b28d264
|
Fix "folder missing" message showing incorrectly for beatmaps folder
|
2021-05-20 13:56:18 +09:00 |
|
Dean Herbert
|
3c201fb8e7
|
Standardise canBeNull specification
|
2021-05-20 13:20:35 +09:00 |
|
Dean Herbert
|
f1fd40dcca
|
Fix test not working for various reasons
|
2021-05-20 13:19:00 +09:00 |
|
Joseph Madamba
|
3da2cdfd05
|
Fix nullref in test
|
2021-05-19 14:06:21 -07:00 |
|
Salman Ahmed
|
3d99b89633
|
Add back actually needed change
*no comment*
|
2021-05-20 00:03:11 +03:00 |
|
Joseph Madamba
|
85a3027f1b
|
Add failing test
|
2021-05-19 13:58:41 -07:00 |
|
Salman Ahmed
|
d8efcc0793
|
Remove drive-by change
|
2021-05-19 23:44:53 +03:00 |
|
Bartłomiej Dach
|
b8c1ffdef3
|
Merge pull request #12872 from peppy/disable-skin-editor-border
|
2021-05-19 22:42:38 +02:00 |
|
Salman Ahmed
|
a4d52a7f52
|
Use switch—case instead
|
2021-05-19 23:37:22 +03:00 |
|
Salman Ahmed
|
e20c25b0d9
|
Fix miswritten test assertion
|
2021-05-19 23:32:16 +03:00 |
|
Salman Ahmed
|
a730349629
|
Remove the ignore attribute once again
|
2021-05-19 23:18:54 +03:00 |
|
Salman Ahmed
|
43094425e2
|
Merge branch 'legacy-beatmap-skin-hud-fallback' into catch-hide-combo-workaround
|
2021-05-19 23:18:27 +03:00 |
|
Salman Ahmed
|
97c8499884
|
Add test coverage
|
2021-05-19 23:01:41 +03:00 |
|
Salman Ahmed
|
9f3ea150f5
|
Fix legacy beatmap skins not falling back properly on HUD components
|
2021-05-19 23:01:29 +03:00 |
|
Salman Ahmed
|
71da960000
|
Extract assert step addition out of assertion method
|
2021-05-19 22:53:22 +03:00 |
|
Bartłomiej Dach
|
788f1fcf48
|
Merge branch 'master' into disable-skin-editor-border
|
2021-05-19 21:52:29 +02:00 |
|
Bartłomiej Dach
|
d8a2b85acb
|
Merge pull request #12863 from peppy/fix-editor-blueprint-wrong-beatmap
|
2021-05-19 21:52:00 +02:00 |
|
Salman Ahmed
|
21ca9c8431
|
Merge branch 'master' into beatmap-skin
|
2021-05-19 22:39:32 +03:00 |
|
Salman Ahmed
|
6fc06a10a1
|
Add extensible test scene for beatmap skins fallback instead
|
2021-05-19 21:52:29 +03:00 |
|
Bartłomiej Dach
|
5df7d3bfd0
|
Merge branch 'master' into fix-editor-blueprint-wrong-beatmap
|
2021-05-19 20:48:10 +02:00 |
|
Bartłomiej Dach
|
e9cab29134
|
Cache editor beatmap in placement blueprint test scene
|
2021-05-19 20:48:06 +02:00 |
|
Salman Ahmed
|
434377aa52
|
Revert "Add failing test case"
This reverts commit ec89a149dd .
|
2021-05-19 21:35:06 +03:00 |
|
Bartłomiej Dach
|
73234b8b27
|
Merge pull request #12845 from peppy/hit-error-skinnable
|
2021-05-19 19:55:27 +02:00 |
|
Bartłomiej Dach
|
1d9a4b7bba
|
Merge branch 'master' into fix-editor-blueprint-wrong-beatmap
|
2021-05-19 19:30:11 +02:00 |
|
Dean Herbert
|
eb5db8ff03
|
Disable border display on skin editor to avoid crashes
This wasn't being displayed correctly anyway, so rather than fixing
let's just remove it for now.
Closes #12868.
|
2021-05-20 02:01:46 +09:00 |
|
Dean Herbert
|
22337e0fc7
|
Add comment explaining why origin is flipped
|
2021-05-20 01:59:30 +09:00 |
|
Dean Herbert
|
00ed699340
|
Fix origin specifications using incorrect flags
|
2021-05-20 01:53:24 +09:00 |
|
Dean Herbert
|
363aec8179
|
Merge branch 'master' into hit-error-skinnable
|
2021-05-20 01:51:45 +09:00 |
|
Dean Herbert
|
a55879e511
|
Fix oversights in scale algorithm
|
2021-05-20 01:47:31 +09:00 |
|
Dean Herbert
|
14af86d6c5
|
Use the same code path for all scaling
|
2021-05-19 21:46:41 +09:00 |
|
Andrei Zavatski
|
d60478851f
|
Add proper action to YearButton
|
2021-05-19 15:38:53 +03:00 |
|
Andrei Zavatski
|
e3ed9b8135
|
Implement sidebar metadata handling in NewsOverlay
|
2021-05-19 15:36:05 +03:00 |
|
Andrei Zavatski
|
6cc4ffadab
|
Implement sticky container for sidebar in NewsOverlay
|
2021-05-19 15:28:12 +03:00 |
|
Andrei Zavatski
|
150ed01c62
|
Make NewsSidebar scrollable
|
2021-05-19 15:22:55 +03:00 |
|
Andrei Zavatski
|
16ffedde8a
|
Add year parameter to GetNewsRequest
|
2021-05-19 15:17:57 +03:00 |
|
Dean Herbert
|
6a3c58b9ad
|
Implement proper scaling algorithms
|
2021-05-19 19:58:55 +09:00 |
|
Salman Ahmed
|
ec89a149dd
|
Add failing test case
|
2021-05-19 13:37:55 +03:00 |
|
Dean Herbert
|
db6d980623
|
Merge pull request #12784 from smoogipoo/mania-pooling
Implement pooling for osu!mania
|
2021-05-19 18:36:03 +09:00 |
|
Dean Herbert
|
6c4709e7b4
|
Fix PlacementBlueprint using the wrong beatmap when applying defaults
Closes #12855.
|
2021-05-19 18:34:07 +09:00 |
|
Dean Herbert
|
b2c736b42a
|
Combine and move const closer to usage
|
2021-05-19 18:09:46 +09:00 |
|