OpenSim Master
|
4c740e1717
Implements three new OSSL functions for parcel management: osParcelJoin joins parcels in an area, osParcelSubdivide splits parcels in an area, osParcelSetDetails sets parcel name, description, owner and group owner. Join and Subdivide methods in LandChannel are exposed.
|
пре 14 година |
Melanie
|
6182d71326
Also remove sale and search flags on god owner change.
|
пре 14 година |
Melanie
|
907fce8406
Remove land that is being abandoned from search. This is now consistent with
|
пре 14 година |
Melanie
|
adc34c7129
Ensure the show in search flag is cleared on ownership change. Also, when
|
пре 14 година |
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 година |
Jeff Ames
|
f58a0394ed
Formatting cleanup. Add copyright notices.
|
пре 14 година |
unknown
|
98f91a252c
- parcel blocking, region crossing blocking, teleport blocking
|
пре 14 година |
Melanie
|
3c90d834ea
Remove all references to master avatar, replacing with estate owner where
|
пре 15 година |
Jeff Ames
|
70d5b1c34c
Formatting cleanup. Add copyright headers.
|
пре 15 година |
Justin Clark-Casey (justincc)
|
59caa68e08
minor: add doc to a few parcel methods
|
пре 15 година |
Melanie
|
81c439bcaa
Patch from Snoopy2. Fixes Mantis #4342
|
пре 15 година |
John Hurliman
|
d199767e69
Experimental change of PhysicsVector to Vector3. Untested
|
пре 15 година |
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 година |
John Hurliman
|
d44b50ee46
* Removed some of the redundant broadcast functions in Scene and SceneGraph so it is clear who/what the broadcast is going to each time
|
пре 15 година |
Melanie
|
89d23a1fa2
Revert "Rewrote parts of the code that were double-locking different objects. This is about half of the code base reviewed."
|
пре 15 година |
Diva Canto
|
e992ca0255
Rewrote parts of the code that were double-locking different objects. This is about half of the code base reviewed.
|
пре 15 година |
dr scofield (aka dirk husemann)
|
2107b67f1b
- cleaning up LandData/ILandObject capitalization issues
|
пре 15 година |
Diva Canto
|
5757afe766
First pass at the heart surgery for grid services. Compiles and runs minimally. A few bugs to catch now.
|
пре 15 година |
dr scofield (aka dirk husemann)
|
bb0cbdc064
switching LandManagementModule to "new" region module scheme; cleaning
|
пре 15 година |
Teravus Ovares (Dan Olivares)
|
e1b38ff001
* It turns out that Physics heightmap values were being stored in managed memory in _heightmap and using multiple heightmaps caused them all to overwrite each other and the last one was the heightmap for all of the regions. This fixes that. It also reduces the terrain resolution to half.
|
пре 15 година |
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 година |
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 година |
Teravus Ovares
|
4cbf0444df
* Tweak the caps manager so that the NPCAvatar works again.
|
пре 15 година |
Teravus Ovares
|
64bd9a3354
* Updates libOMV to version 0.7.0
|
пре 15 година |
Arthur Valadares
|
f243dddc04
* Corrected CAPS namespaces
|
пре 15 година |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
пре 15 година |
Melanie Thielker
|
68da7d1a43
Correctly reset the group ownership flag when a parcel is reclaimed.
|
пре 15 година |
Melanie Thielker
|
e1750c8c7c
Hook up deed permissions checking to the land module
|
пре 15 година |
Melanie Thielker
|
d8e1842d25
Add some asset cache plumbing. Change the generic cache from UUID to string
|
пре 15 година |
Melanie Thielker
|
acfb5051cd
Intermediate commit. WILL NOT COMPILE!
|
пре 15 година |