aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandObject.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-04Warnings--onefang1-2/+1
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-131/+755
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-126/+198
2012-11-24Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)1-5/+8
2012-10-09Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)1-0/+1
2012-04-17refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM...Justin Clark-Casey (justincc)1-2/+2
2012-04-10Do not timeout group member cache entry, as long as there are frequent group ...Snoopy Pfeffer1-0/+3
2012-04-05Revert last commitSnoopy Pfeffer1-22/+25
2012-04-05Group based access restrictions to parcels require group membership, but not ...Snoopy Pfeffer1-25/+22
2012-04-05Little bug fix in HasGroupAccess, to properly store the case "true" in the ca...Snoopy Pfeffer1-5/+2
2012-04-05Simplify group access checks and break them out into a separate method.Melanie1-57/+49
2012-04-05Implements group based access restrictions for parcels of land. Because of ca...Snoopy Pfeffer1-1/+57
2012-03-22Change a false false to be truly true - or is this statement false?Melanie1-1/+1
2012-03-22Rework Diva's patch to simplify itMelanie1-14/+19
2012-03-22Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEF...Melanie1-37/+4
2012-03-22Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. Tu...Diva Canto1-4/+37
2012-02-19Fix:Fly setting for Parcel dosen't work http://opensimulator.org/mantis/view....PixelTomsen1-1/+2
2012-02-05Revert my two quick fixes for the lag issue and put in the real fix, whichMelanie1-1/+2
2012-02-05Revert "Remove checks on ban list expiry on every move. To be re-added on par...Melanie1-4/+4
2012-02-05Revert "Check ban list for a particular parcel only when an avatar moves into...Melanie1-0/+4
2012-02-05Check ban list for a particular parcel only when an avatar moves into it.Melanie1-4/+0
2012-02-05Remove checks on ban list expiry on every move. To be re-added on parcelMelanie1-4/+4
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie1-24/+60
2012-01-25llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce...Pixel Tomsen1-1/+10
2011-11-03Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake1-1/+1
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-1/+1
2011-10-27Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake1-4/+1
2011-07-02If a user has the rights to edit a parcel's properties, then also allow them ...Justin Clark-Casey (justincc)1-4/+4
2011-05-14refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() inst...Justin Clark-Casey (justincc)1-7/+8
2011-04-06Add method doc to some land bitmap methods in ILandObject.Justin Clark-Casey (justincc)1-13/+1
2011-04-05properly refresh object owner list when refresh button is hit on land parcel ...Justin Clark-Casey (justincc)1-1/+5
2011-04-05remove now unused individual LandData prim counts.Justin Clark-Casey (justincc)1-67/+16
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-1/+3
2011-01-28Thank you, Goetz, for a patch to fix prim count display in cut regions.Melanie1-5/+19
2011-01-26Implement command "land show". This shows all the parcels on the currently s...Justin Clark-Casey (justincc)1-2/+38
2011-01-23Fixes mantis #5343Diva Canto1-0/+1
2010-12-13Fix a small bug in ban list handlingMelanie1-0/+2
2010-12-13Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie1-57/+143
2010-09-12Formatting cleanup.Jeff Ames1-7/+7
2010-08-30Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman1-0/+7
2010-08-30local commit with parcel media bitsJonathan Freedman1-0/+7
2010-07-29Allow gods and estate managers/owners to be unaffected by parcel bansMelanie Thielker1-0/+6
2010-07-14Remove getting the object capacity from the money module. It is now setMelanie Thielker1-2/+2
2010-05-06Ensure the show in search flag is cleared on ownership change. Also, whenMelanie1-1/+4
2010-03-19Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake1-12/+14
2010-03-18Unify a previous refactor of object return with the older solution. WeMelanie1-1/+1
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-03-09- parcel blocking, region crossing blocking, teleport blockingunknown1-3/+6
2009-11-23Formatting cleanup.Jeff Ames1-1/+1