Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster | Melanie | 2009-12-12 | 1 | -1/+1 |
|\ | |||||
| * | * Bugfix mantis 4441, "Use of Autopilot isn't playing any animations." | Teravus Ovares (Dan Olivares) | 2009-12-12 | 1 | -1/+1 |
| | | | | | | | | * Turns out the new animator used a different movement bitflag then the one used in the code to autopilot the avatar | ||||
* | | Merge branch 'master' into careminster | Melanie | 2009-12-02 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | * Fix Inconsistent line ending style on ScenePresenceAnimator | Teravus Ovares (Dan Olivares) | 2009-12-01 | 1 | -3/+3 |
| | | |||||
| * | * Add a close method to the ScenePresenceAnimator that dereferences the ↵ | Teravus Ovares (Dan Olivares) | 2009-11-30 | 1 | -0/+6 |
| | | | | | | | | class variables and make the ScenePresence Close method call it. | ||||
* | | Merge branch 'careminster' into tests | root | 2009-11-26 | 1 | -4/+3 |
|\ \ | |||||
| * \ | Merge branch 'master' into careminster | Melanie | 2009-11-26 | 1 | -2/+1 |
| |\ \ | | |/ | |||||
| | * | Patch: Fix a bug in LAND animation when the TickCount wraps into negative ↵ | OpenSim Master | 2009-11-25 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | numbers by Mic Bowman Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com> | ||||
| | * | * Reverting last commit.. because it just made it worse. | Teravus Ovares (Dan Olivares) | 2009-11-25 | 1 | -6/+0 |
| | | | |||||
| | * | * Attempt number 1 to stop the repeating crouch animation that sometimes ↵ | Teravus Ovares (Dan Olivares) | 2009-11-25 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | happens. * This tries to address it by correcting one potential bug where it never resets the falltimer. * This tries to address it by telling Physics that we're not flying this step.. instead of waiting until the next step when the next agent update comes along. | ||||
| * | | Added animation support for my last commit | CasperW | 2009-11-26 | 1 | -2/+2 |
| | | | |||||
* | | | Fixed animation sequencing: SitHere, Falling, Stand/Walk etc. Login Init | KittoFlora | 2009-11-25 | 1 | -5/+10 |
|/ / | | | | | | | Av Animation at Stand. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2009-11-23 | 1 | -11/+11 |
|\ \ | |/ | |||||
| * | Formatting cleanup. | Jeff Ames | 2009-11-23 | 1 | -11/+11 |
| | | |||||
* | | Improved avatar responsiveness. | CasperW | 2009-11-21 | 1 | -2/+2 |
|/ | |||||
* | refactor: move AvatarAnimations, BinBVHAnimation | Justin Clark-Casey (justincc) | 2009-11-17 | 3 | -0/+766 |
| | |||||
* | refactor: move AnimationSet | Justin Clark-Casey (justincc) | 2009-11-17 | 1 | -0/+185 |
| | |||||
* | refactor: move most animation methods from ScenePresence into a new ↵ | Justin Clark-Casey (justincc) | 2009-11-17 | 1 | -0/+388 |
ScenePresenceAnimator class |