dahlia
|
2700b096bc
Filter NaN and Infinity values at SOP AngularVelocity setter
|
9 years ago |
Robert Adams
|
f62008f728
BulletSim: bring the BulletSim dll's and so's up to date with
|
9 years ago |
Justin Clark-Casey (justincc)
|
85f3380480
Add missing BSD headers to files in OpenSim/Framework/ServiceAuth
|
9 years ago |
UbitUmarov
|
99668a63e4
fix axis locking Amotor
|
9 years ago |
Justin Clark-Casey (justincc)
|
dd6f560c05
If serialized scene object XML has a SavedScriptState with no UUID, then read past the innerXML instead of wrongly continously looping on the same element.
|
9 years ago |
dahlia
|
53b23a9adc
Somewhat naive implementation of RotationalVelocity setter for ODE. Enables llSetRotationalVelocity(), llTargetOmega(), llLookAt(), and probably a few more LSL features for physical objects in ODE.
|
9 years ago |
dahlia
|
12119a9d7d
llLookAt() strength parameter should slow rotation as it is increased. Thanks Vegaslan for pointing this out.
|
9 years ago |
dahlia
|
2ed1afd32b
llLookAt(): reduce and clamp strengh to reduce probability of overshoot
|
9 years ago |
dahlia
|
506e62f815
llLookAt() and llRotLookAt(): all orientation updates now done via angular velocity manipulation. Also correct some orientation glitches during interpolation.
|
9 years ago |
dahlia
|
3b7c3378f1
Manage Angular Velocity during llLookAt() rotation of physical objects
|
9 years ago |
dahlia
|
ee810a2cb5
Set angular velocity in physics actor in SceneObjectPart.AngularVelocity setter. Enables llSetAngularVelocity()
|
9 years ago |
dahlia
|
95a0f0d47b
replace accidently deleted line from last commit
|
9 years ago |
dahlia
|
bde7b2a7b5
Allow MaterialsModule to be enabled by default if [Materials] is absent from OpenSim.ini
|
9 years ago |
Justin Clark-Casey (justincc)
|
765fd02418
For built-in groups, if a delegate throws an exception (e.g. due to network failure), always remove its request from the m_ActiveRequests list.
|
9 years ago |
Justin Clark-Casey (justincc)
|
6834393821
Fix bug in JobEngine where an attempt to restart after stop would trigger an exception because the cancellation source was not recreated.
|
9 years ago |
Justin Clark-Casey (justincc)
|
1d2616e7a2
If the owner of an object is taking a copy from the scene (e.g. via the "take copy" option on a viewer) then only require owner copy perms, not copy and transfer.
|
9 years ago |
dahlia
|
39754b2dca
correct some minor comment misspellings in last commit
|
9 years ago |
dahlia
|
1eedc2b4af
Compute rotation for llLookAt() with local positive X axis pointing down
|
9 years ago |
AliciaRaven
|
bee3933e57
Prevent null entries being treated as URI's when DataSnapshot service splits service string. The new config format for services to notify in the DataSnapshot module appends entries to the existing single string and always leaves a deliminator on the end of the string. This is causing it to split with a null string in the resulting array, which is treated as another service to notify and throws a URI format exception on start up.
|
9 years ago |
Justin Clark-Casey (justincc)
|
87936947ab
As per advice from Singularity devs, set is_display_name_default = true in GetDisplayName cap return data to make the single name appear.
|
9 years ago |
Justin Clark-Casey (justincc)
|
c5c1b7c61a
Revert "Stop currently unsettable display names from appearing when [ClientStack.LindenCaps] Cap_GetDisplayNames = "localhost" is set by never passing the username."
|
9 years ago |
Justin Clark-Casey (justincc)
|
557b0fae85
minor: correct log message when script with non-config stop strategy is detected to log actual strategy rather than true/false
|
9 years ago |
Justin Clark-Casey (justincc)
|
b4e955d1c1
Avoid a possible race condition by serializing plugin data outside the EventQueue lock in ScriptInstance.SaveState()
|
9 years ago |
Justin Clark-Casey (justincc)
|
cf0087e87c
Correct typo in raw default script stop strategy
|
9 years ago |
Justin Clark-Casey (justincc)
|
e0a3440263
If [XEngine] ScriptStopStrategy is different from a compiled script strategy, ask user to manually set DeleteScriptsOnStartup = true for at least one simuator session rather than auto-recompiling.
|
9 years ago |
Justin Clark-Casey (justincc)
|
13ba2f2d83
If an exception comes out of DoOnRezScript in DoOnRezScriptQueue(), then only fail a single script rather than halting the exntire script startup process.
|
9 years ago |
Justin Clark-Casey (justincc)
|
1bed3aff0b
On a multi-region simulator when AppDomain = true, make sure the DLL from the appropriate script engines subdir is loaded rather than always that of the first engine to load the DLL.
|
9 years ago |
Robert Adams
|
e26ba505f6
BulletSim: update DLLs, SOs, and dylib with latest versions.
|
9 years ago |
Robert Adams
|
de76116624
BulletSim: add parameters and parameter definitions for VHACD
|
9 years ago |
Justin Clark-Casey (justincc)
|
3289aa3bcd
Revert "In GetDisplayNames, if user last name is Resident then only send first name for display."
|
9 years ago |