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.112 by root, Sun Nov 11 05:53:12 2012 UTC vs.
Revision 1.113 by root, Thu Nov 15 04:50:50 2012 UTC

101 ST_GET_PARTY_PASSWORD, 101 ST_GET_PARTY_PASSWORD,
102}; 102};
103 103
104// a handler for a specific type of packet 104// a handler for a specific type of packet
105enum { 105enum {
106 PF_PLAYER = 0x01, // must have valid player / will by synchronised 106 PF_PLAYER = 0x01, // must have valid player / will by synchronised
107 PF_PLAYING = 0x02, // must be in playing state 107 PF_PLAYING = 0x02, // must be in playing state
108 PF_COMMAND0 = 0x04, // command starts at offset 0 108 PF_COMMAND = 0x04, // is a suer command
109 PF_COMMAND6 = 0x08, // command starts at offset 6
110}; 109};
111 110
112// face types. bit 0 means "has meta info prepended" 111// face types. bit 0 means "has meta info prepended"
113enum { 112enum {
114 FT_IMAGE = 0 * 2 + 0, // images 113 FT_IMAGE = 0 * 2 + 0, // images

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines