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