aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Adding dynamic ossl permission control"BlueWall2015-02-274-119/+0
* Adding dynamic ossl permission controlBlueWall2015-02-274-0/+119
* When an avatar is walking across a region border, force the first AgentUpdate...Justin Clark-Casey (justincc)2015-02-261-5/+18
* minor: In HGAssetMapper, don't complain on seeing an XmlDeclaration as we kno...Justin Clark-Casey (justincc)2015-02-251-0/+5
* Fix bug where the uuid gatherer was not inspecting UUIDs for items in an embe...Justin Clark-Casey (justincc)2015-02-253-39/+65
* Reduce coupling in regression test task inventory creation methods to make th...Justin Clark-Casey (justincc)2015-02-2511-45/+82
* On shutdown (job engine stop), don't allow the ObjectDisposedException on Blo...Justin Clark-Casey (justincc)2015-02-251-2/+13
* llLookAt(): use non-physical rotation if host prim is a physical attachmentdahlia2015-02-241-1/+1
* Fix cross-grid inventory delivery notifications, fixes http://opensimulator.o...BlueWall2015-02-211-0/+1
* In HGAssetMapper.RewriteSOP(), don't explicitly end the document.Justin Clark-Casey (justincc)2015-02-211-2/+0
* If HGAssetMapper.PostAsset fails then be more explicit about the uuid, type, ...Justin Clark-Casey (justincc)2015-02-191-2/+27
* Make any exception that gets to LLClientView.ProcessSpecificPacketAsync() tel...Justin Clark-Casey (justincc)2015-02-191-3/+4
* Add the type of the unrecognized node to the HG asset mapping error message i...Justin Clark-Casey (justincc)2015-02-191-1/+3
* Comment out unnecessary "Region Found!" alert message when searching mapdahlia2015-02-181-2/+3
* Add NaN and Infinity tests for SOP Velocity and Acceleration setters.dahlia2015-02-162-5/+29
* Use a boolean flag to signal lookat is running instead of Quaternion.Identity...dahlia2015-02-161-4/+10
* Filter NaN and Infinity values at SOP AngularVelocity setterdahlia2015-02-161-1/+6
* Add missing BSD headers to files in OpenSim/Framework/ServiceAuthJustin Clark-Casey (justincc)2015-02-133-3/+84
* If serialized scene object XML has a SavedScriptState with no UUID, then read...Justin Clark-Casey (justincc)2015-02-111-1/+5
* Somewhat naive implementation of RotationalVelocity setter for ODE. Enables l...dahlia2015-02-071-0/+9
* llLookAt() strength parameter should slow rotation as it is increased. Thanks...dahlia2015-02-071-2/+2
* llLookAt(): reduce and clamp strengh to reduce probability of overshootdahlia2015-02-071-2/+5
* llLookAt() and llRotLookAt(): all orientation updates now done via angular ve...dahlia2015-02-061-17/+28
* Manage Angular Velocity during llLookAt() rotation of physical objectsdahlia2015-02-051-1/+11
* Set angular velocity in physics actor in SceneObjectPart.AngularVelocity sett...dahlia2015-02-051-1/+7
* replace accidently deleted line from last commitdahlia2015-02-051-0/+2
* Allow MaterialsModule to be enabled by default if [Materials] is absent from ...dahlia2015-02-051-9/+6
* For built-in groups, if a delegate throws an exception (e.g. due to network f...Justin Clark-Casey (justincc)2015-02-041-61/+120
* Fix bug in JobEngine where an attempt to restart after stop would trigger an ...Justin Clark-Casey (justincc)2015-02-041-1/+2
* If the owner of an object is taking a copy from the scene (e.g. via the "take...Justin Clark-Casey (justincc)2015-02-037-20/+389
* correct some minor comment misspellings in last commitdahlia2015-02-021-2/+2
* Compute rotation for llLookAt() with local positive X axis pointing downdahlia2015-02-021-14/+11
* Prevent null entries being treated as URI's when DataSnapshot service splits ...AliciaRaven2015-02-011-1/+1
* As per advice from Singularity devs, set is_display_name_default = true in Ge...Justin Clark-Casey (justincc)2015-01-311-1/+1
* Revert "Stop currently unsettable display names from appearing when [ClientSt...Justin Clark-Casey (justincc)2015-01-311-1/+1
* minor: correct log message when script with non-config stop strategy is detec...Justin Clark-Casey (justincc)2015-01-291-1/+1
* Avoid a possible race condition by serializing plugin data outside the EventQ...Justin Clark-Casey (justincc)2015-01-291-2/+9
* Correct typo in raw default script stop strategyJustin Clark-Casey (justincc)2015-01-271-1/+1
* If [XEngine] ScriptStopStrategy is different from a compiled script strategy,...Justin Clark-Casey (justincc)2015-01-271-28/+26
* If an exception comes out of DoOnRezScript in DoOnRezScriptQueue(), then only...Justin Clark-Casey (justincc)2015-01-261-6/+17
* On a multi-region simulator when AppDomain = true, make sure the DLL from the...Justin Clark-Casey (justincc)2015-01-264-91/+147
* BulletSim: add parameters and parameter definitions for VHACDRobert Adams2015-01-253-1/+61
* Revert "In GetDisplayNames, if user last name is Resident then only send firs...Justin Clark-Casey (justincc)2015-01-241-1/+1
* In GetDisplayNames, if user last name is Resident then only send first name f...Justin Clark-Casey (justincc)2015-01-231-1/+1
* When deleting an assembly before re-compile, make sure its attributes allow d...Justin Clark-Casey (justincc)2015-01-231-1/+5
* Fix regression where the stored state of every second script in an object rez...Justin Clark-Casey (justincc)2015-01-234-15/+35
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-01-2214-45/+166
|\
| * Stop currently unsettable display names from appearing when [ClientStack.Lind...Justin Clark-Casey (justincc)2015-01-211-1/+1
| * If the SnedInventoryAync() method receives an exception log this but make sur...Justin Clark-Casey (justincc)2015-01-211-1/+10
| * Don't allow a failure in create a request in HeloService.Connector.Helo() to ...Justin Clark-Casey (justincc)2015-01-211-5/+5