| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | | |
collisions on objects that don't care are not reported up.
|
| | |/
| | |
| | |
| | |
| | |
| | | |
Add interface 2 enhancements to BSCharacter.
Modify AddForce and SetForce to use the new Bullet interface.
More DetailLog statements for character.
|
| | |
| | |
| | |
| | |
| | |
| | | |
DelayBeforeAppearanceSave into [Appearance] section from [Startup] config section so that all appearance settings are in the same place and not in the startup bucket.
All these settings are in OpenSimDefaults.ini only. If you are using them then please adjust your OpenSim.ini
|
| | |
| | |
| | |
| | | |
functional change.
|
| | |
| | |
| | |
| | | |
VectorRenderModule inside its own context, rather than disposing of the old font before using it as a prototype for the new.
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[Startup] to [Appearance] config section.
Add description and default of false (as before) to OpenSimDefaults.ini
If set to true, this config switch will resend avatar appearance information (a small amount of UUID data, not the baked textures themselves) to other avatars in the sim every 60 seconds.
For me, this has helped with situations where avatars appear persistently grey - the LL viewer sometimes did not appear to request assets the first time the appearance data was sent.
However, this switch will not help with other appearance failure situations (e.g. failure to bake assets).
This setting is experimental but will not have any significant impact on the simulator if turned to true.
|
|\ \ \ |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
into avination
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
including unmanaged memory allocations (allocated by managed code)
|
| | | | |
| | | | |
| | | | |
| | | | | |
let this eventually have diferent interpolator last steps on each direction as sl seems to do.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Remove some unused
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
than uploaded meshs, making it change the mesh level of detail from high to low.
This will work on all prims that get a internal mesh or sculpts. Mesh size
reduction will depend on particular shape. This is not as SL. There prims
do also get concave areas. Uploaded meshs work as before. A normal 10x10x10 torus gets 152 vertices in place of 900, and 198 faces in place of 1198.
|
| |/ / /
|/| | | |
|
|\ \ \ \
| |/ / /
|/| | | |
|
| | | | |
|
|\ \ \ \
| | |/ /
| |/| | |
|
| |\ \ \
| | | |/
| | |/|
| | | |
| | | | |
Conflicts:
OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
|
| | | |
| | | |
| | | |
| | | | |
FromFolderID, FromItemID and to reflect that it's a SOP ID rather than a SOG ID.
|
| | | |
| | | |
| | | |
| | | | |
is already its default value as it's a struct.
|
| | | |
| | | |
| | | |
| | | | |
scheduling terse updates will not (and does not) update shape information in the viewer
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
timed-out
The bug manifested as follows: a large world was saved. All the assets were found. But for some unknown reason, the timeout timer was restarted. So after 1 minute it closed the Archive Writer, because it didn't receive any more assets during that minute. That caused the OAR to become corrupted because ArchiveWriteRequestExecution.Save() was still running.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
trying to find a corrupted memory problem. Update DLL and SO.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
textures.
The convention is that if an object implements IDiposable() the code must explicitly call Dispose() or call it via the using statement.
This may be particularly important for GDI+ objects since they encapsulate native code entities.
|
| | |\ \ |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Melanie <melanie@t-data.com>
|
| | | | | |
|
| | | | | |
|
| |_|_|/
|/| | | |
|
| | | |
| | | |
| | | |
| | | | |
correct one
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
review later)
|
|/ / /
| | |
| | |
| | | |
out of bounds positions cause a rejection of the login.
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.cs
OpenSim/Region/Physics/Manager/PhysicsScene.cs
|
| |/
| |
| |
| |
| |
| | |
themselves. For that, the physics module simply calls RequestAssetMethod, which
in turn points to Scene.PhysicsRequestAsset. This gives physics access to
the asset system without introducing unwanted knowledge of the scene class.
|
| |\ |
|
| | |
| | |
| | |
| | | |
not rebuild the physics mesh. Update the DLLs and SOs to latest version.
|
| | |
| | |
| | |
| | | |
to be consistant with parameter data structure
|
| |/
| |
| |
| | |
on every single sensor sweep.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
SensorRepeat list with a new list on add/removes rather than locking it for the duration of the sensor sweep.
A deadlock was observed today where NPC removal on a script thread would lock the NPC list and then try to lock the sensor list via scripted attachment removal.
Concurrently, the sensor sweep thread would lock the sensor list and then try to lock the NPC list to check NPC status.
This commit resolves the deadlock by replacing the sensor list on update rather than locking it for the duration of the sweep.
|
| |
| |
| |
| |
| |
| | |
would base its gain calculation on the previous avatar's gain, instead of the original input gain.
This was making sound attenuate oddly when there were NPCs in the region, though it could also happen with ordinary avatars.
|
| |
| |
| |
| | |
constants to the script engine.
|
| |
| |
| |
| |
| |
| | |
Set ERP and CFM in linkset constraints.
Reorder rebuilding of object bodies so they are not rebuilt everytime
something is linked and unlinked.
|