Justin Clark-Casey (justincc)
|
5092cbd77e
minor: Remove unused System.Linq reference and use ParcelFlags.None instead of 0 from previous commit cb1f28
|
10 years ago |
Dev Random
|
cb1f2886cd
Prevent sending Land Properties for unprivileged users
|
10 years ago |
Oren Hurvitz
|
998d7009a6
Eliminated many warnings
|
10 years ago |
Oren Hurvitz
|
a780e01a54
Fixed: the parcel flag "Allow Scripts from Group" should only check if the parcel has a Group set; it doesn't have to be *deeded* to the group
|
10 years ago |
Snoopy Pfeffer
|
32ad66c274
Allows to sell objects on a parcel of land together with that parcel of land. The objects that are sold together with the parcel of land need to fulfill the following preconditions: owned by the current parcel owner, not set to a group, transferrable. This feature does not work for group owned parcels or land bought by a group.
|
10 years ago |
Justin Clark-Casey (justincc)
|
58c0ed78d4
refactor: Simplify land object by using c# get/set auto-properties where applicable.
|
10 years ago |
Justin Clark-Casey (justincc)
|
470d053443
minor: slightly simplify code in LandObject.ContainsPoint()
|
10 years ago |
Robert Adams
|
d25265ae82
Fix terrain tests by properly initializing low detail terrain to zero height.
|
10 years ago |
Robert Adams
|
6937eec258
Merge branch 'master' into varregion
|
11 years ago |
Melanie
|
5b73b9c4a8
Committing the Avination Scene Presence and related texture code
|
11 years ago |
Robert Adams
|
c12e68e34d
varregion: fix GetLandObject error return and initialization of square
|
11 years ago |
Robert Adams
|
a7a837550e
varregion: Massive work to LandManagementModule and LandObject to
|
11 years ago |
Talun
|
8a86e29579
Mantis 6608: Math error in parcel dimensions/borders seen with land show command
|
11 years ago |
Diva Canto
|
a4431381fa
Finalize the logic for SetHome. See comments in Land/LandManagementModule.cs about who has permission to set home where.
|
11 years ago |
Justin Clark-Casey (justincc)
|
82690e1384
Fix bug where loading an OAR with a deeded parcel would always set the parcel owner ID to the estate owner even if the group UUID was present.
|
12 years ago |
Justin Clark-Casey (justincc)
|
73c9abf5f2
Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this.
|
12 years ago |
Justin Clark-Casey (justincc)
|
24a0cc5261
refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateManagerOrOwner() to reflect what it actually does.
|
12 years ago |
Snoopy Pfeffer
|
f9dd4ed89c
Do not timeout group member cache entry, as long as there are frequent group membership requests. These are caused by movements within the parcel boundaries.
|
12 years ago |
Snoopy Pfeffer
|
8f45eb913c
Revert last commit
|
12 years ago |
Snoopy Pfeffer
|
e4406c846d
Group based access restrictions to parcels require group membership, but not that this group is active for that user.
|
12 years ago |
Snoopy Pfeffer
|
600a86bcae
Little bug fix in HasGroupAccess, to properly store the case "true" in the cache.
|
12 years ago |
Melanie
|
a5d6b624f6
Simplify group access checks and break them out into a separate method.
|
12 years ago |
Snoopy Pfeffer
|
36c8fa16c0
Implements group based access restrictions for parcels of land. Because of caching there can be a delay of up to 30 seconds until the access rights are effectively changed for a user.
|
12 years ago |
Melanie
|
6bc1ccf234
Change a false false to be truly true - or is this statement false?
|
12 years ago |
Melanie
|
b5d0bc2488
Rework Diva's patch to simplify it
|
12 years ago |
Melanie
|
45b588cf00
Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. Turns out that this can't be expressed by cascading Permission modules, so I did it as per this patch."
|
12 years ago |
Diva Canto
|
6146e7ef25
Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. Turns out that this can't be expressed by cascading Permission modules, so I did it as per this patch.
|
12 years ago |
PixelTomsen
|
d22715126c
Fix:Fly setting for Parcel dosen't work http://opensimulator.org/mantis/view.php?id=5887
|
12 years ago |
Melanie
|
130b1c0665
Revert my two quick fixes for the lag issue and put in the real fix, which
|
12 years ago |
Melanie
|
a5fcdde179
Revert "Remove checks on ban list expiry on every move. To be re-added on parcel"
|
12 years ago |