aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/world/AvatarUpdate.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)