aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/SimClient.ProcessPackets.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵MW2007-05-211-419/+0
| | | | , switching to a event based system (World/Avatar register as event handlers). It is possible that I've broke something with this commit but it doesn't matter as I'll just hide and no one will find me.
* call RequestMapBlocks morphw2007-05-201-1/+3
|
* More refactoring.MW2007-05-161-0/+417
Changed AuthenticateSession handling, now calls a method in UDPServer. (but is likely to change again soon)