aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMain.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Cleaning - attempting to get compiler warnings back down to zero.Adam Frisby2007-07-041-6/+9
|
* Today's work on Building support/tools. Think I am slowly getting there. MW2007-07-031-2/+2
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-33/+19
| | | | | * added some licensing info
* You can now substitute %name% in the filename argument for terrain save & ↵Adam Frisby2007-07-021-1/+1
| | | | load commands to input the sims name. Useful for sugilite regions where you are running multiple sims in a single instance and need to get them to load or save in a pattern. (Needs cleaning & expansion)
* * now saves ExternalHostName in configlbsa712007-07-011-6/+0
|
* MAJOR IP RESTRUCTURINGlbsa712007-07-011-1/+1
| | | | | | * moving towards IPEndPoints all over the place * trying to make the internal/external division
* *Added UUIDNameRequest packet support (untested, but should work -- at least ↵mingchen2007-06-281-5/+3
| | | | | | | in sandbox mode) *Various small renamings
* *Renamed GridCommsManager to CommunicationsOGS1 to match CommunicationsLocal ↵mingchen2007-06-281-1/+1
| | | | -- its sandbox mode counterpart
* *Master User is now set upmingchen2007-06-281-1/+10
| | | | | | *Added support for getting user profile information from remote grid server (untested) *Updated prebuild.xml
* *Fixed UserServer and OpenSim so now they start without crashing.mingchen2007-06-281-2/+2
|
* *Moved VersionInfo.cs to its correct place in OpenSim.csprojmingchen2007-06-271-1/+1
| | | | | | *Added OpenSim.Region.Caps *Updated prebuild.xml and ran prebuild
* *Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen2007-06-271-13/+15
| | | | to add/remove something
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+476
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.