aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/world/AvatarAnimations.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-163/+0
| | | | the Grid servers can be a separate solution to the region server.
* 93 warnings in the compiler, 93 warnings appear, you fix one up, create two ↵Adam Frisby2007-05-121-1/+1
| | | | more, 94 warnings in the compiler...
* Split Avatar class into three partial classes (hopefully will make it easier ↵MW2007-04-041-3/+1
| | | | to work on)
* Fixed it so that a Avatar update shouldn't be sent every frame and none ↵MW2007-03-231-0/+165
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)