aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/world/AvatarClient.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* started to refactor startup code and to move udp server code out to its own ↵MW2007-05-161-33/+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)
* very very few changes, but just commiting so that svn it upto date with my ↵MW2007-04-061-1/+7
| | | | local version. And also to keep robl^ happy that a commit has been made.
* Split Avatar class into three partial classes (hopefully will make it easier ↵MW2007-04-041-0/+27
to work on)