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