Commit Graph

15988 Commits

Author SHA1 Message Date
d5a3d8dbaa Remove no longer used components 2020-01-18 03:35:47 +03:00
6e776d02f8 Refactor PaginatedScoreContainer to use new components 2020-01-18 03:33:02 +03:00
4964505c3e Implement ProfileWeightedScore component 2020-01-18 03:19:28 +03:00
4cdaebb42b Implement ProfileScore component 2020-01-18 02:58:10 +03:00
59cb93321f Implement ProfileItemBackground component 2020-01-18 01:36:14 +03:00
2187523bf3 Fix json web requests having incorrect user agents 2020-01-17 19:21:27 +09:00
0d8b4e7c3e Fix user agent missing in registration 2020-01-16 12:51:43 +09:00
ef735f106e Merge pull request #7534 from revelsix/fix-tooltip-capitalization
Fix tooltip capitalization
2020-01-16 12:46:20 +09:00
1ec54eeaf9 Merge branch 'master' into beatmap-export 2020-01-15 15:39:35 +09:00
990f5b5f78 Implement editor beatmap saving (#7532)
Implement editor beatmap saving
2020-01-15 15:35:26 +09:00
6cb8b964fd Allow changing volume in song select with arrow keys when press… (#7528)
Allow changing volume in song select with arrow keys when pressing alt
2020-01-15 15:12:23 +09:00
e88e40eec4 Expand on comment 2020-01-15 15:11:36 +09:00
b42b23d65b Add comment for alt pressed
Taken from OsuScrollContainer
2020-01-14 20:52:15 -08:00
e49701a215 Save before exporting 2020-01-15 13:48:28 +09:00
2060be345d Move alt pressed condition to top of method 2020-01-14 20:44:55 -08:00
c25fefa3ca Add beatmap package export 2020-01-15 13:44:46 +09:00
443dedfd07 undo menu item capitalization 2020-01-14 14:54:06 -05:00
a86fb2113e fix tooltip capitalization 2020-01-14 14:26:54 -05:00
e308845faf Add looping animation to slider reverse arrows (#7434)
Add looping animation to slider reverse arrows
2020-01-14 19:18:56 +08:00
f695b1e055 Merge remote-tracking branch 'origin/master' into editor-beatmap-saving 2020-01-14 19:25:04 +09:00
0e844b3039 Cleanup / re-protect file store 2020-01-14 19:24:53 +09:00
b51575b433 Add temporary keybind for saving 2020-01-14 19:24:53 +09:00
4fe5ea8e92 Clear working beatmap cache on save 2020-01-14 19:24:53 +09:00
ea7510d2f5 Rename menu option 2020-01-14 19:24:53 +09:00
1b3bff6fa5 Fix model file infos not being removed 2020-01-14 19:24:53 +09:00
a255832195 Add beatmapmanager method for saving 2020-01-14 19:24:53 +09:00
b91bcaccba Remove outdated comment 2020-01-14 19:24:53 +09:00
5f5878e37e Dereference existing file 2020-01-14 19:24:53 +09:00
b592b6d80d Improve robustness by always creating a new file 2020-01-14 19:24:53 +09:00
609102bea3 Initial file updating implementation 2020-01-14 19:24:53 +09:00
681a43a318 Refactor to support beatmap updates 2020-01-14 19:24:53 +09:00
1367c18d3f General refactorings 2020-01-14 15:07:25 +09:00
45dad5a9c7 Merge remote-tracking branch 'origin/master' into rankings-country-filter 2020-01-14 15:00:48 +09:00
c196e83e75 Allow changing volume in song select with arrow keys when pressing alt 2020-01-13 20:48:39 -08:00
619fe29871 Make reverse arrow animate faster via divisor specification
Adds MinimumBeatLength to BeatSyncedContainer to make sure things don't get out of hand.
2020-01-14 01:39:45 +09:00
a1d603abf1 Fix song select showing incorrect key count when difficulty mod… (#7510)
Fix song select showing incorrect key count when difficulty mods applied
2020-01-13 19:22:47 +08:00
7a6215c6cf Add global action for toggling now playing overlay (#7501)
Add global action for toggling now playing overlay
2020-01-13 15:53:35 +08:00
8059922aa4 Make gradient in NewsArticleCover be effected by hover (#7509)
Make gradient in NewsArticleCover be effected by hover
2020-01-13 15:34:46 +08:00
c190c68659 Add safety for channel with no messages 2020-01-13 12:22:44 +09:00
b5ac707c6c Remove unnecessary directive 2020-01-12 21:09:48 +01:00
aa2645502c Fix adjusted value always being 0 2020-01-12 20:43:48 +01:00
8cc2d70df0 Reduce API calls by checking what message was last marked as read 2020-01-12 16:24:14 +01:00
f1b4fbb844 Make gradient in NewsArticleCover be effected by hover 2020-01-12 17:38:15 +03:00
f43602518a Add global action for toggling now playing overlay 2020-01-11 11:43:51 -08:00
ccaf4e48a1 Remove using directive 2020-01-11 20:04:58 +01:00
5d5c635b1b Merge branch 'api-chat-read' of https://github.com/Craftplacer/osu into api-chat-read 2020-01-11 19:47:40 +01:00
2ea1367a88 Remove message parameter and make it mark the entire channel as read 2020-01-11 19:47:35 +01:00
7aac6deb71 Merge branch 'master' into api-chat-read 2020-01-11 19:18:50 +01:00
f8a11e50b6 Remove redundant ToString() calls
as string interpolation does this automatically..
2020-01-11 18:00:34 +01:00
d9c57baa89 Add test case for mismatch of channels 2020-01-11 17:48:03 +01:00