aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/world/Avatar.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* preparing to add full clothes/body part support. MW2007-03-261-14/+47
| | | | | | | | Currently you can: now create new body parts and clothes. edit those clothes and wear them. But currently you will not see most of the edited effects on your own avatar, although often other clients will see those changes on your avatar.
* Added Fly animationMW2007-03-231-4/+21
|
* Fixed it so that a Avatar update shouldn't be sent every frame and none ↵MW2007-03-231-185/+59
| | | | | | | | | should be sent when not moving. Fixed the problem with sometimes Avatar Animations being updated every frame. New Asset uploads should now appear in the inventory all the time. Moved Animation names/ LLUUIDs to their own class (AvatarAnimations)
* Fixed the "doh!" bug with animations (hint - sending a stand animation for ↵gareth2007-03-231-1/+1
| | | | walking is very "doh!")
* Added initial (buggy) support for animationsgareth2007-03-231-4/+34
|
* Added LoadAnims()gareth2007-03-231-2/+151
|
* brought zircon branch into trunkgareth2007-03-221-0/+501