aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/Program.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop OpenSim.Grid.GridServer.exe from building to reduce user/developer ↵Justin Clark-Casey (justincc)2009-11-101-65/+0
| | | | | | confusion, since only the ROBUST grid service now works GridServer dll still building for now due to unresolved dependencies with the remaining OpenSim.Grid.UserServer.exe
* Add -xmlfile= option to UGM, to let the files be outside bin if desiredMelanie2009-08-211-0/+2
|
* Graft the REST console onto the grid server. Same procedure as withMelanie2009-08-191-0/+12
| | | | the user server.
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* * optimized usings.lbsa712009-02-121-1/+0
|
* Mantis #1936Melanie Thielker2008-08-131-1/+0
| | | | | | | | Thank you, gsky, for a patch that corrects the threading model to use the multithreaded apartment in the grid servers and region server.
* * Reinstate grid receive and send keys to user server configJustin Clarke Casey2008-08-091-7/+7
| | | | | | | * Looks like these weren't so unused after all - oops! * Remove message from grid server config
* * Rolled back a few changes.Adam Frisby2008-05-011-1/+1
|
* * Cleaning code still.Adam Frisby2008-05-011-1/+1
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-4/+2
| | | | (this took a while to run).
* Added copyright messages. Set svn:eol-style. Minor cleanup.Jeff Ames2008-03-181-28/+55
|
* * Renamed Main.cs to GridServerBase.cslbsa712008-03-121-1/+1
|
* * Refactored out exe bit out of Grid Server for great justicelbsa712008-03-121-0/+28