iiSaLMaN
|
b200142afb
|
Make AdjustRank Bindable and fix issue
|
2019-04-21 17:55:01 +03:00 |
|
iiSaLMaN
|
77614189c9
|
Make AdjustRank Bindable
|
2019-04-21 17:48:50 +03:00 |
|
iiSaLMaN
|
4e07975e7c
|
Ranks must be adjusted in Hidden Mod
|
2019-04-21 15:58:40 +03:00 |
|
iiSaLMaN
|
73da423639
|
Adjust rank
|
2019-04-21 15:58:19 +03:00 |
|
David Zhao
|
6502e26d09
|
Add draw size invalidation to ZoomableScrollContainer
|
2019-04-19 16:21:15 +09:00 |
|
Dean Herbert
|
9d6912a692
|
Update framework
|
2019-04-18 21:23:40 +08:00 |
|
Dean Herbert
|
2d7b3094ba
|
Merge branch 'master' into player-mod-reinstantiation
|
2019-04-17 16:42:57 +08:00 |
|
smoogipoo
|
12b6bc48bd
|
Use .With() wherever possible
|
2019-04-17 17:24:09 +09:00 |
|
smoogipoo
|
09568be270
|
Merge remote-tracking branch 'origin/master' into facade-container
# Conflicts:
# osu.Game/Screens/Play/PlayerLoader.cs
|
2019-04-17 17:17:33 +09:00 |
|
smoogipoo
|
897bfa60db
|
Fix tracking position during 150ms state change delay
|
2019-04-17 17:05:35 +09:00 |
|
smoogipoo
|
4106da2430
|
Rename facade + cleanup usage
|
2019-04-17 17:05:33 +09:00 |
|
smoogipoo
|
3a1587fa53
|
Throw exception when not relatively positioned
|
2019-04-17 17:04:11 +09:00 |
|
smoogipoo
|
9f92b3a8ba
|
Add xmldoc
|
2019-04-17 16:34:53 +09:00 |
|
smoogipoo
|
5a3d6a0258
|
Fix post-merge errors
|
2019-04-17 16:11:59 +09:00 |
|
smoogipoo
|
ad720cedeb
|
Merge remote-tracking branch 'origin/master' into player-mod-reinstantiation
|
2019-04-17 12:59:23 +09:00 |
|
Dean Herbert
|
b684cd49e6
|
Update framework
|
2019-04-16 22:51:57 +08:00 |
|
Dean Herbert
|
bb539af1a0
|
Merge branch 'master' into player-mod-reinstantiation
|
2019-04-16 22:35:21 +08:00 |
|
smoogipoo
|
ac2eabc9bf
|
Fix replay rewinding not respecting 60fps playback
|
2019-04-16 17:47:00 +09:00 |
|
smoogipoo
|
0222424aef
|
Make mods IReadOnlyList<Mod> gamewide
Prevents potential multiple evaluations of enumerable.
|
2019-04-10 17:20:36 +09:00 |
|
smoogipoo
|
7845d542e3
|
Cache mods as array in DrawableRuleset
|
2019-04-10 17:20:36 +09:00 |
|
smoogipoo
|
85d3ff4846
|
Merge remote-tracking branch 'origin/master' into no-workingbeatmap-mods
# Conflicts:
# osu.Game/Screens/Play/GameplayClockContainer.cs
|
2019-04-10 12:06:51 +09:00 |
|
smoogipoo
|
4310f07a5c
|
Rename SelectedMods -> Mods
|
2019-04-10 12:03:57 +09:00 |
|
Dan Balasescu
|
3073508a23
|
Merge branch 'master' into fix-offset-seek-handling
|
2019-04-09 15:40:48 +09:00 |
|
smoogipoo
|
4c571acd67
|
Reinstantiate mods for every player
|
2019-04-09 13:33:16 +09:00 |
|
smoogipoo
|
1c952e58cc
|
Fix testcase failures
|
2019-04-09 13:15:48 +09:00 |
|
smoogipoo
|
56496d28ba
|
Reset mods when exiting match
|
2019-04-09 12:59:32 +09:00 |
|
smoogipoo
|
cbb3fdaca8
|
Fix various crashes due to bindable being disabled
|
2019-04-09 12:59:32 +09:00 |
|
smoogipoo
|
ad124bfeec
|
Reimplement select mod track adjustments
|
2019-04-09 12:59:32 +09:00 |
|
smoogipoo
|
c584967eb1
|
Remove mods from workingbeatmap
|
2019-04-09 12:59:32 +09:00 |
|
smoogipoo
|
ca9f172a96
|
Use var
|
2019-04-09 12:58:10 +09:00 |
|
smoogipoo
|
93b6cc00df
|
Fix OsuScreenDependencies using the incorrect parent
|
2019-04-09 12:56:23 +09:00 |
|
David Zhao
|
8a01995668
|
Remove need for tracking bool and backing logo
|
2019-04-08 16:14:41 +09:00 |
|
David Zhao
|
376bed3a30
|
Merge branch 'facade-container' of https://github.com/nyquillerium/osu into facade-container
|
2019-04-08 15:24:59 +09:00 |
|
David Zhao
|
a690302d00
|
Apply reviews
|
2019-04-08 15:24:09 +09:00 |
|
Dan Balasescu
|
d7655bc579
|
Use .Value instead of cast
Co-Authored-By: nyquillerium <nyquill@ppy.sh>
|
2019-04-08 11:22:01 +09:00 |
|
Lucas A
|
e948b11756
|
Merge branch 'master' into invert-login-notification-depth
|
2019-04-07 14:03:01 +02:00 |
|
Ferdinand Bachmann
|
d431ca4efc
|
BeatmapLeaderboard: use OrderByDescending instead of negation
(suggested by peppy)
|
2019-04-07 13:26:35 +02:00 |
|
Lucas A
|
3f2e6a9376
|
Allow loginOverlay to be null if there's no cached instance in DI (for testing cases)
|
2019-04-06 18:52:30 +02:00 |
|
Lucas A
|
394f14965b
|
Make appveyor happy with whitespaces
|
2019-04-06 18:23:56 +02:00 |
|
Lucas A
|
59410dbe3b
|
Open login overlay when notification asking for signing in to play multi is clicked
|
2019-04-06 18:05:13 +02:00 |
|
Lucas A
|
d5b7865ab8
|
Invert notification and loginOverlay depth order
|
2019-04-06 17:40:48 +02:00 |
|
theFerdi265
|
cb3532e7d4
|
BeatmapLeaderboard: fix local scores not being sorted
|
2019-04-06 00:53:02 +02:00 |
|
Dean Herbert
|
46ecaf3d6c
|
Merge branch 'master' into facade-container
|
2019-04-05 21:14:21 +09:00 |
|
Dean Herbert
|
dec16d9eb3
|
Merge branch 'master' into fix-blocked-volume-overlay
|
2019-04-05 21:01:58 +09:00 |
|
Dean Herbert
|
f93504c65a
|
Merge branch 'master' into button_fix
|
2019-04-05 20:47:08 +09:00 |
|
Dean Herbert
|
88445647c8
|
Merge branch 'master' into update-beatmap-scores-design
|
2019-04-05 18:27:30 +09:00 |
|
David Zhao
|
0208526837
|
Fix button system visual issue
|
2019-04-05 18:21:54 +09:00 |
|
Joehu
|
debda7ae7d
|
Fix volume overlay container reference
|
2019-04-05 00:05:42 -07:00 |
|
Joehu
|
53906e87ec
|
Split floatingOverlayContent
|
2019-04-05 00:00:21 -07:00 |
|
David Zhao
|
e06fe7950b
|
Cleanup
|
2019-04-05 15:06:37 +09:00 |
|
David Zhao
|
5fa93f4a05
|
Add test for checking exception
|
2019-04-05 15:05:11 +09:00 |
|
Dean Herbert
|
a34a511f22
|
Update framework
|
2019-04-05 14:55:25 +09:00 |
|
smoogipoo
|
15fbb6f176
|
Use common AddUserLink method
|
2019-04-05 14:15:36 +09:00 |
|
David Zhao
|
b1d74e57e5
|
Add checks guarding against setting tracking on multiple trackingcongtainers and setting facade size
|
2019-04-05 13:56:08 +09:00 |
|
David Zhao
|
7047f305a1
|
Apply reviews, add safety for multiple facades
|
2019-04-05 12:02:47 +09:00 |
|
smoogipoo
|
a6bf076dc7
|
Adjust green colour
|
2019-04-04 17:58:34 +09:00 |
|
smoogipoo
|
e13fffaca3
|
Make ScoreTable use TableContainer
|
2019-04-04 17:53:23 +09:00 |
|
Dean Herbert
|
1709e22763
|
Merge branch 'master' into fix-blocked-volume-overlay
|
2019-04-04 17:28:46 +09:00 |
|
David Zhao
|
6f5e9fe50d
|
Correct xmldoc
|
2019-04-04 13:33:13 +09:00 |
|
David Zhao
|
b2857384b8
|
Remove unnecessary logo assignment
|
2019-04-04 12:08:05 +09:00 |
|
David Zhao
|
e89143d76b
|
Add xmldoc for LogoTrackingPosition
|
2019-04-04 12:07:11 +09:00 |
|
David Zhao
|
15b2b6af7d
|
Clean up remaining assignments of logo relativePositionAxes
|
2019-04-04 11:28:36 +09:00 |
|
David Zhao
|
6b5458a625
|
Clean up test cases
|
2019-04-04 11:22:05 +09:00 |
|
Dean Herbert
|
0919980cdd
|
Merge branch 'master' into bugfix/4584
|
2019-04-04 01:08:39 +09:00 |
|
Samuel Van Allen
|
bb516da5b6
|
Removed redundant empty argument list
|
2019-04-03 22:57:05 +08:00 |
|
Samuel Van Allen
|
3660924441
|
Trimmed whitespace
|
2019-04-03 22:40:20 +08:00 |
|
Samuel Van Allen
|
4d60f6fb6a
|
Use collection initializer and added missing blank line
|
2019-04-03 22:37:50 +08:00 |
|
Samuel Van Allen
|
55a6e43778
|
Check against databasedSet instead of function param
|
2019-04-03 21:49:33 +08:00 |
|
Samuel Van Allen
|
73c7c6c316
|
Hides "Details" button when OnlineBeatmapID is null
|
2019-04-03 21:44:36 +08:00 |
|
David Zhao
|
8a40b27e8f
|
Remove need for logo relativePositionAxes none
|
2019-04-03 20:32:53 +09:00 |
|
David Zhao
|
2ed945605e
|
Fix Axes.None requirement for FacadeContainer
|
2019-04-03 19:57:22 +09:00 |
|
Dean Herbert
|
84da708d44
|
Fix nullref
|
2019-04-03 18:46:08 +09:00 |
|
Dean Herbert
|
cb417ebd77
|
Player -> User
|
2019-04-03 18:44:19 +09:00 |
|
Dean Herbert
|
a15a9bd03a
|
Rewrite updateDisplay logic to not fail on some cases
|
2019-04-03 18:29:46 +09:00 |
|
Dean Herbert
|
5c3c08566f
|
DrawableTopScore can be composite
|
2019-04-03 18:20:03 +09:00 |
|
smoogipoo
|
3b7d26cca8
|
Remove custom styled text
|
2019-04-03 17:49:01 +09:00 |
|
Dean Herbert
|
efd7bea771
|
Add further xmldoc
|
2019-04-03 17:01:11 +09:00 |
|
Dean Herbert
|
50f8ab3dfb
|
Fix gameplay offset handling on seeks
|
2019-04-03 16:58:20 +09:00 |
|
smoogipoo
|
3da008d293
|
Add a bit of padding between the sections
|
2019-04-03 16:43:56 +09:00 |
|
smoogipoo
|
f8596e055a
|
Separate into multiple files
|
2019-04-03 16:38:54 +09:00 |
|
smoogipoo
|
42c915190a
|
Reorder DrawableTopScore
|
2019-04-03 16:12:24 +09:00 |
|
smoogipoo
|
e246fad301
|
Clear table if no scores are provided
|
2019-04-03 16:09:34 +09:00 |
|
smoogipoo
|
2c18b6df1c
|
Fix score table using 300/100/50
|
2019-04-03 16:09:19 +09:00 |
|
smoogipoo
|
d6b15f040a
|
Improve statistics display
|
2019-04-03 15:57:36 +09:00 |
|
smoogipoo
|
0cf27e244d
|
Fix usages of SpriteText and obsolete members
|
2019-04-03 15:44:14 +09:00 |
|
smoogipoo
|
dff58ab4ed
|
Initial cleanup pass of DrawableTopScore
|
2019-04-03 15:41:33 +09:00 |
|
smoogipoo
|
7f425059ae
|
Adjust transforms
|
2019-04-03 15:41:22 +09:00 |
|
smoogipoo
|
ab4be3b75f
|
General refactoring
|
2019-04-03 15:20:38 +09:00 |
|
smoogipoo
|
0d127c21f1
|
Merge remote-tracking branch 'Aergwyn/master' into update-beatmap-scores-design
|
2019-04-03 14:52:13 +09:00 |
|
Samuel Van Allen
|
e9269dc83b
|
Prevent unnecessary query in OsuGame::PresentBeatmap
This resolves issue #4575
|
2019-04-02 23:57:31 +08:00 |
|
Dean Herbert
|
072954e4c0
|
Update framework
|
2019-04-02 21:00:05 +09:00 |
|
Dean Herbert
|
bcd51afea1
|
Fix osu! icon font name mismatch
|
2019-04-02 19:55:46 +09:00 |
|
Dean Herbert
|
bc1077ed73
|
Remove remaining FontAwesome reference
|
2019-04-02 19:55:34 +09:00 |
|
Dean Herbert
|
f1952c0816
|
Update font awesome usage
|
2019-04-02 19:55:24 +09:00 |
|
David Zhao
|
020be50f03
|
Merge remote-tracking branch 'upstream/master' into facade-container
|
2019-04-02 11:28:44 +09:00 |
|
Dean Herbert
|
184403c7e1
|
Merge branch 'master' into resume-cursor-2
|
2019-04-01 14:24:00 +09:00 |
|
Dean Herbert
|
14b606f761
|
Merge branch 'master' into colourable-menu-elements
|
2019-04-01 14:16:36 +09:00 |
|
Dean Herbert
|
b09973aaea
|
Merge branch 'master' into colourable-menu-elements
|
2019-04-01 13:30:20 +09:00 |
|
Dean Herbert
|
2060bad3bc
|
Try applying minimal inspection fixes for latest Rider EAP
|
2019-04-01 13:28:14 +09:00 |
|
Dean Herbert
|
2b3c70b2d2
|
Refactor with constants and better method names
|
2019-04-01 13:13:56 +09:00 |
|