aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMain.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Next time maybe I should check it still compiles before committing.MW2007-07-121-5/+0
|
* Gird mode in sugilite should now work in so far as you should be able to ↵MW2007-07-101-7/+5
| | | | | | | 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.
* * some follow up renaming of members et c.lbsa712007-07-091-1/+1
|
* *Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)mingchen2007-07-051-1/+1
| | | | | | *Added simulator_data_request XMLRPC method to request data from the grid server about a sim instead of faking its login *Login is progressing, now just getting an XML error (http://pastebin.com/942515) -- if you can fix this, throw MingChen in IRC a Private Message
* * Removed AssetHttpServer, using BaseHttpServer insteadlbsa712007-07-041-39/+55
| | | | | | | | | * Removed legacy REST handling * Created two custom IStreamHandlers for asset up/download * Removed quite a lot of double and triple encodings, trying to work towards binary only and direct write into storage. * Introduced BaseStreamHandler with GetParam() and some other goodies
* * 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.