aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/CommunicationsOGS1.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Gird mode in sugilite should now work in so far as you should be able to ↵MW2007-07-101-2/+3
| | | | | | | login and move between regions in the same instance. Moving to regions in a different instance of opensim still needs implementing (working on it now). Also trying to look at the map in grid mode will crash the server.
* *Removed GridInfo class as it has been previously replaced with the much ↵mingchen2007-07-031-1/+2
| | | | | | | | | 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!
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-4/+2
| | | | | * added some licensing info
* *Added UUIDNameRequest packet support (untested, but should work -- at least ↵mingchen2007-06-281-1/+1
| | | | | | | in sandbox mode) *Various small renamings
* *Renamed GridCommsManager to CommunicationsOGS1 to match CommunicationsLocal ↵mingchen2007-06-281-0/+18
-- its sandbox mode counterpart