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.95 by root, Thu Apr 8 17:36:53 2010 UTC vs.
Revision 1.96 by root, Thu Apr 8 19:31:22 2010 UTC

355 ((__sockPtr)->supported_readables & (1<<(__type))) ) 355 ((__sockPtr)->supported_readables & (1<<(__type))) )
356 356
357#define FACE_TYPES 1 357#define FACE_TYPES 1
358#define PNG_FACE_INDEX 0 358#define PNG_FACE_INDEX 0
359 359
360#define VERSION_CS 1023 /* version >= 1023 understand setup cmd */
361#define VERSION_SC 1026
362//#define VERSION_SC 1027 // requestinfo image_info and image_sums, makes extending faces on the fly impossible
363#define VERSION_INFO "Deliantra Server"
364
365//-GPL 360//-GPL
366 361
367typedef object_vector<client, &client::active> sockvec; 362typedef object_vector<client, &client::active> sockvec;
368 363
369extern sockvec clients; 364extern sockvec clients;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines