aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | more debugUbitUmarov2012-06-221-0/+3
| | |
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-06-221-1/+1
|\ \ \ | |/ /
| * | i more debugUbitUmarov2012-06-221-1/+1
| | |
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-06-221-0/+3
|\ \ \ | |/ /
| * | add a temp debug messageUbitUmarov2012-06-221-0/+3
| | |
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-06-211-28/+28
|\ \ \ | |/ /
| * | fix turning off phanton always decreasing number of physical partsUbitUmarov2012-06-211-28/+28
| | |
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-06-212-6/+10
|\ \ \ | |/ /
| * | fix SceneGraph Add/Remove PhysicalPrim countersUbitUmarov2012-06-211-2/+2
| | |
| * | don't send a lot of avatar data when we are just changing position or ↵UbitUmarov2012-06-171-4/+8
| | | | | | | | | | | | rotation ( SendTerseUpdateToAllClients() in place of SendAvatarDataToAllAgents() )
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-06-172-14/+24
|\ \ \ | |/ /
| * | *CHECK/REVIEW* comented out not used sp.ParentPosition. Comented out ↵UbitUmarov2012-06-172-14/+24
| | | | | | | | | | | | SOG.AbsolutePosition changing 'linked' avatars positions ( reason in code coment )
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-06-171-36/+69
|\ \ \ | |/ /
| * | split ugly expression in a if making it simpler to readUbitUmarov2012-06-171-3/+5
| | |
| * | Don't let scripts rotate root part of physical linksets like SL, Update ↵UbitUmarov2012-06-171-35/+66
| |/ | | | | | | client rotation of avatars 'linked' to child parts. (put back some 'cosmetics' from previus commit). Still let lsl api use physics engine ideia of part Physical state on this where it should be SOP ideia, so is that is clear that sync with engine is SOP responsability.
| * Reapply the one change that was in the revert that was actually function, notMelanie2012-06-151-1/+1
| | | | | | | | form
| * Revert changes...UbitUmarov2012-06-152-76/+37
| | | | | | | | This reverts commit c8227e1bb70817351de283fb647ec39f090fc9f1.
| * SL doesn't let scripts rotate root part of physical linksets also fix ↵UbitUmarov2012-06-151-16/+27
| | | | | | | | sitting avatars rotations broken in previus commit, forcing send of updates.
| * Add sop IsPhysical and IsPhantom to be used gradually in core in place of ↵UbitUmarov2012-06-151-3/+21
| | | | | | | | asking physics engines all the time. Some engines delays may make them give wrong answers.
| * only rotation of root part change parts positions, so only call ↵UbitUmarov2012-06-151-21/+31
| | | | | | | | ResetChildPrimPhysicsPositions() if root part. Plus 'cosmetics'
* | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-06-131-3/+11
|\ \ | |/
| * Merge branch 'avination' into ubitworkUbitUmarov2012-06-131-3/+11
| |\
| | * Add detecting non-physical phantoms back into raycastMelanie2012-06-131-3/+11
| | |
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-06-132-28/+47
|\ \ \ | |/ /
| * | Changed t adding the avatar dependent sit offset and not subtracting, so ↵UbitUmarov2012-06-132-27/+46
| | | | | | | | | | | | not to break inworld contents. SL ported scripts will show a sit error around 0.1m. Added respective compensation in LSL api to maintain coerence. Fixed several bugs still on SET/GET[link]PrimitiveParams[fast] and llGetObjectDetails()
| * | convert a LSL rotation of <0,0,0,0> to <0,0,0,1> and not <0,0,1,0> in ↵UbitUmarov2012-06-131-1/+1
| | | | | | | | | | | | SitTarget. Something seems to be doing that before this gets called, but just in case...
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-06-132-19/+42
|\ \ \ | |/ /
| * | Fixed llGetObjectDetails(), OBJECT_ROT for sitting avatars case, plus ↵UbitUmarov2012-06-131-9/+23
| | | | | | | | | | | | 'cosmetics' and added some parts costs information.
| * | *TEST this will affect inworld sittargets by +-0.1m, so may be very BAD *. ↵UbitUmarov2012-06-132-10/+19
| | | | | | | | | | | | Changed the sign of the sitoffset dependent on avatar size in SP.cs. Removed that offset correction from SET/GET..primitiveParams in LSL api. If the sign needs to be the previus one, then all references to avatar positions on LSL api need to be fixed with that correction, not only SET/GETprimitiveParams.
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-06-121-3/+10
|\ \ \ | |/ /
| * | try to replicate SL bug of PRIM_ROTATION also for avas, est a fix to other ↵UbitUmarov2012-06-121-3/+10
| | | | | | | | | | | | cases
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-06-121-174/+210
|\ \ \ | |/ /
| * | fix the try.. finally in SetPrimitiveParams i did mess and add one for the ↵UbitUmarov2012-06-121-188/+156
| | | | | | | | | | | | avatars case, so to optimize a bit 'warp' scripts.
| * | more changes to Get and Get primitiveparams: Let Get remove avatarheight ↵UbitUmarov2012-06-121-26/+94
| | | | | | | | | | | | adjust,add Get PRIM_LINK_TARGET handling, changed avatar Set positions code...
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-06-122-39/+22
|\ \ \ | |/ /
| * | Moved auxiliar funtions of last commit from sop to lsl api since they are ↵UbitUmarov2012-06-122-39/+22
| | | | | | | | | | | | only used on one place each
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-06-122-3/+272
|\ \ \ | |/ /
| * | *UNTESTED* extended llGet*PrimitiveParam() to support avatars. Some auxiliar ↵UbitUmarov2012-06-122-3/+272
| | | | | | | | | | | | code in SOP.cs
* | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-06-125-9/+86
|\ \ \ | |/ /
| * | change object drag so it applies a impulse and not a push force so it works ↵UbitUmarov2012-06-111-2/+6
| | | | | | | | | | | | as before my fix to impulse/forces
| * | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkUbitUmarov2012-06-110-0/+0
| |\ \
| | * \ Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkMelanie2012-06-0883-16547/+18630
| | |\ \
| * | \ \ Merge branch 'avination' into ubitworkUbitUmarov2012-06-114-7/+80
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Make llTeleportAgent conform to Magnum SL Server and add ↵Melanie2012-06-083-5/+73
| | | | | | | | | | | | | | | | llTeleportAgentGlobalCoords()
| | * | Fix a corner case where checking for region corssing may cross an avatar back ifMelanie2012-06-081-2/+7
| | | | | | | | | | | | | | | | it's pending to be sat onto a vehicle that is in the process of crossing.
| | * | Revert "Add a frame based watchdog function to keyframed motion"Melanie2012-06-081-20/+0
| | | | | | | | | | | | | | | | This reverts commit 2d98d6354ce04b655e8d9062a209f5af1565c78c.
| | * | Merge branch 'ubitwork' into avinationMelanie2012-06-081-0/+20
| | |\ \ | | | |/
| | | * Add a frame based watchdog function to keyframed motionMelanie2012-06-081-0/+20
| | | |
* | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-06-081-13/+165
|\ \ \ \ | |/ / /
| * | | *UNTESTED* fix PRIM_LINK_TARGET. Make it work on avatars, set any pending ↵UbitUmarov2012-06-081-7/+37
| | | | | | | | | | | | | | | | position change on others; don't assume m_host is in same grp that part (possible always is)...