aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-04Backport the fixes to WebFetchInventoryDescendents to the UDPMelanie12-161/+112
2009-11-03Remove parallel loading from XEngine, but retain the new design whereMelanie1-8/+19
2009-11-03minor: remove a few mono compiler warningsJustin Clark-Casey (justincc)2-4/+4
2009-11-03minor: remove some mono compiler warningsJustin Clark-Casey (justincc)3-17/+17
2009-11-03Fixed a couple of NREs in corner cases.Diva Canto1-0/+6
2009-11-02Delete depricated extrusion methods and redirect to universal extrude method.dahlia1-833/+10
2009-11-02Another race condition fix in SceneObjectGroupJohn Hurliman1-7/+11
2009-11-02Removing Console.WriteLine()s that were brought in with the revertJohn Hurliman1-2/+0
2009-11-02Fixing race conditions in the SceneObjectPart propertiesJohn Hurliman1-56/+53
2009-11-02Removing duplicate SceneObjectPart.RotationalVelocity propertyJohn Hurliman8-36/+26
2009-11-02Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman15-878/+917
2009-11-02Fix an invalid argument exception in the remote admin module when.Melanie1-1/+1
2009-11-02* Committing missing file from last commit.Adam Frisby1-0/+13
2009-11-02* Implemented some tweaks to monitoring module.Adam Frisby4-1/+98
2009-11-01* Implements new 'Monitoring' system for reporting performance.Adam Frisby14-8/+471
2009-10-31Patch + minor formatting fixes.Diva Canto2-4/+4
2009-10-31http://opensimulator.org/mantis/view.php?id=4337Douglas R. Miles2-2/+6
2009-10-30* Remove the locklessqueue tests since I guess I didn't understand what it wa...Teravus Ovares (Dan Olivares)1-147/+0
2009-10-30* Add LocklessQueueTests. One Test is commented out because it fails. ...Teravus Ovares (Dan Olivares)2-31/+148
2009-10-30* Adding Tests for OpenSim.Framework.Cache. Some test cases disabled until m...Teravus Ovares (Dan Olivares)1-0/+75
2009-10-30Make the default and max RTO configurable int he linden client stackMelanie2-5/+19
2009-10-30* Another ACL TestTeravus Ovares (Dan Olivares)1-1/+58
2009-10-30* Moving A test from the OpenSim.Framework.ACL object to the OpenSim.Framewor...Teravus Ovares (Dan Olivares)1-0/+41
2009-10-30Fixed a regression in SendAvatarGroupsReply()John Hurliman1-2/+2
2009-10-30Convert the AvatarGroupsReply message to the event queue.Melanie1-26/+39
2009-10-30Add a using for OSD to the client viewMelanie1-0/+1
2009-10-30* Disables automatic packet splitting on AvatarGroupsReply packets. This pack...John Hurliman2-14/+16
2009-10-30Squelch an error message on sim shutdown when not using MXPMelanie1-2/+5
2009-10-30* Fix for a potential race condition in ScenePresence.AbsolutePositionJohn Hurliman3-42/+42
2009-10-30* Moving parcel media and avatar update packets from the unthrottled category...John Hurliman4-22/+25
2009-10-30* Fixes issue #4329 "llDialog fails silently" by updating OpenMetaverse.dllJohn Hurliman4-26/+32
2009-10-29* Fixed a NullReferenceException in GetMovementAnimation() and added more pro...John Hurliman1-29/+35
2009-10-29* Commented out two noisy debug lines in the LLUDP serverJohn Hurliman3-159/+144
2009-10-29More performance improvements to XEngine script loadingJohn Hurliman2-54/+37
2009-10-29* Misc. formatting cleanup for the previous patchJohn Hurliman3-37/+40
2009-10-29OptimizationsDan Lake5-118/+123
2009-10-29* Implemented foot collision plane for avatarsJohn Hurliman1-215/+44
2009-10-29Ported the Simian avatar animation system to OpenSim. Landing is currently no...John Hurliman1-36/+203
2009-10-29Fixing NullReferenceException regression in the previous commitJohn Hurliman1-1/+1
2009-10-29* Log progress messages when loading OAR files with a lot of assetsJohn Hurliman7-81/+108
2009-10-28Small performance tweaks to code called by the heartbeat loopJohn Hurliman4-117/+53
2009-10-28Always send a time dilation of 1.0 while we debug rubberbanding issuesJohn Hurliman4-107/+6
2009-10-28Limit physics time dilation to 1.0John Hurliman2-2/+2
2009-10-28* Standalone logins will now go through the sequence of "requested region, de...John Hurliman5-32/+40
2009-10-28* Reduce the velocity tolerance on sending terse updates to avoid slowly drif...John Hurliman3-5/+12
2009-10-28Fixed a bad check on velocity in the ODE near() callback (it was only checkin...John Hurliman1-3/+3
2009-10-28Adding changes to previous patch to make it fit into core betterMelanie1-19/+17
2009-10-28patch kill by UUIDFredo Chaplin1-0/+58
2009-10-28Track timestamps when terse updates were last sent for a prim or avatar to av...John Hurliman2-2/+10
2009-10-28Marking ImprovedTerseObjectUpdate packets for avatars as unthrottled to testJohn Hurliman1-1/+1