aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-540/+793
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-227/+711
* Fixed: the AvatarEnteringNewParcel event wasn't triggered in some casesOren Hurvitz2013-01-041-0/+6
* Implemented Return Objects when it's invoked from the Top Colliders or Top Sc...Oren Hurvitz2013-01-041-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
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2011-01-281-2/+14
|\
| * Put confirmation on "land clear" command to avoid nasty accidentsJustin Clark-Casey (justincc)2011-01-271-2/+14
* | Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie2011-01-281-4/+4
|/
* When an oar is loaded, do not create a default parcel before loading the parc...Justin Clark-Casey (justincc)2011-01-271-8/+15
* Show local IDs in "land show" output.Justin Clark-Casey (justincc)2011-01-271-5/+6
* Add "land clear" commandJustin Clark-Casey (justincc)2011-01-271-3/+13
* Fix OAR parcel loading so that old parcels are replaced by the new instead of...Justin Clark-Casey (justincc)2011-01-271-0/+19
* remove unused CreateBaseLand()Justin Clark-Casey (justincc)2011-01-271-9/+0
* Implement command "land show". This shows all the parcels on the currently s...Justin Clark-Casey (justincc)2011-01-261-15/+82
* Fix scoping for prim region crossingsMelanie2011-01-031-1/+1
* Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie2011-01-031-34/+34
* Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie2010-12-131-10/+24
* Fix parcel bans to work only on the avatars they're supposed to work on inste...Melanie2010-11-091-14/+15
* Formatting cleanup.Jeff Ames2010-09-121-60/+55
* First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman2010-09-101-1/+2
* Reflect the ParcelPropertiesUpdateRequest into Scene.EventManager, becauseMelanie Thielker2010-09-061-3/+11
* Remove "Dwell" support from core and replace it with calls to methodsMelanie Thielker2010-09-051-13/+0
* Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman2010-08-301-2/+63
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-131-6/+6
* Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker2010-08-071-1/+5
* Implements three new OSSL functions for parcel management: osParcelJoin joins...OpenSim Master2010-05-131-0/+10
* Also remove sale and search flags on god owner change.Melanie2010-05-071-0/+1