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-15 15:32:53 +08:00
Code
Issues
Releases
Wiki
Activity
24,822
Commits
4
Branches
791
Tags
32843ffef55c9dc956120ef8a4c8c96fd94de106
Commit Graph
48 Commits
Add test and isolate ignore bindable from EnableUserDim
Dean Herbert
·
2019-12-17 13:21:23 +09:00
f8ffa67693
Merge branch 'master' into cinema-mod
Dean Herbert
·
2019-12-17 12:56:06 +09:00
b5db927d93
Move test values to constants
Dean Herbert
·
2019-12-12 20:51:58 +09:00
5e634c1183
Add test ensuring correct break lightening behaviour
Salman Ahmed
·
2019-12-12 00:32:39 +03:00
4f6b85e5ea
remove uneccesary using statement
Albie
·
2019-12-11 18:58:14 +00:00
2ca722423b
update tests, change binding and reduce lines in cinema mod
Albie
·
2019-12-11 17:39:40 +00:00
caa9286a90
further fixes, not perfect yet
Albie
·
2019-12-11 07:02:51 +00:00
83b2e0525e
add tests
Albie
·
2019-12-10 16:59:31 +00:00
6c1ae3bc8a
Lighten user-dim container if on break time
Salman Ahmed
·
2019-12-10 15:13:44 +03:00
bb078c2afc
add forced video/storyboard and disabled dim for mod inside new interface
Albie
·
2019-11-24 07:37:06 +00:00
b8e5796af5
Apply naming suggestions
Andrei Zavatski
·
2019-08-31 16:20:33 +03:00
94512fea8e
Add setting to turn on/off the video
Andrei Zavatski
·
2019-08-31 00:42:20 +03:00
fa3591e5ec
Remove unnecessary using directive
iiSaLMaN
·
2019-08-08 22:14:51 +03:00
565034e658
Add DimLevel property
iiSaLMaN
·
2019-08-08 22:13:48 +03:00
0fcc6c1676
Remove unnecessary check
iiSaLMaN
·
2019-08-08 17:29:52 +03:00
a3d90da7d4
Move EnableUserDim check to defualt value of ShowDimContent
iiSaLMaN
·
2019-08-08 17:07:06 +03:00
88b9942b2a
Fix storyboard not showing on disabled user dim
iiSaLMaN
·
2019-08-07 22:18:10 +03:00
d5b26b86da
Don't expose dimmable container creation in player
Dean Herbert
·
2019-07-12 12:04:45 +09:00
8b67f88d16
Move default value for EnableUserDim to base class
Dean Herbert
·
2019-07-12 11:40:38 +09:00
b5ca7faca4
Don't expose DimContainer
Dean Herbert
·
2019-07-12 11:38:15 +09:00
0d9f978857
Make UserDimContainer abstract
David Zhao
·
2019-07-11 13:17:28 +09:00
321266e96f
remove storyboard region
David Zhao
·
2019-07-09 16:50:37 +09:00
5bb21ecae0
move comment to more relevant location
David Zhao
·
2019-07-09 16:38:12 +09:00
1b5fadf93f
Move storyboard initialization to new StoryboardContainer
David Zhao
·
2019-07-09 16:23:59 +09:00
89cb8a0cac
Update icon usage to match framework changes
Dean Herbert
·
2019-03-27 19:29:27 +09:00
de80fc0eac
Actually add the background
Dean Herbert
·
2019-03-20 20:18:08 +09:00
298c98871d
Define explicit method to add background
Also cleans up some redundant/misplaced comments.
Dean Herbert
·
2019-03-20 20:16:45 +09:00
ba89bfee0c
Formatting and naming improvements
Dean Herbert
·
2019-03-20 19:39:03 +09:00
18de9e51c5
Amend comment
David Zhao
·
2019-03-20 15:06:07 +09:00
f670e4664d
store a field
David Zhao
·
2019-03-20 14:58:32 +09:00
2467ece020
Override add instead
David Zhao
·
2019-03-20 14:55:52 +09:00
86658e357b
Rework instant blur logic such that updateVisuals doesn't need to be public
David Zhao
·
2019-03-20 14:17:35 +09:00
15637f9c4a
Make blurtarget private, improve documentation
David Zhao
·
2019-03-19 20:15:28 +09:00
a8e2072286
rename back to UserDimContainer
David Zhao
·
2019-03-19 13:06:14 +09:00
27a92e017c
Move user blurring into VIsualSettingsContainer
David Zhao
·
2019-03-13 18:25:22 +09:00
de6d8fc637
More formatting fixes
Dean Herbert
·
2019-02-28 20:30:23 +09:00
53eb0e7e4e
Remove extra space
Dean Herbert
·
2019-02-28 20:24:09 +09:00
86913e720f
Make test cases more compact, add two way toggles
David Zhao
·
2019-02-28 20:01:15 +09:00
e3338e94d1
Apply suggestions from code review
Co-Authored-By: nyquillerium <
nyquill@ppy.sh
>
Dan Balasescu
·
2019-02-28 18:25:58 +09:00
99812bd448
Actually implement blurring fix
David Zhao
·
2019-02-28 16:51:17 +09:00
69b1c76dce
Add documentation and move storyboard init logic
David Zhao
·
2019-02-24 20:03:24 +09:00
24f5bc7a75
Use .Value with new bindable changes
David Zhao
·
2019-02-22 20:44:02 +09:00
bb01948283
Put user dim logic in yet another container inside UserDimContainer
David Zhao
·
2019-02-22 20:34:51 +09:00
76de39a344
Fix backgrounds not fading out when replaced by storyboard, add test for this
David Zhao
·
2019-02-22 11:41:28 +09:00
94bc552282
Remove unused includes
David Zhao
·
2019-02-21 18:34:11 +09:00
97db8abd59
Move all storyboard show logic into UserDimContainer
David Zhao
·
2019-02-21 18:14:58 +09:00
0677194f46
Remove unnecessary region
David Zhao
·
2019-02-20 16:58:12 +09:00
3f000dfe2e
Move user dim logic into UserDimContainer instead
David Zhao
·
2019-02-20 16:53:57 +09:00
1bd1b6b099