aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-24Bug fix: compare tolower. This should fix the issue where HG visitors current...Diva Canto1-1/+1
2013-04-24BulletSim: partial addition of BSShape class code preparing forRobert Adams2-52/+191
2013-04-24BulletSim: update DLLs and SOs to they have no dependencies on newerRobert Adams3-0/+44
2013-04-23BulletSim: improve avatar stair walking up. Add more parameters to control forceRobert Adams5-25/+123
2013-04-23Fix issue in ConciergeModule where UpdateBroker was sending malformed XML if ...Justin Clark-Casey (justincc)1-2/+4
2013-04-22BulletSim: fix crash when deleting llVolumeDetect enabled objects. Bullet's c...Robert Adams1-5/+2
2013-04-22Allow callers to set the invoice parameter for GenericMessageMelanie6-12/+22
2013-04-22Allow callers to set the invoice parameter for GenericMessageMelanie6-12/+22
2013-04-20Materials persistence via SceneObjectPart.dynAttrs. This appears to work acro...dahlia1-8/+154
2013-04-20handle PUT verb for RenderMaterials Capdahlia1-1/+5
2013-04-19RenderMaterials POST Cap now return material entries when invoked with an OSD...dahlia1-61/+108
2013-04-19Materials-capable viewers send ImageUpdate packets when updating materials th...dahlia1-11/+35
2013-04-18remove default parameter value that apparently mono cant handledahlia1-1/+1
2013-04-18Initial experimental support for materials-capable viewers. This is in a very...dahlia1-0/+382
2013-04-17amend previous commit, a line was left outdahlia1-0/+1
2013-04-17Thanks lkalif for a fix to SendRegionHandshake() which fixes a potential cras...dahlia1-2/+6
2013-04-17Allow changes to TextureEntry to propagate to viewers when MaterialID changesdahlia1-0/+2
2013-04-16refactor: Remove IClientNetworkServer.NetworkStop() in favour of existing Sto...Justin Clark-Casey (justincc)3-8/+14
2013-04-09BulletSim: fixing problems with llMoveToTarget. Not all fixed yet.Robert Adams3-6/+18
2013-04-09BulletSim: some formatting changes.Robert Adams1-10/+17
2013-04-09Another algorithm for AngularVerticalAttraction. This one Takes into account ...Vegaslon1-0/+23
2013-04-09BulletSim: add Bullet HACD library invocation. Turned off by default as notRobert Adams3-94/+183
2013-04-09BulletSim: fix problem where large sets of mega-regions weren't registeringRobert Adams1-3/+3
2013-04-10minor: fix mono compiler warning in ScriptsHttpRequests.csJustin Clark-Casey (justincc)1-1/+0
2013-04-10minor: remove mono compiler warnings in InventoryAccessModuleJustin Clark-Casey (justincc)1-3/+2
2013-04-10minor: Make exceptions thrown by MySQLAssetData more consistent.Justin Clark-Casey (justincc)1-10/+19
2013-04-09Comment out rez perms logging I accidentally left in at 7f07023 (Sat Apr 6 02...Justin Clark-Casey (justincc)1-1/+1
2013-04-09minor: Log an exception if we aren't able to delete a script state file rathe...Justin Clark-Casey (justincc)1-1/+6
2013-04-09If OpenSimulator is writing a PID file and finds the file already present on ...Justin Clark-Casey (justincc)1-0/+5
2013-04-08BulletSim: moving comments around. No functional change.Robert Adams3-10/+11
2013-04-08BulletSim: clean up actor code so routines use the same coding pattern.Robert Adams10-123/+137
2013-04-08BulletSim: complete movement of physical object action code out of theRobert Adams11-636/+1078
2013-04-07Optimize the number of Simian calls to get the initial presenceMic Bowman1-110/+83
2013-04-06Fix taking (and rezzing) of coalesced objects in the non-root subregions of m...Justin Clark-Casey (justincc)4-53/+76
2013-04-06When rezzing a coalesced object, check adjust position of all components.Justin Clark-Casey (justincc)1-20/+27
2013-04-04* In between the fog, a moment of clarity. This fixes mantis 6570teravus1-1/+1
2013-04-04Fix XmlRpcAdmin admin_exists_user call so that it actually returns the last u...Justin Clark-Casey (justincc)1-1/+1
2013-04-04refactor: Simplify ScriptsHttpRequests.GetNextCompletedRequest to more simply...Justin Clark-Casey (justincc)1-10/+4
2013-04-04Fix bug where outstanding llHTTPRequests for scripts were not being aborted w...Justin Clark-Casey (justincc)3-32/+76
2013-04-03minor: Stop falsely logging that a teleport was being aborted on client logou...Justin Clark-Casey (justincc)1-3/+1
2013-04-03Fix minor race condition in SOP.SitTargetOrientationLL where inconsistent val...Justin Clark-Casey (justincc)1-11/+2
2013-04-03Use consistent GroupPosition value Make SOP.UpdateGroupPosition() rather than...Justin Clark-Casey (justincc)1-5/+6
2013-04-03fix minor race condition in SOP.SitTargetPositionLL where inconsistency could...Justin Clark-Casey (justincc)1-1/+1
2013-04-03minor: Make SOP.UpdateOffset() more consistent by checking against the same o...Justin Clark-Casey (justincc)1-7/+7
2013-04-02Fix minor race condition where SOP.GetGeometricCenter() and GetCenterOfMass()...Justin Clark-Casey (justincc)1-4/+4
2013-04-02BulletSim: create axis lock constraint with proper orientation andRobert Adams1-4/+2
2013-04-01BulletSim: update unmanaged API for HACD parameter passing. Bullet HACDRobert Adams3-6/+20
2013-04-01BulletSim: rearrange mega-region terrain code to make the thread flowRobert Adams1-15/+18
2013-04-02Use Output instead of OutputFormat in appropriate places of XEngine status re...Justin Clark-Casey (justincc)1-2/+2
2013-04-02minor: Remove unnecessary call to GetAttachments() in AttachmentsModule.Updat...Justin Clark-Casey (justincc)1-2/+0