Commit Graph

76 Commits

Author SHA1 Message Date
paparony03 62dee59672 Shapes namespace
Depends on https://github.com/ppy/osu-framework/pull/837
2017-06-20 15:54:23 +10:00
Dean Herbert 41d4aee4f5 Update nuget packages
- [ ] Depends on framework partner in crime https://github.com/ppy/osu-framework/pull/820
2017-06-13 11:50:46 +09:00
smoogipooo ffbb46f668 Update in line with framework. 2017-06-12 12:48:47 +09:00
Drezi126 9d915a691d Fix comment placement. 2017-06-08 00:17:58 +02:00
Péter Nemes a0bdab9f0d Aaand docs again. 2017-06-07 20:29:03 +02:00
Péter Nemes 1f311cca06 Fix cref in comment. 2017-06-06 19:09:26 +02:00
Péter Nemes 93f654a539 More docs, better docs. 2017-06-06 18:59:46 +02:00
Péter Nemes ce0d70d651 Whitespace fix. 2017-06-06 15:52:33 +02:00
Péter Nemes 01585027b1 OsuDifficultyBeatmap enumeration logic made clearer, more documentation added. 2017-06-06 15:39:37 +02:00
Péter Nemes afb4443763 Capitalised protected members, added readonly modifiers. 2017-06-06 01:08:34 +02:00
Péter Nemes f9441a7419 Fix typo and whitespace. 2017-06-06 00:07:00 +02:00
Péter Nemes c624712f2f Refactor ppv2 to allow integration of pp+ features. 2017-06-05 23:45:22 +02:00
Shawdooow ecc0d0b11c Daycore mod 2017-05-30 12:49:06 -04:00
Dean Herbert 5cb6963940 Make spinners easier for now
The underlying spin counting doesn't match stabnle, so they have been near impossible to complete until now.
2017-05-24 22:08:46 +09:00
smoogipooo 836bf930a0 More cleanups. 2017-05-23 15:29:38 +09:00
smoogipooo 3cdfd2eef5 Split ControlPoint into different types.
# Conflicts:
#	osu.Game.Rulesets.Mania/UI/Column.cs
2017-05-23 14:03:40 +09:00
Dean Herbert 82cf94bbff Move spinner colours to local definition for now
We don't want to start polluting the OsuColours namespace with non-UI colours.
2017-05-22 09:50:45 +09:00
Dean Herbert 8f3ab79918 Simplify SpinnerTicks & CI fixes 2017-05-21 17:31:35 +09:00
Dean Herbert 95498fe6df Adjust spinner colours making use of EdgeEffect.Hollow 2017-05-21 17:21:49 +09:00
Dean Herbert da31d129ee Merge branch 'master' into mania-beatmap-conversion 2017-05-19 18:18:59 +09:00
smoogipooo 7b05930fc2 Revert "Fix converters possibly not converting from new-style beatmaps that hold mode-specific objects."
This reverts commit 6821197a6a.
2017-05-19 17:38:06 +09:00
smoogipooo 6821197a6a Fix converters possibly not converting from new-style beatmaps that hold mode-specific objects. 2017-05-19 16:40:01 +09:00
smoogipooo 67cf64062a Add flag to determine whether the beatmap requested for conversion is for the current ruleset. 2017-05-19 16:02:40 +09:00
Dean Herbert 85339ace02 Merge branch 'master' into auto-fix 2017-05-19 13:54:32 +09:00
Dean Herbert 3004a44b98 Further colour adjustments 2017-05-18 22:21:41 +09:00
Dean Herbert c78dfb4a13 Oops colours were wrong 2017-05-18 21:56:19 +09:00
Dean Herbert e3ae2bca6d Design improvements
paired with smoogi
2017-05-18 21:38:19 +09:00
Dean Herbert 4100c4fe9f Fix order of methods 2017-05-18 21:04:09 +09:00
Dean Herbert ae676b48b2 Fix whitespace 2017-05-18 19:51:45 +09:00
Dean Herbert 9cd41c0e87 Spinner design refresh 2017-05-18 19:42:20 +09:00
MrTheMake 58ebb24032 Use the end position of a previous note stack rather than the start position. 2017-05-18 02:17:49 +02:00
MrTheMake 91859042e8 Fix not all cases of the auto replay generator fix being covered. 2017-05-18 02:15:16 +02:00
MrTheMake 817bae3219 Fixes the auto mod not hitting stacks of notes on certain maps. 2017-05-18 01:54:17 +02:00
Dean Herbert 240d73bbf1 Merge branch 'master' into mod_fix 2017-05-15 11:59:19 +09:00
Dean Herbert 622b155fda OsuConfig -> OsuSetting 2017-05-15 10:56:27 +09:00
EVAST9919 7055c99df0 Added default value 2017-05-14 09:36:09 +03:00
EVAST9919 a4d5660e41 Cast SpinsRequired value to int 2017-05-14 09:22:49 +03:00
EVAST9919 ef23405733 Applied suggested changes 2017-05-14 06:45:35 +03:00
EVAST9919 6d9e11a74f CI fixes 2017-05-13 03:10:13 +03:00
EVAST9919 5532d3ec49 storing OD value only 2017-05-13 03:04:40 +03:00
EVAST9919 86ebd9d663 spinner's progress depends on current map OD now 2017-05-13 02:51:58 +03:00
EVAST9919 19728b3d98 Fixed IncompatibleMods for OsuModAutoplay 2017-05-12 15:13:02 +03:00
Huo Yaoyuan 4f8549f220 Standardise usages of exceptions. 2017-05-07 00:38:17 +08:00
Thomas Tan 6ea6130fee CodeFactor fixes 2017-04-29 02:41:20 +08:00
Thomas Tan d742092d9d CI fixes 2017-04-29 02:30:34 +08:00
Thomas Tan 9b8b88601f Create "AutoGenerator" base class and interface. 2017-04-29 02:08:48 +08:00
Thomas Tan 2af6c7aa00 Fix build errors o.o 2017-04-29 00:21:33 +08:00
Thomas Tan fede3de8a0 Merge branch 'master' into autoreplay-refactor-squashed 2017-04-29 00:17:18 +08:00
Thomas Tan 18897235fa Remove tab characters 2017-04-29 00:15:53 +08:00
Thomas Tan e56bd3430a Move some common functionality to OsuAutoReplayBase.cs 2017-04-28 23:19:15 +08:00