| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added missing senderId in GiveInventoryFolder this little mistake prevented p... | Freaky Tech | 2015-03-02 | 1 | -1/+1 |
* | Handle kick user from estate management tools | BlueWall | 2015-03-01 | 1 | -0/+14 |
* | Correct PRIM_TEXT return value from trans to alpha. | Magnuz Binder | 2015-02-28 | 1 | -1/+1 |
* | Use using constructs on disposable io objects in LLRaw to ensure they are alw... | Justin Clark-Casey (justincc) | 2015-02-28 | 1 | -113/+111 |
* | Add OpenSim.Framework using statement necessary to get previous fad4d4dc to c... | Justin Clark-Casey (justincc) | 2015-02-28 | 1 | -0/+1 |
* | Permit loading of LLRAW files bigger than 256x256 by calculating size based o... | Magnuz Binder | 2015-02-28 | 1 | -1/+9 |
* | Comment out now unused and not properly working private SP.m_leftButtonDown w... | Justin Clark-Casey (justincc) | 2015-02-27 | 1 | -2/+7 |
* | Don't slow down avatar walk speed if camera is changed (e.g. by holding down ... | Justin Clark-Casey (justincc) | 2015-02-27 | 1 | -28/+12 |
* | Don't slide crouching avatar when camera is panned around them with left mous... | Justin Clark-Casey (justincc) | 2015-02-27 | 1 | -1/+3 |
* | Revert "Adding dynamic ossl permission control" | BlueWall | 2015-02-27 | 4 | -119/+0 |
* | Adding dynamic ossl permission control | BlueWall | 2015-02-27 | 4 | -0/+119 |
* | When an avatar is walking across a region border, force the first AgentUpdate... | Justin Clark-Casey (justincc) | 2015-02-26 | 1 | -5/+18 |
* | minor: In HGAssetMapper, don't complain on seeing an XmlDeclaration as we kno... | Justin Clark-Casey (justincc) | 2015-02-25 | 1 | -0/+5 |
* | Fix bug where the uuid gatherer was not inspecting UUIDs for items in an embe... | Justin Clark-Casey (justincc) | 2015-02-25 | 2 | -27/+32 |
* | Reduce coupling in regression test task inventory creation methods to make th... | Justin Clark-Casey (justincc) | 2015-02-25 | 10 | -27/+64 |
* | llLookAt(): use non-physical rotation if host prim is a physical attachment | dahlia | 2015-02-24 | 1 | -1/+1 |
* | Fix cross-grid inventory delivery notifications, fixes http://opensimulator.o... | BlueWall | 2015-02-21 | 1 | -0/+1 |
* | In HGAssetMapper.RewriteSOP(), don't explicitly end the document. | Justin Clark-Casey (justincc) | 2015-02-21 | 1 | -2/+0 |
* | If HGAssetMapper.PostAsset fails then be more explicit about the uuid, type, ... | Justin Clark-Casey (justincc) | 2015-02-19 | 1 | -2/+27 |
* | Make any exception that gets to LLClientView.ProcessSpecificPacketAsync() tel... | Justin Clark-Casey (justincc) | 2015-02-19 | 1 | -3/+4 |
* | Add the type of the unrecognized node to the HG asset mapping error message i... | Justin Clark-Casey (justincc) | 2015-02-19 | 1 | -1/+3 |
* | Comment out unnecessary "Region Found!" alert message when searching map | dahlia | 2015-02-18 | 1 | -2/+3 |
* | Add NaN and Infinity tests for SOP Velocity and Acceleration setters. | dahlia | 2015-02-16 | 1 | -5/+13 |
* | Use a boolean flag to signal lookat is running instead of Quaternion.Identity... | dahlia | 2015-02-16 | 1 | -4/+10 |
* | Filter NaN and Infinity values at SOP AngularVelocity setter | dahlia | 2015-02-16 | 1 | -1/+6 |
* | If serialized scene object XML has a SavedScriptState with no UUID, then read... | Justin Clark-Casey (justincc) | 2015-02-11 | 1 | -1/+5 |
* | Somewhat naive implementation of RotationalVelocity setter for ODE. Enables l... | dahlia | 2015-02-07 | 1 | -0/+9 |
* | llLookAt() strength parameter should slow rotation as it is increased. Thanks... | dahlia | 2015-02-07 | 1 | -2/+2 |
* | llLookAt(): reduce and clamp strengh to reduce probability of overshoot | dahlia | 2015-02-07 | 1 | -2/+5 |
* | llLookAt() and llRotLookAt(): all orientation updates now done via angular ve... | dahlia | 2015-02-06 | 1 | -17/+28 |
* | Manage Angular Velocity during llLookAt() rotation of physical objects | dahlia | 2015-02-05 | 1 | -1/+11 |
* | Set angular velocity in physics actor in SceneObjectPart.AngularVelocity sett... | dahlia | 2015-02-05 | 1 | -1/+7 |
* | replace accidently deleted line from last commit | dahlia | 2015-02-05 | 1 | -0/+2 |
* | Allow MaterialsModule to be enabled by default if [Materials] is absent from ... | dahlia | 2015-02-05 | 1 | -9/+6 |
* | If the owner of an object is taking a copy from the scene (e.g. via the "take... | Justin Clark-Casey (justincc) | 2015-02-03 | 5 | -15/+369 |
* | correct some minor comment misspellings in last commit | dahlia | 2015-02-02 | 1 | -2/+2 |
* | Compute rotation for llLookAt() with local positive X axis pointing down | dahlia | 2015-02-02 | 1 | -14/+11 |
* | Prevent null entries being treated as URI's when DataSnapshot service splits ... | AliciaRaven | 2015-02-01 | 1 | -1/+1 |
* | minor: correct log message when script with non-config stop strategy is detec... | Justin Clark-Casey (justincc) | 2015-01-29 | 1 | -1/+1 |
* | Avoid a possible race condition by serializing plugin data outside the EventQ... | Justin Clark-Casey (justincc) | 2015-01-29 | 1 | -2/+9 |
* | Correct typo in raw default script stop strategy | Justin Clark-Casey (justincc) | 2015-01-27 | 1 | -1/+1 |
* | If [XEngine] ScriptStopStrategy is different from a compiled script strategy,... | Justin Clark-Casey (justincc) | 2015-01-27 | 1 | -28/+26 |
* | If an exception comes out of DoOnRezScript in DoOnRezScriptQueue(), then only... | Justin Clark-Casey (justincc) | 2015-01-26 | 1 | -6/+17 |
* | On a multi-region simulator when AppDomain = true, make sure the DLL from the... | Justin Clark-Casey (justincc) | 2015-01-26 | 4 | -91/+147 |
* | BulletSim: add parameters and parameter definitions for VHACD | Robert Adams | 2015-01-25 | 3 | -1/+61 |
* | When deleting an assembly before re-compile, make sure its attributes allow d... | Justin Clark-Casey (justincc) | 2015-01-23 | 1 | -1/+5 |
* | Fix regression where the stored state of every second script in an object rez... | Justin Clark-Casey (justincc) | 2015-01-23 | 4 | -15/+35 |
* | If the SnedInventoryAync() method receives an exception log this but make sur... | Justin Clark-Casey (justincc) | 2015-01-21 | 1 | -1/+10 |
* | Add debug ability to ignore reliably sent packets that are not acknowledged. | Justin Clark-Casey (justincc) | 2015-01-21 | 3 | -20/+129 |
* | minor: Comment out log line for the SimulatorFeatures cap request for now to ... | Justin Clark-Casey (justincc) | 2015-01-21 | 1 | -1/+1 |