| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
user setting. Seems this parameter has many side effects.
|
| |
|
|
|
|
| |
after crossing thread is invoked
|
| |
|
|
|
|
|
|
| |
region. This is a temp fix for the use of draw distance to compute child
regions. Eventually must use the draw distance from the viewer for the
computation.
|
| |
|
|
|
|
|
| |
Fix odd "cannot cross into banned parcel" viewer error message when crossing
into non-existant region. Proper permission failure messages are now returned.
|
|
|
|
|
|
|
| |
This commit eliminates all of the 'border' class and list code and replaces
it with testing if in the current region.
Impacts: can make a mega-region out of varregions of the same size; and
mega-region combinations must be rectangular (not square but rectangular)
|
|
|
|
|
|
|
| |
belongs to no group (UUID.Zero)
This was trigger the XmlRpcGroups errors described in http://opensimulator.org/mantis/view.php?id=6986
Introduced in commit 5b73b9c4 (Wed Dec 11 01:39:56 2013)
|
| |
|
|
|
|
|
|
| |
the size of the input stream. This is required since the raw heightmap
format (.r32) does not contain any size information.
The estimation relies on terrain being square.
|
|
|
|
|
|
| |
Modify archiver to use terrain merging when loading oars.
This makes displacement AND rotation properly work on terrain when loading oars.
Especially useful when loading legacy region oars into large varregions.
|
|
|
|
| |
is intended for use in region modules and is not exposed to scripts.
|
|
|
|
| |
Signed-off-by: dahlia <dahlia@nomail>
|
|\ |
|
| |
| |
| |
| | |
Locking attachments then launching script instances on a separate thread will not work, attachments will simply be unlocked and vulnerable to race conditions.
|
| |
| |
| |
| | |
occur no matter which branch of the conditional is executed
|
|\ \
| |/ |
|
| |
| |
| |
| | |
DynAttrs. This is unfortunately still necessary until a better solution for handling existing legacy materials can be implemented
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
removed, when a script is removed, or when a script is reset. Also
added a stats command to track the number of json stores used by
a region. Will probably add some more commands later.
|
| |\ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
been deleted or has no spawn points.
|
| | |
| | |
| | |
| | |
| | |
| | | |
"Demo" label; removed most of the logging); c) Enabled by default
Changed UuidGatherer to use 'sbyte' to identify assets instead of 'AssetType'. This lets UuidGatherer handle Materials, which are defined in a different enum from 'AssetType'.
|
| | |
| | |
| | |
| | |
| | | |
--noterrain suppresses the loading of the terrain from the oar.
--noparcels suppresses the loading of parcel information from the oar.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds displacment to all objects and terrain loaded from the oar.
As an example, if you have a 512x512 region and an old 256x256 oar, doing
load oar --displacement "<128,128,0>" oarFile.oar
will load the object (and terrain) into the middle of the 512x512 region.
If displacement is not specified, 'load oar' works like it always has.
If you have a 5
|
|\ \ \
| |/ / |
|
| | | |
|
| | | |
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | | |
small window for race conditions on duplicate CompleteMovement calls
|
| | |
| | |
| | |
| | |
| | | |
This can happen under poor network conditions if a viewer repeats the message send
If this happens, physics actors can get orphaned, which unecessarily raises physics frame times
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | | |
2009 and was superseded by ISimulationService
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
OpenSim/Region/Framework/Scenes/SceneBase.cs
OpenSim/Services/Interfaces/IGridService.cs
OpenSim/Services/LLLoginService/LLLoginResponse.cs
(conflicts were debug statements that are commented out in master branch)
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | | |
b) Move the other prims in the reverse direction to compensate
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | | |
its main permissions
|
| | |
| | |
| | |
| | |
| | |
| | | |
when rezzing from user inventory and prim inventory.
Also, fixed a bug: when rezzing a coalesced object from a prim's inventory, apply the coalesced object's name and description only to the first sub-object; not to all the objects in the coalescence. (This was already done correctly when rezzing from a user's inventory.)
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
instead of zeroing it to resolve mouselook camera problems
Addresses http://opensimulator.org/mantis/view.php?id=6892
Thanks to tglion for this spot.
This resolves a recent regression from 17b32b764acd815400d9eb903aaec6dcebd60ac7
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
CorssRegion, TeleportFinishEvent).
Have Simian grid service return the region size.
Many teleport related debug log messages. Can be removed when teleport
works (like that's ever going to happen).
Conflicts:
OpenSim/Framework/RegionInfo.cs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
CorssRegion, TeleportFinishEvent).
Have Simian grid service return the region size.
Many teleport related debug log messages. Can be removed when teleport
works (like that's ever going to happen).
|
| | |
| | |
| | |
| | |
| | | |
Add 'not found' caching in EntityTransferModule.GetRegionContainingWorldLocation
so hitting borders and bad teleports do not continuiously hammer on the GridService.
|
| | |
| | |
| | |
| | | |
with a passed region size. This time in the map code and grid services code.
|
| | | |
|