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.100 by root, Fri Feb 16 19:43:41 2007 UTC vs.
Revision 1.101 by root, Fri Feb 16 22:21:46 2007 UTC

240 object *ACC (RW, more); /* Pointer to the rest of a large body of objects */ 240 object *ACC (RW, more); /* Pointer to the rest of a large body of objects */
241 object *head; /* Points to the main object of a large body */ // NO ACC, perl semantics are different 241 object *head; /* Points to the main object of a large body */ // NO ACC, perl semantics are different
242 client_container *seen_by; // seen by which player/container currently? 242 client_container *seen_by; // seen by which player/container currently?
243 243
244 bool parse_kv (object_thawer &f); // parse kv pairs, (ab-)used by archetypes, which should not exist at all 244 bool parse_kv (object_thawer &f); // parse kv pairs, (ab-)used by archetypes, which should not exist at all
245 static object *read (object_thawer &f); 245 static object *read (object_thawer &f, maptile *map = 0); // map argument due to toal design bogosity, must go.
246 bool write (object_freezer &f); 246 bool write (object_freezer &f);
247 247
248 MTH static object *create (); 248 MTH static object *create ();
249 MTH void copy_to (object *dst); 249 MTH void copy_to (object *dst);
250 MTH object *clone (); // create + copy_to 250 MTH object *clone (); // create + copy_to

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines