Drew DeVault
|
cf60c52f00
|
Switch to System.ComponentModel.Description
|
2016-12-07 09:42:53 -05:00 |
|
Drew DeVault
|
5456e0102c
|
s/OptionsDropdown/DropdownOption/g
|
2016-12-07 09:42:52 -05:00 |
|
Drew DeVault
|
4757a1c433
|
Wire up enum-backed dropdowns
|
2016-12-07 09:42:52 -05:00 |
|
Drew DeVault
|
0378de8346
|
Add DisplayName
|
2016-12-07 09:42:37 -05:00 |
|
Drew DeVault
|
9daf524120
|
Add OptionsDropdown<T> and wire up one example
|
2016-12-07 09:42:37 -05:00 |
|
Drew DeVault
|
ff7ec88e66
|
s/OptionsSlider/SliderOption/g
|
2016-12-07 09:42:37 -05:00 |
|
Drew DeVault
|
a350e95e40
|
Add OptionsSlider and wire up volume sliders
|
2016-12-07 09:41:28 -05:00 |
|
Dean Herbert
|
a80c28ca37
|
ToolbarOverlayToggleButton
|
2016-12-02 21:57:01 +09:00 |
|
Dean Herbert
|
9bf36418a0
|
Make toolbar buttons more independent logic-wise.
Also adds visual toggle state for toggleable buttons.
|
2016-12-02 18:43:01 +09:00 |
|
Dean Herbert
|
11f958030f
|
Make Triangles more flexible and more random.
|
2016-12-01 18:53:13 +09:00 |
|
Dean Herbert
|
6ccce88a0e
|
Add proper user data retrieval on connect.
|
2016-12-01 16:44:24 +09:00 |
|
Dean Herbert
|
d7ab74363d
|
Simplify toolbar width/padding calculations. Add avatar display (incorrect user id).
|
2016-12-01 16:05:54 +09:00 |
|
Dean Herbert
|
167b559a95
|
Move toolbar to own namespace.
|
2016-12-01 14:22:29 +09:00 |
|
Dean Herbert
|
18509e6a60
|
ChatConsole -> ChatOverlay. Namespace tidying.
|
2016-11-30 18:30:06 +09:00 |
|
Dean Herbert
|
34e91c8474
|
Add the concept of IOnlineComponents, registered tot he API for handling state changes.
|
2016-11-30 18:30:01 +09:00 |
|
Thomas Müller
|
d0065d2d20
|
Merge pull request #205 from peppy/scoring
Wire up basic scoring.
|
2016-11-29 20:56:53 +01:00 |
|
Dean Herbert
|
9d2a69f1e2
|
Add concept of ScoreProcessor.
|
2016-11-29 20:30:16 +09:00 |
|
Dean Herbert
|
9871960112
|
Basic score flow.
|
2016-11-29 17:34:16 +09:00 |
|
stanriders
|
ba18c9a309
|
Merged ExtendableButton and BackButton
|
2016-11-27 05:48:31 +03:00 |
|
stanriders
|
af57984d5c
|
Moved ExtendableButton out of framework
|
2016-11-27 04:41:17 +03:00 |
|
stanriders
|
e9343fe53d
|
Add stable-alike BackButton
|
2016-11-27 04:21:12 +03:00 |
|
Dean Herbert
|
c978a4c091
|
Tidy up code. Make trail smooth.
|
2016-11-26 19:22:56 +09:00 |
|
Dean Herbert
|
396ca9fe91
|
Remove HitJudgementResolver; reimplement in DrawableHitObject.
|
2016-11-26 16:51:51 +09:00 |
|
Dean Herbert
|
ece3bc0e01
|
Refactor BeatmapInfoWedge to be async.
|
2016-11-24 13:48:48 +09:00 |
|
Dean Herbert
|
611619fd9c
|
Fix some namespaces.
|
2016-11-23 12:00:17 +09:00 |
|
Thomas Müller
|
5cf5e8c80c
|
Move BeatmapInfoOverlay into its own class.
No loading async optimizations yet.
|
2016-11-22 21:51:42 +01:00 |
|
Thomas Müller
|
9bf23bc4ad
|
Only handle beatmap panels that are visible in song select.
|
2016-11-22 21:41:48 +01:00 |
|
Thomas Müller
|
c6d688898f
|
Initial implementation of a beatmap carousell and various minor improvements to song select.
No big optimizations yet, but groundwork is laid out.
|
2016-11-20 20:34:16 +01:00 |
|
Thomas Müller
|
f8788bb24b
|
Update the background according to the currently selected beatmap and blur it within song select.
|
2016-11-19 17:39:43 +01:00 |
|
Dean Herbert
|
1242ae3f2a
|
Add the concept of a HitJudgementResolver.
|
2016-11-19 16:19:26 +09:00 |
|
Dean Herbert
|
d3f810f72f
|
Introduce concept of HitObjectParsers, fix tests and stop using reflection (unreliable due to lazy loading).
|
2016-11-14 22:03:39 +09:00 |
|
Dean Herbert
|
5dd4e31011
|
Move DrawableHitObject.
|
2016-11-14 19:49:29 +09:00 |
|
Dean Herbert
|
4590be552f
|
Move play modes to their own projects.
|
2016-11-14 18:54:24 +09:00 |
|
Dean Herbert
|
06f4f93918
|
Move play modes to Modes namespace.
|
2016-11-14 18:03:20 +09:00 |
|
Dean Herbert
|
0f4538f69f
|
Rename GameModes namespace to Screens.
|
2016-11-14 17:23:33 +09:00 |
|
Dean Herbert
|
75be78752b
|
Merge remote-tracking branch 'refs/remotes/upstream/master' into options-sidebar-tracking
# Conflicts:
# osu.Game/osu.Game.csproj
|
2016-11-12 22:30:15 +09:00 |
|
Dean Herbert
|
099b309645
|
Introduce back the concept of Rulesets.
|
2016-11-12 18:26:21 +09:00 |
|
Dean Herbert
|
8d56a881d0
|
Merge pull request #157 from SirCmpwn/string-options
Add TextBoxOption and wire it up
|
2016-11-12 16:11:09 +09:00 |
|
Drew DeVault
|
00cc4278da
|
Split off SidebarButton
|
2016-11-12 01:53:20 -05:00 |
|
Drew DeVault
|
a81f099d40
|
Add TextBoxOption and wire it up
|
2016-11-10 18:17:15 -05:00 |
|
Dean Herbert
|
788c11de10
|
Merge pull request #103 from huoyaoyuan/music-controller
Music controller
|
2016-11-10 12:54:56 +09:00 |
|
Dean Herbert
|
8c68f9ba93
|
OptionsSideNav -> OptionsSidebar.
|
2016-11-08 19:17:09 +09:00 |
|
Drew DeVault
|
1bca78f4b6
|
Wire up one of the settings to the config
One step at a time, right
|
2016-11-07 22:36:24 -05:00 |
|
Drew DeVault
|
4d04eb6fb1
|
Rearrange some options a bit, update framework
|
2016-11-07 22:15:48 -05:00 |
|
Drew DeVault
|
1ce6a7285a
|
Rearrange options namespaces
|
2016-11-07 21:24:41 -05:00 |
|
Drew DeVault
|
e6c3fc1091
|
Implement scrolling to each section
|
2016-11-07 17:07:55 -05:00 |
|
Huo Yaoyuan
|
c470140d64
|
Merge branch 'master'
|
2016-11-06 00:11:30 +08:00 |
|
Huo Yaoyuan
|
2d86cb1e81
|
Merge branch 'master'
|
2016-11-05 16:21:59 +08:00 |
|
Dean Herbert
|
b40ccccbe4
|
Add HitObject colours back in the mix.
|
2016-11-04 15:43:53 +09:00 |
|
Drew DeVault
|
cb40b7079f
|
Rework how references are passed about
|
2016-11-03 22:43:00 -04:00 |
|