smoogipoo
|
40c153e705
|
Use component instead of drawable
|
2020-10-01 21:39:40 +09:00 |
|
smoogipoo
|
2213db2088
|
Use the given ruleset by default
|
2020-10-01 00:59:41 +09:00 |
|
smoogipoo
|
fde00d3431
|
Make DifficultyIcon support dynamic star rating
|
2020-10-01 00:53:25 +09:00 |
|
recapitalverb
|
a7c2fd078f
|
Fix remaining cases
|
2020-02-14 20:27:21 +07:00 |
|
Ganendra Afrasya
|
e433e8b78f
|
Remove unused variable
|
2020-01-06 17:12:10 +07:00 |
|
Ganendra Afrasya
|
8be6abf607
|
Add param to let function return lighter colour for some diff
|
2019-12-06 10:07:16 +07:00 |
|
Ganendra Afrasya
|
0e97871461
|
Change colour if difficulty is ExpertPlus
|
2019-12-05 14:53:01 +07:00 |
|
Dean Herbert
|
b80a8296cd
|
Fix unavailable rulesets crashing at song select
|
2019-09-04 20:28:52 +09:00 |
|
iiSaLMaN
|
f639df849f
|
Allow for difficulty icon to contain content
|
2019-08-23 23:11:36 +03:00 |
|
Dean Herbert
|
48716f8f2b
|
Update framework
|
2019-08-21 13:29:50 +09:00 |
|
Ganendra Afrasya
|
7143497441
|
Match up tooltip background color with OsuTooltipContainer
|
2019-08-19 10:32:01 +07:00 |
|
Dean Herbert
|
097763bb1c
|
Add auto size duration
|
2019-08-17 15:29:39 +09:00 |
|
Dean Herbert
|
50046d5f69
|
Use new tooltip style
|
2019-08-17 15:20:27 +09:00 |
|
Dean Herbert
|
3dc81bdad5
|
Merge branch 'refactor-difficulty-colours' into difficulty-icon-tooltip
|
2019-08-17 15:19:46 +09:00 |
|
Dean Herbert
|
4fa9abeece
|
Replace DifficultyColouredContainer with a more scalable solution
|
2019-08-17 15:16:24 +09:00 |
|
Dean Herbert
|
f355cff8bc
|
Apply reviews
|
2019-08-15 12:11:54 +09:00 |
|
Dean Herbert
|
63d0324f96
|
Fix inspection
|
2019-06-20 01:10:14 +09:00 |
|
Ganendra Afrasya
|
aa53f14329
|
Make sure tooltip appear in specific cases
|
2019-06-17 22:44:28 +07:00 |
|
Ganendra Afrasya
|
1f2f26a503
|
Add color to star rating and star sprite icon
|
2019-06-16 00:40:44 +07:00 |
|
Ganendra Afrasya
|
515534cb34
|
Adding custom tooltip to DifficultyIcon
|
2019-06-16 00:02:26 +07:00 |
|
smoogipoo
|
772bef91fa
|
Merge remote-tracking branch 'Joehuu/master' into drawnode-composability
# Conflicts:
# osu.Game.Rulesets.Osu/UI/Cursor/OsuCursorContainer.cs
|
2019-04-08 23:01:12 +09:00 |
|
Dean Herbert
|
f1952c0816
|
Update font awesome usage
|
2019-04-02 19:55:24 +09:00 |
|
smoogipoo
|
a56e29347f
|
Adjust namespaces
|
2019-04-02 14:51:28 +09:00 |
|
Dean Herbert
|
de80fc0eac
|
Update icon usage to match framework changes
|
2019-03-27 19:29:27 +09:00 |
|
Dean Herbert
|
8617aaa2a7
|
Update licence header (and remove year)
|
2019-01-24 17:43:03 +09:00 |
|
smoogipoo
|
eaba9e1378
|
Fix mode icon not being updated for correct ruleset
|
2018-12-27 18:16:30 +09:00 |
|
smoogipoo
|
f27bd3ef3e
|
OpenTK -> osuTK
|
2018-11-20 17:14:59 +09:00 |
|
Dean Herbert
|
159b26509b
|
Improve visuals of difficulty icons
|
2018-07-13 17:15:06 +09:00 |
|
Dean Herbert
|
32a74f95a5
|
Normalize all the line endings
|
2018-04-13 18:26:38 +09:00 |
|
Dean Herbert
|
37d393bca0
|
Update licence headers
|
2018-01-05 20:21:19 +09:00 |
|
Miterosan
|
289a1346fc
|
beatmap can not be null in DifficultyIcon.cs
|
2017-11-07 23:13:09 +01:00 |
|
Dean Herbert
|
e7931ef4c7
|
Add a default icon when a ruleset isn't present
|
2017-10-23 17:32:28 +09:00 |
|
Dean Herbert
|
0d9ea97828
|
Allow Rulesets to create a non-FontAwesome icon
This also
- Renames TextAwesome to SpriteIcon.
- Removes the default size of "20" from SpriteIcon (now defaults to the underlying texture size).
|
2017-08-03 14:36:21 +09:00 |
|
Dean Herbert
|
fce580d717
|
Reshuffle namespaces
|
2017-07-26 13:22:46 +09:00 |
|
John Neijzen
|
4abad17b92
|
Fix Black Space after } and Symbol Spacing
|
2017-06-08 14:48:42 +08:00 |
|
DrabWeb
|
3b8cadd4df
|
Clean up DirectPanel and it's subclasses
|
2017-05-19 12:52:23 -03:00 |
|
Dean Herbert
|
43d09a9734
|
CI fixes
|
2017-04-24 20:31:25 +09:00 |
|
Dean Herbert
|
c7b789424b
|
Update BeatmapInfoWedge design
- Adds colour difficulty strip.
- Adjusts paddings.
- Fixes source/artist confusion.
- Double dash to em-dash.
|
2017-04-24 20:19:44 +09:00 |
|
Dean Herbert
|
a4e2f34ee7
|
Make a RulesetDatabase.
|
2017-04-17 17:43:48 +09:00 |
|
Dean Herbert
|
83b083ce64
|
Move SQLite connections out of database classes; make abstract Database.
|
2017-04-17 14:37:52 +09:00 |
|
smoogipooo
|
ddce3c157f
|
Clean up a few remaining stragglers.
|
2017-04-15 06:15:55 +09:00 |
|
smoogipooo
|
59bfc7abad
|
Move statics to RulesetCollection to avoid conflicts later on.
|
2017-04-15 04:53:37 +09:00 |
|
Dean Herbert
|
0cad5d7d41
|
Fix most warnings.
|
2017-03-07 13:05:57 +09:00 |
|
Dean Herbert
|
e356758a7d
|
Don't expicitly set origin of TextAwesome.
|
2017-03-06 17:06:48 +09:00 |
|
Thomas Müller
|
a5dfa7ab06
|
Remove unnecessary using statements
|
2017-02-23 21:38:10 +01:00 |
|
Dean Herbert
|
50bd80cb0c
|
Update and standardise license headers.
|
2017-02-07 14:27:41 +09:00 |
|
Dean Herbert
|
756fd78a88
|
Fix incorrect line endings.
|
2017-02-07 13:52:19 +09:00 |
|
Dean Herbert
|
0272c4b559
|
Add StarDifficulty property and correct colouring of difficulty icons.
|
2017-01-30 15:26:28 +09:00 |
|
Dean Herbert
|
2ed5cf7c91
|
Hook up icons better.
|
2017-01-30 13:35:40 +09:00 |
|
Dean Herbert
|
611619fd9c
|
Fix some namespaces.
|
2016-11-23 12:00:17 +09:00 |
|