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.
|
před 13 roky |
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.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
fa202a05e9
Add method doc to some land bitmap methods in ILandObject.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
acacee98c6
properly refresh object owner list when refresh button is hit on land parcel object tab
|
před 13 roky |
Justin Clark-Casey (justincc)
|
0e465da187
remove now unused individual LandData prim counts.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
6ae04448f7
Start using IPrimCounts populated by PrimCountModule instead of LandData counts populated by LandManagementModule.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
7f5019b0f2
Add ILandObject.IPrimCounts for the new prim count module.
|
před 13 roky |
Melanie
|
5a0cb7d37e
Thank you, Goetz, for a patch to fix prim count display in cut regions.
|
před 13 roky |
Justin Clark-Casey (justincc)
|
a0469daf75
Implement command "land show". This shows all the parcels on the currently selected region/s
|
před 13 roky |
Diva Canto
|
cc39d0bf4e
Fixes mantis #5343
|
před 13 roky |
Melanie
|
2a9f095071
Fix a small bug in ban list handling
|
před 14 roky |
Melanie
|
9bd7f3b03a
Revamp the viewer -> banlist packet processing so fix a number of bugs.
|
před 14 roky |
Jeff Ames
|
f1f0bc23f4
Formatting cleanup.
|
před 14 roky |
Jonathan Freedman
|
0a83fde85c
Implements parcel media setting persistence and packet / CAPS handling
|
před 14 roky |
Melanie Thielker
|
696b6c727f
Allow gods and estate managers/owners to be unaffected by parcel bans
|
před 14 roky |
Melanie Thielker
|
cd8bb316ea
Remove getting the object capacity from the money module. It is now set
|
před 14 roky |
Melanie
|
adc34c7129
Ensure the show in search flag is cleared on ownership change. Also, when
|
před 14 roky |
John Hurliman
|
5e65bef805
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
před 14 roky |
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>).
|
před 14 roky |
Melanie
|
734b0416de
Unify a previous refactor of object return with the older solution. We
|
před 14 roky |
Jeff Ames
|
f58a0394ed
Formatting cleanup. Add copyright notices.
|
před 14 roky |
unknown
|
98f91a252c
- parcel blocking, region crossing blocking, teleport blocking
|
před 14 roky |
Jeff Ames
|
9f5c2acd12
Formatting cleanup.
|
před 15 roky |
Melanie
|
81c439bcaa
Patch from Snoopy2. Fixes Mantis #4342
|
před 15 roky |
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
|
před 15 roky |
dr scofield (aka dirk husemann)
|
2107b67f1b
- cleaning up LandData/ILandObject capitalization issues
|
před 15 roky |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
před 15 roky |
dr scofield (aka dirk husemann)
|
05756e1fb9
warnings safari.
|
před 15 roky |
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.
|
před 15 roky |
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.
|
před 15 roky |