Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sit with autopilot. | Kitto Flora | 2010-03-19 | 1 | -3/+5 |
| | |||||
* | Merge branch '0.6.9-post-fixes' into careminster | Melanie | 2010-03-06 | 1 | -10/+82 |
|\ | |||||
| * | Formatting cleanup. | Jeff Ames | 2010-02-15 | 1 | -4/+4 |
| | | |||||
| * | Fixes a bug in the previous patch. | Revolution | 2010-02-15 | 1 | -18/+13 |
| | | | | | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
| * | Revolution is on the roll again! :) | Revolution | 2010-02-14 | 1 | -6/+83 |
| | | | | | | | | | | | | | | | | Fixes: Undo, T-pose of others on login, modifiedBulletX works again, feet now stand on the ground instead of in the ground, adds checks to CombatModule. Adds: Redo, Land Undo, checks to agentUpdate (so one can not fall off of a region), more vehicle parts. Finishes almost all of LSL (1 function left, 2 events). Direct flames and kudos to Revolution, please Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | | Merge branch 'master' into careminster | Melanie | 2010-02-14 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Fix http://opensimulator.org/mantis/view.php?id=4224 | Justin Clark-Casey (justincc) | 2010-02-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | This resolves the problem where eyes and hair would turn white on standalone configurations When a client receives body part information, for some insane reason or other it always ends up uploading this back to the server and then immediately re-requesting it. This should have been okay since we stored that asset in cache. However, the standalone asset service connector was not checking this cache properly, so every time the client made the request for the asset it has just loaded it would get a big fat null back in the face, causing it to make clothes and hair white. This bug did not affect grids since they use a different service connector. | ||||
* | | Merge branch 'master' into careminster | Melanie | 2010-02-08 | 1 | -19/+21 |
|\ \ | |/ | |||||
| * | Add EventManager.OnIncomingSceneObject event which is triggered by an ↵ | Justin Clark-Casey (justincc) | 2010-02-08 | 1 | -1/+8 |
| | | | | | | | | | | | | incoming scene object Add a read-only Attachments property to ScenePresence | ||||
| * | minor: log what kind of wearable cannot be found | Justin Clark-Casey (justincc) | 2010-02-05 | 1 | -3/+2 |
| | | |||||
| * | refactor: chain two ScenePresence constructors together to eliminate common ↵ | Justin Clark-Casey (justincc) | 2010-02-04 | 1 | -15/+11 |
| | | | | | | | | code. No functional changes | ||||
* | | Merge branch 'master' into careminster | Melanie | 2010-02-04 | 1 | -7/+3 |
|\ \ | |/ | |||||
| * | minor: add a smidgen of EventManager doc | Justin Clark-Casey (justincc) | 2010-02-03 | 1 | -3/+1 |
| | | |||||
| * | minor: comment out a log line in ScenePresence | Justin Clark-Casey (justincc) | 2010-02-03 | 1 | -2/+1 |
| | | |||||
| * | minor: remove a couple of mono warnings | Justin Clark-Casey (justincc) | 2010-02-03 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2010-01-26 | 1 | -2/+16 |
|\ \ | |/ | |||||
| * | Replace dome tabs with spaces | Melanie | 2010-01-26 | 1 | -3/+3 |
| | | |||||
| * | Fixes Region Crossings on a prim. | Revolution | 2010-01-24 | 1 | -1/+9 |
| | | |||||
| * | add a target position to agent updates to ScenePresence to support ↵ | unknown | 2010-01-21 | 1 | -1/+7 |
| | | | | | | | | alternative client protocols | ||||
* | | Merge branch 'master' into careminster | Melanie | 2010-01-21 | 1 | -7/+5 |
|\ \ | |/ | |||||
| * | Fixes llSetDamage. Patch from Revolution | Revolution | 2010-01-21 | 1 | -7/+5 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2010-01-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Formatting cleanup. Add copyright headers. | Jeff Ames | 2010-01-04 | 1 | -1/+1 |
| | | |||||
| * | * Fixes Sitting on the ground. | Teravus Ovares (Dan Olivares) | 2009-12-30 | 1 | -2/+9 |
| | | |||||
| * | * Makes forward and backward key reactions faster by responding to the NUDGE ↵ | Teravus Ovares (Dan Olivares) | 2009-12-30 | 1 | -8/+33 |
| | | | | | | | | type movements. | ||||
* | | Fix for landing points. Only one scenario is not fully covered by this ↵ | CasperW | 2009-12-26 | 1 | -4/+21 |
| | | | | | | | | change, and that is people who teleport from neighbouring regions, who won't get affected by the landing point. | ||||
* | | Merge branch 'master' into casper | CasperW | 2009-12-21 | 1 | -3/+3 |
|\ \ | |||||
| * \ | Merge branch 'master' into careminster | Melanie | 2009-12-20 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-12-15 | 1 | -3/+3 |
| | | | |||||
* | | | Fixed a nasty crash in StandUp() that occurred when the part got killed with ↵ | CasperW | 2009-12-21 | 1 | -13/+41 |
|/ / | | | | | | | an avatar sitting on it. | ||||
* | | Fix GetWorldRotation(), and a host of related Sit fixes. | Kitto Flora | 2009-12-17 | 1 | -36/+37 |
| | | |||||
* | | Removed excessive call to UpdateMovementAnimations which prevented ↵ | Kitto Flora | 2009-12-15 | 1 | -25/+23 |
| | | | | | | | | GroundSit; Corrected cause of 'sit on roof'. | ||||
* | | Commit partial work because of repo change | Kitto Flora | 2009-12-12 | 1 | -11/+72 |
| | | |||||
* | | Merge branch 'master' into careminster | Melanie | 2009-12-12 | 1 | -16/+230 |
|\ \ | |/ | |||||
| * | * Bugfix mantis 4441, "Use of Autopilot isn't playing any animations." | Teravus Ovares (Dan Olivares) | 2009-12-12 | 1 | -4/+14 |
| | | | | | | | | * Turns out the new animator used a different movement bitflag then the one used in the code to autopilot the avatar | ||||
| * | * Commit some sit code that's commented out for now. | Teravus Ovares (Dan Olivares) | 2009-12-08 | 1 | -13/+215 |
| | | |||||
* | | Merge branch 'tests' of kitto@tor.k-grid.com:/home/kitto/opensim into ↵ | Melanie | 2009-12-10 | 1 | -116/+138 |
|\ \ | | | | | | | | | | careminster | ||||
| * | | Fix linked physical daughter prim position update. | KittoFlora | 2009-12-06 | 1 | -2/+0 |
| | | | |||||
| * | | Secnond revision of Sit and Stand for unscripted prims; Comment out | KittoFlora | 2009-12-05 | 1 | -113/+140 |
| | | | | | | | | | | | | spammy debug messages in Interregion.... | ||||
* | | | Fix build break from conflicted merge | Melanie | 2009-12-06 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into careminster | Melanie | 2009-12-06 | 1 | -7/+21 |
|\ \ \ | | |/ | |/| | |||||
| * | | * Adds Normal to the fields returned by the Physics Raycaster | Teravus Ovares (Dan Olivares) | 2009-12-05 | 1 | -4/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Fixes recognizing when a sit target is and isn't set. * * 1. Vector3.Zero. * * 2. Orientation: x:0, y:0, z:0, w:1 - ZERO_ROTATION * * (or) Orientation: x:0, y:0, z:0, w:0 - Invalid Quaternion * * (or) Orientation: x:0, y:0, z:1, w:0 - Invalid mapping, some older objects still exist with it | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2009-12-05 | 1 | -2/+4 |
|\ \ \ | |/ / | |||||
| * | | * Fixes mantis 4416. Animator is dereferenced on logout | Teravus Ovares (Dan Olivares) | 2009-12-05 | 1 | -2/+3 |
| | | | |||||
* | | | Merge branch 'master' into careminster | Melanie | 2009-12-02 | 1 | -44/+22 |
|\ \ \ | |/ / | |||||
| * | | * Fix Inconsistent line ending style in ScenePresence | Teravus Ovares (Dan Olivares) | 2009-12-01 | 1 | -28/+28 |
| | | | |||||
| * | | * Add a close method to the ScenePresenceAnimator that dereferences the ↵ | Teravus Ovares (Dan Olivares) | 2009-11-30 | 1 | -1/+3 |
| | | | | | | | | | | | | class variables and make the ScenePresence Close method call it. | ||||
| * | | * Modified ScenePresence to use the Util version of the EnvironmentTickCount ↵ | Teravus Ovares (Dan Olivares) | 2009-11-30 | 1 | -67/+43 |
| | | | | | | | | | | | | method (and it's subtract method). Remove redundant EnvironmentTickCount definitions in ScenePresence. | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2009-11-30 | 1 | -18/+43 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | * Patch from Misterblue to fix Environment.TickCount for statistics ↵ | Teravus Ovares (Dan Olivares) | 2009-11-29 | 1 | -18/+42 |
| | | | | | | | | | | | | purposes. Resolves the wrap-around of the 32 bit uint. * Teravus moved the Environment methods to the Util class |