| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If velocity reaches 256 in any vector then bad things happen with ODE, so we now clamp this value.
In addition, a falling avatar is clamped by default at 54 m/s, which is the same as a falling skydiver.
This also appears to be the value used on the linden lab grid.
This should resolve http://opensimulator.org/mantis/view.php?id=5882
|
| | |\ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
complexity of code analysis
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
than ERROR. Restore extra log message if shape processing fails.
Logging level was DEBUG before 312e145 (Fri Feb 3 2012).
312e145 also accidentally removed the 'general error' log message if any shape deserialization failed.
This commit restores it, though this has no functional impact.
|
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
as an OptionSet long option
|
| | | | |
| | | | |
| | | | |
| | | | | |
call where the first was unused.
|
| |\ \ \ \ |
|
| | |\ \ \ \ |
|
| | |\ \ \ \ \ |
|
| | | |_|/ / /
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
http://opensimulator.org/mantis/view.php?id=2879
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
|
| | |_|/ / /
| |/| | | | |
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
check could succeed but then the npc removed before the subequent npc check.
The resulting null would cause an exception. We now check for null before looking at SenseAsAgent.
Hopefully fixes http://opensimulator.org/mantis/view.php?id=5872
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
rezzed before the region was restarted would wrongly place the copy in the object owner's inventory.
Addresses http://opensimulator.org/mantis/view.php?id=5825
|
| |_|/
|/| |
| | |
| | | |
as an OptionSet long option
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs
OpenSim/Region/OptionalModules/World/NPC/NPCModule.cs
|
| | |
| | |
| | |
| | | |
http://opensimulator.org/mantis/view.php?id=3731
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
permissions, not PermissionMask.All
Setting PermissionMask.All will cause next permissions to replace current permissions when the object is rezzed, since bit 4 will be set.
This is not correct behaviour for a freshly uploaded mesh. Freshly rezzed in-world prims also do not have bit 4 set (don't yet know exactly what this is).
Should resolve http://opensimulator.org/mantis/view.php?id=5651
|
| | | |
|
| | |
| | |
| | |
| | | |
should in theory never happen), don't add the NPC to the npc list but return UUID.Zero instead.
|
| | | |
|
|\ \ \
| |/ /
| | /
| |/
|/| |
Conflicts:
OpenSim/Region/Framework/Scenes/SceneGraph.cs
|
| | |
|
| |\ |
|
| | | |
|
| |/
| |
| |
| |
| |
| | |
exception and constant complaints in v3 viewers).
Aims to address http://opensimulator.org/mantis/view.php?id=5878
|
| |
| |
| |
| | |
VS and WEBSTATS
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
This means that uploaded meshes will get a physics (collision) mesh if uploaded with that option via a viewer.
|
| |
| |
| |
| |
| | |
This illustrates that references to Scene, SOG, etc. are not currently being released when a stress test ends (or at regression test end in general).
This means even the current stress tests take much more memory than they need, a problem that will have to be addressed.
|
| |
| |
| |
| | |
exception in service connectors
|
|\ \ |
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
Conflicts:
OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
|
| | | |
|
| | |
| | |
| | |
| | | |
you're doing to GridCommon.ini.example (was already in StandaloneCommon.ini.example)
|
| | |
| | |
| | |
| | | |
This is not valid in the case of BasicPhysics which can return a null PhysicsActor (though I think it should really return a do-nothing PhysicsActor).
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Path.GetDirectoryName when getting assembly loading path in Compiler.CompileFromDotNetText().
The Path.GetDirectoryName call in Compiler.CompileFromDotNetText is unnecessary since AppDomain.CurrentDomain.BaseDirectory is always a directory.
Later path concatenation is already done by Path.Combine() which handles any trailing slash.
Removing Path.GetDirectoryName() will not affect the runtime but allows NUnit to work since it doesn't add a trailing slash to AppDomain.CurrentDomain.BaseDirectory.
|
|/ / |
|
|\ \
| |/
| |
| |
| | |
Conflicts:
OpenSim/Region/Framework/Scenes/Scene.cs
|
| |
| |
| |
| |
| | |
is to only write to the database if data was changed. I was writing to the db
on every step of every avatar. Sure to give us lag, that.
|
| |
| |
| |
| |
| |
| | |
parcel"
This reverts commit 35f14a262dfa3d9199f554154a63f5f532460f56.
|
| |
| |
| |
| |
| |
| | |
into it."
This reverts commit 8923ad755d97d5ddb4a29cb6f543b53195f0b461.
|
| |
| |
| |
| | |
Pickup the max physical prim size in Scene to make it uniform since adding code to get default size from the OpenSim*.ini.
|
| |
| |
| |
| |
| | |
This restores functionality remove in the last commit without reintroducing
the performance penalty.
|
| |
| |
| |
| |
| | |
boundary crossing only as soon as I'm properly awake. This should fix
recent performance issues
|
| | |
|
| |
| |
| |
| | |
variable in OpenSim.ini and Regions.ini match
|
| |
| |
| |
| |
| | |
work correctly, it was being ignored because of the case, this effects
OpenSim.ini.example and OpenSimDefaults.ini
|