aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/world/Avatar.Update.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-317/+0
| | | | the Grid servers can be a separate solution to the region server.
* More refactoring.MW2007-05-221-0/+5
|
* More work on adding Events to ClientView (and registering to handle those ↵MW2007-05-211-24/+20
| | | | events in Avatar and World)
* Start of a redesign of SimClient (now renamed ClientView)/World/Avatar/Prim ↵MW2007-05-211-36/+21
| | | | , 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.
* started to refactor startup code and to move udp server code out to its own ↵MW2007-05-161-0/+331
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)