iiSaLMaN
|
95b568eb46
|
Remove unnecessary condition
|
2019-07-27 15:52:30 +03:00 |
|
iiSaLMaN
|
6c580ac9d5
|
Use while loops instead
|
2019-07-27 15:52:01 +03:00 |
|
Salman Ahmed
|
934439e138
|
Merge branch 'master' into add-bindable-for-break-times
|
2019-07-26 12:57:52 +03:00 |
|
Dean Herbert
|
f6f4a08019
|
Reduce notification span during beatmap imports (#5471)
Reduce notification span during beatmap imports
|
2019-07-26 18:49:07 +09:00 |
|
Dean Herbert
|
392e1cbafb
|
Merge pull request #5456 from peppy/fix-import-select
Fix beatmap present failing directly after an import
|
2019-07-26 18:48:49 +09:00 |
|
Dean Herbert
|
5317a8fa0f
|
Update framework again
|
2019-07-26 17:50:49 +09:00 |
|
Dean Herbert
|
9ef858806b
|
Fix existing usage of Path
|
2019-07-26 17:48:19 +09:00 |
|
Dean Herbert
|
9d080ec249
|
Update framework
|
2019-07-26 17:18:56 +09:00 |
|
Dean Herbert
|
9036129aa7
|
Hide leaderboard mod filter when on details tab (#5473)
Hide leaderboard mod filter when on details tab
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2019-07-26 16:07:58 +09:00 |
|
Dean Herbert
|
4d49aad153
|
Start not visible
|
2019-07-26 15:51:51 +09:00 |
|
Dean Herbert
|
7fa419a38b
|
Fix file layout order
|
2019-07-26 15:49:21 +09:00 |
|
iiSaLMaN
|
4c9e8527d8
|
Modify global index directly in the for loop
Moves the global index to a near break if not in a break yet
|
2019-07-26 09:24:53 +03:00 |
|
Joehu
|
0b6cfec21c
|
Hide leaderboard mod filter when on details tab
|
2019-07-25 23:20:56 -07:00 |
|
iiSaLMaN
|
5a94a22314
|
Add a quick check if we're not in a break with current index
|
2019-07-26 09:17:39 +03:00 |
|
Joehu
|
3b0a482743
|
Fix font weight of leaderboard mod filter
|
2019-07-25 23:10:00 -07:00 |
|
iiSaLMaN
|
3fa6804501
|
Use better loops for moving index
Easy to read, suggested by peppy
|
2019-07-26 08:12:32 +03:00 |
|
iiSaLMaN
|
806d41daf4
|
Add function to reset break index
|
2019-07-26 08:11:13 +03:00 |
|
iiSaLMaN
|
91fa8a6552
|
Simplify null and any check
|
2019-07-26 08:09:18 +03:00 |
|
Dean Herbert
|
53ecb2ae82
|
Reduce notification span during beatmap imports
|
2019-07-26 13:48:29 +09:00 |
|
Dean Herbert
|
5f0d633b34
|
Allow closing chat tabs with middle mouse button (#5447)
Allow closing chat tabs with middle mouse button
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2019-07-26 13:31:25 +09:00 |
|
Dean Herbert
|
56b27db7a4
|
Use "Click" instead of "Action"
|
2019-07-26 13:17:33 +09:00 |
|
Dean Herbert
|
7ec6ac7b0e
|
Remove unnecessary override
|
2019-07-26 13:15:36 +09:00 |
|
iiSaLMaN
|
44895c4b69
|
Use IReadOnlyList for break periods list
|
2019-07-26 05:41:10 +03:00 |
|
iiSaLMaN
|
b4c93b1777
|
Use lookup direction than 2 while loops
|
2019-07-26 05:11:01 +03:00 |
|
iiSaLMaN
|
a08d54eb06
|
Remove unnecessary checks
|
2019-07-26 03:11:59 +03:00 |
|
Shane Woolcock
|
1d6c321e14
|
Ensure we don't ping-pong nearestBreakIndex between breaks
|
2019-07-26 08:34:18 +09:30 |
|
Shane Woolcock
|
5e51012800
|
Rewrite updateBreakTimeBindable
|
2019-07-25 22:54:05 +09:30 |
|
iiSaLMaN
|
cdda264c49
|
Use global index and move it to find if break time
Avoid using iterations
|
2019-07-25 12:28:21 +03:00 |
|
iiSaLMaN
|
5a55433d6c
|
Return if breaks are null
Fixes a test
|
2019-07-25 11:53:32 +03:00 |
|
iiSaLMaN
|
172a9ce33a
|
Use a for loop instead of foreach
avoid allocating an iterator
|
2019-07-25 11:40:45 +03:00 |
|
iiSaLMaN
|
9bd66b6e7a
|
Better xmldoc
|
2019-07-25 11:27:32 +03:00 |
|
iiSaLMaN
|
69d2f57f4f
|
Avoid using LINQ
|
2019-07-25 11:27:01 +03:00 |
|
iiSaLMaN
|
0ea0a10ca4
|
Expose as IBindable<bool>
|
2019-07-25 11:26:38 +03:00 |
|
iiSaLMaN
|
7b82d184bd
|
Add bindable boolean for break times
|
2019-07-25 11:07:53 +03:00 |
|
Dean Herbert
|
69844e6c24
|
Fix beatmap present failing directly after an import
|
2019-07-25 12:18:18 +09:00 |
|
Max Hübner
|
78a8a6490e
|
close chat tabs with middle mouse button
|
2019-07-24 17:17:29 +02:00 |
|
Dean Herbert
|
2610ee2abb
|
Update framework
|
2019-07-23 21:39:10 +09:00 |
|
smoogipoo
|
4e7e2d1d52
|
Adjust comments
|
2019-07-23 21:16:09 +09:00 |
|
smoogipoo
|
74b09c72fa
|
Refactor state updates to convert State into an IBindable
|
2019-07-23 21:16:09 +09:00 |
|
Dan Balasescu
|
9b526ef61e
|
Merge branch 'master' into move-state-logic
|
2019-07-23 20:37:57 +09:00 |
|
Dean Herbert
|
91e21688d8
|
Make AccentColour a bindable (#5420)
Make AccentColour a bindable
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
|
2019-07-23 20:37:47 +09:00 |
|
Dan Balasescu
|
0ffac22376
|
Merge branch 'master' into allow-multiple-debug-instances
|
2019-07-23 20:30:56 +09:00 |
|
Dan Balasescu
|
bc64c56a26
|
Merge branch 'master' into remove-text-shadow
|
2019-07-23 20:16:33 +09:00 |
|
Dean Herbert
|
9665a94f4a
|
Ignore shift-delete PlatformAction in SearchTextBox (#5372)
Ignore shift-delete PlatformAction in SearchTextBox
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2019-07-23 17:11:09 +09:00 |
|
Dean Herbert
|
e81ef4bf33
|
Rewrite comment
|
2019-07-23 16:44:19 +09:00 |
|
Dean Herbert
|
340f9a8f8d
|
Merge branch 'master' into fix-flashlight-depth
|
2019-07-23 16:37:04 +09:00 |
|
Dean Herbert
|
704fe2d655
|
Remove text shadow in chat
|
2019-07-23 16:04:50 +09:00 |
|
smoogipoo
|
5e72ed0d12
|
Fix potential nullref
|
2019-07-23 15:35:12 +09:00 |
|
David Zhao
|
4d8e2a78d1
|
update with new framework changes and update comment
|
2019-07-23 15:31:09 +09:00 |
|
smoogipoo
|
776757545d
|
Fix FTB causing flashlight to block vision correctly
|
2019-07-23 15:17:02 +09:00 |
|