aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandObject.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-23minor: Remove unused System.Linq reference and use ParcelFlags.None instead o...Justin Clark-Casey (justincc)1-2/+1
2014-04-23Prevent sending Land Properties for unprivileged usersDev Random1-5/+8
2014-04-23Eliminated many warningsOren Hurvitz1-1/+1
2014-04-20Fixed: the parcel flag "Allow Scripts from Group" should only check if the pa...Oren Hurvitz1-5/+7
2014-04-10Allows to sell objects on a parcel of land together with that parcel of land....Snoopy Pfeffer1-0/+44
2014-03-06refactor: Simplify land object by using c# get/set auto-properties where appl...Justin Clark-Casey (justincc)1-23/+13
2014-03-06minor: slightly simplify code in LandObject.ContainsPoint()Justin Clark-Casey (justincc)1-1/+1
2014-01-28Fix terrain tests by properly initializing low detail terrain to zero height.Robert Adams1-1/+4
2013-12-11Committing the Avination Scene Presence and related texture codeMelanie1-0/+13
2013-11-10varregion: fix GetLandObject error return and initialization of squareRobert Adams1-2/+15
2013-11-08varregion: Massive work to LandManagementModule and LandObject toRobert Adams1-81/+93
2013-06-19Mantis 6608: Math error in parcel dimensions/borders seen with land show commandTalun1-10/+10
2013-05-11Finalize the logic for SetHome. See comments in Land/LandManagementModule.cs ...Diva Canto1-7/+0
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