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

Comparing deliantra/server/include/object.h (file contents):
Revision 1.131 by root, Tue Jun 5 13:05:02 2007 UTC vs.
Revision 1.132 by root, Wed Jun 6 05:41:26 2007 UTC

561 uint32 ACC (RW, editable); /* editable flags (mainly for editor) */ 561 uint32 ACC (RW, editable); /* editable flags (mainly for editor) */
562 562
563 sint8 ACC (RW, min_x), ACC (RW, min_y); /* extents, compared to the head (min_x, min_y should be zero, but aren't...) */ 563 sint8 ACC (RW, min_x), ACC (RW, min_y); /* extents, compared to the head (min_x, min_y should be zero, but aren't...) */
564 sint8 ACC (RW, max_x), ACC (RW, max_y); 564 sint8 ACC (RW, max_x), ACC (RW, max_y);
565}; 565};
566
567inline void
568object_freezer::put (keyword k, archetype *v)
569{
570 put (k, v ? &v->archname : (const char *)0);
571}
566 572
567typedef object_vector<object, &object::index > objectvec; 573typedef object_vector<object, &object::index > objectvec;
568typedef object_vector<object, &object::active> activevec; 574typedef object_vector<object, &object::active> activevec;
569typedef object_vector<archetype, &archetype::archid> archvec; 575typedef object_vector<archetype, &archetype::archid> archvec;
570 576

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines