aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneXmlLoader.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *Huge* structural changes in ODE/OdePrim to get all of the calls in ↵Teravus Ovares2007-11-201-2/+2
| | | | | | | threadlocked code. ODEPrim was almost completely re-written. Copy/Space test needed.
* * Found several cases where prim set physical were not subscribing to ↵Teravus Ovares2007-11-181-0/+7
| | | | physics events.
* * adds flag in OpenSim.ini for disabling physical prim. Look at ↵Teravus Ovares2007-11-111-2/+2
| | | | OpenSim.ini.example in the bin folder for an example.
* Started to cleanup/close down childagent connections when a user teleports. ↵MW2007-11-051-1/+1
| | | | | | | As the client will not close old childagent connections without being told explicitly to do so by each region the connection is to. Currently only implemented in standalone mode. ( the TellRegionToCloseChildConnection( ) in OGS1GridServices.cs needs implementing for grid mode, and the inter region .net remoting added for the new messages). hopefully fixed the echo bug in chatmodule.
* Some more refactoringMW2007-11-041-0/+145