Dan Balasescu
|
391eaa30e0
|
Merge pull request #3109 from peppy/fix-migration-fail
Fix resetting database failing due to incorrect disposal logic
|
2018-07-25 13:56:53 +09:00 |
|
AlFasGD
|
6675c455f3
|
Trim whitespace that magically appeared
|
2018-07-24 22:33:19 +03:00 |
|
AlFasGD
|
3ca112aef0
|
Clean code and apply requested changes
|
2018-07-24 22:04:02 +03:00 |
|
Dean Herbert
|
7b653fab17
|
Pass in lastMessageId instead of self referencing
|
2018-07-24 18:01:28 +02:00 |
|
Dean Herbert
|
6937cf27a7
|
Tidy up channel join logic
|
2018-07-24 17:51:20 +02:00 |
|
Dean Herbert
|
090d197b21
|
Remove unnecessary using
|
2018-07-24 17:35:08 +02:00 |
|
Dean Herbert
|
2d861f5897
|
Remove unnecessary inject
|
2018-07-24 15:26:02 +02:00 |
|
Dean Herbert
|
da730269a9
|
Formatting and ctor usage for required parameters
|
2018-07-24 15:25:47 +02:00 |
|
Dean Herbert
|
53f556de9a
|
Trim whitespace
|
2018-07-24 15:10:55 +02:00 |
|
Dean Herbert
|
5364a6148a
|
Use ToUpperInvariant
|
2018-07-24 14:42:06 +02:00 |
|
Dean Herbert
|
e7591a9214
|
Merge branch 'master' into replay_keycounter
|
2018-07-24 12:21:51 +02:00 |
|
Dean Herbert
|
1d86083981
|
Hide unnecessary log output
|
2018-07-24 12:13:48 +02:00 |
|
Dean Herbert
|
b38da34da9
|
Fix resetting database failing due to incorrect disposal logic
|
2018-07-24 12:13:48 +02:00 |
|
Dean Herbert
|
ab9340f4be
|
Fix usage of culture local ToUpper causing incorrect display on Turkish machines
Closes #3098.
|
2018-07-24 11:37:43 +02:00 |
|
AlFasGD
|
ebf14c9c93
|
Update framework from current master
|
2018-07-24 11:32:24 +03:00 |
|
AlFasGD
|
d304aca08f
|
Merge branch 'master' into circular-button
|
2018-07-24 11:30:56 +03:00 |
|
AlFasGD
|
4d0d4523ca
|
Add test case, rename component
|
2018-07-24 11:23:38 +03:00 |
|
AlFasGD
|
0e50e4ee34
|
Clean code
|
2018-07-24 10:10:17 +03:00 |
|
AlFasGD
|
765c6e4ecc
|
Remove custom text box
|
2018-07-24 09:46:24 +03:00 |
|
AlFasGD
|
2f452c162c
|
Make text colour white
|
2018-07-24 09:21:01 +03:00 |
|
AlFasGD
|
a833fa3d92
|
Update framework and apply suggested changes
|
2018-07-24 09:19:45 +03:00 |
|
AlFasGD
|
cd37b0df23
|
Merge branch 'master' into labelled-text-box
|
2018-07-24 09:19:22 +03:00 |
|
miterosan
|
42df0c974f
|
Rename UserChannel to private channel.
|
2018-07-24 05:17:57 +02:00 |
|
miterosan
|
9bc225e14b
|
rename user to private
|
2018-07-24 05:14:47 +02:00 |
|
miterosan
|
e769c15d28
|
Provide XML doc in Channel.cs and ChannelManager.cs and ChatTabControl.cs
|
2018-07-24 05:14:33 +02:00 |
|
miterosan
|
3df1842e1c
|
Fix that in some timing specific cases the fetched channels are not getting an visual representation.
Sadly there is not a nice way of fixing this.
|
2018-07-24 04:58:40 +02:00 |
|
miterosan
|
55f0cbf63e
|
Finding peace with the UI thread.
There is the issue that in some cases that the ui thread blocked.
|
2018-07-24 04:56:34 +02:00 |
|
miterosan
|
16db81e9b5
|
Extract the message hadling logic into IncomingMessagesHandler
|
2018-07-24 04:54:11 +02:00 |
|
miterosan
|
9a6d92bb22
|
Rename fetchMsgReq to fetchMessageReq in ChannelManager.cs
|
2018-07-23 22:09:05 +02:00 |
|
miterosan
|
2ae890366a
|
Nicefy the errormessage in the constructor of GetMessagesRequest
|
2018-07-23 22:08:37 +02:00 |
|
miterosan
|
d9611dcffb
|
Instead of Doing nothing at LinkFlowContainer if no link was found, we log it as an error.
|
2018-07-23 22:06:40 +02:00 |
|
miterosan
|
4a5a453c7f
|
Create an inital cake buildscript
|
2018-07-23 21:28:56 +02:00 |
|
Dean Herbert
|
1ab75529a1
|
Simplify user channel message population code
|
2018-07-23 21:15:52 +02:00 |
|
Dean Herbert
|
0aacde836a
|
Move private channel constructor to own class
|
2018-07-23 20:46:44 +02:00 |
|
Dean Herbert
|
10656be954
|
Add interpolation to repeat point during sliding
|
2018-07-23 16:55:38 +02:00 |
|
miterosan
|
2726d91594
|
Remove unessary usings
|
2018-07-23 16:05:39 +02:00 |
|
miterosan
|
344ec40a27
|
Readd usings I removed with my merge
|
2018-07-23 15:48:48 +02:00 |
|
miterosan
|
9f43e0c900
|
Merge branch 'master' of https://github.com/ppy/osu into Private_Messages
# Conflicts:
# osu.Game/Overlays/Chat/ChatTabControl.cs
# osu.Game/Overlays/ChatOverlay.cs
|
2018-07-23 15:45:54 +02:00 |
|
AlFasGD
|
dd56a2d95f
|
Apply proposed changes (untested)
|
2018-07-23 15:44:10 +03:00 |
|
Dean Herbert
|
1b456fd716
|
Fix a potential InvalidOperationException when entering song select
Closes #3052.
|
2018-07-23 13:11:06 +02:00 |
|
Dan Balasescu
|
9dc55688d2
|
Merge pull request #3103 from peppy/fix-testing-regression
Fix fatal test result on temporary file deletion failures
|
2018-07-23 19:44:25 +09:00 |
|
Dean Herbert
|
2169a47325
|
Prevent fatal failures on delete failures
|
2018-07-23 10:39:43 +02:00 |
|
Dean Herbert
|
82ea4456e4
|
Fix testing regression
|
2018-07-23 10:33:10 +02:00 |
|
Dean Herbert
|
44a2ae5f9a
|
Fix incorrect variable usage
|
2018-07-23 08:33:47 +02:00 |
|
Dean Herbert
|
aead4be134
|
Merge remote-tracking branch 'upstream/master' into AlFasGD-mania-mask-container
|
2018-07-23 06:36:10 +02:00 |
|
Roman Kapustin
|
332ad5bb67
|
Move states to KeyCounter
|
2018-07-22 23:58:21 +03:00 |
|
Dean Herbert
|
479fe98335
|
Add more prominent sound when skipping
|
2018-07-22 22:57:55 +02:00 |
|
Dean Herbert
|
8501967b6a
|
Fix testing regression
|
2018-07-22 22:47:25 +02:00 |
|
Dean Herbert
|
9f1d37e052
|
Merge pull request #3079 from smoogipoo/centralise-judgement-display
Centralise method of disabling playfield judgements
|
2018-07-23 05:34:50 +09:00 |
|
Dean Herbert
|
6fa70ed696
|
Merge branch 'master' into centralise-judgement-display
|
2018-07-23 05:23:52 +09:00 |
|