Commit Graph

103 Commits

Author SHA1 Message Date
a5e610a7ba Update framework and fix compilation
Most issues were related to BeginLoopedSequence usage and lack of
"this." in front of transform helpers.
2017-07-14 19:18:12 +03:00
a327f49d68 Updating progressBar.EndTime is more thread safe 2017-06-23 18:24:46 +01:00
73c004fb71 Removed DragBar from song progress 2017-06-22 17:42:29 +01:00
431d225a60 Keyword Spacing and Brackets Fixing 2017-06-08 14:35:10 +08:00
41c252760d Move all pause logic into PauseContainer 2017-05-17 21:57:01 +09:00
efab186384 Update namespaces in line with framework 2017-05-16 12:50:30 +09:00
ea0add2354 Fixed update condition 2017-05-11 02:34:57 +03:00
d55c97a08a Stop progress as soon as we at 100% 2017-05-11 01:48:46 +03:00
7b17e331c4 cleanups 2017-05-10 03:45:31 +03:00
2826c663fd Apply suggested changes 2017-05-09 06:05:37 +03:00
17d1ecb8f5 Use float type for progress value 2017-05-08 19:42:36 +03:00
4b5e24cc36 Changed logic a bit 2017-05-08 19:14:19 +03:00
dda25219bc code fixes 2017-05-08 01:54:31 +03:00
c3a42ded36 Fixed Graph/seeking offset 2017-05-08 01:23:51 +03:00
531f2c410a removed useless variable 2017-05-08 00:26:34 +03:00
ea28a9f7ce Adjust values 2017-05-08 00:16:58 +03:00
698ae0832f Move string formatting inside the class 2017-05-01 07:00:44 +03:00
c27909d53c CI fixes 2017-04-28 05:02:25 +03:00
eacf2045f0 Initial commit 2017-04-28 04:56:34 +03:00
9d14b6e1e9 Make SongProgress return the actual time value via OnSeek. 2017-04-26 18:17:17 +09:00
eb5d334838 Add non-toggle support for showing seek bar in SongProgress. 2017-04-25 22:59:46 +09:00
1071645dca Flexible cube count (and thus graph height).
This also scaled the graph to the height of the maximum value. And much tidying.
2017-04-18 19:25:52 +09:00
3b21340e1b Split SquareGraph out and make SongProgressGraph also able to take a list of Objects. 2017-04-18 18:40:02 +09:00
417a5ca713 A bit of renaming. 2017-04-18 18:29:24 +09:00
66865c50ad Remove explicit RelativeSize setting. 2017-04-18 18:10:13 +09:00
784ca2300b Add safety check for when no objects have been assigned. 2017-04-18 18:09:37 +09:00
fbd26a1d5e Mode -> Ruleset. 2017-04-18 16:05:58 +09:00
ea0631ede8 Encapsulate progress update logic better. 2017-04-14 18:23:34 +09:00
acd7a5b254 Hook up beatmap object density to progress display. 2017-04-14 17:58:37 +09:00
6421f040dd Fix SongProgress handling escape. 2017-04-14 15:27:24 +09:00
8c41707ac7 Fix incorrect default state. Handle input better. 2017-04-14 14:40:52 +09:00
7e99fc47e2 wip 2017-04-07 16:54:54 +09:00
1842d80e28 Update test case. 2017-04-07 09:43:08 +09:00
f0035659db Unused using 2017-03-24 00:45:19 -03:00
a6dfed9668 Formatting 2017-03-24 00:41:56 -03:00
0edee04200 Use OsuColour instead of static colours 2017-03-24 00:41:14 -03:00
b56fb310bf More cleanup 2017-03-23 23:38:23 -03:00
3364801221 Fix for the fix 2017-03-23 08:32:24 -03:00
bbca6cf602 Fix bottom square being clipped 2017-03-23 08:13:03 -03:00
938f5eaf58 Dragging 2017-03-23 07:38:08 -03:00
ca2816f9c8 Formatting 2017-03-23 07:24:43 -03:00
546a3d0914 Merge branch 'song-progress-graph' of https://github.com/DrabWeb/osu into song-progress-graph 2017-03-23 07:15:53 -03:00
0337f18fb9 Cleaning 2017-03-23 06:37:12 -03:00
b5d661b53a some fixing and restyling. 2017-03-23 18:20:00 +09:00
5ebbc2c0ba Formatting 2017-03-22 09:33:01 -03:00
818bdd8e88 SongProgress in HudOverlay 2017-03-22 09:27:04 -03:00
340ddb59cd License headers 2017-03-22 08:54:21 -03:00
435e845067 Merge branch 'master' into DrabWeb/song-progress-graph
# Conflicts:
#	osu.Desktop.VisualTests/osu.Desktop.VisualTests.csproj
#	osu.Game/Overlays/Pause/PauseProgressBar.cs
#	osu.Game/Overlays/Pause/PauseProgressGraph.cs
#	osu.Game/osu.Game.csproj
2017-03-02 20:20:27 +09:00
c61052d62e Added toggling the progress bar, added buttons to the visual test 2017-02-09 20:12:15 -04:00
843b58c8f4 Moved random graph values to test case, added null handling for graph values 2017-02-09 19:08:23 -04:00