aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-04-21ubitODE: - don't try to hover underground unless volumedetector (that ↵UbitUmarov1-47/+93
doesn't colide with it)
2012-04-20changed seletion code. SOP now knows about parts selection. UI actions are ↵UbitUmarov3-24/+104
sent to SOP and this reports to SOG. Group is selected if any part is selected.sop.isSelect get() is only used in SOG. Will need to be improved for better performance on largelinksets. *UNTESTED* NEEDS CHECKING for side efects
2012-04-20ubitODE: - Change triangles used in terrain height estimationUbitUmarov1-11/+28
2012-04-20ubitODE - again avatar/terrain collision. Reduce new viewers interpolators ↵UbitUmarov1-6/+14
efects reporting null velocity and aceleration when stopped near the right position, where they can still have instantanius large values that can get magnified by interpolators, specially using diferent timing estimation.
2012-04-19 changed - VolumeDetect and phantom setting interaction. Script VD(true) ↵UbitUmarov2-13/+40
forces phantom ON. UI phantom off turns off VD. Other transitions should only change specific parameter. This is not as current SL. - Fixed volumedetect prims being wrongly removed from physics.
2012-04-18Allow setting a specific target velocity on TeleportWithMomentumMelanie1-1/+11
2012-04-18Allow scripts in attachments owned by the NPC to control the NPCMelanie1-1/+7
2012-04-18ubitODE still retouching character pidUbitUmarov1-2/+2
2012-04-18ubitODE - retouch character PIDsUbitUmarov1-4/+4
2012-04-17Prevent objects rezzed in sim from being seen as attachments and becoming ↵Melanie2-0/+8
uneditable or crashers. (Foxtail of death)
2012-04-17ubitODE: prims - update managed dinamic parameters from unmanaged at ODE ↵UbitUmarov1-78/+46
rate and not heartbeat.
2012-04-17ubitODE: - character managed ode was only getting position etc from ↵UbitUmarov2-119/+48
unmanaged at heartbeat rate like core ode. Now do it at ODE rate in move(..). UpdatePositionAndVelocity() called once per heartbeat is now empty.
2012-04-17ubitODE: - made avatar/ground collision pid servo a bit softer since seems a ↵UbitUmarov2-6/+7
bit unstable with small avas in AVI even if fine on my testsite - Removed reading of PID parameters from config files since that only serves to mess things up and adds more unknowns
2012-04-17ubitODE: bug fix let avatars colide with volume detectorsUbitUmarov1-0/+1
2012-04-16fix (http://opensimulator.org/mantis/view.php?id=5965) llGetObjectMass was ↵UbitUmarov1-2/+23
bad for sitted avatars not checking for the null physicsactor
2012-04-16ubitODE: - fix remove characters from default raycasts filters as older code ↵UbitUmarov2-8/+16
(or camera is very odd) - Slow down avatar if velocity is higher than 50m/s as in chODE
2012-04-16chODE: if character velocity > 50m/s apply breaks. In free fall this will ↵UbitUmarov1-1/+10
give a terminal velocity +- 60m/s
2012-04-16 chODE bug fixUbitUmarov1-7/+9
2012-04-16 Let llCastRay use ubitODE raycast if avaiable plus a few changes/fixes that ↵UbitUmarov1-22/+86
should be checked. PROBLEM: it will not detect nonphysical phantons :(
2012-04-16 added suport funtions for ubitODE raycastFilteredUbitUmarov1-0/+13
2012-04-16Downgrade an error log message to info because there is nothing we can do ifMelanie2-2/+2
an asset is damaged so it should not spew red ink.
2012-04-16ubitODE + physmanager: - Revised use of ODE collisions categories and ↵UbitUmarov7-729/+983
bits(flags) for better use as filters together with top spaces (for example physical prims are on topactivespace and not physical are on topstaticspace) - Added new world raycast with filters. This blocks calling thread with a timeout of 500ms waiting for heartbeat ode thread signal job done. - Don't let ode bodies being disabled for 2 long except for vehicles. This is necessary to detect when the object is at rest at top of other and that is removed. Assume that vehicles can be enabled by used action.
2012-04-14Use chode character actor.SetMomentum() to force full restore Velocity in ↵UbitUmarov2-2/+22
scenepresence TeleportWithMomentum(), since actor.Velocity was selected by original coders as the input of a desired velocity (even 'forces') that is modified by character conditions, like not changing velocity.Z if it is in free fall.
2012-04-13Use presence absolute position to request raycast to camera. Used m_pos ↵UbitUmarov1-3/+11
maybe a sitting offset. For reasons i don't understand that also seems to crash ode more when i let this rays colide with heighmaps (ubitODE with normal ode lib).
2012-04-13 don't do Animator.UpdateMovementAnimations() in scenepresence ↵UbitUmarov1-2/+3
RegionHeartbeatEnd if agent is sitting. Also restore Velocity in teleportWithMomentum()
2012-04-09make llGetGeometricCenter() work as in current SL. Now this is not real geom ↵UbitUmarov2-10/+49
center but a average of positions relative to root prim ignoring prims details, so no need to use physics engine.
2012-04-09chODE and ubitODE always return prim mass (they where returning object mass ↵UbitUmarov4-69/+315
on physical prims) so SOG can do the total add. (ubitODE as more code to use a simpler terrain geom on a modified ode lib but should do autodetect and work with normal lib).
2012-04-09 llGetMass and llGetObjectMass (and push estimation) always use object mass ↵UbitUmarov3-9/+30
as in current SL ( push is what makes sense or impulse will depend on what prim it is and not object). Added llGetMassMKS() that just returns 100 x llGetMass() as it seems to be in SL.
2012-04-09sop.AddToPhysics(..) fixed and in use. For now it seems it needs to set ↵UbitUmarov1-263/+147
sop.PhysActor, so made it return void.
2012-04-08Fix a LSL merge artefactMelanie1-10/+2
2012-04-06Moved the inventory manipulation from HGEntityTransferModule to ↵Diva Canto4-150/+208
HGInventoryAccessModule where it belongs. They need to exchange some events, so added those to EventManager. Those events (TeleportStart and TeleportFail) are nice to have anyway.
2012-04-07Rather than having a FromFolderID property on every single prim and only ↵Justin Clark-Casey (justincc)4-10/+19
ever using the root prim one, store on SOG instead. This reduces pointless memory usage.
2012-04-07Store FromItemID for attachments once on SOG instead of on every SOP and ↵Justin Clark-Casey (justincc)8-34/+29
only ever using the root part entry. This eliminates some pointless memory use.
2012-04-06refactor: Eliminate unnecessary SOP.m_physActorJustin Clark-Casey (justincc)1-10/+1
2012-04-06Implement PRIM_POS_LOCAL on llSetPrimitiveParams() and other prim params LSL ↵Justin Clark-Casey (justincc)1-0/+1
functions. This is the same as PRIM_POSITION
2012-04-06refactor: Use clearer part.ParentGroup.IsAttachment in LSL_Api.GetPartLocalPos()Justin Clark-Casey (justincc)1-4/+4
2012-04-06Fix llGetLinkPrimParams for PRIM_POS_LOCAL for child prims whether in scene ↵Justin Clark-Casey (justincc)2-13/+24
or attachments. Return relative position to root prim rather than 0,0,0. Should fix same issue with llGetLocalPos() http://opensimulator.org/mantis/view.php?id=5951
2012-04-06For llGetMass(), return the mass of the avatar is the object is attached.Justin Clark-Casey (justincc)2-3/+40
As per http://lslwiki.net/lslwiki/wakka.php?wakka=llGetMass This is the mass as used by the physics engine (ODE or Bullet).
2012-04-06Addition of missing constants for llGetObjectDetails including for Mantis 5502Talun2-0/+82
Signed-off-by: nebadon <michael@osgrid.org>
2012-04-06Make llGetMass() return total mass of object when called on root prim.Justin Clark-Casey (justincc)1-1/+4
As per http://lslwiki.net/lslwiki/wakka.php?wakka=llGetMass Aims to resolve http://opensimulator.org/mantis/view.php?id=5954
2012-04-06Deleted the unused and commented code from 2 commits ago.Diva Canto2-835/+1
2012-04-06If an AddItem fails, try adding it to the right folder type.Diva Canto1-20/+63
2012-04-06WARNING: LOTS OF COMMENTED AND UNUSED CODE IN THIS COMMIT. This is on ↵Diva Canto2-57/+1007
purpose; it's an historical record of what works and what doesn't wrt manipulating inventory at the viewer. I'll remove the unused code in a subsequent commit, but wanted to place it in history. The uncommented code works.
2012-04-06A few minor tweaks here and there in XInventoryService.Diva Canto1-14/+48
2012-04-06Finish the implementation of GetUserInventory, even though it's still not used.Diva Canto6-33/+201
2012-04-06Packing of folder in SendBulkUpdateInventory always set the folder type to ↵Diva Canto1-1/+2
-1. Not sure if there's a reason for it, but I'm changing it to the given folder type.
2012-04-06Guard against null inventory contents.Diva Canto1-2/+2
2012-04-06Thank you, BaseHttpServer, for telling me where things go wrong.Diva Canto1-2/+2
2012-04-05Added missing refresh of group membership client side cache to the groups ↵Snoopy Pfeffer1-1/+2
module. Before memberships of non active groups often were not stored in the cache (n_groupPowers).
2012-04-05Revert last commitSnoopy Pfeffer1-22/+25