miterosan
|
290b6e5f1d
|
Fix the crash in the visual testcase
|
2018-07-09 22:09:27 +02:00 |
|
miterosan
|
ec914a5095
|
Fix crash when the local echo is send to the wrong channel.
|
2018-07-09 21:00:39 +02:00 |
|
miterosan
|
f681ef41ac
|
Rename MAX_HISTORY to MaxHistory, added some logging on failures, use a lamda in ChatOverlay instead of a method pointer.
|
2018-07-09 20:39:16 +02:00 |
|
miterosan
|
d4f9bcdee1
|
Merge branch 'Private_Messages' of https://github.com/miterosan/osu into Private_Messages
|
2018-07-09 20:14:16 +02:00 |
|
miterosan
|
f22f62ef40
|
Rename the currentChatChanged to currentChannelContainer, move drawing specific part into from chatoverlay to ChannelSelectionOverlay
|
2018-07-09 20:13:34 +02:00 |
|
Dean Herbert
|
ba258b8a05
|
Fix lack of fallback logic for custom bank samples
Closes #2966.
---
Was causing some beatmaps to not play all of their hitsounds
|
2018-07-10 02:56:22 +09:00 |
|
miterosan
|
0c62726fd7
|
Rename UserTabItem to UserChannelTabItem
|
2018-07-09 19:48:05 +02:00 |
|
miterosan
|
1589b65494
|
Move tab related stuff to /tabs, move selection related stuff to /selection, remove channeltabcontrol
|
2018-07-09 19:42:57 +02:00 |
|
miterosan
|
16d3815a59
|
Clean Channel up and reword two comments
|
2018-07-09 18:58:33 +02:00 |
|
miterosan
|
66378d5847
|
Remove the highlight from "Start Chat"
|
2018-07-09 18:58:10 +02:00 |
|
miterosan
|
4b638db475
|
Reorder the properties and fields on Channel.
Make MAX_HISTORY because cause can not be public.
|
2018-07-09 18:52:28 +02:00 |
|
miterosan
|
263e68de91
|
Use a custom channel not found exception.
|
2018-07-09 18:45:11 +02:00 |
|
miterosan
|
5e95995429
|
Rename chat to channel
|
2018-07-09 18:30:41 +02:00 |
|
Dean Herbert
|
9e59b4a8e2
|
Fix SongSelect binding to ruleset too early
Causes music to stop playing while at main menu.
|
2018-07-10 01:29:24 +09:00 |
|
miterosan
|
709d134f49
|
Rename DrawableChat to DrawableChannel
|
2018-07-09 18:23:40 +02:00 |
|
Dean Herbert
|
974c4f5185
|
ToolbarMode* -> ToolbarRuleset*
|
2018-07-10 01:20:21 +09:00 |
|
Dean Herbert
|
abfebbddd9
|
Update framework
|
2018-07-09 23:50:45 +09:00 |
|
Dean Herbert
|
472aed8c91
|
Merge pull request #2979 from peppy/fix-osd-fade-in
Fix OSD fade-in not correctly debouncing
|
2018-07-09 19:19:09 +09:00 |
|
Dean Herbert
|
1670f4fe31
|
Merge branch 'master' into fix-osd-fade-in
|
2018-07-09 19:10:57 +09:00 |
|
Dean Herbert
|
37f0095ae5
|
Merge pull request #2980 from peppy/fix-exit-race-condition
Fix pressing escape too fast causing multiple exit attempts at song select
|
2018-07-09 19:10:41 +09:00 |
|
Dan Balasescu
|
ee4607c86e
|
Merge branch 'master' into fix-exit-race-condition
|
2018-07-09 19:02:37 +09:00 |
|
Dan Balasescu
|
34db414672
|
Merge pull request #2981 from peppy/fix-early-player-entry
Fix being able to trigger player before carousel is ready
|
2018-07-09 19:02:09 +09:00 |
|
Dean Herbert
|
49e94850b6
|
Fix being able to trigger player before carousel is ready
Causes an eventual crash.
|
2018-07-09 18:43:20 +09:00 |
|
Dean Herbert
|
ce0a7d7760
|
Merge pull request #2978 from HoutarouOreki/removeAge
Remove unused age display code
|
2018-07-09 18:17:12 +09:00 |
|
Dean Herbert
|
09b3375a9d
|
Fix pressing escape too fast causing multiple exit attempts at song select
|
2018-07-09 18:12:23 +09:00 |
|
Dean Herbert
|
df67c0498d
|
Fix OSD fade-in not correctly debouncing
It could potentially never fade in on quick presses.
|
2018-07-09 17:53:39 +09:00 |
|
Dean Herbert
|
6ced51bb67
|
Merge branch 'master' into removeAge
|
2018-07-09 17:43:23 +09:00 |
|
Dean Herbert
|
10cc95427d
|
Merge pull request #2977 from smoogipoo/fix-nullrefs
Fix some possible null reference exceptions
|
2018-07-09 17:43:01 +09:00 |
|
HoutarouOreki
|
10aae3b0ee
|
Remove age from User class
|
2018-07-09 10:33:46 +02:00 |
|
HoutarouOreki
|
930667d0f9
|
Remove unused age display code
|
2018-07-09 10:12:10 +02:00 |
|
smoogipoo
|
0a67e5a274
|
Fix some possible null reference exceptions
|
2018-07-09 17:09:17 +09:00 |
|
Jarosław Zgierski
|
1444715641
|
Merge pull request #1 from ppy/master
Sync to upstream repo
|
2018-07-09 09:07:59 +02:00 |
|
Dean Herbert
|
b20afb915d
|
Fix right mouse activated absolute scroll not working
|
2018-07-09 15:26:22 +09:00 |
|
Ethan Yang
|
157ca8b2a4
|
Change osu key bindings
|
2018-07-08 11:47:39 -07:00 |
|
miterosan
|
c56a4ea893
|
Merge branch 'master' into Private_Messages
|
2018-07-08 19:29:33 +02:00 |
|
Dean Herbert
|
e223074876
|
Fix import failures if single set has multiple conflicting OnlineBeatmapIDs
Resolves #2970.
|
2018-07-09 00:24:55 +09:00 |
|
Dean Herbert
|
91777b04d8
|
Merge branch 'master' into download-button-state
|
2018-07-08 14:15:47 +09:00 |
|
Dean Herbert
|
27311ce1fc
|
Update nuget restore instructions
|
2018-07-08 11:21:18 +09:00 |
|
Dean Herbert
|
f92a90c098
|
Update README.md
|
2018-07-08 02:03:42 +09:00 |
|
Dean Herbert
|
c194618df3
|
Merge pull request #2876 from smoogipoo/more-mania-conversion-fixes
Fix more instances of osu!mania beatmap conversion failing
|
2018-07-08 01:54:59 +09:00 |
|
Dean Herbert
|
ad51d95c1a
|
Merge branch 'master' into more-mania-conversion-fixes
|
2018-07-08 01:44:06 +09:00 |
|
Dean Herbert
|
f872c56deb
|
Merge branch 'master' into improve-button-system
|
2018-07-06 18:25:34 +09:00 |
|
Dean Herbert
|
d1846e6128
|
Merge pull request #2933 from ekrctb/fix-menu-cursor-animation
Fix menu cursor not highlighting when pressing multiple buttons
|
2018-07-06 17:56:38 +09:00 |
|
Dean Herbert
|
0b30e6eb6a
|
Merge remote-tracking branch 'upstream/master' into peppy-improve-button-system
|
2018-07-06 17:55:02 +09:00 |
|
Dean Herbert
|
c025158735
|
Give VisibleState a default rather than nullable
|
2018-07-06 17:53:06 +09:00 |
|
Dean Herbert
|
c4952569cc
|
Merge branch 'master' into fix-menu-cursor-animation
|
2018-07-06 17:46:29 +09:00 |
|
Dean Herbert
|
54db287791
|
Remove casting
|
2018-07-06 17:45:39 +09:00 |
|
Dean Herbert
|
a300b5c924
|
Merge pull request #2946 from peppy/go-forward
Add "Select" action
|
2018-07-06 16:48:37 +09:00 |
|
Dean Herbert
|
7120408a63
|
Add fallback "updater", which prompts the user to update
|
2018-07-06 16:46:22 +09:00 |
|
Dean Herbert
|
b8d314a809
|
Tidy up updater namespace
|
2018-07-06 16:39:27 +09:00 |
|