| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Retain velocity on walking crossing - adapted from Ubit's reverted patch | Melanie | 2012-05-04 | 1 | -1/+13 |
| * | | Revert "*TO TEST/REVIEW* added current default animation in animationSet.cs t... | Melanie | 2012-05-04 | 2 | -28/+8 |
| * | | *TO TEST/REVIEW* added current default animation in animationSet.cs to/fromAr... | UbitUmarov | 2012-05-04 | 2 | -8/+28 |
| * | | SOG copy bug fix, now new group has own empty list of sitted avatars. Also ch... | UbitUmarov | 2012-05-04 | 1 | -12/+54 |
| * | | Stabilize sit position on region crossing | Melanie | 2012-05-03 | 1 | -1/+7 |
| * | | Clear permissions given to the object we stand up from | Melanie | 2012-05-03 | 1 | -1/+25 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-05-05 | 31 | -207/+375 |
|\ \ \
| | |/
| |/| |
|
| * | | Fire the scripting changed event with CHANGED_OWNER when an object that has c... | Justin Clark-Casey (justincc) | 2012-05-05 | 3 | -12/+17 |
| * | | Use the more efficient HashSet instead of List for FlotasmAssetCache.m_Curren... | Justin Clark-Casey (justincc) | 2012-05-04 | 1 | -1/+1 |
| * | | Don't try and update the access time of a file that is actively being cached. | Justin Clark-Casey (justincc) | 2012-05-04 | 1 | -2/+6 |
| * | | Temporarily add debug log lines to lsl url request and release | Justin Clark-Casey (justincc) | 2012-05-04 | 1 | -0/+13 |
| * | | Mantis 60004 problems with damage and llSetDamage. In damage enabled areas th... | Talun | 2012-05-04 | 2 | -10/+60 |
| * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-05-03 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fixes Mantis #5999. llSetLinkPrimitiveParams with PRIM_BUMP_SHINY did cause a... | Snoopy Pfeffer | 2012-05-03 | 1 | -1/+1 |
| * | | | Reinsert a 2000ms delay before closing a no longer required agent on the sour... | Justin Clark-Casey (justincc) | 2012-05-03 | 2 | -6/+17 |
| |/ / |
|
| * | | minor: resolve some mono compiler warnings | Justin Clark-Casey (justincc) | 2012-05-03 | 3 | -10/+5 |
| * | | Implement optional name and description on http stream handlers so that we ca... | Justin Clark-Casey (justincc) | 2012-05-03 | 20 | -164/+255 |
* | | | Merge branch 'avination' | Melanie | 2012-05-03 | 2 | -9/+18 |
|\ \ \
| | |/
| |/| |
|
| * | | Improved sitted avatars crossings ( plus tests on vehicles) | UbitUmarov | 2012-05-02 | 2 | -9/+18 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-05-02 | 10 | -158/+330 |
|\ \ \
| | |/
| |/| |
|
| * | | Comment out the five second sleep in etm.DoTeleport() if the old agent needs ... | Justin Clark-Casey (justincc) | 2012-05-01 | 1 | -1/+1 |
| * | | Remove some test code that accidentally crept in with 9d2e1c67 | Justin Clark-Casey (justincc) | 2012-05-01 | 1 | -3/+0 |
| * | | Add regression test for teleporting between neighbouring regions on the same ... | Justin Clark-Casey (justincc) | 2012-05-01 | 7 | -19/+142 |
| * | | Move max teleport distance check down into etm.DoTeleport() since this should... | Justin Clark-Casey (justincc) | 2012-05-01 | 1 | -40/+41 |
| * | | refactor: Split most of EntityTransferModule.Teleport() into its same region ... | Justin Clark-Casey (justincc) | 2012-05-01 | 4 | -130/+198 |
* | | | Merge branch 'avination' | Melanie | 2012-05-02 | 5 | -115/+139 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'ubitwork' into avination | Melanie | 2012-05-02 | 5 | -115/+139 |
| |\ \ |
|
| | * | | ubitODE fix applyROtationImpulse, let vehicle hover be relative to root prim... | UbitUmarov | 2012-04-29 | 2 | -15/+32 |
| | * | | ubitode fix inertia for same cases. Added a nasty lock on llGetCenterOfMass a... | UbitUmarov | 2012-04-29 | 2 | -97/+91 |
| | * | | llGetGeometricCenter... | UbitUmarov | 2012-04-29 | 2 | -3/+16 |
* | | | | Merge branch 'avination' | Melanie | 2012-05-02 | 4 | -1/+12 |
|\ \ \ \
| |/ / / |
|
| * | | | Preserve attachment rotation on objects rezzed via a script. Makes toasters | Melanie | 2012-05-02 | 3 | -0/+11 |
| * | | | Fix saving of attachment positions | Melanie | 2012-05-01 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'master' into careminster | Melanie | 2012-04-30 | 7 | -71/+97 |
|\ \ \
| | |/
| |/| |
|
| * | | Create TestHelpers.EnableLogging() and DisableLogging() to turn logging on an... | Justin Clark-Casey (justincc) | 2012-04-30 | 3 | -4/+9 |
| * | | llGenerateKey implementation. Creates a random UUID I.E: UUID.Random().ToStri... | TBG Renfold | 2012-04-30 | 3 | -0/+13 |
| * | | refactor: Simplify by combining SafeSendControlsToScripts() from fe8e835 into... | Justin Clark-Casey (justincc) | 2012-04-30 | 1 | -73/+75 |
| * | | Fixed: scripted controls didn't work if the avatar was sitting down | Oren Hurvitz | 2012-04-30 | 1 | -9/+15 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-04-29 | 4 | -20/+26 |
|\ \ \
| |/ / |
|
| * | | Comment out debug [ASYNC DELETER] messages for now. | Justin Clark-Casey (justincc) | 2012-04-28 | 1 | -5/+5 |
| * | | Remove mono compiler warning. Adjust message log to error from info | Justin Clark-Casey (justincc) | 2012-04-28 | 1 | -2/+2 |
| * | | Put scene object related console commands into new "Objects" help category ra... | Justin Clark-Casey (justincc) | 2012-04-28 | 2 | -13/+17 |
| * | | Revert "Revert "Implement bulk inventory update over CAPS (not recursive by d... | Justin Clark-Casey (justincc) | 2012-04-27 | 1 | -1/+47 |
| * | | Revert "Implement bulk inventory update over CAPS (not recursive by design," | Justin Clark-Casey (justincc) | 2012-04-27 | 1 | -47/+1 |
| * | | Add flags information (phantom, physics, etc.) to "show object" and "show par... | Justin Clark-Casey (justincc) | 2012-04-27 | 1 | -0/+2 |
* | | | Merge branch 'avination' | Melanie | 2012-04-29 | 8 | -228/+428 |
|\ \ \
| | |/
| |/| |
|
| * | | remove repeated set of group rotation to physics | UbitUmarov | 2012-04-29 | 1 | -2/+3 |
| * | | SOG bug fix in group rotations updates | UbitUmarov | 2012-04-29 | 1 | -4/+6 |
| * | | fix llGetCenterOfMass ( checked with ubitODE only) | UbitUmarov | 2012-04-28 | 4 | -9/+101 |
| * | | Oooops don't hover underground but do hover | UbitUmarov | 2012-04-27 | 1 | -26/+27 |