Commit History

Author SHA1 Message Date
  teravus 92e4f9f412 * Initial commit of BulletSimN (BulletSNPlugin). Purely C# implementation of BulletSim. This is designed to be /as close as possible/ to the BulletSim plugin while still being entirely in the managed space to make keeping it up to date easy as possible (no thinking work). This implementation is /slower/ then the c++ version just because it's fully managed, so it's not appropriate for huge sims, but it will run small ones OK. At the moment, it supports all known features of BulletSim. Think of it like.. POS but everything works. To use this plugin, set the physics plugin to BulletSimN. 11 years ago
  BlueWall 063f37cf73 One more time... 11 years ago
  BlueWall a6e5a2f4df Prebuild fix 11 years ago
  BlueWall 0b455d2882 Merge branch 'master' into connector_plugin 11 years ago
  Justin Clark-Casey (justincc) 7fdc251774 Add path references for Mono.Addins where they were missing for DataSnapshot and UserStatistics. 11 years ago
  BlueWall c754003944 Merge branch 'master' into connector_plugin 11 years ago
  Justin Clark-Casey (justincc) 22d4c52ffc Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests 11 years ago
  Justin Clark-Casey (justincc) 82690e1384 Fix bug where loading an OAR with a deeded parcel would always set the parcel owner ID to the estate owner even if the group UUID was present. 11 years ago
  justincc 7133b6bb4f Fix recent windows build break. 12 years ago
  Justin Clark-Casey (justincc) 45d1e6ab09 Make "show info" command available across all servers 12 years ago
  Justin Clark-Casey (justincc) bac8ac32da Add regression test for a good request made to the asset service post handler. 12 years ago
  Justin Clark-Casey (justincc) e25c51330a Add basic XInventoryServicesTests.TestAddItem() regression test. 12 years ago
  Justin Clark-Casey (justincc) 0c4efdc6a8 Fix build break from 1aa0271 by adding System.Core to prebuild.xml 12 years ago
  BlueWall 07f1d44174 Merge branch 'master' into connector_plugin 12 years ago
  BlueWall 99bb6c9304 Move PluginManager 12 years ago
  Justin Clark-Casey (justincc) 1e86c58822 Remove now unnecessary OpenSim.Framework.Console reference from Monitoring. 12 years ago
  Justin Clark-Casey (justincc) 387ce8ef35 Fix build break by moving OpenSim.Framework.Console back below HttpServer in the build order. 12 years ago
  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