This website requires JavaScript.
Explore
Help
Sign In
h1or4dme8
/
osu-lazer
Watch
1
Star
0
Fork
0
You've already forked osu-lazer
mirror of
https://github.com/ppy/osu.git
synced
2026-05-17 00:23:24 +08:00
Code
Issues
Releases
Wiki
Activity
24,822
Commits
4
Branches
791
Tags
32843ffef55c9dc956120ef8a4c8c96fd94de106
Commit Graph
316 Commits
Remove redundant logic
Dean Herbert
·
2019-12-25 14:55:22 +09:00
783159f7a0
Remove redundant setter
Dean Herbert
·
2019-12-25 14:55:05 +09:00
145ac8e0b5
Make DefaultComboColours a property
Salman Ahmed
·
2019-12-21 12:36:34 +03:00
ff5e6c0dcf
Merge remote-tracking branch 'upstream/master' into fallback-to-skin-combo-colours
Salman Ahmed
·
2019-12-21 12:36:09 +03:00
55be4478aa
Merge branch 'master' into legacy-slider-body
Dean Herbert
·
2019-12-17 23:42:31 +09:00
4443d2196b
Fix traceable mod not working on skin change
smoogipoo
·
2019-12-17 19:49:13 +09:00
527ab1a72f
CA1309: compare strings correctly.
Huo Yaoyuan
·
2019-12-17 13:00:15 +08:00
caf3f774ba
Merge branch 'master' into fallback-to-skin-combo-colours
Dean Herbert
·
2019-12-17 12:36:20 +09:00
272d7d0ca9
Simplify LegacySkinResourceStore by deriving from ResourceStore
Dean Herbert
·
2019-12-16 14:01:08 +09:00
befb78f83b
Fix crashes on custom skins due to extension-less file lookups
Dean Herbert
·
2019-12-16 13:32:53 +09:00
9062fe1935
Inherit SkinConfiguration directly
Salman Ahmed
·
2019-12-12 14:05:24 +03:00
bf8caee53f
Merge remote-tracking branch 'upstream/master' into fallback-to-skin-combo-colours
Salman Ahmed
·
2019-12-12 12:37:51 +03:00
a9125f6544
Constrain configuration lookup as enum.
Huo Yaoyuan
·
2019-12-09 17:45:26 +08:00
04b3297a05
Always display skins at native sizes for now
Dean Herbert
·
2019-12-06 14:40:45 +09:00
21ceb7f85d
Merge branch 'master' into sharpen
Huo Yaoyuan
·
2019-11-26 18:21:50 +08:00
c0fe91a84c
Remove unnecessary mentioning in xmldoc
iiSaLMaN
·
2019-11-24 04:36:34 +03:00
b58afa3eb6
Change LegacySkin.Configuration accessibility
iiSaLMaN
·
2019-11-24 04:10:04 +03:00
20a8a653c2
Remove unnecessary usage
iiSaLMaN
·
2019-11-24 02:16:43 +03:00
5bf6e57eb0
Use AddRange instead
iiSaLMaN
·
2019-11-24 02:08:36 +03:00
0f9978b34a
Remove ClearComboColours()
iiSaLMaN
·
2019-11-24 02:07:56 +03:00
1e24ee7956
Fix naming
Dean Herbert
·
2019-11-20 15:40:35 +09:00
bcb1504110
Add setter to legacy skin configuration access
iiSaLMaN
·
2019-11-20 01:15:40 +03:00
08b8cedfdf
Merge remote-tracking branch 'refs/remotes/upstream/master' into add-access-to-skin-legacy-version
iiSaLMaN
·
2019-11-20 01:10:32 +03:00
0407d2248c
Use ??=.
Huo Yaoyuan
·
2019-11-12 19:56:51 +08:00
dcfa98414f
Use deconstruction declaration.
Huo Yaoyuan
·
2019-11-12 19:55:22 +08:00
0d81b96c5f
Use auto property.
Huo Yaoyuan
·
2019-11-12 19:53:25 +08:00
bbeab6fa76
Merge branch 'master' into fallback-to-skin-combo-colours
Dean Herbert
·
2019-11-12 19:00:05 +09:00
758c304d92
Apply other styles.
Huo Yaoyuan
·
2019-11-11 20:27:04 +08:00
e9b8cbb516
Apply brace style.
Huo Yaoyuan
·
2019-11-11 20:13:13 +08:00
ccc8aa6fa4
Move fallback allowance to the skin configuration only.
iiSaLMaN
·
2019-11-07 15:55:34 +03:00
9874ce49ce
Change ComboColours type to IReadOnlyList<Color4>
Also exposes functions to modify the internal list (AddComboColours, ClearComboColours)
iiSaLMaN
·
2019-11-07 15:54:30 +03:00
808543885f
Rewrite inline comment
iiSaLMaN
·
2019-11-06 23:24:54 +03:00
61778232d8
Move colours fallback logic to SkinConfiguration.ComboColours getter
iiSaLMaN
·
2019-11-06 23:20:36 +03:00
cef6e2a26b
Use
is
pattern matching
iiSaLMaN
·
2019-11-06 20:46:02 +03:00
198a1750c3
Use null check and pattern matching
iiSaLMaN
·
2019-11-06 20:30:26 +03:00
69d9a0ae1a
Specify culture and number style
iiSaLMaN
·
2019-11-06 20:27:55 +03:00
ba14345107
Specify why legacy version is nullable
iiSaLMaN
·
2019-11-06 20:24:19 +03:00
947602f70a
Fix incorrect skin version case
iiSaLMaN
·
2019-11-06 20:23:22 +03:00
502dcc5669
Set correct legacy version
iiSaLMaN
·
2019-11-06 19:58:07 +03:00
55230a36dd
Use decimal data type instead
iiSaLMaN
·
2019-10-09 23:33:25 +03:00
2cf17e0bf3
Set legacy version of osu!classic skin to 2.0
iiSaLMaN
·
2019-10-09 23:06:32 +03:00
01ac19fdbb
Parse legacy version of decoded skin to numerical
iiSaLMaN
·
2019-10-09 23:05:50 +03:00
7f6541672c
Introduce legacy skin configuration
iiSaLMaN
·
2019-10-09 23:04:34 +03:00
003af19e3f
Return default combo colours if none provided
iiSaLMaN
·
2019-10-09 21:08:07 +03:00
5e3f0f6c95
Remove default combo colours usage from skins
iiSaLMaN
·
2019-10-09 21:04:26 +03:00
281671a213
Fix skins not being displayed correctly in the editor
Dean Herbert
·
2019-10-08 12:52:34 +09:00
24269c0384
Merge branch 'master' into beatmap-parsing-fallback-v2
Dan Balasescu
·
2019-10-04 13:51:56 +09:00
dc984d0d81
Update lazer default combo colours to match stable
Dean Herbert
·
2019-10-04 10:46:48 +08:00
925615320e
Merge branch 'master' into beatmap-parsing-fallback-v2
Dean Herbert
·
2019-10-03 15:12:21 +08:00
6268bbcfc8
Update accent colour on combo index change
smoogipoo
·
2019-09-26 17:13:13 +09:00
706e884cc0
First
Previous
1
2
3
4
5
...
Next
Last