Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 1f2472d0fc Extend "show stats" command to "show stats [list|all|<category name>]" 12 years ago
  BlueWall 08f6c8065e Add System.Core to references 12 years ago
  BlueWall 252af020b0 Merge branch 'master' into connector_plugin 12 years ago
  BlueWall 440726250c Added parts to manage repositories and plugin management 12 years ago
  Justin Clark-Casey (justincc) d87813a194 Finally fix build break by allowing UserManagementModule (which constructs a packet directly) to reference OpenSim.Region.ClientStack.LindenUDP. 12 years ago
  Justin Clark-Casey (justincc) 1ec84ac8b1 Add basic asset connector tests to check behaviour for normal, local and temporary assets. 12 years ago
  BlueWall 81fda6f947 Revert "Fix prebuild.xml format for reference" 12 years ago
  BlueWall 96f889b20e Fix prebuild.xml format for reference 12 years ago
  BlueWall a0eda6eb16 Fix Windows build 12 years ago
  Justin Clark-Casey (justincc) adce58b33a Renaming existing 'torture' tests to 'performance' tests instead, since this better matches what they really do. 12 years ago
  Justin Clark-Casey (justincc) ec726413dd Add VectorRenderModuleStressTests that contains a long running test that generates thousands of vector textures concurrently. 12 years ago
  Justin Clark-Casey (justincc) bcbd450fe4 Add --force flag to "kick user" console command to allow bypassing of recent race condition checks. 12 years ago
  Justin Clark-Casey (justincc) 86b005de1d Add simple draw test for the VectorRenderModule 12 years ago
  Justin Clark-Casey (justincc) 5aec0ff207 Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring with other monitoring code from OpenSim.Framework 12 years ago
  Justin Clark-Casey (justincc) 35efa88c26 Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring. 12 years ago
  Justin Clark-Casey (justincc) a1e99642c1 Add experimental "OpenSim object memory churn" statistics to output of region console "show stats" command 12 years ago
  Robert Adams b537bbc410 Reorder BulletSim in prebuild.xml so OpenSim.Region.CoreModules is compiled before BulletSim is 12 years ago
  Robert Adams 24dfb5bcb3 Remove an added but unnecessary dependency in prebuild.xml 12 years ago
  Robert Adams e9c437ed0e Correct namespace of BinaryLoggingModule (a cut-and-paste error). Add a simple, high performance logger for high frequency logging (physics sub-operations, for instance). 12 years ago
  Justin Clark-Casey (justincc) 9c89ad9154 Fix build break for windows with missing package for IScriptEngine in prebuild.xml for OpenSim.Region.CoreModules.Tests.dll 12 years ago
  Justin Clark-Casey (justincc) fc24563206 Add regression TestDetachScriptedAttachmentToInventory() 12 years ago
  Justin Clark-Casey (justincc) 58869e5aa0 Fix recent SOP.GetSittingAvatars() to return null if there are no sitting avatars rather than throwing an exception. 12 years ago
  Justin Clark-Casey (justincc) 94517c8d5c Make the "debug http" command available for robust as well as the simulator. This allows one to see incoming requests as they happen. 12 years ago
  Talun d5cc959683 Mantis 6044 Building master currently fails. 12 years ago
  BlueWall db566fbb09 Fix prebuild.xml 12 years ago
  Oren Hurvitz 37d770f814 Use DotNetZip to compress OARs and IARs. 12 years ago
  Justin Clark-Casey (justincc) 7468299673 Eliminate race condition where many callers would check SOP.PhysicsActor != null then assume it was still not null in later code. 12 years ago
  Diva Canto 5a8ed50639 Added missing dependency for MS 2008. I hope. (I don't have 2008 to test this) mantis #5949 12 years ago
  Justin Clark-Casey (justincc) 3525c876c8 Make default "show friends" console command show friends fetched from the friends service. 12 years ago
  Justin Clark-Casey (justincc) 59157d9d63 Add simple login test with online friends. Add IFriendsModule.GrantRights() for granting rights via a module call. 12 years ago