Dean Herbert
|
49b4a6ea67
|
Replace local namespace qualifiers with using
|
2021-05-26 17:07:24 +09:00 |
|
Dean Herbert
|
f8a3a37797
|
Remove outdated comment
|
2021-05-26 17:01:47 +09:00 |
|
Gagah Pangeran Rosfatiputra
|
47cbbee4d1
|
remove CreateNotice method and move implementation to local
|
2021-05-26 15:01:16 +07:00 |
|
Dean Herbert
|
98fa5b67d6
|
Merge branch 'master' into single-bind-reset-button
|
2021-05-26 17:01:16 +09:00 |
|
Gagah Pangeran Rosfatiputra
|
eeb6647bc5
|
remove schedule in set current path
|
2021-05-26 14:59:36 +07:00 |
|
Dean Herbert
|
1e77a87fab
|
Merge pull request #12947 from gagahpangeran/markdown-link
Handle link action in `OsuMarkdownLinkText`
|
2021-05-26 16:56:24 +09:00 |
|
Gagah Pangeran Rosfatiputra
|
02f0e2f212
|
Merge branch 'markdown-link' into markdown-wiki
|
2021-05-26 14:55:32 +07:00 |
|
Dan Balasescu
|
34d1d5198f
|
Merge pull request #12943 from nbvdkamp/fix-zero-area-skin-element-scale-crash
Prevent skin editor crash when scaling 0 area drawables
|
2021-05-26 16:37:58 +09:00 |
|
Gagah Pangeran Rosfatiputra
|
e02739a136
|
remove unused colour provider
|
2021-05-26 13:57:35 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
04f16c0783
|
Set DocumentUrl inside CreateChildDependencies
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2021-05-26 13:55:16 +07:00 |
|
Dean Herbert
|
b3b39c4c13
|
Fix BeatmapCarousel accessing ScreenSpaceDrawQuad of non-loaded children
Fixes failure seen at
https://ci.appveyor.com/project/peppy/osu/builds/39302762/tests.
|
2021-05-26 15:42:27 +09:00 |
|
Dean Herbert
|
b36b40cb34
|
Remove unnecessary double specification
|
2021-05-26 15:20:47 +09:00 |
|
Dean Herbert
|
e4780abdfd
|
Split out base call from switch statement
|
2021-05-26 14:43:59 +09:00 |
|
Dean Herbert
|
d165a75823
|
Inline request flow to make it easier to understand
|
2021-05-26 14:37:52 +09:00 |
|
Dean Herbert
|
0f21510b8b
|
Move code around
|
2021-05-26 14:29:46 +09:00 |
|
Dean Herbert
|
8ffa7f4a5a
|
Tidy up code
|
2021-05-26 14:28:20 +09:00 |
|
Dean Herbert
|
7b09955d59
|
Remove redundant default bindable value
|
2021-05-26 14:17:40 +09:00 |
|
Dean Herbert
|
200592114f
|
Make protected variables private
|
2021-05-26 14:13:02 +09:00 |
|
Swords
|
07a24d2747
|
Fixing errors
|
2021-05-25 23:54:13 +10:00 |
|
Swords
|
9c2dca8229
|
Removing redundant argument list
|
2021-05-25 21:53:00 +10:00 |
|
Swords
|
d5feb8353d
|
Formatting, renaming
|
2021-05-25 21:37:08 +10:00 |
|
Swords
|
d9f5b578bf
|
Restore class names
|
2021-05-25 21:08:40 +10:00 |
|
Swords
|
ce845a9f8d
|
Apply the rest of requested changes
|
2021-05-25 21:00:38 +10:00 |
|
Dean Herbert
|
268230c8c4
|
Merge branch 'master' into fix-taiko-editor-sample-mutations
|
2021-05-25 19:01:47 +09:00 |
|
Dean Herbert
|
342acadae2
|
Change LINQ query for better readability
|
2021-05-25 18:51:51 +09:00 |
|
Dean Herbert
|
871ca8054f
|
Rename classes as per review feedback
|
2021-05-25 18:50:33 +09:00 |
|
Dean Herbert
|
7c89dbcd35
|
Externalise autoplay generation
|
2021-05-25 18:37:04 +09:00 |
|
Dean Herbert
|
7f9318d976
|
Expose GameplayBeatmap to derived Player classes
|
2021-05-25 18:36:47 +09:00 |
|
Dean Herbert
|
c2b938a29f
|
Remove autoplay consideration from Player
|
2021-05-25 18:09:37 +09:00 |
|
Dean Herbert
|
a3c78674a1
|
Add new interface for autoplay mods
|
2021-05-25 18:09:24 +09:00 |
|
Dean Herbert
|
5ea948aabe
|
Bypass 640x480 coordinate space for video storyboard elements
This allows the `FillMode.Fill` to take up the full space of the
storyboard container.
|
2021-05-25 16:17:29 +09:00 |
|
Dean Herbert
|
0c55bba220
|
Allow storyboards to be widescreen if only a video element exists
This matches stable behaviour, which will allow videos to display
filling the screen if they are the only thing contained within the
"storyboard".
|
2021-05-25 16:07:19 +09:00 |
|
Dean Herbert
|
e3507d5453
|
Move DrawableStoryboard 's aspect application to inside its own class
|
2021-05-25 16:06:39 +09:00 |
|
Dan Balasescu
|
774611f142
|
Merge pull request #12933 from peppy/fix-scroll-wheel-gameplay-bindings
Disallow using scroll wheel for gameplay bindings
|
2021-05-25 16:04:18 +09:00 |
|
Gagah Pangeran Rosfatiputra
|
9de07de467
|
move text flow container inside markdown container
|
2021-05-25 12:14:07 +07:00 |
|
kamp
|
65649e5a62
|
Prevent skin editor crash when scaling 0 area drawables
Some skinnable drawables can have 0 width or height in certain
cases, leading to division by 0 and a crash when the position is
updated.
|
2021-05-24 21:36:42 +02:00 |
|
Gagah Pangeran Rosfatiputra
|
728258d93a
|
add website root url as document url
|
2021-05-25 00:29:59 +07:00 |
|
Dan Balasescu
|
6263ebf9da
|
Merge pull request #12495 from peppy/localisation-proof-of-concept
Add language selection and general structure for localisation support
|
2021-05-24 23:33:49 +09:00 |
|
Dan Balasescu
|
3b4fbe22f0
|
Merge pull request #12928 from Firmatorenio/fix-colour-hitmeter-not-registering-taiko-misses
Fix colour hit error meter incorrectly assuming taiko hits were of correct colour
|
2021-05-24 23:31:54 +09:00 |
|
Dan Balasescu
|
eeda33a453
|
Merge branch 'master' into localisation-proof-of-concept
|
2021-05-24 22:56:18 +09:00 |
|
Dean Herbert
|
37f6ceef79
|
Add test coverage
|
2021-05-24 21:57:04 +09:00 |
|
Dean Herbert
|
62b6cadb64
|
Ensure settings rows cannot set an invalid value in the first place
|
2021-05-24 21:56:41 +09:00 |
|
Swords
|
518999ffab
|
Renaming files
|
2021-05-24 22:49:40 +10:00 |
|
smoogipoo
|
fe9abd5b80
|
Upgrade packages and fix ResX files
|
2021-05-24 21:37:05 +09:00 |
|
Gagah Pangeran Rosfatiputra
|
02cdd0b2de
|
use drawable link compiler in markdown link
|
2021-05-24 19:10:37 +07:00 |
|
Swords
|
441e4e7d56
|
Formatting
|
2021-05-24 22:08:34 +10:00 |
|
Swords
|
ca1d1c58ab
|
RestoreDefaultValueButton implements OsuButton
|
2021-05-24 21:34:47 +10:00 |
|
Firmatorenio
|
471f17547a
|
switch determining the hit result by offset to getting it from the judgement directly
|
2021-05-24 16:49:58 +06:00 |
|
Dean Herbert
|
a00f226ab3
|
Add assert on storing to database
|
2021-05-24 18:41:39 +09:00 |
|
Dean Herbert
|
deabce7140
|
Disallow updating the database to an invalid value
|
2021-05-24 18:40:56 +09:00 |
|
Dean Herbert
|
57640810b5
|
Ignore certain banned InputKey s for gameplay purposes
|
2021-05-24 18:40:40 +09:00 |
|
Salman Ahmed
|
3585e2900e
|
Replace unnecessary empty skin implementation with null
|
2021-05-24 12:28:52 +03:00 |
|
Salman Ahmed
|
7792efb154
|
Remove no longer used BeatmapSkin
|
2021-05-24 12:28:06 +03:00 |
|
Dan Balasescu
|
af2a831c83
|
Merge pull request #12926 from peppy/fix-placement-blueprint-disappearing
Fix editor placement ending early if a blueprint becomes alive from a pool
|
2021-05-24 17:42:18 +09:00 |
|
Dan Balasescu
|
91acf16e52
|
Merge pull request #12912 from peppy/fix-legacy-combo-counter-positioning
Fix legacy combo counter not accounting for song progress bar
|
2021-05-24 17:26:25 +09:00 |
|
Dan Balasescu
|
7a343c1576
|
Merge pull request #12915 from peppy/regenerate-replay-less
Ensure `RegenerateAutoplay` is only run once per frame
|
2021-05-24 17:25:42 +09:00 |
|
Dan Balasescu
|
28f91f8d65
|
Merge pull request #12921 from peppy/fix-hud-offsets-out-of-bounds
Limit automatically calculated HUD offsets to keep menu items on screen
|
2021-05-24 17:25:03 +09:00 |
|
Dean Herbert
|
7961dba1d3
|
Reorder OrderBy for legibility
|
2021-05-24 17:22:55 +09:00 |
|
Dean Herbert
|
f8c6150493
|
Update framework
|
2021-05-24 17:11:01 +09:00 |
|
Dean Herbert
|
65c3c0d53f
|
Merge branch 'master' into localisation-proof-of-concept
|
2021-05-24 17:10:56 +09:00 |
|
Dean Herbert
|
4fc6ba50b7
|
Fix editor placement ending early if a blueprint becomes alive from a pool
Closes https://github.com/ppy/osu/issues/12630.
|
2021-05-24 17:04:02 +09:00 |
|
Dean Herbert
|
68364081f2
|
Merge pull request #11582 from frenzibyte/mbd-beatmap-set-cover
Refactor beatmap set covers into using `ModelBackedDrawable<T>`
|
2021-05-24 16:30:14 +09:00 |
|
Firmatorenio
|
e5f586f2a6
|
fix colour hit error meter not pushing misses when wrong colour note is hit in taiko
|
2021-05-24 13:29:12 +06:00 |
|
Dean Herbert
|
29e1737f0d
|
Merge branch 'master' into mbd-beatmap-set-cover
|
2021-05-24 15:51:03 +09:00 |
|
Dean Herbert
|
100e2d14a5
|
Move call inside conditional
|
2021-05-24 15:14:55 +09:00 |
|
Andrei Zavatski
|
06fe0563d3
|
Move GetNewsRequest from ArticleListing to NewsOverlay
|
2021-05-24 08:26:44 +03:00 |
|
smoogipoo
|
7494ddeef4
|
Fix DHOs not receiving initial skin changed events
|
2021-05-24 14:07:40 +09:00 |
|
Dean Herbert
|
a69a1b5211
|
Fix Player potentially running MakeCurrent when already removed from the screen stack
Closes #12919.
|
2021-05-24 13:53:53 +09:00 |
|
Dean Herbert
|
83981b692e
|
Also handle items exiting bounds on the opposite side
|
2021-05-24 13:44:13 +09:00 |
|
Dean Herbert
|
593fea0d5f
|
Limit automatically calculated HUD offsets to keep menu items on screen
|
2021-05-24 13:14:18 +09:00 |
|
Gagah Pangeran Rosfatiputra
|
222c34c0a1
|
fix heading font weight to light
|
2021-05-23 21:46:41 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
bd1454bdd1
|
update height to max of its parent height
|
2021-05-23 21:42:58 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
24960c4fb8
|
move panel spacing to ctor
|
2021-05-23 21:31:49 +07:00 |
|
Salman Ahmed
|
d605b6bb8d
|
Fix HUD overlay components bottom positioning logic accounting for combo
|
2021-05-23 16:22:51 +03:00 |
|
Salman Ahmed
|
6751d79ce8
|
Fix oversight in HUD overlay components top positioning logic
|
2021-05-23 16:22:22 +03:00 |
|
Dean Herbert
|
4c9d72e62a
|
Ensure EditorBeatmap.Update is called inside PerformOnSelection calls
|
2021-05-23 21:22:35 +09:00 |
|
Dean Herbert
|
bbfd7ea23f
|
Ensure RegenerateAutoplay is only run once per frame
|
2021-05-23 21:20:08 +09:00 |
|
Gagah Pangeran Rosfatiputra
|
10c4ba3a74
|
add panels to grid content
|
2021-05-23 19:07:22 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
24fef221e3
|
change createPanels method to create grid content
|
2021-05-23 19:07:10 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
8389d90f7e
|
add GridContainer in wiki main page
|
2021-05-23 18:52:20 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
4068881096
|
add bottom margin for paragraph
|
2021-05-23 18:11:54 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
cd211de729
|
make panel text bold
|
2021-05-23 18:10:56 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
512d6d2f7f
|
centering link inside panel
|
2021-05-23 18:09:09 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
1e5f34567a
|
add panel heading main page
|
2021-05-23 18:07:27 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
365a0b25f2
|
add IsFullWidth
|
2021-05-23 18:03:38 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
4d222467cc
|
initial WikiPanelMarkdownContainer
|
2021-05-23 18:00:54 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
d9e898a2ee
|
extract WikiPanelContainer
|
2021-05-23 17:56:27 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
4a543c2557
|
add simple panels
|
2021-05-23 17:49:26 +07:00 |
|
Dean Herbert
|
caa2c5638e
|
Fix legacy combo counter not accounting for song progress bar
|
2021-05-23 16:46:57 +09:00 |
|
Joseph Madamba
|
2fd0038154
|
Fix checkmark being hidden after clicking current waveform opacity setting
|
2021-05-22 16:42:20 -07:00 |
|
Dean Herbert
|
45c6a9ca91
|
Merge branch 'refactor-selection-rotate-logic' into fix-flip-logic-discrepancy
|
2021-05-22 21:17:58 +09:00 |
|
Dean Herbert
|
7d88a19d7f
|
Remove unnecessary field storage of origin reference
|
2021-05-22 21:03:40 +09:00 |
|
Dean Herbert
|
34a5b22b79
|
Merge branch 'master' into refactor-selection-rotate-logic
|
2021-05-22 20:52:28 +09:00 |
|
Dean Herbert
|
485728ca4e
|
Merge pull request #12866 from peppy/refactor-selection-scale-logic
Add proper scaling support to skin editor
|
2021-05-22 20:07:03 +09:00 |
|
Dean Herbert
|
b13a68592f
|
Merge branch 'master' into localisation-proof-of-concept
|
2021-05-22 17:07:23 +09:00 |
|
Dean Herbert
|
fb5672814d
|
Add remaining strings for ButtonSystem
|
2021-05-22 13:56:59 +09:00 |
|
Dean Herbert
|
b6db9ef334
|
Fill out Japanese localisation via resx
|
2021-05-22 13:54:52 +09:00 |
|
Dean Herbert
|
2fc53017fc
|
Generate initial resx files
|
2021-05-22 13:46:09 +09:00 |
|
Dean Herbert
|
cd3f543394
|
Add LocalisationAnalyser package and tools
|
2021-05-22 02:32:55 +09:00 |
|
Salman Ahmed
|
4f6de6fdc6
|
Implement GetSkin() for other working beatmaps
|
2021-05-21 20:21:29 +03:00 |
|
Salman Ahmed
|
04e75d8f2b
|
Return empty skin for GetSkin() in TestWorkingBeatmap
|
2021-05-21 20:21:13 +03:00 |
|
Salman Ahmed
|
318e5fc60b
|
Mark WorkingBeatmap.GetSkin() as abstract
|
2021-05-21 20:14:26 +03:00 |
|
Dean Herbert
|
bb2fae55ce
|
Merge branch 'master' into refactor-selection-rotate-logic
|
2021-05-21 19:19:54 +09:00 |
|
Dan Balasescu
|
5ad41ded94
|
Merge branch 'master' into fix-dho-lmc
|
2021-05-21 19:11:57 +09:00 |
|
Dean Herbert
|
f335337e5d
|
Merge pull request #12851 from vininew921/applause-stops-on-score-switch
Fix applause sound stopping after switching scores
|
2021-05-21 18:49:59 +09:00 |
|
Dean Herbert
|
bf4db60ef4
|
Remove placeholder translations
|
2021-05-21 18:48:42 +09:00 |
|
Dean Herbert
|
0acf4cf85c
|
Translate remaining ButtonSystem strings and rename to match class name
|
2021-05-21 18:48:11 +09:00 |
|
Dean Herbert
|
df426b9334
|
Merge pull request #12852 from timiimit/multi-larger-freemod-overlay
Make freemod selection overlay taller in multiplayer room
|
2021-05-21 18:45:15 +09:00 |
|
Dean Herbert
|
a8acbbe69c
|
Merge pull request #12779 from Game4all/import-from-stable-select-location
Add ability to manually locate a stable location when importing from stable
|
2021-05-21 18:17:30 +09:00 |
|
Dean Herbert
|
b0a113a36b
|
Merge branch 'master' into localisation-proof-of-concept
|
2021-05-21 17:57:54 +09:00 |
|
Dean Herbert
|
abc96057b2
|
Remove relative height specification and use constant height
|
2021-05-21 17:55:46 +09:00 |
|
Dean Herbert
|
41c4afb3d5
|
Restore path specification to "." for consistency
|
2021-05-21 17:46:27 +09:00 |
|
Dean Herbert
|
2958b9adf4
|
Merge branch 'master' into import-from-stable-select-location
|
2021-05-21 17:37:34 +09:00 |
|
Dean Herbert
|
1ca563e831
|
Merge branch 'master' into applause-stops-on-score-switch
|
2021-05-21 17:28:28 +09:00 |
|
Dean Herbert
|
0c504c3b7d
|
Update framework
|
2021-05-21 17:24:22 +09:00 |
|
Dean Herbert
|
20f890cfd0
|
Merge branch 'master' into fix-spectator-playing-state-5
|
2021-05-21 16:49:22 +09:00 |
|
Dean Herbert
|
1c560a9490
|
Merge pull request #12869 from EVAST9919/sidebar
Add sidebar to news overlay
|
2021-05-21 16:21:18 +09:00 |
|
smoogipoo
|
7c59fb37f1
|
Move check into callback
|
2021-05-21 16:00:58 +09:00 |
|
smoogipoo
|
36aa186c6e
|
Merge branch 'thread-safe-spectator-client'
|
2021-05-21 16:00:24 +09:00 |
|
smoogipoo
|
7f712a4d04
|
Fix EndPlaying potentially doing cross-thread mutation
|
2021-05-21 15:57:39 +09:00 |
|
smoogipoo
|
2fdf8aa1aa
|
Add update thread assertions
|
2021-05-21 15:57:31 +09:00 |
|
Dean Herbert
|
fbe4d7e03c
|
Improve code quality around cursor and upwards passing of response data
|
2021-05-21 15:41:31 +09:00 |
|
Dean Herbert
|
0d575f5728
|
Remove incorrect (and unintended) modulus logic
|
2021-05-21 15:06:53 +09:00 |
|
Dean Herbert
|
f9d51656b6
|
Fix scaling of rotated items not behaving in an understandable way
|
2021-05-21 15:02:36 +09:00 |
|
smoogipoo
|
895eb14c5a
|
Forcefully end playing to fix test failures
|
2021-05-21 14:09:30 +09:00 |
|
Gagah Pangeran Rosfatiputra
|
216b87691c
|
add blurb
|
2021-05-21 10:04:45 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
5964ee23cb
|
add HtmlAgilityPack dependency
|
2021-05-21 09:54:54 +07:00 |
|
Gagah Pangeran Rosfatiputra
|
49aa0f3a18
|
initial main page
|
2021-05-21 10:04:45 +07:00 |
|
Dean Herbert
|
7ad6a1d5ff
|
Merge branch 'master' into thread-safe-spectator-client
|
2021-05-21 11:47:58 +09:00 |
|
Gagah Pangeran Rosfatiputra
|
236124496d
|
add missing accent colour in control tab item
|
2021-05-21 01:21:32 +07:00 |
|
Andrei Zavatski
|
40ca94cd7b
|
Fix incorrect year being passed on first load
|
2021-05-20 16:04:51 +03:00 |
|
Andrei Zavatski
|
c48b5eebdd
|
Don't reload the context when clicking selected year button
|
2021-05-20 15:45:39 +03:00 |
|
Andrei Zavatski
|
bd80cf656a
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into sidebar
|
2021-05-20 15:41:08 +03:00 |
|
Dan Balasescu
|
7845d07dd5
|
Merge pull request #12886 from peppy/fix-skin-editor-context-menu-sticking
Fix skin editor context menus not dismissing when clicking away
|
2021-05-20 21:03:35 +09:00 |
|
Dan Balasescu
|
527847596e
|
Merge pull request #12884 from peppy/ternary-menu-item-refactor
Create base implementations of the two most common `TernaryStateMenuItem`s
|
2021-05-20 21:02:15 +09:00 |
|
Dean Herbert
|
0f4b502fdf
|
Add missing xmldoc
|
2021-05-20 20:09:22 +09:00 |
|
Dean Herbert
|
1848bd902d
|
Fix skin editor context menus not dismissing when clicking away
|
2021-05-20 19:51:07 +09:00 |
|
smoogipoo
|
e3284b976d
|
Merge branch 'thread-safe-spectator-client' into fix-spectator-playing-state-5
|
2021-05-20 19:46:26 +09:00 |
|
smoogipoo
|
06c99e8c7c
|
Fix race due to StopWatchingUser() being called asynchronously
|
2021-05-20 19:45:31 +09:00 |
|
smoogipoo
|
5a8b8782d3
|
Fix WatchUser being called asynchronously in BDL
|
2021-05-20 19:44:43 +09:00 |
|
smoogipoo
|
ee4bca9ed1
|
Handle collection changed event
|
2021-05-20 19:37:43 +09:00 |
|
Dean Herbert
|
df5970fab4
|
Create base implementations of the two most common TernaryStateMenuItem s
|
2021-05-20 19:34:53 +09:00 |
|
smoogipoo
|
7ee81669f7
|
Remove bind helpers from SpectatorClient
|
2021-05-20 19:27:43 +09:00 |
|
smoogipoo
|
b515fe3cb1
|
Fix playing user state not removed on stop watching
|
2021-05-20 19:20:09 +09:00 |
|
smoogipoo
|
89b4f69588
|
Expose playing user states as bindable dictionary
|
2021-05-20 19:19:39 +09:00 |
|
smoogipoo
|
2896da499d
|
Merge branch 'restructure-spectator-client' into thread-safe-spectator-client
|
2021-05-20 18:53:54 +09:00 |
|
smoogipoo
|
a74405d0ed
|
Merge branch 'master' into restructure-spectator-client
|
2021-05-20 18:53:42 +09:00 |
|
smoogipoo
|
f74dbb9e1f
|
Remove locking from SpectatorScreen
|
2021-05-20 18:52:20 +09:00 |
|
smoogipoo
|
10597f7e6a
|
Remove locking from SpectatorClient
|
2021-05-20 18:37:27 +09:00 |
|
Dean Herbert
|
20f1ef4318
|
Extract common implementation of updating drawable position from screen space pos
|
2021-05-20 18:35:13 +09:00 |
|