| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | changed seletion code. SOP now knows about parts selection. UI actions are se... | UbitUmarov | 2012-04-20 | 3 | -24/+104 |
* | ubitODE: - Change triangles used in terrain height estimation | UbitUmarov | 2012-04-20 | 1 | -11/+28 |
* | ubitODE - again avatar/terrain collision. Reduce new viewers interpolators ef... | UbitUmarov | 2012-04-20 | 1 | -6/+14 |
* | changed - VolumeDetect and phantom setting interaction. Script VD(true) forc... | UbitUmarov | 2012-04-19 | 2 | -13/+40 |
* | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork | UbitUmarov | 2012-04-19 | 6 | -4/+28 |
|\ |
|
| * | Allow setting a specific target velocity on TeleportWithMomentum | Melanie | 2012-04-18 | 1 | -1/+11 |
| * | Allow scripts in attachments owned by the NPC to control the NPC | Melanie | 2012-04-18 | 1 | -1/+7 |
| * | Prevent objects rezzed in sim from being seen as attachments and becoming une... | Melanie | 2012-04-17 | 2 | -0/+8 |
| * | Merge branch 'ubitwork' | Melanie | 2012-04-17 | 2 | -2/+24 |
| |\ |
|
| * \ | Merge branch 'ubitwork' | Melanie | 2012-04-16 | 2 | -8/+16 |
| |\ \ |
|
| * | | | Downgrade an error log message to info because there is nothing we can do if | Melanie | 2012-04-16 | 2 | -2/+2 |
* | | | | ubitODE still retouching character pid | UbitUmarov | 2012-04-18 | 1 | -2/+2 |
* | | | | ubitODE - retouch character PIDs | UbitUmarov | 2012-04-18 | 1 | -4/+4 |
* | | | | ubitODE: prims - update managed dinamic parameters from unmanaged at ODE rate... | UbitUmarov | 2012-04-17 | 1 | -78/+46 |
* | | | | ubitODE: - character managed ode was only getting position etc from unmanaged... | UbitUmarov | 2012-04-17 | 2 | -119/+48 |
* | | | | ubitODE: - made avatar/ground collision pid servo a bit softer since seems a ... | UbitUmarov | 2012-04-17 | 2 | -6/+7 |
| |_|/
|/| | |
|
* | | | ubitODE: bug fix let avatars colide with volume detectors | UbitUmarov | 2012-04-17 | 1 | -0/+1 |
* | | | fix (http://opensimulator.org/mantis/view.php?id=5965) llGetObjectMass was ba... | UbitUmarov | 2012-04-16 | 1 | -2/+23 |
| |/
|/| |
|
* | | ubitODE: - fix remove characters from default raycasts filters as older code ... | UbitUmarov | 2012-04-16 | 2 | -8/+16 |
|/ |
|
* | chODE: if character velocity > 50m/s apply breaks. In free fall this will giv... | UbitUmarov | 2012-04-16 | 1 | -1/+10 |
* | chODE bug fix | UbitUmarov | 2012-04-16 | 1 | -7/+9 |
* | Let llCastRay use ubitODE raycast if avaiable plus a few changes/fixes that ... | UbitUmarov | 2012-04-16 | 1 | -22/+86 |
* | added suport funtions for ubitODE raycastFiltered | UbitUmarov | 2012-04-16 | 1 | -0/+13 |
* | ubitODE + physmanager: - Revised use of ODE collisions categories and bits(fl... | UbitUmarov | 2012-04-16 | 7 | -729/+983 |
* | Use chode character actor.SetMomentum() to force full restore Velocity in sce... | UbitUmarov | 2012-04-14 | 2 | -2/+22 |
* | Use presence absolute position to request raycast to camera. Used m_pos maybe... | UbitUmarov | 2012-04-13 | 1 | -3/+11 |
* | don't do Animator.UpdateMovementAnimations() in scenepresence RegionHeartbea... | UbitUmarov | 2012-04-13 | 1 | -2/+3 |
* | make llGetGeometricCenter() work as in current SL. Now this is not real geom ... | UbitUmarov | 2012-04-09 | 2 | -10/+49 |
* | chODE and ubitODE always return prim mass (they where returning object mass o... | UbitUmarov | 2012-04-09 | 4 | -69/+315 |
* | llGetMass and llGetObjectMass (and push estimation) always use object mass a... | UbitUmarov | 2012-04-09 | 3 | -9/+30 |
* | sop.AddToPhysics(..) fixed and in use. For now it seems it needs to set sop.... | UbitUmarov | 2012-04-09 | 1 | -263/+147 |
* | Fix a LSL merge artefact | Melanie | 2012-04-08 | 1 | -10/+2 |
* | Merge branch 'master' into careminster | Melanie | 2012-04-07 | 27 | -373/+960 |
|\ |
|
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2012-04-06 | 10 | -128/+268 |
| |\ |
|
| | * | Rather than having a FromFolderID property on every single prim and only ever... | Justin Clark-Casey (justincc) | 2012-04-07 | 4 | -10/+19 |
| | * | Store FromItemID for attachments once on SOG instead of on every SOP and only... | Justin Clark-Casey (justincc) | 2012-04-07 | 8 | -34/+29 |
| | * | refactor: Eliminate unnecessary SOP.m_physActor | Justin Clark-Casey (justincc) | 2012-04-06 | 1 | -10/+1 |
| | * | Implement PRIM_POS_LOCAL on llSetPrimitiveParams() and other prim params LSL ... | Justin Clark-Casey (justincc) | 2012-04-06 | 1 | -0/+1 |
| | * | refactor: Use clearer part.ParentGroup.IsAttachment in LSL_Api.GetPartLocalPos() | Justin Clark-Casey (justincc) | 2012-04-06 | 1 | -4/+4 |
| | * | Fix llGetLinkPrimParams for PRIM_POS_LOCAL for child prims whether in scene o... | Justin Clark-Casey (justincc) | 2012-04-06 | 2 | -13/+24 |
| | * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-04-06 | 2 | -0/+82 |
| | |\ |
|
| | | * | Addition of missing constants for llGetObjectDetails including for Mantis 5502 | Talun | 2012-04-06 | 2 | -0/+82 |
| | * | | For llGetMass(), return the mass of the avatar is the object is attached. | Justin Clark-Casey (justincc) | 2012-04-06 | 2 | -3/+40 |
| | |/ |
|
| | * | Make llGetMass() return total mass of object when called on root prim. | Justin Clark-Casey (justincc) | 2012-04-06 | 1 | -1/+4 |
| | * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2012-04-06 | 26 | -205/+684 |
| | |\ |
|
| | * | | remove possible PhysActor unexpectedly null race conditions when changing pri... | Justin Clark-Casey (justincc) | 2012-04-03 | 2 | -63/+74 |
| * | | | Moved the inventory manipulation from HGEntityTransferModule to HGInventoryAc... | Diva Canto | 2012-04-06 | 4 | -150/+208 |
| | |/
| |/| |
|
| * | | Deleted the unused and commented code from 2 commits ago. | Diva Canto | 2012-04-06 | 2 | -835/+1 |
| * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2012-04-06 | 2 | -3/+49 |
| |\ \ |
|
| | * | | Added missing refresh of group membership client side cache to the groups mod... | Snoopy Pfeffer | 2012-04-05 | 1 | -1/+2 |