Dean Herbert
|
26f049ab16
|
Merge pull request #9330 from smoogipoo/reduce-mania-hp-drain
Reduce mania's HP drain by 20%
|
2020-06-21 19:58:15 +09:00 |
|
smoogipoo
|
9fbe2fa80a
|
Add comments, change to clamp
|
2020-06-21 19:31:00 +09:00 |
|
Dean Herbert
|
d06fe3a03a
|
Merge pull request #9329 from smoogipoo/mania-tick-combo-score
Make hold note ticks affect combo score rather than bonus
|
2020-06-21 18:34:45 +09:00 |
|
smoogipoo
|
44925b3951
|
Reduce mania's HP drain by 20%
|
2020-06-21 18:05:26 +09:00 |
|
smoogipoo
|
19eb6fad7f
|
Make hold note ticks affect combo score rather than bonus
|
2020-06-21 17:42:17 +09:00 |
|
mcendu
|
ca555a6a52
|
rename per-column skin config retrieval to GetColumnSkinConfig
Removed parameter "index"; all these cases should use extension instead
|
2020-06-20 14:56:39 +08:00 |
|
mcendu
|
8298a2c8a9
|
inline stage light lookup and clarify behavior
|
2020-06-20 14:53:25 +08:00 |
|
Bartłomiej Dach
|
470d5bfce3
|
Invert if to reduce nesting
|
2020-06-19 20:15:14 +02:00 |
|
Bartłomiej Dach
|
53861cdde8
|
Privatise setter
|
2020-06-19 20:13:43 +02:00 |
|
Bartłomiej Dach
|
34476f6c2f
|
Delegate to base in a more consistent manner
|
2020-06-19 20:12:17 +02:00 |
|
Bartłomiej Dach
|
1d5084c355
|
Use {Initial,Final}Rate instead of SpeedChange
|
2020-06-19 20:11:12 +02:00 |
|
Ronnie Moir
|
0046cc08e9
|
Add test cases for different mods and rates.
Cleanup test scene.
|
2020-06-19 18:40:36 +01:00 |
|
Dan Balasescu
|
2bb212c2d8
|
Merge pull request #9318 from peppy/update-framework
Update framework
|
2020-06-20 01:44:00 +09:00 |
|
Dean Herbert
|
0f1d07ddff
|
Merge pull request #9317 from smoogipoo/fix-test-browser
Mark test scene as headless to fix test browser display
|
2020-06-20 00:52:47 +09:00 |
|
Dean Herbert
|
3021bdf305
|
Update framework
|
2020-06-20 00:34:01 +09:00 |
|
smoogipoo
|
037bd3b463
|
Fix possible nullref
|
2020-06-19 22:48:21 +09:00 |
|
smoogipoo
|
22f3fd487b
|
Mark test as headless
|
2020-06-19 22:43:25 +09:00 |
|
smoogipoo
|
2814433d7c
|
Rename test file
|
2020-06-19 22:22:07 +09:00 |
|
smoogipoo
|
4cb49cd606
|
Add minimum height to the timing distribution graph
|
2020-06-19 22:21:34 +09:00 |
|
smoogipoo
|
486b899e8f
|
Rename method
|
2020-06-19 22:11:29 +09:00 |
|
smoogipoo
|
740b01c049
|
Add xmldoc
|
2020-06-19 22:05:58 +09:00 |
|
smoogipoo
|
49bdd89775
|
Cleanup ReplayPlayer adjustments
|
2020-06-19 21:54:09 +09:00 |
|
smoogipoo
|
25abdc2903
|
General cleanups
|
2020-06-19 21:41:48 +09:00 |
|
smoogipoo
|
81ad257a17
|
Add timing distribution to mania ruleset
|
2020-06-19 21:18:58 +09:00 |
|
smoogipoo
|
863666f7c4
|
Move accuracy heatmap to osu! ruleset, rename, remove magic number
|
2020-06-19 21:14:31 +09:00 |
|
smoogipoo
|
49997c54d0
|
Remove unused class
|
2020-06-19 21:14:17 +09:00 |
|
smoogipoo
|
89a863a337
|
Refactor OsuRuleset
|
2020-06-19 21:02:20 +09:00 |
|
smoogipoo
|
8aea8267fb
|
Add some padding
|
2020-06-19 20:58:05 +09:00 |
|
smoogipoo
|
5ce2c712d3
|
Fix statistics not being wrapped by containers
|
2020-06-19 20:53:43 +09:00 |
|
smoogipoo
|
34a8fcfd2f
|
Fix potential off-by-one
|
2020-06-19 20:53:30 +09:00 |
|
smoogipoo
|
ad3bc99e7c
|
Fix hit event position offset not being set
|
2020-06-19 20:49:05 +09:00 |
|
smoogipoo
|
83e6c3efdb
|
Adjust API for returning statistics
|
2020-06-19 20:31:52 +09:00 |
|
smoogipoo
|
1cbbd6b442
|
Move timing distribution graph to osu.Game
|
2020-06-19 20:03:18 +09:00 |
|
smoogipoo
|
eab00ec9d9
|
Move hit events to the ScoreProcessor
|
2020-06-19 19:58:35 +09:00 |
|
smoogipoo
|
ef56225d9a
|
Rename CursorPosition -< PositionOffset
|
2020-06-19 19:43:46 +09:00 |
|
smoogipoo
|
8c9506197d
|
Increase the number of bins in the timing distribution
|
2020-06-19 19:41:46 +09:00 |
|
smoogipoo
|
a3ff25177a
|
Asyncify statistics load
|
2020-06-19 19:12:55 +09:00 |
|
smoogipoo
|
d3e4e63258
|
Remove unnecessary class
|
2020-06-19 19:12:48 +09:00 |
|
smoogipoo
|
cae3a5f447
|
Rework heatmap for more consistent performance
|
2020-06-19 19:08:36 +09:00 |
|
smoogipoo
|
c9ad3192b0
|
Add more tests
|
2020-06-19 18:02:57 +09:00 |
|
smoogipoo
|
55196efe6e
|
Fix panel depth ordering
|
2020-06-19 18:02:54 +09:00 |
|
smoogipoo
|
ec16b0fc5a
|
Rework score panel tracking to fix visual edge cases
|
2020-06-19 17:28:35 +09:00 |
|
smoogipoo
|
5530e2a1db
|
Add test for delayed score fetch
|
2020-06-19 15:35:39 +09:00 |
|
Dan Balasescu
|
98cd1f2a22
|
Merge pull request #9313 from peppy/add-screen-suspend-blocking
Block screen suspend while gameplay is active
|
2020-06-19 12:49:40 +09:00 |
|
Ronnie Moir
|
f04f2d2175
|
Add test scene
|
2020-06-18 21:46:32 +01:00 |
|
Dean Herbert
|
290ae37346
|
Add assertion of only usage game-wide
|
2020-06-18 23:54:20 +09:00 |
|
Dean Herbert
|
7da56ec7fd
|
Add null check and xmldoc
|
2020-06-18 23:52:35 +09:00 |
|
Dean Herbert
|
add1265d53
|
Block screen suspend while gameplay is active
|
2020-06-18 23:48:00 +09:00 |
|
smoogipoo
|
85a0f78600
|
Hide statistics panel on first exit
|
2020-06-18 22:48:52 +09:00 |
|
smoogipoo
|
53f507f51a
|
Fade background
|
2020-06-18 22:27:10 +09:00 |
|