Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Can now use the xml config file for setting up things like sandbox mode, ↵ | MW | 2007-04-25 | 1 | -1/+6 |
| | | | | | | | | login server, physics engine etc. To use this mode add just -configfile to the startup line (instead of the -sandbox etc) A example of what to add to the xml is: SandBox="true" LoginServer="true" UserAccounts="false" LocalAssets="false" PhysicsEngine="basicphysics" (add those to config node in simconfig.xml). The current options for PhysicsEngine are : basicphysics, RealPhysX, OpenDynamicsEngine. | ||||
* | Yet another command line option (really need to get all these moved into a ↵ | MW | 2007-04-17 | 1 | -0/+6 |
| | | | | config file), this one: "-localasset" (without the quotes) is a temporary hack to use a local asset server when in grid mode. (use with extreme caution if you have more than one sim in a grid) | ||||
* | * Fixad namespace clash | lbsa71 | 2007-04-03 | 1 | -0/+64 |