Commit Graph

1707 Commits

Author SHA1 Message Date
07d6a70028 New sound effects with better names 2017-11-26 17:17:46 +09:00
7ff39d62a1 Fix SpriteIcon potentially not updating texture during a load race condition
Better fix for #1577.
2017-11-24 12:48:02 +09:00
d93911ae97 Improve user ratings calculations to make more sense
Closes #1552.
2017-11-23 18:10:08 +09:00
de7c571be3 Merge remote-tracking branch 'origin/master' into netstandard 2017-11-22 19:46:17 +09:00
b3bf6e7bee Merge master into netstandard 2017-11-21 16:39:21 +09:00
bd616c1307 Simplify some property access 2017-11-21 12:42:28 +09:00
4f6263ef86 Make many internal classes and methods public
This is important when using dynamic compiling to rapidly iterate. Until we actually split projects out into pieces (like the abstract ruleset project we have talked about) there is no advantage to using internal in the osu! game code.
2017-11-21 12:06:16 +09:00
aac41d2de6 Disable resharper inspections on case-by-case basis 2017-11-20 18:55:48 +09:00
6df18ffb7a FocusedTextBox should not handle repeated escapes 2017-11-20 18:14:58 +09:00
dacabd4a90 Merge branch 'master' into lazy-working-beatmap 2017-11-17 21:46:19 +09:00
b3aae2340b Avoid accessing beatmaps from BeatSyncedContainer until they are loaded 2017-11-17 18:38:11 +09:00
6c40cf08cc Optimise leaderboard display
Adds async loading support and cleans up the code quite a bit in the process.
2017-11-16 23:22:25 +09:00
af03d883f1 Ensure overlay containers scroll to top when new information is presented 2017-11-15 19:01:30 +09:00
e006090c5b Fix SpriteIcon loading textures on the update thread 2017-11-13 13:13:43 +09:00
edd0d166b1 Add text transforms to OsuSpriteText 2017-11-04 00:42:36 +09:00
ed89f03900 Make ParallaxContainer public 2017-11-01 17:10:59 +09:00
520b806305 Merge remote-tracking branch 'upstream/master' into ranks-section 2017-10-13 18:49:05 +09:00
d98f1a2bb7 Merge remote-tracking branch 'upstream/master' into editor-waveform-timeline 2017-10-12 21:48:08 +09:00
a5817e6e75 Add a way to change the IconButton icon colour 2017-10-12 18:17:23 +09:00
78f2037d84 Remove now obsolete RatioAdjust 2017-10-12 09:42:06 +02:00
071b1b049c Fix properties not being set leading to colours not being set 2017-10-10 18:31:56 +09:00
44141a38b8 Make it possible to change colours before load() 2017-10-10 18:04:41 +09:00
bbd1a7059e xmldoc + hook up IconColour 2017-10-10 17:25:39 +09:00
d7fb59ee0e Expose colours of IconButton 2017-10-10 17:20:23 +09:00
9cb9151811 Move origin + anchor outside of ctor 2017-10-10 16:00:11 +09:00
ba8bf6cbd5 Add ScreenSelectionTabControl to EditorMenuBar 2017-09-27 22:01:53 +09:00
8438ea1267 Fix formatting ;_; 2017-09-21 22:11:35 +02:00
3c00a7cc51 Reformat again... 2017-09-17 01:44:49 +02:00
a33dfbba25 Code reformat 2017-09-17 01:40:38 +02:00
48008cd7e6 ... 2017-09-17 01:34:56 +02:00
a8ada75633 CODE STYLE XD 2017-09-17 01:28:02 +02:00
846838c621 Move to MenuCursor 2017-09-17 01:14:33 +02:00
bfe1febef2 Fix field access + remove unneeded this 2017-09-17 01:00:44 +02:00
e8462ac134 Add option to disable cursor rotation. 2017-09-17 00:47:55 +02:00
9c4876d135 Merge remote-tracking branch 'upstream/master' into ranks-section 2017-09-14 18:52:44 +09:00
89b5a6670e Changed type of IHasFilterTerms.FilterTerms according to framework update 2017-09-13 16:18:02 +02:00
fb7740a3ab Update all dependencies in line with framework 2017-09-13 20:25:40 +09:00
28a25c201f Merge remote-tracking branch 'upstream/master' into ranks-section 2017-09-12 19:50:58 +09:00
7c7849f189 Fix icon states being updated incorrectly when being set too early 2017-09-11 21:40:58 +09:00
58c875bdca Merge remote-tracking branch 'origin/master' into blending-equations
# Conflicts:
#	osu-framework
2017-09-11 15:02:12 +09:00
f33bd700c5 Fix individual volume controls not being adjustable via wheel
They were blocking each others' input unnecessarily.
2017-09-11 08:27:29 +09:00
cde22865b9 Merge remote-tracking branch 'origin/master' into blending-equations
# Conflicts:
#	osu-framework
2017-09-11 02:42:23 +09:00
ea35b69f2f Merge branch 'master' into fix-mono-crash 2017-09-10 11:49:20 +09:00
19db7a8f72 Update in line with framework changes. 2017-09-07 22:46:21 +09:00
41398f57d6 Changes in line with framework 2017-09-07 20:36:32 +09:00
5822a6cc96 Merge branch 'master' into ranks-section 2017-09-07 15:11:07 +09:00
69ff4bfa46 Fix startup crash on mono. 2017-09-06 20:04:21 +05:30
06fac913bf Re-implement EditorMenuBar. 2017-09-06 21:14:29 +09:00
df79d8918d Merge branch 'master' into menu-bar 2017-09-06 18:26:18 +09:00
2a64bcda85 Fix resizing bug(?). 2017-09-04 09:32:44 +09:00