aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman31-122/+105
2009-11-05Applying #4332, optional packet statistics loggingJohn Hurliman3-0/+215
2009-11-05Change the permissions module to use the friend list cache already in theMelanie3-2/+29
2009-11-05Remove a spammy debug message from friends list check in the perms module.Melanie1-20/+2
2009-11-05Patch by revolution, thank you. Mantis #1789 . Implement friends permissions.Melanie10-3/+71
2009-11-04Separate folder and item limit for UDP inventory packets. Folder limit isMelanie1-4/+5
2009-11-04Initialize SceneObjectPart.RotationOffset to Quaternion.IdentityJohn Hurliman1-1/+1
2009-11-04Removing EntityBase.RotationJohn Hurliman4-16/+23
2009-11-04Refine oversized packet handling as per jhurliman. Reallocate the buffer toMelanie1-4/+7
2009-11-04Add some length to the backet buffer for packet sending so oversizeMelanie1-1/+1
2009-11-04minor: remove some mono compiler warningsJustin Clark-Casey (justincc)3-13/+13
2009-11-04Add an overload to OutPacket as per jhurliman. Switch hacky workaroundMelanie1-5/+15
2009-11-04Bounce the pacjet items limit back up to 6Melanie1-1/+1
2009-11-04Prevent autosplitting of inventory descendents packets. Also reduces theMelanie1-1/+4
2009-11-04Correctly set the totall number of descendents in inventory retrievalMelanie1-3/+4
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