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

Comparing deliantra/server/include/client.h (file contents):
Revision 1.15 by root, Thu Dec 21 23:37:05 2006 UTC vs.
Revision 1.16 by root, Fri Dec 22 16:34:00 2006 UTC

92 ST_DEAD, // socket is dead 92 ST_DEAD, // socket is dead
93 ST_SETUP, // initial handshake / setup / login 93 ST_SETUP, // initial handshake / setup / login
94 ST_PLAYING, // logged in an playing 94 ST_PLAYING, // logged in an playing
95 ST_CUSTOM, // waiting for custom reply 95 ST_CUSTOM, // waiting for custom reply
96 96
97 ST_PLAY_AGAIN, 97 ST_CONFIRM_QUIT,
98 ST_ROLL_STAT,
99 ST_CHANGE_CLASS, 98 ST_CHANGE_CLASS,
100 ST_CONFIRM_QUIT,
101 ST_CONFIGURE, 99 ST_CONFIGURE,
102 ST_GET_NAME,
103 ST_GET_PASSWORD,
104 ST_CONFIRM_PASSWORD,
105 ST_GET_PARTY_PASSWORD, 100 ST_GET_PARTY_PASSWORD,
106}; 101};
107 102
108// a handler for a specific type of packet 103// a handler for a specific type of packet
109enum { 104enum {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines