提交歷史

作者 SHA1 備註 提交日期
  BlueWall 88f2fbc8f1 Merge branch 'master' into connector_plugin 12 年之前
  Robert Adams 084e3926ca BulletSim: use m_angularMotor to do the basic movement. Add the setting of same. Rename the angular forces and add comments to match MoveAngular to the form of MoveLinear. 12 年之前
  Robert Adams d7126a14e1 BulletSim: up the vehicle angular damping to 0.95. Still trying to overcome the movement added by Bullet. 12 年之前
  Robert Adams 4c077a0694 BulletSim: organize MoveLinear code for understandability. Make LIMIT_MOTOR_UP contribution a velocity and not a force. 12 年之前
  Robert Adams f977131fe0 BulletSim: add ToString override to BSVMotor. 12 年之前
  Robert Adams 319ec3235c BulletSim: add BSVMotor as BSDynamics linear motor. 12 年之前
  Robert Adams bd635e264a BulletSim: update DLLs and SOs with new collision margin setting function. 12 年之前
  Robert Adams 9b98011714 BulletSim: update OpenSimDefaults.ini with current default values for friction and collision margin. Remove some of the BulletSim parameters that are very esoteric and dangerous. Most of the remaining parameters are features one can 'see'. 12 年之前
  Robert Adams 980edabc2e BulletSim: clean up TODO list. It is kept somewhere wlse that should be more public. Add error logging for the detail log writer so a message is output when it cannot write to the specified logging directory. Modify friction defaults to be closer to ODE's values. Add new collision margin and vehicle angular damping parameters. 12 年之前
  Robert Adams 9a42405944 BulletSim: small change to add position correction force with AddForce rather than just storing it in the variable 12 年之前
  Robert Adams 22d5bf8ff9 BulletSim: complete vector motor. Correct line endings. 12 年之前
  Robert Adams d1480ac7ee BulletSim: add terrain collision margin and vehicle angular damping 12 年之前
  Robert Adams c3f30fef96 BulletSim: add parameter for terrain collision margin. 12 年之前
  Robert Adams 4ae30873ad BulletSim: Add tables and initialization for different attributes for different materials. For the moment, the per material tables are not used. 12 年之前
  BlueWall c754003944 Merge branch 'master' into connector_plugin 12 年之前
  Justin Clark-Casey (justincc) 02db8b9adb Combine TestDeleteSceneObjectAsync() with TestDeRezSceneObject() as they are functionally identical. 12 年之前
  Justin Clark-Casey (justincc) a4ce63d0cd Fix regression TestDeleteSceneObjectAsyncToUserInventory by adding a BasicInventoryAccessModule() and re-enable in test suite. 12 年之前
  Justin Clark-Casey (justincc) 22d4c52ffc Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests 12 年之前
  Justin Clark-Casey (justincc) e9be85442f In ArchiverTests, use the local instantiated SceneManager rather than potentially cross-contaminating tests by relying on the static SceneManager.Instance 12 年之前
  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. 12 年之前
  Justin Clark-Casey (justincc) cda531bc3c minor: Add some currently commented out debug log lines for investigating issues resolving group IDs for land parcels on OAR loading where groups do not exist 12 年之前
  Justin Clark-Casey (justincc) 999cb4b20c Make "show threads" and "thread abort" console commands available on all servers 12 年之前
  Justin Clark-Casey (justincc) e0a3e01850 Make "force gc" console command available across all servers 12 年之前
  Justin Clark-Casey (justincc) 4b46a0d536 Make "show version" console command available across all servers 12 年之前
  Justin Clark-Casey (justincc) 065d6d6fe1 Delete unused BaseHttpServer.HandleAgentRequest() 12 年之前
  Justin Clark-Casey (justincc) edbdbd44b9 Enable further client stack packet pooling by default by setting RecycleBaseUDPPackets = true by default. 12 年之前
  Justin Clark-Casey (justincc) acc1810af2 minor: remove some mono compiler warnings 12 年之前
  Justin Clark-Casey (justincc) 1f336579c8 minor: Make note in log if scene was restarted due to an unrecoverable physics error 12 年之前
  Justin Clark-Casey (justincc) f473252fa8 Add AllowRegionRestartFromClient setting to [EstateManagement] section of OpenSim.ini. 12 年之前
  Justin Clark-Casey (justincc) 36c6edac69 Remove the redundant BypassPermissions() checks in EstateManagmentModule. 12 年之前