aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/AvatarAnimations.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Rolled back a few changes.Adam Frisby2008-05-011-3/+3
|
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-3/+3
| | | | | | | * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-2/+0
| | | | (this took a while to run).
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
|
* Consolidated LoadAnims and AvatarAnimations constructor.Jeff Ames2008-02-061-24/+7
| | | | | Fixes locking issues with Animations in ScenePresence (bug #324)
* Converted logging to use log4net.Jeff Ames2008-02-051-3/+5
| | | | | | Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
* Another attempt to squash the animation bug. Wish I could get this to fail ↵Brian McBee2008-01-211-1/+1
| | | | at will.
* * Optimized usingslbsa712007-12-271-9/+8
| | | | | | | * shortened references * Removed redundant 'this' * Normalized EOF
* * Fix for Mantis: 0000224Teravus Ovares2007-12-211-1/+7
|
* * Added Incomplete Handling of the RegionInfoRequest packet Teravus Ovares2007-12-181-3/+6
| | | | | | | * Added Incomplete Handling of the EstateCovenantRequest packet * Added Incomplete Handling of the EstateOwnerMessageRequest.ChangeEstateCovenantid method * Fixed a race condition with avatar animations
* remove another partial class, and map another class back to a real fileSean Dague2007-12-121-0/+69