aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/AsyncSceneObjectGroupDeleter.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* And fix itMelanie Thielker2008-10-221-1/+1
|
* Prevent an object with a null RootPart in delete queue from stoppingMelanie Thielker2008-10-221-4/+13
| | | | | | the deleting of other, valid objects
* Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.Melanie Thielker2008-10-181-9/+8
| | | | | | | | Add rezzing time to objects. Add Object return and traffic fields to land database. Add plumbing for auto return. Implement auto return. Contains a migration. May contain nuts.
* * minor: forgot this small tidy in the last checkinJustin Clarke Casey2008-09-291-2/+1
|
* * minor: tidy up async sog deleterJustin Clarke Casey2008-09-291-19/+18
|
* * refactor: move asynchronous scene object deletion to inventory queueing ↵Justin Clarke Casey2008-09-291-0/+146
out to a separate class