Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'careminster-presence-refactor' of ↵ | Kitto Flora | 2010-09-06 | 1 | -0/+21 |
|\ | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | ||||
| * | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-09-03 | 1 | -0/+21 |
| |\ | |||||
| | * | Remove commented code and the comment, as the change has proven out | Melanie Thielker | 2010-09-02 | 1 | -3/+0 |
| | | | |||||
| | * | Experimentally comment the sending of unbaked avatars | Melanie Thielker | 2010-09-02 | 1 | -1/+3 |
| | | | |||||
| | * | Add ScenePresence.GetAttachments(uint attachmentPoint) | Justin Clark-Casey (justincc) | 2010-08-31 | 1 | -0/+21 |
| | | | |||||
* | | | Falling animation fix, comment out instrumentation. | Kitto Flora | 2010-09-06 | 1 | -2/+4 |
|/ / | |||||
* | | Merge branch 'careminster-presence-refactor' of ↵ | Kitto Flora | 2010-09-02 | 1 | -1/+0 |
|\ \ | | | | | | | | | | ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor | ||||
| * | | Remove commented code and the comment, as the change has proven out | Melanie Thielker | 2010-09-02 | 1 | -3/+0 |
| | | | |||||
| * | | Experimentally comment the sending of unbaked avatars | Melanie Thielker | 2010-09-02 | 1 | -1/+3 |
| | | | |||||
* | | | Fixes to JUMP system. | Kitto Flora | 2010-09-02 | 1 | -22/+44 |
|/ / | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-30 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2010-08-26 | 1 | -3/+4 |
| | | |||||
| * | Remove mono compiler warnings | Justin Clark-Casey (justincc) | 2010-08-26 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-18 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | refactor: remove Scene.SetRootAgentScene() in favour of existing event with ↵ | Justin Clark-Casey (justincc) | 2010-08-13 | 1 | -1/+1 |
| | | | | | | | | same name | ||||
* | | Fix a nullref issue in the AgentSetAppearance packet handler when removing ↵ | meta7 | 2010-08-10 | 1 | -6/+11 |
| | | | | | | | | the physactor from the scene | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-10 | 1 | -5/+0 |
|\ \ | |/ | |||||
| * | Removed abstract SetText method from EntityBase to make cleaner API. | Mikko Pallari | 2010-08-10 | 1 | -5/+0 |
| | | | | | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | | Remove 4000+ DOS line endings. Grrr! | Melanie | 2010-08-10 | 1 | -4332/+4332 |
| | | |||||
* | | The real fix for unscripted sit positions. This one doesn't fuck everything ↵ | meta7 | 2010-08-07 | 1 | -1/+4 |
| | | | | | | | | else up. Promise. | ||||
* | | Reverted: * Fix the unscripted sit rotation being incorrect .. will commit ↵ | meta7 | 2010-08-07 | 1 | -7/+3 |
| | | | | | | | | a proper fix now. | ||||
* | | Increase sit distance to 256 meters, but leave the initial autopilot process ↵ | meta7 | 2010-08-07 | 1 | -1/+1 |
| | | | | | | | | in the picture so sit position can still be raycast by the existing code. | ||||
* | | Get rid of some debug chatter that someone who can't spell left behind. ;) | meta7 | 2010-08-07 | 1 | -2/+1 |
| | | |||||
* | | Fix the unscripted sit rotation being incorrect (relative to the prim). Note ↵ | meta7 | 2010-08-07 | 1 | -3/+7 |
| | | | | | | | | that unscripted sit offset is still really poor but this is not something i'm prepared to spend time on fixing. | ||||
* | | Fix the distance from which autopilot is negated when sitting on an ↵ | meta7 | 2010-08-07 | 1 | -1/+3 |
| | | | | | | | | unscripted prim - and also add some more Velocity code to ensure it gets set to zero in all cases | ||||
* | | It seems hippo disregards velocities in full updates, so also send a terse ↵ | meta7 | 2010-08-07 | 1 | -4328/+4328 |
| | | | | | | | | update when an agent sits to avoid drifting off | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-08-06 | 1 | -1/+6 |
|\ \ | |/ | |||||
| * | Correct some script constants. | Melanie | 2010-08-06 | 1 | -1/+1 |
| | | |||||
| * | Addresses http://opensimulator.org/mantis/view.php?id=4919 | Diva Canto | 2010-08-05 | 1 | -1/+6 |
| | | |||||
| * | Add scripted controllers into agent intersim messaging | Melanie Thielker | 2010-07-11 | 1 | -0/+33 |
| | | |||||
* | | Make sure the avatar position gets moved along with a prim it is sitting on. ↵ | Tom | 2010-08-06 | 1 | -0/+13 |
| | | | | | | | | This fixes mantis #208 and (maybe) issues with chat and sound coming from the wrong place when sat on a vehicle. | ||||
* | | Implement CHANGED_REGION_(RE)START and also fix various CHANGED_* constants ↵ | Tom | 2010-08-06 | 1 | -1/+1 |
| | | | | | | | | which had the wrong values (checked using LSL in SL). This addresses mantis #217 and mantis #53. | ||||
* | | Scripted sit target fixes | Tom | 2010-08-03 | 1 | -1/+1 |
| | | |||||
* | | Fix scripted sit offset in child prims | Tom | 2010-08-03 | 1 | -4/+14 |
| | | |||||
* | | Add scripted controllers into agent intersim messaging | Melanie Thielker | 2010-07-11 | 1 | -0/+33 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-07-11 | 1 | -3/+1 |
|\ \ | |/ | |||||
| * | Remove localID from script controls data. It won't transfer to another | Melanie | 2010-07-11 | 1 | -3/+1 |
| | | | | | | | | region anyway | ||||
* | | Fix IMs the right way. This sets it up so that timestamps are actually | Melanie Thielker | 2010-07-03 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | in PST (to match viewer time), does correct storage and retrieval of IMs, corrects the session ID and makes sure IMs don't get marked "saved" if they're live. Removes the group IM save option, which our group IM module never had in the first place, as saving group chatter makes no sense at all. | ||||
* | | Fix loading of attachments on login | Melanie Thielker | 2010-06-26 | 1 | -1/+8 |
| | | |||||
* | | Cause collisions with the avatar to be sent to attachments. Currently | Melanie Thielker | 2010-06-22 | 1 | -0/+140 |
| | | | | | | | | | | ignores collision filter. Physics collisions are still dodgy, so we don't get the events we should be getting. | ||||
* | | Fix the StandUp position to calculate as if we're still using the child prim id. | Tom Grimshaw | 2010-06-20 | 1 | -1/+1 |
| | | |||||
* | | Fix the sit code to ensure that we use the root prim of a linkset as a ↵ | Tom Grimshaw | 2010-06-20 | 1 | -3/+15 |
| | | | | | | | | reference in the case of an avatar sitting on a child prim. This fixes various camera issues and fixes mantis #0000059. | ||||
* | | Allow moving an avatar as part of a linkset using llSetLinkPrimitiveParams. ↵ | Tom Grimshaw | 2010-06-19 | 1 | -2/+37 |
| | | | | | | | | This unlocks an awful lot of poseball-free content, and is a step towards resolving mantis #59. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-14 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Fixes attachments coming back upon being detached in neighbouring regions ↵ | Diva Canto | 2010-06-13 | 1 | -0/+1 |
| | | | | | | | | and crossing. | ||||
* | | D.U.H. #2. Inverted test. Again. Argh! | Melanie Thielker | 2010-06-14 | 1 | -1/+1 |
| | | |||||
* | | Guard against a potential nullref | Melanie Thielker | 2010-06-14 | 1 | -1/+2 |
| | | |||||
* | | Report current position instead of position at the time we sat down | Melanie Thielker | 2010-06-14 | 1 | -0/+7 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-06-12 | 1 | -21/+1 |
|\ \ | |/ | |||||
| * | Move "StopFlying()" into LLSpace. Try to reinstate the carefully crafted packet | Melanie | 2010-06-12 | 1 | -19/+1 |
| | | | | | | | | we used to send before slimupdates and explicitly send it |