aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-23Add additional return statusBlueWall2-4/+23
2013-01-21BulletSim: Tweeks to vehicle motion.Robert Adams3-15/+11
2013-01-21BulletSim: allow changing position and rotation of a child of a linksetRobert Adams8-46/+112
2013-01-21Have SOP and LSL_Api call the proper GetCenterOfMass and GetGeometricCenterRobert Adams2-1/+11
2013-01-21BulletSim: remove unused MaxTaintsToProcessPerStep parameterRobert Adams3-8/+5
2013-01-20BulletSim: More aggressive as setting character velocity to zeroRobert Adams5-91/+153
2013-01-20BulletSim: fix problem of avatar sliding very slowly occasionally after stopp...Robert Adams1-34/+41
2013-01-20BulletSim: small fix making sure terrain height is calculatedRobert Adams1-1/+3
2013-01-20BulletSim: modify motors to return correction rather than current valueRobert Adams5-38/+36
2013-01-20This updates prebuild to remove BulletSimN, implements the BulletSim API in B...teravus1-262/+623
2013-01-20* Dumping BulletSimNPlugin in favor of combining the APIteravus23-11752/+0
2013-01-20* Tweak the BulletSimN API a bit.teravus2-17/+18
2013-01-19Remove group IM test code also mentioning "OpenSimulator Testing"Melanie1-26/+1
2013-01-19Remove the core groups moduleMelanie1-252/+0
2013-01-19Kill the dumb Opensimulator Testing group again - for good.Melanie1-8/+3
2013-01-19IRCBridgeModule: optional agent-alertbox for IRC enabled Regions look in Open...PixelTomsen4-273/+305
2013-01-19Check the existing ScenePresence.ParentPart to make sure we're not trying to ...Justin Clark-Casey (justincc)1-2/+1
2013-01-19Assign the SmartThreadPool name in the constructorOren Hurvitz2-4/+9
2013-01-19Explicitly stop PollServiceRequestManager() rather than relying on its destru...Justin Clark-Casey (justincc)2-5/+15
2013-01-19New constants for llGetObjectDetailsTalun2-0/+92
2013-01-19Mantis 6507 keys returned by llGetAgentList incorrect for llList2KeyTalun1-2/+2
2013-01-19Fix use of scene debug commands when region is set to root or a specific regi...Justin Clark-Casey (justincc)1-15/+12
2013-01-18Add "debug set set animations true|false" region console command.Justin Clark-Casey (justincc)4-24/+48
2013-01-18Restore previous client AO behaviour by not allowing them to remove the defau...Justin Clark-Casey (justincc)5-8/+27
2013-01-18BulletSim: reduce jitter in avatar velocity when walking or flying.Robert Adams2-2/+9
2013-01-18BulletSim: add logic to turn off pre-step actions when object goesRobert Adams1-0/+21
2013-01-17BulletSim: Add one function that all actors who act on the physicalRobert Adams5-24/+31
2013-01-17Add utility function to clamp a vector to a maximum magnitude.Robert Adams1-0/+12
2013-01-16* Enables loading cached bakes on teleport by filling in the appropriate avat...teravus1-2/+71
2013-01-16 dont send a full grp update on stopmovetotarget. just a rootpart terseUbitUmarov2-1/+3
2013-01-16 same for SetPrimParamsUbitUmarov1-3/+4
2013-01-16 llSetPos on child prim, send only a part terse update and not a group oneUbitUmarov1-3/+4
2013-01-16Add a way to put things at the front of the queue for any throttle group.Melanie5-19/+63
2013-01-16Complete removal of the now unused state queueMelanie3-19/+4
2013-01-16Changed a couple of debug messages at the request of osgrid.Diva Canto1-2/+2
2013-01-16JustinCC's core re-mergeMelanie18-91/+231
2013-01-16Change all uses of the removed state queue to the task queue for now.Melanie1-5/+5
2013-01-16Complete removal of the now unused state queueMelanie3-18/+3
2013-01-16Revert " fix STATE udp queue data rate since it is in use again, after being"Melanie1-4/+1
2013-01-16 fix STATE udp queue data rate since it is in use again, after beingUbitUmarov1-1/+4
2013-01-16Add admin_refresh_search command to RemoteAdminMelanie1-0/+29
2013-01-15BulletSim: add the editting children in linkset going phantom bug to TODO list.Robert Adams1-0/+2
2013-01-15BulletSim: don't modify angular parameters when doing LIMIT_MOTOR_UP.Robert Adams5-28/+30
2013-01-15BulletSim: add debugging messages to know when assets for physicalRobert Adams4-17/+51
2013-01-15BulletSim: reduce maximum force a script can apply (like in llApplyImpulse)Robert Adams1-3/+3
2013-01-16Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)18-54/+327
2013-01-16Revert "Implement co-operative script termination if termination comes during...Justin Clark-Casey (justincc)7-289/+13
2013-01-16Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)7-13/+289
2013-01-15Add Refresh() Method to ISerachModule to allow forcing a sim to resend it'sMelanie1-1/+1
2013-01-15Fix llSetRegionPos and detail behaviors of llSet[Link]PrimitiveParams[Fast]()Melanie1-5/+9