aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneXmlLoader.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-11-30* Removed permissions flag appliance from Xml deserializationlbsa711-2/+2
* Various code convention compliance
2007-11-29* Fixed neighbour range buglbsa711-3/+3
* Various refactorings
2007-11-20*Huge* structural changes in ODE/OdePrim to get all of the calls in ↵Teravus Ovares1-2/+2
threadlocked code. ODEPrim was almost completely re-written. Copy/Space test needed.
2007-11-18* Found several cases where prim set physical were not subscribing to ↵Teravus Ovares1-0/+7
physics events.
2007-11-11* adds flag in OpenSim.ini for disabling physical prim. Look at ↵Teravus Ovares1-2/+2
OpenSim.ini.example in the bin folder for an example.
2007-11-05Started to cleanup/close down childagent connections when a user teleports. ↵MW1-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.
2007-11-04Some more refactoringMW1-0/+145