| Commit message (Expand) | Author | Files | Lines |
2014-09-12 | taskInventory request: give each transfer a diferent filename, Add more | UbitUmarov | 1 | -101/+96 |
2014-09-12 | Fix issues where setting llSetTextureAnim(FALSE... did not work properly). | Justin Clark-Casey (justincc) | 1 | -11/+20 |
2014-09-11 | Fix regression from recent a02dae5 where stand positions are no longer correc... | Justin Clark-Casey (justincc) | 1 | -3/+2 |
2014-09-10 | handle AO sit ground case | UbitUmarov | 1 | -2/+27 |
2014-09-10 | *TEST* add movement states SIT and SITGROUND. ScenePresence on SIT, | UbitUmarov | 3 | -34/+71 |
2014-09-10 | Fix a nullref that can hit Vivox voice | Melanie Thielker | 1 | -2/+8 |
2014-09-09 | it its a default ( internal ) animation return its name in lower case | UbitUmarov | 1 | -1/+1 |
2014-09-09 | remove the check animState == anim for same reasons | UbitUmarov | 1 | -16/+10 |
2014-09-09 | look for animation on part inventory before default animations, so | UbitUmarov | 1 | -4/+7 |
2014-09-09 | force update of movement animation | UbitUmarov | 2 | -2/+15 |
2014-09-09 | on SetAnimationOverride do a UpdateMovementAnimations(); | UbitUmarov | 1 | -1/+2 |
2014-09-09 | *test* | UbitUmarov | 2 | -1/+22 |
2014-09-09 | Plumb the rest of the serverside AO | Melanie Thielker | 4 | -0/+113 |
2014-09-09 | Add some case magic and send an anim pack when an override is set | Melanie Thielker | 2 | -1/+2 |
2014-09-09 | add full delete if uuid iz zero and state is ALL | UbitUmarov | 1 | -1/+4 |
2014-09-09 | only cancel attchment needed update type on sending sheduled updates. | UbitUmarov | 1 | -4/+3 |
2014-09-09 | huds bug fix | UbitUmarov | 1 | -28/+50 |
2014-09-09 | Add perms check | Melanie Thielker | 2 | -0/+8 |
2014-09-09 | remove messing with KeyframeMotion on attach | UbitUmarov | 1 | -2/+2 |
2014-09-09 | dont force Phantom on attachments, breaking no mod objects if wear by | UbitUmarov | 1 | -1/+1 |
2014-09-09 | drop attachments with original physical proprieties | UbitUmarov | 1 | -21/+6 |
2014-09-09 | Add some forgotten calls | Melanie Thielker | 1 | -0/+2 |
2014-09-09 | Add missing file | Melanie Thielker | 1 | -0/+76 |
2014-09-09 | Actually do the overriding | Melanie Thielker | 2 | -1/+14 |
2014-09-09 | Also check standard anim names | Melanie Thielker | 1 | -4/+16 |
2014-09-09 | set default LinksetPhysPrims to 0 so max number of prims for physical | UbitUmarov | 1 | -1/+1 |
2014-09-09 | make PERMISSION_OVERRIDE_ANIMATIONS implicit for attachments | Melanie Thielker | 1 | -1/+2 |
2014-09-09 | Plumb llSetAnimationOverride | Melanie Thielker | 5 | -0/+54 |
2014-09-09 | dont send fullObjectUpdate on deselect | UbitUmarov | 1 | -4/+4 |
2014-09-08 | limit number of prims on physical objects. Not all cases covered still | UbitUmarov | 5 | -3/+78 |
2014-09-08 | on drop send full update on root prim, terse on others ( as sl ). Fix | UbitUmarov | 1 | -2/+5 |
2014-09-08 | change attachment drop, to make object Phanton. THis is not as SL, but | UbitUmarov | 1 | -8/+12 |
2014-09-08 | *NEEDS more testing* on attachment drop: fix adding prims to physics | UbitUmarov | 1 | -4/+31 |
2014-09-05 | For monitoring purposes, start non-timeout tasks (which do not currently use ... | Justin Clark-Casey (justincc) | 8 | -22/+26 |
2014-09-05 | do not send objectproprieties on sop.SetGroup(). I many cases this will | UbitUmarov | 1 | -2/+2 |
2014-09-05 | near region check on tp needs to be a full current view check. | UbitUmarov | 1 | -6/+6 |
2014-09-04 | Make LLUDP output queue refill thread active by default, since load tests hav... | Justin Clark-Casey (justincc) | 2 | -1/+3 |
2014-09-04 | For processing outbound http requests in the XMLRPCModule, start the thread t... | Justin Clark-Casey (justincc) | 1 | -5/+4 |
2014-09-04 | Start long-lived thread in IRCConnector via watchdog rather than indepedently... | Justin Clark-Casey (justincc) | 1 | -13/+5 |
2014-09-03 | Don't need to check separate physics status in bulletsim update since that me... | Justin Clark-Casey (justincc) | 1 | -2/+3 |
2014-09-03 | Make bulletsim thread alarm if no update for 5 seconds. | Justin Clark-Casey (justincc) | 1 | -1/+4 |
2014-09-03 | minor: fix indenting from previous commit b08ab1e | Justin Clark-Casey (justincc) | 1 | -7/+7 |
2014-09-03 | If BulletSim is running on its own threads, start this thread via the thread ... | Justin Clark-Casey (justincc) | 1 | -3/+8 |
2014-09-03 | Don't show the ScrLPS data twice in the WebStats based statistics page. | Kevin Cozens | 1 | -6/+0 |
2014-09-03 | Add [EntityTransfer] AllowAvatarCrossing setting to determine whether avatars... | Justin Clark-Casey (justincc) | 2 | -1/+19 |
2014-09-02 | Fix recent regression from 473c5594 where camera started to judder on moving ... | Justin Clark-Casey (justincc) | 2 | -18/+28 |
2014-09-02 | reduce MIN_CALLBACK_MS guard time. A value too high introduces a extra | UbitUmarov | 1 | -1/+1 |
2014-09-02 | void time change between gettime calls | UbitUmarov | 1 | -4/+3 |
2014-09-02 | *needs testing, not that good* change throttles math using floats and not | UbitUmarov | 4 | -125/+112 |
2014-08-30 | As per the LL grid, if an avatar is sitting then return it's velocity relativ... | Justin Clark-Casey (justincc) | 1 | -0/+5 |