aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandObject.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Warnings--onefang2019-06-041-2/+1
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-131/+755
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-126/+198
* Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)2012-11-241-5/+8
* Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)2012-10-091-0/+1
* refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM...Justin Clark-Casey (justincc)2012-04-171-2/+2
* Do not timeout group member cache entry, as long as there are frequent group ...Snoopy Pfeffer2012-04-101-0/+3
* Revert last commitSnoopy Pfeffer2012-04-051-22/+25
* Group based access restrictions to parcels require group membership, but not ...Snoopy Pfeffer2012-04-051-25/+22
* Little bug fix in HasGroupAccess, to properly store the case "true" in the ca...Snoopy Pfeffer2012-04-051-5/+2
* Simplify group access checks and break them out into a separate method.Melanie2012-04-051-57/+49
* Implements group based access restrictions for parcels of land. Because of ca...Snoopy Pfeffer2012-04-051-1/+57
* Change a false false to be truly true - or is this statement false?Melanie2012-03-221-1/+1
* Rework Diva's patch to simplify itMelanie2012-03-221-14/+19
* Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEF...Melanie2012-03-221-37/+4
* Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. Tu...Diva Canto2012-03-221-4/+37
* Fix:Fly setting for Parcel dosen't work http://opensimulator.org/mantis/view....PixelTomsen2012-02-191-1/+2
* Revert my two quick fixes for the lag issue and put in the real fix, whichMelanie2012-02-051-1/+2
* Revert "Remove checks on ban list expiry on every move. To be re-added on par...Melanie2012-02-051-4/+4
* Revert "Check ban list for a particular parcel only when an avatar moves into...Melanie2012-02-051-0/+4
* Check ban list for a particular parcel only when an avatar moves into it.Melanie2012-02-051-4/+0
* Remove checks on ban list expiry on every move. To be re-added on parcelMelanie2012-02-051-4/+4
* Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2012-02-021-24/+60
* llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce...Pixel Tomsen2012-01-251-1/+10
* Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake2011-11-031-1/+1
* Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake2011-11-031-1/+1
* Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake2011-10-271-4/+1
* If a user has the rights to edit a parcel's properties, then also allow them ...Justin Clark-Casey (justincc)2011-07-021-4/+4
* refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() inst...Justin Clark-Casey (justincc)2011-05-141-7/+8
* Add method doc to some land bitmap methods in ILandObject.Justin Clark-Casey (justincc)2011-04-061-13/+1
* properly refresh object owner list when refresh button is hit on land parcel ...Justin Clark-Casey (justincc)2011-04-051-1/+5
* remove now unused individual LandData prim counts.Justin Clark-Casey (justincc)2011-04-051-67/+16
* 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-1/+3
* Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie2011-01-281-5/+19
* Implement command "land show". This shows all the parcels on the currently s...Justin Clark-Casey (justincc)2011-01-261-2/+38
* Fixes mantis #5343Diva Canto2011-01-231-0/+1
* Fix a small bug in ban list handlingMelanie2010-12-131-0/+2
* Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie2010-12-131-57/+143
* Formatting cleanup.Jeff Ames2010-09-121-7/+7
* Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman2010-08-301-0/+7
* Allow gods and estate managers/owners to be unaffected by parcel bansMelanie Thielker2010-07-291-0/+6
* Remove getting the object capacity from the money module. It is now setMelanie Thielker2010-07-141-2/+2
* Ensure the show in search flag is cleared on ownership change. Also, whenMelanie2010-05-061-1/+4
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJohn Hurliman2010-03-191-1/+1
|\
| * Unify a previous refactor of object return with the older solution. WeMelanie2010-03-181-1/+1
* | Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake2010-03-191-12/+14
|/
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+1
* - parcel blocking, region crossing blocking, teleport blockingunknown2010-03-091-3/+6
* Formatting cleanup.Jeff Ames2009-11-231-1/+1