aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-27Don't slide crouching avatar when camera is panned around them with left mous...Justin Clark-Casey (justincc)1-1/+3
2015-02-27Revert "Adding dynamic ossl permission control"BlueWall4-119/+0
2015-02-27Adding dynamic ossl permission controlBlueWall4-0/+119
2015-02-26When an avatar is walking across a region border, force the first AgentUpdate...Justin Clark-Casey (justincc)1-5/+18
2015-02-25minor: In HGAssetMapper, don't complain on seeing an XmlDeclaration as we kno...Justin Clark-Casey (justincc)1-0/+5
2015-02-25Fix bug where the uuid gatherer was not inspecting UUIDs for items in an embe...Justin Clark-Casey (justincc)3-39/+65
2015-02-25Reduce coupling in regression test task inventory creation methods to make th...Justin Clark-Casey (justincc)11-45/+82
2015-02-25On shutdown (job engine stop), don't allow the ObjectDisposedException on Blo...Justin Clark-Casey (justincc)1-2/+13
2015-02-24llLookAt(): use non-physical rotation if host prim is a physical attachmentdahlia1-1/+1
2015-02-21Fix cross-grid inventory delivery notifications, fixes http://opensimulator.o...BlueWall1-0/+1
2015-02-21In HGAssetMapper.RewriteSOP(), don't explicitly end the document.Justin Clark-Casey (justincc)1-2/+0
2015-02-19If HGAssetMapper.PostAsset fails then be more explicit about the uuid, type, ...Justin Clark-Casey (justincc)1-2/+27
2015-02-19Make any exception that gets to LLClientView.ProcessSpecificPacketAsync() tel...Justin Clark-Casey (justincc)1-3/+4
2015-02-19Add the type of the unrecognized node to the HG asset mapping error message i...Justin Clark-Casey (justincc)1-1/+3
2015-02-18Comment out unnecessary "Region Found!" alert message when searching mapdahlia1-2/+3
2015-02-16Add NaN and Infinity tests for SOP Velocity and Acceleration setters.dahlia2-5/+29
2015-02-16Use a boolean flag to signal lookat is running instead of Quaternion.Identity...dahlia1-4/+10
2015-02-16Filter NaN and Infinity values at SOP AngularVelocity setterdahlia1-1/+6
2015-02-13Add missing BSD headers to files in OpenSim/Framework/ServiceAuthJustin Clark-Casey (justincc)3-3/+84
2015-02-11If serialized scene object XML has a SavedScriptState with no UUID, then read...Justin Clark-Casey (justincc)1-1/+5
2015-02-07Somewhat naive implementation of RotationalVelocity setter for ODE. Enables l...dahlia1-0/+9
2015-02-07llLookAt() strength parameter should slow rotation as it is increased. Thanks...dahlia1-2/+2
2015-02-07llLookAt(): reduce and clamp strengh to reduce probability of overshootdahlia1-2/+5
2015-02-06llLookAt() and llRotLookAt(): all orientation updates now done via angular ve...dahlia1-17/+28
2015-02-05Manage Angular Velocity during llLookAt() rotation of physical objectsdahlia1-1/+11
2015-02-05Set angular velocity in physics actor in SceneObjectPart.AngularVelocity sett...dahlia1-1/+7
2015-02-05replace accidently deleted line from last commitdahlia1-0/+2
2015-02-05Allow MaterialsModule to be enabled by default if [Materials] is absent from ...dahlia1-9/+6
2015-02-04For built-in groups, if a delegate throws an exception (e.g. due to network f...Justin Clark-Casey (justincc)1-61/+120
2015-02-04Fix bug in JobEngine where an attempt to restart after stop would trigger an ...Justin Clark-Casey (justincc)1-1/+2
2015-02-03If the owner of an object is taking a copy from the scene (e.g. via the "take...Justin Clark-Casey (justincc)7-20/+389
2015-02-02correct some minor comment misspellings in last commitdahlia1-2/+2
2015-02-02Compute rotation for llLookAt() with local positive X axis pointing downdahlia1-14/+11
2015-02-01Prevent null entries being treated as URI's when DataSnapshot service splits ...AliciaRaven1-1/+1
2015-01-31As per advice from Singularity devs, set is_display_name_default = true in Ge...Justin Clark-Casey (justincc)1-1/+1
2015-01-31Revert "Stop currently unsettable display names from appearing when [ClientSt...Justin Clark-Casey (justincc)1-1/+1
2015-01-29minor: correct log message when script with non-config stop strategy is detec...Justin Clark-Casey (justincc)1-1/+1
2015-01-29Avoid a possible race condition by serializing plugin data outside the EventQ...Justin Clark-Casey (justincc)1-2/+9
2015-01-27Correct typo in raw default script stop strategyJustin Clark-Casey (justincc)1-1/+1
2015-01-27If [XEngine] ScriptStopStrategy is different from a compiled script strategy,...Justin Clark-Casey (justincc)1-28/+26
2015-01-26If an exception comes out of DoOnRezScript in DoOnRezScriptQueue(), then only...Justin Clark-Casey (justincc)1-6/+17
2015-01-26On a multi-region simulator when AppDomain = true, make sure the DLL from the...Justin Clark-Casey (justincc)4-91/+147
2015-01-25BulletSim: add parameters and parameter definitions for VHACDRobert Adams3-1/+61
2015-01-24Revert "In GetDisplayNames, if user last name is Resident then only send firs...Justin Clark-Casey (justincc)1-1/+1
2015-01-23In GetDisplayNames, if user last name is Resident then only send first name f...Justin Clark-Casey (justincc)1-1/+1
2015-01-23When deleting an assembly before re-compile, make sure its attributes allow d...Justin Clark-Casey (justincc)1-1/+5
2015-01-23Fix regression where the stored state of every second script in an object rez...Justin Clark-Casey (justincc)4-15/+35
2015-01-22On the GridService, the central simulator features: ensure that the map tile ...Diva Canto1-1/+7
2015-01-21Stop currently unsettable display names from appearing when [ClientStack.Lind...Justin Clark-Casey (justincc)1-1/+1
2015-01-21If the SnedInventoryAync() method receives an exception log this but make sur...Justin Clark-Casey (justincc)1-1/+10