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.79 by root, Mon Jul 14 23:47:06 2008 UTC vs.
Revision 1.80 by root, Sun Jul 27 05:33:52 2008 UTC

222 uint16 ACC (RW, mss); // likely tcp maximum segment size 222 uint16 ACC (RW, mss); // likely tcp maximum segment size
223 uint8 ACC (RW, mapmode); /* Type of map commands the client wants. */ 223 uint8 ACC (RW, mapmode); /* Type of map commands the client wants. */
224 uint8 ACC (RW, mapx), ACC (RW, mapy); /* How large a map the client wants */ 224 uint8 ACC (RW, mapx), ACC (RW, mapy); /* How large a map the client wants */
225 uint8 ACC (RW, itemcmd); /* What version of the 'item' protocol command to use */ 225 uint8 ACC (RW, itemcmd); /* What version of the 'item' protocol command to use */
226 226
227 maptile *ACC (RW, current_map); // CF+ last/current player map 227 maptile_ptr ACC (RW, current_map); // CF+ last/current player map
228 region *ACC (RW, current_region); // CF+ last/current player region 228 region_ptr ACC (RW, current_region); // CF+ last/current player region
229 int ACC (RW, current_x), ACC (RW, current_y); // CF+ last/current map position 229 int ACC (RW, current_x), ACC (RW, current_y); // CF+ last/current map position
230 shstr ACC (RW, version); // CF+ client name/version 230 shstr ACC (RW, version); // CF+ client name/version
231 uint8 ACC (RW, faceset); // CF+ selected faceset 231 uint8 ACC (RW, faceset); // CF+ selected faceset
232 232
233 tstamp ACC (RW, last_send); // last data send on socket. 233 tstamp ACC (RW, last_send); // last data send on socket.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines