Commit Graph

7 Commits

Author SHA1 Message Date
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
f149a66a4d Use LargeTextureStore for all online texture retrieval
Until now, many online textures were retrieved via the default texture store, which causes them to never be removed from GPU memory. It also has a performance overhead due to mipmap generation (which will be avoided via ppy/osu-framework#1885.
2018-09-09 02:45:37 +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
983cefbe40 Add VisualTest. 2018-03-07 19:08:26 +05:30
a77d1eedae Fix achievements parsing and add badges to recent activity. 2018-02-26 13:08:12 +05:30