Commit Graph

50 Commits

Author SHA1 Message Date
7bc8908ca9 Partial everything 2022-11-27 00:00:27 +09:00
31a447fda0 Update parameter discards 2022-06-24 21:26:19 +09:00
f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
ec61c3c5ee Rename all remaining cases 2021-10-03 00:55:29 +09:00
c6386ea605 Remember leaderboard mods filter selection in song select 2020-09-15 21:53:35 -07:00
66910f1ee3 Remove unnecessary bindable setter 2020-02-14 17:50:53 +09:00
6f7196b0b8 Make beatmap detail area abstractable 2020-02-13 13:46:23 +09:00
11d937beab Fix beatmap detail area tab dropdown being blocked by content 2019-10-06 10:24:33 -07:00
b77550625c Check if DummyWorkingBeatmap is selected instead 2019-09-09 20:04:04 +03:00
1b0123a60c Set beatmap of leaderboard to null if NoBeatmapsAvailable is selected 2019-09-05 05:56:52 +03:00
4ba60ed089 Apply currently selected mods to filter leaderboard scores
Modifies GetScoresRequest to build query string locally instead of using WebRequest.AddParameter since it doesn't support array parameters
2019-07-03 17:04:20 +05:30
0788a7e9f1 Merge branch 'master' into more-inspections 2019-02-28 14:32:57 +09:00
42be7857d1 Use expression body for property get/set where possible 2019-02-28 13:58:19 +09:00
26d53d06a9 Fix remaining issues 2019-02-28 13:31:40 +09:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
e657f13c15 Separate out Leaderboard into BeatmapLeaderboard 2018-12-22 14:44:36 +09:00
32a74f95a5 Normalize all the line endings 2018-04-13 18:26:38 +09:00
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
4bd2c7e95f Fix minor formatting issue 2017-12-21 21:54:46 +09:00
fe559f4b62 Add respective query params to GetScoreRequest based on selected tab. 2017-11-23 14:36:12 +05:30
55e8bdfb05 CI fixes. 2017-09-07 15:38:23 -03:00
5e685ff5b1 Rewrite BeatmapDetails to be more modular for future code sharing. 2017-09-07 14:53:53 -03:00
9d523ea012 Update framework 2017-07-12 11:06:13 +09:00
efab186384 Update namespaces in line with framework 2017-05-16 12:50:30 +09:00
e1a2f1bc7a Add beatmap metrics lookup. 2017-04-24 19:17:11 +09:00
d6c5654924 Reduce paddings and lock in some fixed heights for BeatmapDetails. 2017-04-24 18:55:49 +09:00
ed2f5d210e condensed some commits because they were small or already reversed 2017-04-11 22:48:53 +02:00
50b6bcd574 Merge branch 'master' into details 2017-04-11 19:06:58 +02:00
dc3a2d45fe Move API lookup from BeatmapDetailArea to Leaderboard. 2017-04-11 16:36:50 +09:00
899e559b5c ratings hide now + remove unnessary stuff 2017-04-07 19:58:49 +02:00
9881889f88 removed some unused stuff 2017-04-07 18:24:36 +02:00
eb4b3772e9 put Bar into its own file and let it only add a background if BackgroundColour is changed 2017-04-07 18:13:55 +02:00
28193cbaaa hide BeatmapDetails on entering the Select screen 2017-04-06 15:39:23 +02:00
411988f038 Remove all trailing whitespaces in this repo. 2017-04-06 16:21:18 +08:00
b2731bb0a1 some formatting 2017-04-04 17:27:08 +02:00
5a694e0c9d changed location of BarGraph to be more generic 2017-04-03 19:29:13 +02:00
d0b4f86725 fix errors from merge 2017-04-01 14:16:18 +02:00
0d4f2c59a5 there's probably something in here I overlooked 2017-03-30 17:32:18 +02:00
cdb3150c56 add readonlies and remove unused using directives 2017-03-29 16:00:29 +02:00
909fdb647c Added ratings and different bar rotations 2017-03-28 17:12:54 +02:00
775fd63d0f Added difficulty container 2017-03-25 23:33:03 +01:00
d8724e5e3e Add metadata details 2017-03-24 23:02:24 +01:00
6bcbd116c8 Only get APIAccess from DI (it's all we need). 2017-03-23 16:32:35 +09:00
3ae7d0cb98 Better handle the passing of Beatmap and updating of scores.
PresentScores was dangerous as it could potentially bring up unsafe threading scenarios. This ensures everything will work well in all cases.
2017-03-23 16:31:08 +09:00
022fd625df Remove transitions for now
If you want to add transitions, the containers should be IStateful so we can discern their state for later use (because I switched to Show/Hide I can use IsPresent for now). We should probably look at moving the VisibilityState portion of OverlayContainer into a new StatefulContainer class or similar, so it can be used in situations like this.
2017-03-23 16:28:45 +09:00
88d878e1d5 Formatting 2017-03-23 02:47:27 -03:00
67421cdf1c Even though it was 5 minutes ago what was I thinking 2017-03-23 01:34:06 -03:00
677b8afc1f Integration 2017-03-23 01:19:29 -03:00
87b8015e8f Cleanup 2017-03-23 00:29:28 -03:00
c173c4b7ee Tab control 2017-03-23 00:22:31 -03:00