Commit Graph

5610 Commits

Author SHA1 Message Date
Huo Yaoyuan f00ee92143 Add more acronyms. 2017-06-16 16:48:35 +08:00
Huo Yaoyuan 6372cd0a13 Move namespace under Overlays. 2017-06-16 16:36:23 +08:00
Huo Yaoyuan af4ddf8fbd Merge branch 'master' into profile. 2017-06-16 16:32:54 +08:00
Dean Herbert fc34a55db8 Merge pull request #929 from smoogipooo/timingchange-rework
Refactor TimingChange to make it easier to follow
2017-06-16 17:29:03 +09:00
Huo Yaoyuan 3883f4a746 Show profile when click on user panel. 2017-06-16 16:23:20 +08:00
Huo Yaoyuan 43569d69a7 Update transforms. 2017-06-16 16:13:23 +08:00
Dean Herbert f2cac17188 Merge branch 'master' into timingchange-rework 2017-06-16 17:04:43 +09:00
Huo Yaoyuan bd49ae622a Add color bar and supporter tag. 2017-06-16 15:55:51 +08:00
Huo Yaoyuan a08d35ec4c Update some container structure. 2017-06-16 15:01:09 +08:00
Huo Yaoyuan fa98cfa9e5 Handle max==min in LineGraph. 2017-06-16 14:48:14 +08:00
Dean Herbert 62a0c780af Merge pull request #938 from MrTheMake/numpad-enter
Handle the numpad's Enter in cases where only the normal Enter was handled
2017-06-16 15:38:45 +09:00
Huo Yaoyuan 9e3935a732 Show available information in RankChart. 2017-06-16 14:34:08 +08:00
Dean Herbert ae79ba48be Merge branch 'master' into numpad-enter 2017-06-16 15:32:52 +09:00
Huo Yaoyuan 6967fb1105 Fill user informations. 2017-06-16 14:11:22 +08:00
smoogipooo ea87aca032 We no longer need to pass in the control point. 2017-06-16 13:12:36 +09:00
smoogipooo 874db28478 CI fixes. 2017-06-16 13:09:06 +09:00
smoogipooo c8a1933874 Implement proper expiry in test case. 2017-06-16 13:06:44 +09:00
smoogipooo 5bac0919f0 Remove gross autoSizingAxes and life time. 2017-06-16 13:00:08 +09:00
Dan Balasescu 6bfb716cc6 CI fixes.
Update SpeedAdjustmentCollection.cs
2017-06-16 11:48:14 +09:00
smoogipooo 41c6140435 We don't need to use Cached just yet.
This was here to support dynamic re-ordering of hit objects and speed adjustment containers, however there needs to be more work done to TimingControlPoints/MultiplierControlPoints in general before this is possible.
2017-06-16 10:53:02 +09:00
smoogipooo 5d7336b235 A bit more cleanup. 2017-06-16 10:06:47 +09:00
smoogipooo ff84a11c37 We don't need this to be protected anymore. 2017-06-16 09:54:16 +09:00
smoogipooo 03b2b254ba Make SpeedAdjustmentCollection support unordered adds of speed adjustments and hit objects. 2017-06-16 09:38:06 +09:00
MrTheMake 06089a74e3 Handle the numpad's Enter in cases where only the normal Enter was handled 2017-06-15 23:06:28 +02:00
Huo Yaoyuan a7e3157363 Fill statistic area. 2017-06-16 01:04:20 +08:00
Huo Yaoyuan 9a77332063 Order sections. 2017-06-15 23:47:56 +08:00
Huo Yaoyuan 2770ccb782 Possible null fields. 2017-06-15 23:46:05 +08:00
Huo Yaoyuan 3ec5d774df Child control fixes. 2017-06-15 22:42:15 +08:00
Huo Yaoyuan f03530cdd2 Fetch latest user data. 2017-06-15 22:33:08 +08:00
Huo Yaoyuan 273e2b4a3c Fill more json fields. 2017-06-15 22:09:53 +08:00
Huo Yaoyuan 53bd22cf9c Update usage design. 2017-06-15 20:06:17 +08:00
smoogipooo fda220acbc Move speed adjustment code from ManiaHitRenderer to SpeedAdjustedHitRenderer. 2017-06-15 19:34:28 +09:00
Huo Yaoyuan 13d9f3b9bb Move namespace and setup for DI. 2017-06-15 17:53:12 +08:00
Huo Yaoyuan 74f503874f Move some sizes as consts. 2017-06-15 16:57:34 +08:00
Dan Balasescu 6fd37ebc32 Merge branch 'master' into timingchange-rework 2017-06-15 16:23:51 +09:00
smoogipooo aa830e435a Add comment. 2017-06-15 16:15:41 +09:00
Dean Herbert f07a31b2ca Make hitobjects a bit more visual 2017-06-15 15:17:05 +09:00
Dean Herbert 6679575c13 Add current time labels 2017-06-15 15:06:38 +09:00
Dean Herbert 32226f90db Enforce exception better 2017-06-15 14:53:39 +09:00
Dean Herbert 585e7ba312 Add a check to make sure all hitobjects use relativepositionaxes 2017-06-15 14:42:25 +09:00
Dean Herbert 021019648e Add labels to playfield area 2017-06-15 14:40:30 +09:00
Dean Herbert 149eaa64de Use a relative width definition 2017-06-15 14:36:41 +09:00
Dean Herbert 63ca8a428d Add xmldoc to MultiplierControlPoint 2017-06-15 14:20:54 +09:00
Dean Herbert f439237bd7 Set a more sane default for TimingControlPoint's BeatLength 2017-06-15 14:19:06 +09:00
Dean Herbert cfb7e4f61a Tidy up testcase a bit 2017-06-15 14:16:47 +09:00
Huo Yaoyuan 1e0653eff9 Add SS as an acronym. 2017-06-15 09:10:23 +08:00
Huo Yaoyuan 0c9ccaec95 Move placeholder data into load method. 2017-06-15 08:27:02 +08:00
Huo Yaoyuan 4c8658980b Remove unused user instance for now. 2017-06-15 08:00:15 +08:00
Huo Yaoyuan b37c3f8ce1 Some CI fixes. 2017-06-15 07:58:20 +08:00
Huo Yaoyuan 1d85578bf5 Fix license header. 2017-06-15 07:29:32 +08:00