aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandObject.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor: Remove unused System.Linq reference and use ParcelFlags.None instead o...Justin Clark-Casey (justincc)2014-04-231-2/+1
* Prevent sending Land Properties for unprivileged usersDev Random2014-04-231-5/+8
* Eliminated many warningsOren Hurvitz2014-04-231-1/+1
* Fixed: the parcel flag "Allow Scripts from Group" should only check if the pa...Oren Hurvitz2014-04-201-5/+7
* Allows to sell objects on a parcel of land together with that parcel of land....Snoopy Pfeffer2014-04-101-0/+44
* refactor: Simplify land object by using c# get/set auto-properties where appl...Justin Clark-Casey (justincc)2014-03-061-23/+13
* minor: slightly simplify code in LandObject.ContainsPoint()Justin Clark-Casey (justincc)2014-03-061-1/+1
* Fix terrain tests by properly initializing low detail terrain to zero height.Robert Adams2014-01-281-1/+4
* Merge branch 'master' into varregionRobert Adams2013-12-171-0/+13
|\
| * Committing the Avination Scene Presence and related texture codeMelanie2013-12-111-0/+13
* | varregion: fix GetLandObject error return and initialization of squareRobert Adams2013-11-101-2/+15
* | varregion: Massive work to LandManagementModule and LandObject toRobert Adams2013-11-081-81/+93
|/
* Mantis 6608: Math error in parcel dimensions/borders seen with land show commandTalun2013-06-191-10/+10
* Finalize the logic for SetHome. See comments in Land/LandManagementModule.cs ...Diva Canto2013-05-111-7/+0
* 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