| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
deleter by hand
* After the crank, assert that the object has now been removed from the scene
|
|
|
|
|
|
|
|
|
|
| |
things
* Deleting the object before the async to inventory is bad since if OpenSim crashes (or is shutdown!) in the time inbetween, then the object is lost
* Also now delete the object from the scene only after it has gone to inventory - in the old way there was still a race condition
* This is still not ideal since the 'deleted' object remains in the scene and probably could be manipulated. But this is better than the alternative
|
|
|
|
|
|
|
|
|
| |
the async stage.
* Last time I accidentally left the existing code in place that merely wiped the group from the client (but not the scene)
* Put in an incomplete 'delete object o inventory' test to assert that this happens
|
|
|
|
|
|
|
|
| |
of bin/Physics
* This is primarily to see if not loading ODE in the unit tests will allow them to proceed, though the option of separate loading is probably a good thing in itself
|
| |
|
|
|
|
| |
for future common use
|
|
actually concerned with
|