aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Types/NetworkServersInfo.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-16changed to native line ending encodingSean Dague1-219/+219
2007-07-15* Fixed bug where UserServer SendKey would not be saved in configuration.Adam Frisby1-1/+1
2007-07-13Changed simpleApp to use basic physics.MW1-2/+2
Done some work of fixing primitive/SceneObject copying. Set DefaultHome region to 1000,1000.
2007-07-03*Fixed storage issue as noted in last commit of the OGS1 GridServermingchen1-1/+1
*Reverted the default remote grid server port back to 8001 (from a port change to debug a previous issue)
2007-07-03*Removed GridInfo class as it has been previously replaced with the much ↵mingchen1-1/+1
better NetworkServersInfo class *Got the GridServer in OGS1 to go through with registering the region, but the actual storage of the region isnt working right now. **After this is fixed, grid mode should work!
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-15/+14
* added some licensing info
2007-06-28*Master User is now set upmingchen1-0/+39
*Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml