ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/cfperl.xs
(Generate patch)

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.362 by root, Thu Apr 8 19:31:22 2010 UTC vs.
Revision 1.363 by root, Sun Apr 11 01:35:51 2010 UTC

1224object::ref () const 1224object::ref () const
1225{ 1225{
1226 if (type == PLAYER) 1226 if (type == PLAYER)
1227 return format ("player/<1.%llx>/%s", (unsigned long long)uuid.seq, &name); 1227 return format ("player/<1.%llx>/%s", (unsigned long long)uuid.seq, &name);
1228 else 1228 else
1229 // TODO: should be able to save references within the same map, at least
1229 return 0; 1230 return 0;
1230} 1231}
1231 1232
1232object * 1233object *
1233object::deref (const_utf8_string ref) 1234object::deref (const_utf8_string ref)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines