Commit Graph

53 Commits

Author SHA1 Message Date
0788a7e9f1 Merge branch 'master' into more-inspections 2019-02-28 14:32:57 +09:00
42be7857d1 Use expression body for property get/set where possible 2019-02-28 13:58:19 +09:00
26d53d06a9 Fix remaining issues 2019-02-28 13:31:40 +09:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
f27bd3ef3e OpenTK -> osuTK 2018-11-20 17:14:59 +09:00
03084aa04b Revert async changes 2018-08-31 07:07:10 +09:00
1b279d383f Use GetAsync on all textures 2018-08-27 17:26:44 +09:00
32a74f95a5 Normalize all the line endings 2018-04-13 18:26:38 +09:00
b500b76407 Merge branch 'master' into update-branch 2018-02-08 23:35:48 +09:00
37d393bca0 Update licence headers 2018-01-05 20:21:19 +09:00
aac41d2de6 Disable resharper inspections on case-by-case basis 2017-11-20 18:55:48 +09:00
64f2e2dc32 Use Colour instead of ColourInfo 2017-07-23 13:06:16 +02:00
831bd24b00 Merge branch 'master' into easing 2017-07-23 13:46:35 +09:00
c6250e1da5 Supress compiler warning
I don't think this is a sustainable solution if we start doing this in more places.
2017-07-23 11:34:09 +09:00
e68675f970 Rename EasingTypes to Easing 2017-07-22 20:53:53 +02:00
598b3f051e Address CI concerns and update framework 2017-07-22 11:15:45 +02:00
6063219b72 Update framework 2017-07-16 13:59:26 +03:00
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
0e2dc9388a More changes in-line with framework changes. 2017-07-10 12:55:47 +09:00
fc0e44b214 Update framework. 2017-06-21 11:28:27 +09:00
62dee59672 Shapes namespace
Depends on https://github.com/ppy/osu-framework/pull/837
2017-06-20 15:54:23 +10:00
aa3a231763 Review Changes 2017-06-07 22:00:14 +08:00
9b0e1c26a3 Clean Up Code 2017-06-07 19:53:37 +08:00
8e88d86639 Fix naming confusion. 2017-05-02 18:00:37 +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
0834b5b794 Made requested changes 2017-03-17 18:16:59 -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
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
bc01935a89 Move around some namespaces. 2017-03-03 20:42:22 +09:00
ca73b77a9a Tidying code. 2017-03-03 20:08:32 +09:00
c3cb225eef Fix being able to stop rotation when it isn't started. 2017-03-03 20:07:57 +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
1d1c08125b Further safety checking. 2017-03-03 16:01:24 +09:00
04dd24b04b OnTeamSelected + async changes. 2017-03-03 14:51:19 +09:00
3174b56e28 Add license headers. 2017-03-03 13:17:24 +09:00
efb13b29d1 General cleanups. 2017-03-03 13:01:57 +09:00
b0d5d88fe9 Fix slight threading scheduling issue. 2017-03-02 12:26:42 +09:00