| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | | |
This reverts commit 47f7cc9457bfc5c909290ac189b34dd3eceebe7f.
|
| | | | | | |
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
This reverts commit e3fa73da96f5612da52d140425f1633494d6edef.
|
| | |_|/
| |/| | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |/
| |/|
| | |
| | | |
Who needs accurate collisions when the sim lags and crashes?
|
| | |
| | |
| | |
| | |
| | |
| | | |
Temporary suspend collision checks on full stopped bodies, until a better
away is found wake them, avoiding spurius collision end and start events.
Until a nice way is found to avoid them, this may cause some higher cpu load. plus some clean up
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Undo figuring gain into spinrate in llTargetOmega. In SL, gain has null
effect on nonphysical spinning objects.
This reverts commit df55de5b3d88e241f35217d5c08d02b921991513.
|
| | |
| | |
| | |
| | | |
some clean up
|
| | |
| | |
| | |
| | |
| | |
| | | |
backup"
This reverts commit ea91a36483f3eba90e16b664715d152f9eca2980.
|
| | |
| | |
| | |
| | | |
This reverts commit d9b0b03aa3f92bcd860e4edb656cf6b1221776a6.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
interim copies to avoid spammage. Not for release to the grid, must be
reverted first!
|
| | |
| | |
| | |
| | | |
up properly
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | |
| | | |
the thrown exceptions.
Signed-off-by: Melanie <melanie@t-data.com>
|
|\ \ \
| |/ /
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
|
| | |
| | |
| | |
| | | |
sliced linear prims. Addresses Mantis #6085
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Signed-off-by: SignpostMarv <github@signpostmarv.name>
|
| | |
| | |
| | |
| | |
| | |
| | | |
region, implementing parcel prim count check.
Signed-off-by: SignpostMarv <github@signpostmarv.name>
|
| | |
| | |
| | |
| | |
| | |
| | | |
entry/prim limit/access restrictions.
Signed-off-by: SignpostMarv <github@signpostmarv.name>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
resize from the JPEG2000 original rather than only saving it to disk.
This appears to be the cause of the warp 3d exception seen when starting a new region for the first time.
Subsequent starts were okay because resized saved bitmap was correctly retrieved from disk.
Should fix http://opensimulator.org/mantis/view.php?id=5204 and http://opensimulator.org/mantis/view.php?id=5272
|
|\ \ \
| |/ /
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.cs
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
the BOM, use a single Util.UTF8NoBomEncoding.
This class is thread-safe (as evidenced by the provision of the system-wide Encoding.UTF8 which does not suppress BOM on output).
|
| | |
| | |
| | |
| | |
| | |
| | | |
the module code still sets up even if we're using one directly instantiated from the RemoteGridServiceConnector.
Also improves log messages to indicate which regions are sending/receiving various neighbour protocol messages.
|
| | |
| | |
| | |
| | | |
This can always be retrieved via the LLUDPClient and is so done in various places already.
|
| | |
| | |
| | |
| | |
| | | |
This may well come back in the future when this subinterface is actually used but it currently isn't and I feel the name was poor.
Everything uses IClientAPI.RemoveEndPoint which also returned the full endpoint rather than just the ip address.
|
| | |
| | |
| | |
| | | |
IClientAPI.RemoteEndpoint.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
names in OpenSim.ini.example to AllowedClients and BannedClients to match long-existing settings in [LoginService]
Also changes separator from comma to bar to match existing [LoginService] config features.
Divergence of config names for identical facilities in different places makes for an unnecessarily confusing user experience.
|
| | |
| | |
| | |
| | |
| | | |
Also change to use standard table formatting
"show circuits" and "show connections" console commands are very similar but access different data structures.
|
| | | |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
Also moves into own method.
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs
|
| |/ /
| | |
| | |
| | | |
SOG and SOP. Should have no functionality changes.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
constructing fresh copies.
The encodings are thread-safe and already used in such a manner in other places.
This isn't done where Byte Order Mark output is suppressed, since Encoding.UTF8 is constructed to output the BOM.
|
| | |
| | |
| | |
| | |
| | | |
This is only currently meant for use by regression tests that don't have any issues if XEngine is started up quickly, since no other operations will be occuring simultaneously.
Therefore, this is not yet documented externally.
|
| | |
| | |
| | |
| | | |
since the infrastructure no longer fails if this module isn't present, at least on the tested codepaths
|
| | |
| | |
| | |
| | | |
This currently only does a relatively crude check for a ScriptState node in the serialized xml
|
| | |
| | |
| | |
| | | |
currently only checks for the presence of script items, not for started scripts
|
|\ \ \
| | |/
| |/|
| | |
| | | |
Conflicts:
OpenSim/Data/MySQL/MySQLSimulationData.cs
|
| | |
| | |
| | |
| | |
| | | |
replace it by a simpler function that should do the same (?) (don't like
much those 10 + 1 bursts)
|