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

Comparing deliantra/server/include/face.h (file contents):
Revision 1.33 by root, Fri Mar 26 01:04:44 2010 UTC vs.
Revision 1.35 by root, Tue Oct 5 21:40:05 2010 UTC

29#define CHKSUM_MAXLEN 15 29#define CHKSUM_MAXLEN 15
30#define MAX_FACES 10000 // stupid gcfclient artificially limits 30#define MAX_FACES 10000 // stupid gcfclient artificially limits
31 31
32typedef uint16 faceidx; 32typedef uint16 faceidx;
33 33
34extern faceidx blank_face, empty_face; 34extern faceidx blank_face, empty_face, magicmouth_face;
35 35
36struct facedata 36struct facedata
37{ 37{
38 std::string data; 38 std::string data;
39 uint8 chksum[CHKSUM_MAXLEN]; 39 uint8 chksum[CHKSUM_MAXLEN];
55 { 55 {
56 } 56 }
57 57
58 shstr name; 58 shstr name;
59 std::string meta; 59 std::string meta;
60 facedata data32, data64; // either 32/64 face or data32 == generic resource 60 facedata face[3]; // indexed by faceset, 0 == 32 bit or generic, 1 == 64, 2 == text
61 faceidx number; /* This is the image id. It should be the */ 61 faceidx number; /* This is the image id. It should be the */
62 /* same value as its position in the array */ 62 /* same value as its position in the array */
63 faceidx smooth; /* the smooth face for this face, or 0 */ 63 faceidx smooth; /* the smooth face for this face, or 0 */
64 uint8 type; // 0 normal face, otherwise other resource 64 uint8 type; // 0 normal face, otherwise other resource
65 uint8 smoothlevel; // smoothlevel is per-face in 2.x servers 65 uint8 smoothlevel; // smoothlevel is per-face in 2.x servers

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines