| Commit message (Expand) | Author | Files | Lines |
2010-08-13 | refactor: remove Scene.SetRootAgentScene() in favour of existing event with s... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-08-10 | Removed abstract SetText method from EntityBase to make cleaner API. | Mikko Pallari | 1 | -5/+0 |
2010-08-10 | Fix a nullref issue in the AgentSetAppearance packet handler when removing th... | meta7 | 1 | -6/+11 |
2010-08-10 | Remove 4000+ DOS line endings. Grrr! | Melanie | 1 | -4332/+4332 |
2010-08-07 | The real fix for unscripted sit positions. This one doesn't fuck everything e... | meta7 | 1 | -1/+4 |
2010-08-07 | Reverted: * Fix the unscripted sit rotation being incorrect .. will commit a... | meta7 | 1 | -7/+3 |
2010-08-07 | Increase sit distance to 256 meters, but leave the initial autopilot process ... | meta7 | 1 | -1/+1 |
2010-08-07 | Get rid of some debug chatter that someone who can't spell left behind. ;) | meta7 | 1 | -2/+1 |
2010-08-07 | Fix the unscripted sit rotation being incorrect (relative to the prim). Note ... | meta7 | 1 | -3/+7 |
2010-08-07 | Fix the distance from which autopilot is negated when sitting on an unscripte... | meta7 | 1 | -1/+3 |
2010-08-07 | It seems hippo disregards velocities in full updates, so also send a terse up... | meta7 | 1 | -4328/+4328 |
2010-08-06 | Correct some script constants. | Melanie | 1 | -1/+1 |
2010-08-06 | Make sure the avatar position gets moved along with a prim it is sitting on. ... | Tom | 1 | -0/+13 |
2010-08-06 | Implement CHANGED_REGION_(RE)START and also fix various CHANGED_* constants w... | Tom | 1 | -1/+1 |
2010-08-05 | Addresses http://opensimulator.org/mantis/view.php?id=4919 | Diva Canto | 1 | -1/+6 |
2010-08-03 | Scripted sit target fixes | Tom | 1 | -1/+1 |
2010-08-03 | Fix scripted sit offset in child prims | Tom | 1 | -4/+14 |
2010-07-11 | Add scripted controllers into agent intersim messaging | Melanie Thielker | 1 | -0/+33 |
2010-07-11 | Add scripted controllers into agent intersim messaging | Melanie Thielker | 1 | -0/+33 |
2010-07-11 | Remove localID from script controls data. It won't transfer to another | Melanie | 1 | -3/+1 |
2010-07-03 | Fix IMs the right way. This sets it up so that timestamps are actually | Melanie Thielker | 1 | -2/+5 |
2010-06-26 | Fix loading of attachments on login | Melanie Thielker | 1 | -1/+8 |
2010-06-22 | Cause collisions with the avatar to be sent to attachments. Currently | Melanie Thielker | 1 | -0/+140 |
2010-06-20 | Fix the StandUp position to calculate as if we're still using the child prim id. | Tom Grimshaw | 1 | -1/+1 |
2010-06-20 | Fix the sit code to ensure that we use the root prim of a linkset as a refere... | Tom Grimshaw | 1 | -3/+15 |
2010-06-19 | Allow moving an avatar as part of a linkset using llSetLinkPrimitiveParams. T... | Tom Grimshaw | 1 | -2/+37 |
2010-06-13 | Fixes attachments coming back upon being detached in neighbouring regions and... | Diva Canto | 1 | -0/+1 |
2010-06-14 | D.U.H. #2. Inverted test. Again. Argh! | Melanie Thielker | 1 | -1/+1 |
2010-06-14 | Guard against a potential nullref | Melanie Thielker | 1 | -1/+2 |
2010-06-14 | Report current position instead of position at the time we sat down | Melanie Thielker | 1 | -0/+7 |
2010-06-12 | Move "StopFlying()" into LLSpace. Try to reinstate the carefully crafted packet | Melanie | 1 | -19/+1 |
2010-06-08 | Refactor SendCoarseLocations for better performance. Instead of computing lis... | Dan Lake | 1 | -51/+5 |
2010-05-28 | remove redundant ScenePresence.QueuePartForUpdate() - every place in the code... | Justin Clark-Casey (justincc) | 1 | -9/+0 |
2010-05-23 | Remove an unneeded conditional | Melanie | 1 | -2/+1 |
2010-05-23 | Add the SitGround flag back in | Melanie | 1 | -1/+4 |
2010-05-21 | Apply adaption of patch in http://opensimulator.org/mantis/view.php?id=4628 | Justin Clark-Casey (justincc) | 1 | -3/+2 |
2010-05-21 | * Moving all of the prioritization/reprioritization code into a new file Prio... | John Hurliman | 1 | -116/+2 |
2010-05-19 | Initialise m_initialSitTarget to ZERO_VACTOR for safety's sake as per convo w... | Tom Grimshaw | 1 | -1/+1 |
2010-05-19 | Fix a nullref issue in SitAltitudeCallback | Tom Grimshaw | 1 | -6/+9 |
2010-05-19 | Fix a nullref issue in SitAltitudeCallback | Tom Grimshaw | 1 | -50/+53 |
2010-05-18 | Fix for hanging on "Connecting to region".. caused by packets being processed... | Tom Grimshaw | 1 | -49/+53 |
2010-05-12 | * Initial commit of the slimupdates2 rewrite. This pass maintains the origina... | unknown | 1 | -14/+15 |
2010-05-07 | Fix Mouse+WASD makes Av rise; Fix PREJUMP. | Kitto Flora | 1 | -8/+15 |
2010-05-06 | Remove the m_Viewer variable and make the property a shortcut to the | Melanie Thielker | 1 | -4/+1 |
2010-05-05 | Remove the m_Viewer variable and make the property a shortcut to the | Melanie Thielker | 1 | -4/+1 |
2010-05-06 | Plumb Viewer version into ScenePresence for initial login. It's still not | Melanie Thielker | 1 | -0/+1 |
2010-05-06 | Plumb the viewer version string through into AgentCircuitData. Now all that | Melanie Thielker | 1 | -0/+6 |
2010-05-05 | Plumb Viewer version into ScenePresence for initial login. It's still not | Melanie Thielker | 1 | -0/+1 |
2010-05-05 | Plumb the viewer version string through into AgentCircuitData. Now all that | Melanie Thielker | 1 | -0/+6 |
2010-05-03 | Adapt CM to the new CHANGED_OWNER handling | Melanie Thielker | 1 | -4/+13 |