aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/world/AvatarUpdate.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* started to refactor startup code and to move udp server code out to its own ↵MW2007-05-161-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)
* Mostly working again.MW2007-04-261-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)
* SimClient: Added Try/Catch over block of code which is triggering an ↵Adam Frisby2007-04-221-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.
* A few fixes and stopped sim crossing being attempted in sandbox modeMW2007-04-171-20/+27
|
* Sim crossing now works (except for broken co-ordinates, resets to 0,0 - to ↵gareth2007-04-171-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
* W00t! multiple sims!gareth2007-04-151-1/+2
| | | | | | | | | Misc bugfixes Child agents!!!!!! General sexy stuff
* (no commit message)MW2007-04-101-7/+12
|
* And now clothes update and show for all usersgareth2007-04-101-0/+16
| | | | | | woohoo!
* Fixed avatar appearance not updating issue as per bug report #79gareth2007-04-101-1/+2
|
* Split Avatar class into three partial classes (hopefully will make it easier ↵MW2007-04-041-0/+279
to work on)