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-25 05:39:57 +08:00
Code
Issues
Releases
Wiki
Activity
17,042
Commits
4
Branches
796
Tags
1d40a66fdafc1e1d4d26c00aec8716332f741d6a
Commit Graph
42 Commits
Make test cases more compact, add two way toggles
David Zhao
·
2019-02-28 20:01:15 +09:00
e3338e94d1
Move test steps into setup
David Zhao
·
2019-02-28 18:26:41 +09:00
19d529c1c8
Actually implement blurring fix
David Zhao
·
2019-02-28 16:51:17 +09:00
69b1c76dce
Fix issue for user hover blur for now by checking for current screen, fix test.
David Zhao
·
2019-02-28 16:18:46 +09:00
dbe5887f7e
Add missing reference
David Zhao
·
2019-02-28 14:40:31 +09:00
4ceafef79c
Add back "THIS IS A STORYBOARD" storyboard
David Zhao
·
2019-02-28 14:33:29 +09:00
e5607d7711
Remove unused includes
David Zhao
·
2019-02-27 18:04:33 +09:00
246240e936
Assert storyboard visibilty at both steps of toggle
David Zhao
·
2019-02-27 17:56:44 +09:00
882fff1631
Add fake storyboard to visually assess storyboard dim
David Zhao
·
2019-02-27 17:02:04 +09:00
14ffd9efe8
Use actual song select for test case with beatmap import
David Zhao
·
2019-02-27 14:15:45 +09:00
ebec944bb8
Remove null checks for synchronous loads
David Zhao
·
2019-02-26 17:56:42 +09:00
59fca568c9
Add back song select wait
David Zhao
·
2019-02-26 17:43:42 +09:00
d23f399375
Have test cases create a new screen stack each time
David Zhao
·
2019-02-26 17:31:21 +09:00
60ecb99dfb
Restore previous wait time
For whatever reason, this is required?
Dean Herbert
·
2019-02-26 10:27:54 +09:00
3549369822
Extract wait logic into separate method
Also reduces the required wait time.
Dean Herbert
·
2019-02-26 10:11:36 +09:00
217f692798
private goes after public
Dean Herbert
·
2019-02-26 09:56:22 +09:00
c58d305fc6
Rename some methods (they weren't Asserting)
Dean Herbert
·
2019-02-26 09:54:28 +09:00
14e427fed7
Create new test for StoryboardReplacesBackground
David Zhao
·
2019-02-25 12:35:01 +09:00
af4606f3d2
Add documentation and move storyboard init logic
David Zhao
·
2019-02-24 20:03:24 +09:00
24f5bc7a75
Move PlayerLoader tests out of constructor, Improve Documentation
David Zhao
·
2019-02-24 18:10:59 +09:00
f4acd6e48f
Clean up left over test code
David Zhao
·
2019-02-23 15:06:04 +09:00
f56f1fc4f7
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
Remove leftover usage of dimlevel in BackgroundScreenBeatmap
David Zhao
·
2019-02-22 18:01:50 +09:00
a4162a69fb
Fix TransitiouOutTest getting stuck on pause
David Zhao
·
2019-02-22 17:15:05 +09:00
6bf831b96f
Create a new player every time a test is performed.
David Zhao
·
2019-02-22 16:56:03 +09:00
918a60ebbf
Add tests to make sure the background is always the same through screen transitions
David Zhao
·
2019-02-22 14:43:05 +09:00
65cdac60c3
Fix backgrounds not fading out when replaced by storyboard, add test for this
David Zhao
·
2019-02-22 11:41:28 +09:00
94bc552282
Clean up test case
David Zhao
·
2019-02-21 18:19:50 +09:00
bf06674e87
Add test case for background preview, fix unit tests
David Zhao
·
2019-02-21 15:24:26 +09:00
ad5e81f0cd
Fix bindable name in tests
David Zhao
·
2019-02-20 16:56:57 +09:00
5bf405f949
Move user dim logic into UserDimContainer instead
David Zhao
·
2019-02-20 16:53:57 +09:00
1bd1b6b099
Remove redundant constructors
David Zhao
·
2019-02-19 19:57:55 +09:00
87717dcf9e
Add test cases for upwards traversal of screen stack
David Zhao
·
2019-02-19 19:44:26 +09:00
2e375a9186
Add test cases for transitioning into pause overlay and into results
David Zhao
·
2019-02-18 19:53:55 +09:00
af049004dd
Use a bindable for updating dim status instead
David Zhao
·
2019-02-18 18:58:34 +09:00
b353b69587
Make it so visual tests only load the osu ruleset
David Zhao
·
2019-02-18 18:12:45 +09:00
4e07aba548
Fix test build failure
David Zhao
·
2019-02-18 15:29:39 +09:00
79b12ef085
Fix background dim not being disabled on playerloader exit
David Zhao
·
2019-02-18 12:55:42 +09:00
df148f8787
Documentation for tests and changes
David Zhao
·
2019-02-15 16:50:37 +09:00
0a60f6dacd
Add visual test for background dimming
David Zhao
·
2019-02-15 16:46:29 +09:00
ad9dae975d
Fix regression with background dim
David Zhao
·
2019-02-15 16:17:01 +09:00
6da9f94ae3