aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer.Config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All grid servers deleted, including user server. They served us well.Diva Canto2010-01-102-162/+0
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-012-2/+2
| | | | LICENSE.txt.
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to ↵lbsa712009-02-201-3/+3
| | | | 0.6.3.* to better track down dll ref and overwrite problems.
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor ↵lbsa712009-02-191-1/+1
| | | | poor Nant. We probably should take the opportunity to let the non-module bins reside in their /bin/Debug dirs later.
* Minor cleanup.Jeff Ames2008-05-161-1/+1
|
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
|
* Formatting cleanup.Jeff Ames2008-03-182-27/+27
|
* Converted logging to use log4net.Jeff Ames2008-02-051-16/+18
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* Whitespace cleanup.Jeff Ames2008-01-101-6/+6
|
* saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames2007-12-102-2/+2
| | | | notice of doom
* removed obsolete Verbose() functionJeff Ames2007-12-061-78/+86
|
* fixed filenames in log messagesJeff Ames2007-10-311-4/+4
|
* * Applied Chillken patch #419: consolidate_ports-r2096-3.patch - ↵lbsa712007-10-151-1/+2
| | | | consolidated port number defaults. Thankx Chillken!
* mass update of urls in source code to new websiteSean Dague2007-09-102-2/+2
|
* changed to native line ending encodingSean Dague2007-07-162-151/+151
|
* * By popular demand, all generated build files are now deleted. Somebody ↵lbsa712007-07-082-153/+0
| | | | should make sure the wiki is updated.
* *Fixed storage issue as noted in last commit of the OGS1 GridServermingchen2007-07-031-1/+1
| | | | | *Reverted the default remote grid server port back to 8001 (from a port change to debug a previous issue)
* *Removed GridInfo class as it has been previously replaced with the much ↵mingchen2007-07-031-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!
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-032-20/+17
| | | | | * added some licensing info
* * just making sure build files are latestlbsa712007-06-291-2/+2
|
* * Removed J# language support because it has issues with Mono.Adam Frisby2007-06-281-2/+2
|
* Imported the scripting changes, so now should be up to date with sugilite. MW2007-06-281-0/+46
|
* *Updated prebuild.xml and ran prebuild againmingchen2007-06-271-12/+0
| | | | | | *Removed .user, .suo, and unneccessary files in /bin/Physics/ *OpenSim.sln should compile with nant and on windows now
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-274-0/+273
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.