aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-23Show Group name when land is group-ownedDev Random1-7/+28
2014-04-23Eliminated many warningsOren Hurvitz1-2/+0
2014-04-20Fixed: the parcel flag "Allow Scripts from Group" should only check if the pa...Oren Hurvitz1-2/+1
2014-03-24Save to database these parcel updates: Force Owner, Abandon Request, Reclaim....Oren Hurvitz1-0/+4
2014-03-11Instead of auto-creating a parcel on request if one doesn't cover a given loc...Justin Clark-Casey (justincc)1-66/+57
2014-03-07Remove try/catch in LandManagmentModule.GetLandObject() - this is very old co...Justin Clark-Casey (justincc)1-70/+51
2014-03-07Lock m_landlist whilst loading parcels from storage to prevent a race against...Justin Clark-Casey (justincc)1-7/+18
2014-03-07Only auto-create a land parcel when there is none in a specified tile if ther...Justin Clark-Casey (justincc)1-1/+13
2014-03-06Add scene name to bad parcel add loggingJustin Clark-Casey (justincc)1-2/+3
2014-03-06Remove array initialize calls in LMM - these are unnecessary as the VM alread...Justin Clark-Casey (justincc)1-4/+0
2014-03-06minor: Increase size of parcel name field in "land show" console command outp...Justin Clark-Casey (justincc)1-12/+12
2014-03-06Prevent adding a land object if it overlaps any existing objects that have no...Justin Clark-Casey (justincc)1-19/+76
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams1-2/+2
2013-11-28varregion: many replacements of in-place arithmetic with calls toRobert Adams1-1/+1
2013-11-15If a local land ID is given to the "land show" command, then output to consol...Justin Clark-Casey (justincc)1-54/+126
2013-11-10varregion: fix GetLandObject error return and initialization of squareRobert Adams1-8/+18
2013-11-08varregion: Massive work to LandManagementModule and LandObject toRobert Adams1-102/+202
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-2/+2
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams1-2/+2
2013-05-11Finalize the logic for SetHome. See comments in Land/LandManagementModule.cs ...Diva Canto1-28/+19
2013-05-11Handle SetHome properlyDiva Canto1-0/+59
2013-04-25Add Avination's support for parcel eject and freezeMelanie1-0/+85
2013-01-02Fixed: the AvatarEnteringNewParcel event wasn't triggered in some casesOren Hurvitz1-0/+6
2013-01-02minor: minor code and log formatting fixes to recent changes in LandManagemen...Justin Clark-Casey (justincc)1-5/+6
2013-01-02Changed locks to prevent deadlocks (especially during multi-region Load OAR)Oren Hurvitz1-20/+27
2013-01-02Implemented Return Objects when it's invoked from the Top Colliders or Top Sc...Oren Hurvitz1-5/+55
2012-11-24Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)1-2/+3
2012-11-12Another 10 modules' directives moved from .addin.xmlDiva Canto1-0/+2
2012-10-21Refactor: Move Dwell reply to a module that can be disabled. The prior,Melanie1-12/+0
2012-10-21SQLite DB: some values of land data will be not saved / loadedPixelTomsen1-0/+1
2012-10-20Fix: invinite loading for Viewer3 : parcelinfo request of traffic-value (impl...PixelTomsen1-0/+12
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)1-14/+19
2012-02-23Try to resolve some problems with viewers crashing after hitting parcel banli...Justin Clark-Casey (justincc)1-6/+21
2012-02-05Revert "Check ban list for a particular parcel only when an avatar moves into...Melanie1-17/+0
2012-02-05Check ban list for a particular parcel only when an avatar moves into it.Melanie1-0/+17
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie1-2/+2
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)1-2/+2
2011-08-23remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2011-08-03Do a partial fix/implementation of OSSL osNpcMoveTo()Justin Clark-Casey (justincc)1-37/+32
2011-05-14Minor doc change to see if this provokes a good panda buildJustin Clark-Casey (justincc)1-2/+5
2011-05-14When loading an OAR that doesn't have parcels, create a default parcelOren Hurvitz1-8/+11
2011-04-06Improve previous ILandObject method doc.Justin Clark-Casey (justincc)1-0/+12
2011-04-05properly refresh object owner list when refresh button is hit on land parcel ...Justin Clark-Casey (justincc)1-8/+9
2011-04-05remove now unused individual LandData prim counts.Justin Clark-Casey (justincc)1-28/+11
2011-03-31If the prim count gets an object with invalid bounds, don't try to count it.Justin Clark-Casey (justincc)1-3/+3
2011-03-31Put in temporary logging message to find out if scene objects are requesting ...Justin Clark-Casey (justincc)1-4/+5
2011-03-25Start using IPrimCounts populated by PrimCountModule instead of LandData coun...Justin Clark-Casey (justincc)1-1/+1
2011-03-25Add ILandObject.IPrimCounts for the new prim count module.Justin Clark-Casey (justincc)1-2/+10
2011-03-23Add generic EventManager.OnObjectAddedToScene and get PrimCountModule to list...Justin Clark-Casey (justincc)1-0/+4
2011-03-22Add an initial confidence-building TestAddObject() for prim counts.Justin Clark-Casey (justincc)1-13/+16