This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-20 07:05:46 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b53be022f26cb32c36070ffb028378d587e8762f
opensim
/
OpenSim
/
Region
/
CoreModules
/
World
/
Land
History
Justin Clark-Casey (justincc)
fc878a33ed
refactor: consistently put all test classes in the OpenSim.Tests.Common package rather than some in OpenSim.Tests.Common.Mock
...
the separate mock package was not useful and was just another using line to always add
2014-11-25 23:21:37 +00:00
..
Tests
refactor: consistently put all test classes in the OpenSim.Tests.Common package rather than some in OpenSim.Tests.Common.Mock
2014-11-25 23:21:37 +00:00
DwellModule.cs
Adding a way to disable/enable the in built Dwell Module
2014-03-20 22:35:50 +00:00
LandChannel.cs
Add ILandChannel.GetLandObject(Vector3 position) as this is a very common input to GetLandObject()
2013-03-14 22:56:26 +00:00
LandManagementModule.cs
Remove race conditions from where SP.AbsolutePosition could change between the various property checks.
2014-08-26 18:25:14 +01:00
LandObject.cs
minor: Remove unused System.Linq reference and use ParcelFlags.None instead of 0 from previous commit cb1f28
2014-04-23 19:55:51 +01:00
PrimCountModule.cs
Changed locks to prevent deadlocks (especially during multi-region Load OAR)
2013-01-02 22:28:41 +00:00