dbfa95b9e7
Made medium the default font weight
2019-02-20 16:52:36 +09:00
a2aa3ec5cb
Adjust sprite texts in-line with framework changes
2019-02-20 15:03:20 +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
99fc04c8af
Change signature to new event handler
2018-10-02 12:02:47 +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
0f37758314
Update framework
2018-07-21 16:21:53 +09:00
a880e626d8
Use for loop and SetLayoutPosition
2018-06-08 21:20:15 +09:00
a7bdaf75b0
Ensure badges are ordered correctly
2018-05-22 13:05:15 +02:00
0b993561d8
Fix BadgeContainer being unsable to handle null badges
...
This fixes a failing test (hidden becaues the test wasn't being run).
- [ ] Merge osu-framework#1530 first.
2018-04-20 16:05:34 +09:00
a827fb51bc
Simplify child definition
2018-04-18 11:42:55 +09:00
de9f15f620
add new test case and fix rotation not working
2018-04-16 19:22:11 +02:00
046412f962
make hover lost transition instant (similar to hover transition)
2018-04-16 18:52:09 +02:00
2a18b4c3f8
add a DRAWABLE_BADGE_SIZE const and center badges
2018-04-16 18:51:35 +02:00
af0c49cca8
badge_size is the actual badge size now
...
also fixes rotateBadges bug when hover is lost
2018-04-16 18:27:18 +02:00
6ca714d93b
add badges to ProfileHeader
2018-04-15 23:49:45 +02:00