aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Application.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-95/+0
| | | | the Grid servers can be a separate solution to the region server.
* Moved the OpenSimMain class into the OpenSim.exe project MW2007-05-161-1/+2
|
* * removed unused new-login.datlbsa712007-05-161-3/+3
| | | | | | | | | | | * cleared up verbose/noverbose/disableOutput douple negation confusion in ConsoleBase * 2d chat radius is now 3d chat sphere * removed unused fast 2d radius calc * added chat type 0xFF : broadcast (no sphere checking) * OpenSimMain now exposes its LocalWorld
* Added very basic support for maps (likely to only work in sandbox mode due ↵MW2007-05-131-2/+2
| | | | to the non functioning remote asset server), also currently just uses textures that we already had added to the asset server (this is the first thing that needs fixing)
* no longer need to use -loginserver with -sandbox (using -sandbox will always ↵MW2007-05-121-0/+1
| | | | start the loginserver)
* Dumb mistake - forgot to assign the datastore variableAdam Frisby2007-04-271-1/+1
|
* * Added new commandline option -config <configfile.xml>Adam Frisby2007-04-271-1/+14
| | | | | Note: This is untested but is a very simple change and should 'just work'. If someone can test, appreciated.
* added just what opensim needs...yet another command line option: -noverbose ↵MW2007-04-261-1/+6
| | | | . cut down on the system console output (should really be stopping it all but not all output is going through OpenSim.Framework.Console)
* Can now use the xml config file for setting up things like sandbox mode, ↵MW2007-04-251-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 ↵MW2007-04-171-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 clashlbsa712007-04-031-0/+64