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
2025-03-16 05:37:19 +08:00
Code
Issues
Releases
Wiki
Activity
osu-lazer
/
osu.Game
/
Online
/
Chat
History
FreezyLemon
68255095a6
Renamed the IHasHoverSounds interface to ICanDisableHoverSounds and made it so that if the interface is not implemented, it is just ignored (samples will always be played). If it is implemented, the ShouldPlayHoverSound bool is decisive of whether sounds are played or not
2017-12-07 19:52:40 +01:00
..
Channel.cs
Allow posting to chat in all channels
2017-09-06 20:26:01 +09:00
ChatLink.cs
Renamed the IHasHoverSounds interface to ICanDisableHoverSounds and made it so that if the interface is not implemented, it is just ignored (samples will always be played). If it is implemented, the ShouldPlayHoverSound bool is decisive of whether sounds are played or not
2017-12-07 19:52:40 +01:00
ErrorMessage.cs
CI fix
2017-09-22 15:37:17 +02:00
InfoMessage.cs
Added an infoMessage class to represent system messages that aren't errors
2017-09-22 15:30:07 +02:00
LocalEchoMessage.cs
Add local chat echo support
2017-08-21 17:43:26 +09:00
Message.cs
Removed unnecessary "using" directives
2017-12-07 19:36:56 +01:00
MessageFormatter.cs
Renamed the static variables and made them readonly, aswell as other small adjustments (CI)
2017-12-07 19:39:39 +01:00