Justin Clark-Casey (justincc)
|
b8e7258051
If a user has the rights to edit a parcel's properties, then also allow them always to enter that parcel.
|
13 years ago |
Justin Clark-Casey (justincc)
|
340e3ccf16
refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() instance methods since it didn't make sense to use anything other than the instance themselves.
|
13 years ago |
Justin Clark-Casey (justincc)
|
fa202a05e9
Add method doc to some land bitmap methods in ILandObject.
|
13 years ago |
Justin Clark-Casey (justincc)
|
acacee98c6
properly refresh object owner list when refresh button is hit on land parcel object tab
|
13 years ago |
Justin Clark-Casey (justincc)
|
0e465da187
remove now unused individual LandData prim counts.
|
13 years ago |
Justin Clark-Casey (justincc)
|
6ae04448f7
Start using IPrimCounts populated by PrimCountModule instead of LandData counts populated by LandManagementModule.
|
13 years ago |
Justin Clark-Casey (justincc)
|
7f5019b0f2
Add ILandObject.IPrimCounts for the new prim count module.
|
13 years ago |
Melanie
|
5a0cb7d37e
Thank you, Goetz, for a patch to fix prim count display in cut regions.
|
13 years ago |
Justin Clark-Casey (justincc)
|
a0469daf75
Implement command "land show". This shows all the parcels on the currently selected region/s
|
13 years ago |
Diva Canto
|
cc39d0bf4e
Fixes mantis #5343
|
13 years ago |
Melanie
|
2a9f095071
Fix a small bug in ban list handling
|
14 years ago |
Melanie
|
9bd7f3b03a
Revamp the viewer -> banlist packet processing so fix a number of bugs.
|
14 years ago |
Jeff Ames
|
f1f0bc23f4
Formatting cleanup.
|
14 years ago |
Jonathan Freedman
|
0a83fde85c
Implements parcel media setting persistence and packet / CAPS handling
|
14 years ago |
Melanie Thielker
|
696b6c727f
Allow gods and estate managers/owners to be unaffected by parcel bans
|
14 years ago |
Melanie Thielker
|
cd8bb316ea
Remove getting the object capacity from the money module. It is now set
|
14 years ago |
Melanie
|
adc34c7129
Ensure the show in search flag is cleared on ownership change. Also, when
|
14 years ago |
John Hurliman
|
5e65bef805
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
14 years ago |
Dan Lake
|
859bc717a4
Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>).
|
14 years ago |
Melanie
|
734b0416de
Unify a previous refactor of object return with the older solution. We
|
14 years ago |
Jeff Ames
|
f58a0394ed
Formatting cleanup. Add copyright notices.
|
14 years ago |
unknown
|
98f91a252c
- parcel blocking, region crossing blocking, teleport blocking
|
14 years ago |
Jeff Ames
|
9f5c2acd12
Formatting cleanup.
|
15 years ago |
Melanie
|
81c439bcaa
Patch from Snoopy2. Fixes Mantis #4342
|
15 years ago |
John Hurliman
|
142008121e
* Change Util.FireAndForget to use ThreadPool.UnsafeQueueUserWorkItem(). This avoids .NET remoting and a managed->unmanaged->managed jump. Overall, a night and day performance difference
|
15 years ago |
dr scofield (aka dirk husemann)
|
2107b67f1b
- cleaning up LandData/ILandObject capitalization issues
|
15 years ago |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
15 years ago |
dr scofield (aka dirk husemann)
|
05756e1fb9
warnings safari.
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
bff26ccdbb
* More tweaking of the various services to work with nonstandard region sizes. * Now, what's available of the terrain will show and it'll be truncated if it's larger on Linden Clients. Parcel minimum is 64 (256/4) for the client to accept it.
|
15 years ago |
Teravus Ovares (Dan Olivares)
|
2b990a61bf
This is the second part of the 'not crash on regionsize changes'. This lets you configure region sizes to be smaller without crashing the region. I remind you that regions are still square, must be a multiple of 4, and the Linden client doesn't like anything other then 256. If you set it bigger or smaller, the terrain doesn't load in the client, the map has issues, and god forbid you connect it to a grid that expects 256m regions.
|
15 years ago |