| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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.
|
| | | |
|
| | |
| | |
| | |
| | | |
was wrong for large regions anyway.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Add new region crossing code to varregion
Conflicts:
OpenSim/Region/CoreModules/Framework/EntityTransfer/EntityTransferModule.cs
OpenSim/Region/Framework/Scenes/ScenePresence.cs
|
| |\ \ |
|
| | |\ \
| | | |/ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
try/catch as sometimes it appears that this can be corrupt.
As per Oren's suggestion.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
NPC tests until positions are known to be stable.
Also resolve issues with NoSitTarget() tests where I was trying to use a destroyed PhysActor
|
| | | |
| | | |
| | | |
| | | | |
ScenePresence inst var name was slightly different
|
| | | |
| | | |
| | | |
| | | |
| | | | |
These stopped working because current code calculates sit heights based on avatar physics rather than appearance data.
Also changed BasicPhysics to not divide Z param of all set sizes by 2 - there's no obvious good reason for this and basicphysics is only used in tests
|
| | | | |
|