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.105 by root, Tue Jan 3 13:44:11 2012 UTC vs.
Revision 1.106 by root, Wed Jan 4 08:49:01 2012 UTC

211 void mapinfo_queue_clear (); 211 void mapinfo_queue_clear ();
212 void mapinfo_queue_run (); 212 void mapinfo_queue_run ();
213 bool mapinfo_try (char *buf); 213 bool mapinfo_try (char *buf);
214 214
215 struct ixsend { 215 struct ixsend {
216 int16_t pri; // unused 216 int16_t pri; // higher means faces are sent earlier, default 0
217 faceidx idx; 217 faceidx idx;
218 uint32_t ofs; // if != 0, need to send remaining bytes of partial_face 218 uint32_t ofs; // if != 0, need to send remaining bytes of partial_face
219 }; 219 };
220 std::vector<ixsend, slice_allocator<ixsend> > ixface; // which faces to send to the client using ix 220 std::vector<ixsend, slice_allocator<ixsend> > ixface; // which faces to send to the client using ix
221 221

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines