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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines