ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/commands.h
(Generate patch)

Comparing deliantra/server/include/commands.h (file contents):
Revision 1.12 by root, Tue May 6 16:55:25 2008 UTC vs.
Revision 1.14 by root, Fri Jun 26 16:32:10 2009 UTC

47 const char *name; 47 const char *name;
48 CommFunc func; 48 CommFunc func;
49 float time; /* How long it takes to execute this command */ 49 float time; /* How long it takes to execute this command */
50}; 50};
51 51
52extern CommArray_s Commands[], SocketCommands[], WizCommands[];
52 53
53extern CommArray_s Commands[], SocketCommands[], 54extern const int CommandsSize, SocketCommandsSize, WizCommandsSize;
54 WizCommands[], CommunicationCommands[];
55 55
56extern const int CommandsSize, SocketCommandsSize,
57 WizCommandsSize, CommunicationCommandSize;
58
59#define EMOTE_NOD 1
60#define EMOTE_DANCE 2
61#define EMOTE_KISS 3
62#define EMOTE_BOUNCE 4
63#define EMOTE_SMILE 5
64#define EMOTE_CACKLE 6
65#define EMOTE_LAUGH 7
66#define EMOTE_GIGGLE 8
67#define EMOTE_SHAKE 9
68#define EMOTE_PUKE 10
69#define EMOTE_GROWL 11
70#define EMOTE_SCREAM 12
71#define EMOTE_SIGH 13
72#define EMOTE_SULK 14
73#define EMOTE_HUG 15
74#define EMOTE_CRY 16
75#define EMOTE_POKE 17
76#define EMOTE_ACCUSE 18
77#define EMOTE_GRIN 19
78#define EMOTE_BOW 20
79#define EMOTE_CLAP 21
80#define EMOTE_BLUSH 22
81#define EMOTE_BURP 23
82#define EMOTE_CHUCKLE 24
83#define EMOTE_COUGH 25
84#define EMOTE_FLIP 26
85#define EMOTE_FROWN 27
86#define EMOTE_GASP 28
87#define EMOTE_GLARE 29
88#define EMOTE_GROAN 30
89#define EMOTE_HICCUP 31
90#define EMOTE_LICK 32
91#define EMOTE_POUT 33
92#define EMOTE_SHIVER 34
93#define EMOTE_SHRUG 35
94#define EMOTE_SLAP 36
95#define EMOTE_SMIRK 37
96#define EMOTE_SNAP 38
97#define EMOTE_SNEEZE 39
98#define EMOTE_SNICKER 40
99#define EMOTE_SNIFF 41
100#define EMOTE_SNORE 42
101#define EMOTE_SPIT 43
102#define EMOTE_STRUT 44
103#define EMOTE_THANK 45
104#define EMOTE_TWIDDLE 46
105#define EMOTE_WAVE 47
106#define EMOTE_WHISTLE 48
107#define EMOTE_WINK 49
108#define EMOTE_YAWN 50
109#define EMOTE_BEG 51
110#define EMOTE_BLEED 52
111#define EMOTE_CRINGE 53
112#define EMOTE_THINK 54
113#endif 56#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines