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

Comparing deliantra/server/common/object.C (file contents):
Revision 1.165 by root, Tue Jul 10 07:31:19 2007 UTC vs.
Revision 1.172 by root, Wed Aug 1 20:44:11 2007 UTC

299 return 0; 299 return 0;
300 else if (!compare_ob_value_lists (ob1, ob2)) 300 else if (!compare_ob_value_lists (ob1, ob2))
301 return 0; 301 return 0;
302 } 302 }
303 303
304 //TODO: generate an event or call into perl for additional checks
305 if (ob1->self || ob2->self) 304 if (ob1->self || ob2->self)
306 { 305 {
307 ob1->optimise (); 306 ob1->optimise ();
308 ob2->optimise (); 307 ob2->optimise ();
309 308
310 if (ob1->self || ob2->self) 309 if (ob1->self || ob2->self)
310 if (!cfperl_can_merge (ob1, ob2))
311 return 0; 311 return 0;
312 } 312 }
313 313
314 /* Everything passes, must be OK. */ 314 /* Everything passes, must be OK. */
315 return 1; 315 return 1;
316} 316}
959 if (destroyed ()) 959 if (destroyed ())
960 return; 960 return;
961 961
962 if (destroy_inventory) 962 if (destroy_inventory)
963 destroy_inv (false); 963 destroy_inv (false);
964
965 if (sound_destroy)
966 play_sound (sound_destroy);
967 else if (flag [FLAG_MONSTER])
968 play_sound (sound_find ("monster_destroy")); // quick hack, too lazy to create a generic mechanism
964 969
965 attachable::destroy (); 970 attachable::destroy ();
966} 971}
967 972
968/* 973/*
1375 */ 1380 */
1376 if (last && last->below && last != floor) 1381 if (last && last->below && last != floor)
1377 top = last->below; 1382 top = last->below;
1378 } 1383 }
1379 } /* If objects on this space */ 1384 } /* If objects on this space */
1380
1381 if (flag & INS_MAP_LOAD) 1385 if (flag & INS_MAP_LOAD)
1382 top = ms.top; 1386 top = ms.top;
1383 1387
1384 if (flag & INS_ABOVE_FLOOR_ONLY) 1388 if (flag & INS_ABOVE_FLOOR_ONLY)
1385 top = floor; 1389 top = floor;
2729 force->flag [FLAG_APPLIED] = true; 2733 force->flag [FLAG_APPLIED] = true;
2730 2734
2731 insert (force); 2735 insert (force);
2732} 2736}
2733 2737
2734

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines