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.27 by root, Sun Feb 4 00:39:32 2007 UTC vs.
Revision 1.28 by root, Sun Feb 4 21:02:54 2007 UTC

98 ST_GET_PARTY_PASSWORD, 98 ST_GET_PARTY_PASSWORD,
99}; 99};
100 100
101// a handler for a specific type of packet 101// a handler for a specific type of packet
102enum { 102enum {
103 PF_PLAYER = 0x01, // must have valid player / will by synchronised 103 PF_PLAYER = 0x01, // must have valid player / will by synchronised
104 PF_PLAYING = 0x02, // must be in playing state 104 PF_PLAYING = 0x02, // must be in playing state
105 PF_COMMAND0 = 0x04, // command starts at offset 0
106 PF_COMMAND6 = 0x08, // command starts at offset 6
105}; 107};
106 108
107struct packet_type 109struct packet_type
108{ 110{
109 const char *name; 111 const char *name;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines