mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
* Extracted the logic from DebugConsole into a new ClientConsole class. * ClientConsole moved to IoC system. Verb system replaced with concmds. * Shared Cleanup * ClientChatConsole skeleton. * DebugConsole and LobbyChat are now both subscribed to ClientChatConsole. * Removed server chat commands. * cleaned up server command sysyem. * More chat handling, and aliasing. * Nightly work on Say command. * Fixes a bug in Maths.Angle. * Chat channel colors moved to ClientChatConsole. * Now Server commands are sent without opening DebugConsole. * Emotes work. Clientside chat formatting works. * Fixed angle unit test.
33 lines
1.0 KiB
XML
33 lines
1.0 KiB
XML
<?xml version="1.0"?>
|
|
<ArrayOfEmote xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<Emote>
|
|
<Command>default</Command>
|
|
<SelfText>You do something!</SelfText>
|
|
<OtherText>{0} does something!</OtherText>
|
|
</Emote>
|
|
<Emote>
|
|
<Command>sigh</Command>
|
|
<SelfText>You sigh.</SelfText>
|
|
<OtherText>{0} sighs.</OtherText>
|
|
</Emote>
|
|
<Emote>
|
|
<Command>scream</Command>
|
|
<SelfText>You scream as loudly as you can!</SelfText>
|
|
<OtherText>{0} lets out a blood-curdling scream!</OtherText>
|
|
</Emote>
|
|
<Emote>
|
|
<Command>fart</Command>
|
|
<SelfText>You strain, but produce nary a toot.</SelfText>
|
|
<OtherText>{0} lifts {1} leg a little and gets a funny look on {1} face.</OtherText>
|
|
</Emote>
|
|
<Emote>
|
|
<Command>laugh</Command>
|
|
<SelfText>You laugh.</SelfText>
|
|
<OtherText>{0} laughs heartily.</OtherText>
|
|
</Emote>
|
|
<Emote>
|
|
<Command>chuckle</Command>
|
|
<SelfText>You chuckle.</SelfText>
|
|
<OtherText>{0} chuckles wryly.</OtherText>
|
|
</Emote>
|
|
</ArrayOfEmote> |