Commit Graph

11110 Commits

Author SHA1 Message Date
be94163d21 Merge remote-tracking branch 'refs/remotes/ppy/master' into cancel-select-random 2017-06-22 04:28:47 +03:00
c619de7f9b Rename const in all of the code 2017-06-21 18:55:44 -05:00
1978a4e8a6 Boost visualiser performance
Also fixes amplitudes being set wrongly if kiai was false.
2017-06-21 18:32:31 -05:00
d0d0f11857 Merge branch 'master' into heartbeat 2017-06-21 15:35:54 +09:00
fc0e44b214 Update framework. 2017-06-21 11:28:27 +09:00
c8720bc5d5 Oops 2017-06-20 16:00:09 +10:00
62dee59672 Shapes namespace
Depends on https://github.com/ppy/osu-framework/pull/837
2017-06-20 15:54:23 +10:00
a991cff908 OsuLogo beat sound 2017-06-19 17:37:00 +03:00
17cb043cb2 Visualiser 2017-06-19 18:41:35 +09:00
a1b9499480 More documentation and constants 2017-06-19 18:41:11 +09:00
8c063fe2b8 Simplify AccentColour property for now 2017-06-19 18:38:39 +09:00
e269bdbad7 Use additive colour; adjust constants a bit 2017-06-19 18:30:13 +09:00
359cb4c083 Add kiai support 2017-06-19 18:29:44 +09:00
77ca48c1bd CI Fixes 2017-06-18 23:52:42 -05:00
84aa17dea3 Attempt to fix possible loss of fraction 2017-06-18 23:08:27 -05:00
63aabc162b Fix TestCaseMenuButtonSystem not starting up 2017-06-18 22:34:45 -05:00
3764c1d799 Make bar length and visualizer count floats 2017-06-18 22:28:18 -05:00
cea8dc5602 Fix possible loss of fraction 2017-06-18 22:13:21 -05:00
d3662636d6 CI fixes 2017-06-18 22:01:07 -05:00
ccac2e9a75 Add a visualizer around the logo 2017-06-18 19:33:50 -05:00
a399b18837 Removed debug line 2017-06-19 00:11:47 +02:00
3b3cc59471 Fix NullReferenceException 2017-06-18 20:21:24 +02:00
23d1c89a67 Fix not applying song select preview seek 2017-06-18 20:12:28 +02:00
ae79ba48be Merge branch 'master' into numpad-enter 2017-06-16 15:32:52 +09:00
06089a74e3 Handle the numpad's Enter in cases where only the normal Enter was handled 2017-06-15 23:06:28 +02:00
5117baae66 Make random works with panels too 2017-06-15 06:37:20 +03:00
5a1edaa93c Merge branch 'master' into cancel-select-random 2017-06-14 14:11:45 +09:00
99a93d98dc Merge remote-tracking branch 'origin/master' into fix-hacky-tabs 2017-06-13 19:46:01 +09:00
3ca80eb149 Add readonly 2017-06-13 15:54:26 +09:00
3efe8629d6 Fix hacky tabs 2017-06-12 18:39:22 +09:00
e94425f311 Improve the loading animation and use it in multiple places
- Supersedes https://github.com/ppy/osu/pull/926.
- [ ] Depends on https://github.com/ppy/osu-framework/pull/817.
2017-06-12 17:04:42 +09:00
ffbb46f668 Update in line with framework. 2017-06-12 12:48:47 +09:00
e552c39444 change function to a property 2017-06-11 22:04:35 +03:00
c3f4b1b3cb Merge remote-tracking branch 'refs/remotes/ppy/master' into cancel-select-random 2017-06-11 21:56:55 +03:00
a454ca606f Merge remote-tracking branch 'upstream/master' into johnneijzen-master 2017-06-08 20:33:39 +09:00
e3403c619c Merge branch 'better-invalidations' into update-framework 2017-06-08 19:46:19 +09:00
64682a741c Update framework 2017-06-08 17:05:25 +09:00
5f7270ee4b Use new invalidation rules 2017-06-08 09:53:45 +02:00
2f7d9655fd More Clean up 2017-06-08 15:27:35 +08:00
4abad17b92 Fix Black Space after } and Symbol Spacing 2017-06-08 14:48:42 +08:00
431d225a60 Keyword Spacing and Brackets Fixing 2017-06-08 14:35:10 +08:00
aa3a231763 Review Changes 2017-06-07 22:00:14 +08:00
f9c466eee9 bit more readable 2017-06-07 20:12:16 +08:00
23a7045eef More Clean UP 2017-06-07 20:07:18 +08:00
9b0e1c26a3 Clean Up Code 2017-06-07 19:53:37 +08:00
78500eec21 Applied suggested changes 2017-06-05 12:24:28 +03:00
6b9d5afc4b Merge remote-tracking branch 'refs/remotes/ppy/master' into cancel-select-random 2017-06-05 11:51:45 +03:00
5568df1aee Remove StandardHUDOverlay
This class hierarchy was originally when we had different HUDs for rulesets, but this is no longer the case. Skins will be able to build off the base (new) HUDOverlay without issue, so there is no real need for the abstract class for now.

We can add it back if a need for it arises; for the moment I'd like to avoid as many Standard* classes as possible.
2017-06-05 17:18:07 +09:00
2712f49545 Remove bad 2017-06-05 17:06:47 +09:00
958cd9f8d8 Don't display in-game
Nothing does anything yet, so we can't display this. Make it functional before adding to game project.
2017-06-05 16:52:09 +09:00