aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSimMain.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-533/+0
| | | | the Grid servers can be a separate solution to the region server.
* Border crossing back to mostly working, still seems a problem in that you ↵MW2007-05-191-1/+1
| | | | need to stop walking just after you cross the border for it to work properly (else you will continue moving into a negative position in the first sim)
* Added a CheckSumServer (handles template checksum , so there is no longer ↵MW2007-05-191-0/+3
| | | | | | | | the need to connect to LL userserver). Currently onlt active in sandbox mode (someone simple needs to add "CheckSumServer checkserver = new CheckSumServer(12036, m_console);" to the grid userserver). Then when starting up the SL client add " -user localhost" (or whatever the IP address that the sim or grid userserver is at) to the command line
* Number of small changesMW2007-05-191-2/+0
|
* Hopefully everything is working againMW2007-05-171-8/+1
|
* * minor rearrangement for claritylbsa712007-05-171-2/+3
|
* * did the try get thing and introduced some variables for readabilitylbsa712007-05-171-4/+9
|
* More OO and abstract goodness for Gareth to drool over. Cleaned up the World ↵MW2007-05-171-1/+4
| | | | class a bit and added a WorldBase class (that World now inherits from)
* Renamed OpenSimApplicationBase again this time to RegionServerBase MW2007-05-161-6/+6
|
* Moved the OpenSimMain class into the OpenSim.exe project MW2007-05-161-0/+530