aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandObject.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2011-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
| * | | | | | | | | | | | | | | | | | | | | | | Allow group lookup during tp / login to make restricting parcels to groupMelanie2010-11-251-0/+15
| * | | | | | | | | | | | | | | | | | | | | | | Prevent database lookups on every avatar movement when land is set to groupMelanie2010-10-231-20/+8
| * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-131-7/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-08-301-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | Remove CRLF endingsMelanie2010-08-301-1045/+1045
| * | | | | | | | | | | | | | | | | | | | | | | | | Implement parcel group access control. This addresses mantis #158.meta72010-08-071-1013/+1045
| * | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |