aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/world/AvatarUpdate.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-16started to refactor startup code and to move udp server code out to its own ↵MW1-331/+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)
2007-04-26Mostly working again.MW1-2/+1
Updated to lastest libsl and handled the changes to the message templates (some byte fields are now ushort fields ). Still seems to be a problem when logging on, in that I get the downloading clothing message at the end of the precaching (which I didn't before)
2007-04-22SimClient: Added Try/Catch over block of code which is triggering an ↵Adam Frisby1-0/+6
exception that should not be triggerable. (Duplicate key after dictionary is locked, checked for key, then added) [!?!?] AvatarUpdate: Added check for if the physics actor is null before attempting to access it.
2007-04-17A few fixes and stopped sim crossing being attempted in sandbox modeMW1-20/+27
2007-04-17Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to ↵gareth1-1/+18
be fixed soon) Fixed sandbox mode fully Scrapped former XML-RPC expect_user call for sim crossings Sim client thread can upgrade/downgrade between full and child agent dynamically
2007-04-15W00t! multiple sims!gareth1-1/+2
Misc bugfixes Child agents!!!!!! General sexy stuff
2007-04-10(no commit message)MW1-7/+12
2007-04-10And now clothes update and show for all usersgareth1-0/+16
woohoo!
2007-04-10Fixed avatar appearance not updating issue as per bug report #79gareth1-1/+2
2007-04-04Split Avatar class into three partial classes (hopefully will make it easier ↵MW1-0/+279
to work on)