aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/SimClient(Grid).cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* started to refactor startup code and to move udp server code out to its own ↵MW2007-05-161-146/+0
| | | | class (currently not being used though) so that a single instance can handle multiple regions (each will need to be listening on a separate udp port)
* Turned SimClient into a partial class (and added SimClient(Grid), so that ↵MW2007-05-151-0/+146
grid mode specific code can be kept separate) Fixed the ServiceManager project (added reference to System.Xml to its project in prebuil.xml)