Commit Graph

118 Commits

Author SHA1 Message Date
aa3a231763 Review Changes 2017-06-07 22:00:14 +08:00
9b0e1c26a3 Clean Up Code 2017-06-07 19:53:37 +08:00
efab186384 Update namespaces in line with framework 2017-05-16 12:50:30 +09:00
8e88d86639 Fix naming confusion. 2017-05-02 18:00:37 +09:00
9ca8295149 Oops. 2017-05-02 17:09:16 +09:00
40d2fee1dc Split up adding of local store from the ctor. 2017-05-02 16:55:04 +09:00
e2620e2840 Make Team not inherit Country. 2017-05-02 16:54:43 +09:00
ee0a5409bb CI fixes. 2017-05-02 16:33:48 +09:00
91e000fd44 Back to sanity. 2017-05-02 14:21:22 +09:00
f17046abaf Add ability to load Drawings flags from osu/Drawings/Flags. 2017-05-02 13:28:35 +09:00
e856abe59a Let's not use Country for drawings-specific stuff... 2017-05-02 13:02:14 +09:00
94c259bd59 Remove most usages of DelayReset
ButtonSystem requires some more work.
2017-04-27 18:39:40 +09:00
9732110bd9 Update TransformTo methods in line with framework changes. 2017-04-11 17:25:56 +09:00
76d0beb64f Fix custom transform. 2017-03-30 22:28:51 +09:00
54e1b24fe9 Enforce readonly private members where possible. 2017-03-23 13:50:08 +09:00
8983bbcaad Merge branch 'master' into leaderboards 2017-03-22 08:24:49 +09:00
0b2bb2ea0e Fix typo in font name declaration. 2017-03-21 22:51:49 +09:00
0834b5b794 Made requested changes 2017-03-17 18:16:59 -03:00
322446effe -Unused usings 2017-03-14 11:11:23 -03:00
442a2c97db Merge conflicts 2017-03-13 09:44:22 -03:00
dbc8d513f9 Merge https://github.com/ppy/osu into leaderboards 2017-03-13 09:36:16 -03:00
9912f5f9e1 Team -> Region, +IHasDrawableRepresentation, +Badge(placeholder for now), +Region to User, LeaderboardScoreDisplay -> LeaderboardScore 2017-03-13 09:33:25 -03:00
d7497330b2 Reduce warning/suggestion count to zero. 2017-03-09 15:52:40 +09:00
da751804b6 Reduce error count. 2017-03-09 14:24:16 +09:00
9772f2a042 Update framework. 2017-03-09 13:50:33 +09:00
5a42035f88 Update license headers. 2017-03-08 15:50:52 +09:00
0cad5d7d41 Fix most warnings. 2017-03-07 13:05:57 +09:00
88f3dc0e02 Fix a few naming issues. 2017-03-06 18:49:23 +09:00
73fef85b12 Remove unnecessary usings 2017-03-04 19:43:59 +01:00
a3f1cb2232 Merge branch 'master' into update-flow 2017-03-04 15:35:53 +01:00
112545f135 Fix unnecessarily throwing exception if there's no last drawings results file. 2017-03-04 23:24:32 +09:00
a2317e5a1e Update usage of FillDirection 2017-03-04 11:00:17 +01:00
38a9e820e6 GroupsContainer -> GroupContainer. 2017-03-03 20:46:07 +09:00
bc01935a89 Move around some namespaces. 2017-03-03 20:42:22 +09:00
2ac248c7d0 Use OsuSpriteText. 2017-03-03 20:29:39 +09:00
1ea1118db6 Simplify file reading. 2017-03-03 20:24:34 +09:00
4a109fcc55 Remvoe ctor argument and fallback to storage-based TeamList if no custom list has been provided. 2017-03-03 20:21:11 +09:00
ca73b77a9a Tidying code. 2017-03-03 20:08:32 +09:00
41cefd1cb3 xmldoc commenting. 2017-03-03 20:08:21 +09:00
c3cb225eef Fix being able to stop rotation when it isn't started. 2017-03-03 20:07:57 +09:00
5a4d07d770 Better way to initialize team lists. 2017-03-03 18:47:56 +09:00
890066dae4 Use sprite visualiser lines instead of shader. 2017-03-03 18:47:22 +09:00
54993b874f Fix idle and stopping -> stopped state. 2017-03-03 18:45:04 +09:00
2a49200008 Nothing to see here. 2017-03-03 18:02:02 +09:00
b2661be0b2 Fix setting same state multiple times. 2017-03-03 17:59:16 +09:00
7cac2680b1 Make test case add test drawings file. 2017-03-03 16:33:40 +09:00
1d1c08125b Further safety checking. 2017-03-03 16:01:24 +09:00
777996d884 Rewrite VisualiserLine + add VisualiserContainer. 2017-03-03 15:43:16 +09:00
a70b1ae108 Use a singular FlowContainer for teams. 2017-03-03 15:12:26 +09:00
04dd24b04b OnTeamSelected + async changes. 2017-03-03 14:51:19 +09:00