aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-15Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)5-69/+110
2013-07-13Reinsert PhysicsActor variable back into SOP.SubscribeForCollisionEvents() in...Justin Clark-Casey (justincc)1-8/+12
2013-07-13In co-op termination, extend EventWaitHandle to give this an indefinite lifet...Justin Clark-Casey (justincc)1-2/+21
2013-07-12Changed UploadBakedTextureModule so that it uses the same pattern as the othe...Diva Canto1-8/+27
2013-07-11Centralize duplicated code in SceneObjectPart for subscribing toRobert Adams1-54/+43
2013-07-11Try naming the materials handlers again, this time registering the POST as Re...Justin Clark-Casey (justincc)1-3/+6
2013-07-11minor: remove some regression test logging switches accidentally left uncomme...Justin Clark-Casey (justincc)2-2/+2
2013-07-11minor: Take out unnecessary clumsy sleep at the end of regression Test404Resp...Justin Clark-Casey (justincc)1-3/+0
2013-07-11Fix regression where llHTTPRequests which did not get an OK response returned...Justin Clark-Casey (justincc)2-40/+238
2013-07-11Changed the UserProfileModule so that it's less greedy in terms of thread usage.Diva Canto1-7/+5
2013-07-11Switched UUIDNameRequest and RegionHandleRequest to Sync, because now they ar...Diva Canto1-2/+2
2013-07-11Switched TransferRequest (UDP packet handler) to sync. The permissions checks...Diva Canto1-99/+115
2013-07-10remove names from Capability handlers (added by justincc in commit 013710168b...dahlia1-7/+4
2013-07-10Switched RegionHandshakeReply to Sync, because it's not doing anything blocking.Diva Canto1-1/+1
2013-07-10EXPERIMENTAL: make RequestImage (UDP packet handler) sync instead of async. T...Diva Canto1-1/+1
2013-07-10show client stats: Fixed the requests/min. Also changed the spelling of the c...Diva Canto1-21/+22
2013-07-10Added show client-stats [first last] command to expose what viewers are reque...Diva Canto3-17/+137
2013-07-09Comment out old inbound UDP throttling hack. This would cause the UDPRobert Adams1-0/+2
2013-07-09Revert "minor: remove some mono compiler warnings in UserProfileModule"Robert Adams1-13/+16
2013-07-09If a sensor is in an attachment, avoid throwing an exception if the attachee ...Justin Clark-Casey (justincc)1-0/+10
2013-07-09Handle UUIDNameRequest UDP packet processing async instead of within the main...Justin Clark-Casey (justincc)1-1/+1
2013-07-09Put guards on a bunch of exception-inducing code, as seen in logs from load t...Diva Canto6-6/+20
2013-07-09BulletSim: add parameter to optionally disable vehicle linear deflection.Robert Adams2-16/+34
2013-07-08remove some cruft and trigger a rebuilddahlia1-1/+0
2013-07-08remove an invalid null UUID check which caused a warningdahlia1-8/+1
2013-07-08BulletSim: make all the different angularVerticalAttraction algorithmsRobert Adams4-138/+146
2013-07-09minor: remove some mono compiler warnings in UserProfileModuleJustin Clark-Casey (justincc)1-16/+13
2013-07-08minor: remove mono compiler warnings related to keyframe codeJustin Clark-Casey (justincc)2-8/+3
2013-07-08minor: remove some mono compiler warnings in OdePluginJustin Clark-Casey (justincc)2-2/+1
2013-07-08For stat purposes, add names to capability request handlers where these were ...Justin Clark-Casey (justincc)4-10/+20
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)8-14/+240
2013-07-08Make dictionary read/write locking consistent in CapabilitiesModule, rename t...Justin Clark-Casey (justincc)1-48/+82
2013-07-08Placed a throttle on UserManagementModule for name lookups. Singularity appar...Diva Canto2-11/+57
2013-07-07BulletSim: Different Implementation of Angular Deflection for vehicles, Activ...Vegaslon1-15/+16
2013-07-07BulletSim: fix jumping up and down of linksets when center-of-massRobert Adams1-6/+2
2013-07-07BulletSim: rename position and orientation variables to remove theRobert Adams3-95/+71
2013-07-06Try to normalize the creatorData of scene object parts with the trailing '/'....Diva Canto1-0/+4
2013-07-06Revert "WARNING: BRUTE FORCE DEBUG AGAIN. AVOID USING THIS COMMIT"Diva Canto1-3/+1
2013-07-06Some more fixes on strange behaviors of Unknown User, esp. related to large m...Diva Canto2-16/+16
2013-07-06MORE DEBUG. DON"T USE THIS.Diva Canto1-3/+3
2013-07-06WARNING: BRUTE FORCE DEBUG AGAIN. AVOID USING THIS COMMITDiva Canto1-1/+3
2013-07-06Add implementations for llSetVelocity and llSetAngularVelocity.Robert Adams3-0/+38
2013-07-06BulletSim: implementation of linkset center-of-mass.Robert Adams5-29/+70
2013-07-06BulletSim: More tweaking on center-of-mass. Almost there. Changes have no eff...Robert Adams4-101/+51
2013-07-06BulletSim: comments and non-functional changes working toward the center-of-g...Robert Adams4-20/+39
2013-07-06BulletSim: non-functional updates. Comments and formatting.Robert Adams4-43/+67
2013-07-05Changed a few bits in Inventory/Archiver/InventoryArchiveReadRequest.cs to be...Diva Canto5-25/+29
2013-07-06Fix mono warning in LLImageManagerTestsJustin Clark-Casey (justincc)1-1/+1
2013-07-06Get InventoryWorkerThreads to update watchdog on processing requestsJustin Clark-Casey (justincc)1-0/+2
2013-07-06Update thread watchdog on GridServiceRequestThread periodically and turn off ...Justin Clark-Casey (justincc)1-1/+3