aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/GridManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-07-03*Fixed storage issue as noted in last commit of the OGS1 GridServermingchen1-3/+4
*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-4/+17
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*Renamed OGS1 XmlRpcLoginToSimulatorMethod to the more appropriate ↵mingchen1-65/+112
XmlRpcSimulatorLoginMethod *Attempt to fix the "sim not found" issue by adding sim if...well...not found (OGS1)
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-21/+20
* added some licensing info
2007-07-02*OGS1 Key2Name/Name2Key worksmingchen1-0/+1
*OGS1 doesnt crash on startup anymore
2007-07-01Fixed SimpleApp - aka thankgoditssundaycommitlbsa711-4/+4
* Updated SimpleApp with various introduced dependencies * Extracted ScenePrescence creation in Scene * removed try-catchall from UserManagerBase (that actually hid a bug) * Refactored RegionInfo * handle is calculated * it will explode upon accessing x,y,ip,port,externalip if not explicitly initialized * Removed superfluous 'ref' keywords * Removed a shitload of 'catch Exception e' that causes build warnings * Lots of small refactorings, renames et c * Ignored some bins
2007-06-27*Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen1-2/+2
prebuild.xml though