aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Simulation/ObjectHandlers.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-0/+2
2012-06-30Removing unused handling of incoming create object by userID and itemID only.Justin Clark-Casey (justincc)1-48/+0
It appears this was never actually used since attachments were rezzed in other code. This was never available on remote simulator comms, only local.
2012-05-24Make ISimulationScene.GetScene() used the more efficient region id for ↵Justin Clark-Casey (justincc)1-1/+1
lookup rather than the region handle.
2012-02-23Add a position parameter to region crossing of objects. This avoids theMelanie1-3/+7
potential bad update that places an object at the opposite side of the origin sim for a moment before actually crossing it. Especially important in grids like OSG where lag between sims is high.
2010-12-07Added an exception handler on CreateObject handler, just in case there's an ↵Diva Canto1-20/+31
exception being thrown that is silently being ignored by the http server. (Trying to catch Melanie's problem with attachments on TPs)
2010-11-16Change the way attachments are persisted. Editing a worn attachment will nowMelanie1-1/+6
save properly, as will the results of a resizer script working. Attachment positions are no longer saved on each move, but instead are saved once on logout. Attachment script states are saved as part of the attachment now when detaching.
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto1-2/+10
2010-01-13Several more buglets removed.Diva Canto1-13/+22
2010-01-03* Changed ISimulation interface to take a GridRegion as input arg instead of ↵Diva Canto1-13/+51
a regionHandle. * Added the RemoteSimulationConnectorModule, which is the replacement for RESTComms. Scenes is not using this yet, only (standalone) Login uses these region modules for now. * Completed SimulationServiceConnector and corresponding handlers.
2009-12-31Simulation handlers (agents & objects) completed.Diva Canto1-0/+191