| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement llTeleportAgent | Melanie | 2012-02-28 | 1 | -0/+22 |
* | Move KeyframeMotion from SOG to SOP because we can't persist it any | Melanie | 2012-02-26 | 1 | -11/+11 |
* | Fix deserialization of Buoyancy, Force and Torque. Remove debug from the new | Melanie | 2012-02-26 | 1 | -2/+2 |
* | Implement llSetKeyframedMotion. No persistence, no region crossing. Yet. | Melanie | 2012-02-26 | 1 | -0/+138 |
* | Add permission checks to scripted object movements, which didn't respect bans | Melanie | 2012-02-23 | 1 | -1/+53 |
* | Count agents for LSL instead of relying on SceneGraph to have the correct | Melanie | 2012-02-22 | 1 | -1/+7 |
* | Adjust sit target and the llSetLinkPrimitiveParams sit position hack | Melanie | 2012-02-22 | 1 | -14/+46 |
* | Merge branch 'master' into careminster | Melanie | 2012-02-21 | 1 | -1/+1 |
|\ |
|
| * | Fix:LINK_ROOT flag for llGetLinkName() by SinglePrim | PixelTomsen | 2012-02-21 | 1 | -1/+1 |
| * | Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more | Melanie | 2012-02-02 | 1 | -31/+68 |
* | | Prevent object loss and positioning outside the region with failed object sim | Melanie | 2012-02-14 | 1 | -3/+9 |
* | | Make ban, eject, freeze and the scripted versions of those work. | Melanie | 2012-02-02 | 1 | -31/+70 |
* | | Fix remembering attachment point and position when an item is rezzed in world. | Melanie | 2012-02-02 | 1 | -49/+50 |
* | | Merge branch 'master' into careminster | Melanie | 2012-01-31 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Fix:llSetText - limited text to a maximum of 254 chars | PixelTomsen | 2012-01-31 | 1 | -3/+3 |
* | | Merge branch 'master' into careminster | Melanie | 2012-01-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix llEdgeOfWorld functionality - see mantis http://opensimulator.org/mantis/... | Garmin Kawaguichi | 2012-01-29 | 1 | -1/+1 |
* | | Merge branch 'master' into careminster | Melanie | 2012-01-26 | 1 | -0/+69 |
|\ \
| |/ |
|
| * | llManageEstateAccess implementation http://wiki.secondlife.com/wiki/LlManageE... | PixelTomsen | 2012-01-26 | 1 | -0/+69 |
* | | Merge branch 'master' into careminster | Melanie | 2012-01-26 | 1 | -1/+13 |
|\ \
| |/ |
|
| * | refactor: decompose most of RezScript() into RezScriptFromAgentInventory(), R... | Justin Clark-Casey (justincc) | 2012-01-25 | 1 | -1/+2 |
| * | llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce... | Pixel Tomsen | 2012-01-25 | 1 | -0/+12 |
* | | Typo fix | Melanie | 2012-01-25 | 1 | -1/+1 |
* | | Spin off starting scripts in rezzed objects into a thread to avoid a recursion | Melanie | 2012-01-25 | 1 | -1/+4 |
* | | Fix llLookAt the right way | Melanie | 2012-01-23 | 1 | -19/+24 |
* | | Fix merge | Melanie | 2012-01-14 | 1 | -56/+1 |
* | | Merge branch 'master' into careminster | Melanie | 2012-01-14 | 1 | -5/+33 |
|\ \
| |/ |
|
| * | Register the UrlModule for script engine events OnScriptRemoved and OnObjectR... | Justin Clark-Casey (justincc) | 2012-01-14 | 1 | -5/+0 |
| * | Cleaned up the LookAt code in SOP and SOG. Added support for incrementally | Mic Bowman | 2012-01-13 | 1 | -4/+4 |
| * | Fix llRotLookAt and llLookAt for non-physical objects. Per conversation | Mic Bowman | 2012-01-13 | 1 | -7/+23 |
* | | Merge branch 'master' into careminster | Melanie | 2012-01-06 | 1 | -5/+9 |
|\ \
| |/ |
|
| * | Fixed llAngleBetween() to allow denormal rotations | John Cochran | 2012-01-06 | 1 | -5/+9 |
| * | Add script instruction count back to llRot2Euler. Other minor formatting/doc... | Justin Clark-Casey (justincc) | 2012-01-06 | 1 | -2/+12 |
| * | Replaced llRot2Euler function. | John Cochran | 2012-01-06 | 1 | -18/+13 |
* | | Add PRIM_POS_LOCAL as an alias to PRIM_POSITION for setting the position. | Melanie | 2011-12-24 | 1 | -0/+9 |
* | | Make raycast more efficient by checking exclusion flags earlier | Melanie | 2011-12-17 | 1 | -15/+21 |
* | | Fix hit testing link sets properly. Fix raycasting for LSL. | Melanie | 2011-12-17 | 1 | -98/+327 |
* | | Merge branch 'master' into careminster | Melanie | 2011-12-12 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | Cleaned up ScenePresence parameters for Flying, WasFlying, FlyingOld and IsCo... | Dan Lake | 2011-12-12 | 1 | -3/+1 |
| * | Fix CHANGED_TEXTURE and CHANGED_COLOR. | Melanie | 2011-12-05 | 1 | -18/+18 |
* | | Fix llGetLinkKey to report avatars properly | Melanie | 2011-12-09 | 1 | -19/+0 |
* | | Fix task inventory giving | Melanie | 2011-12-07 | 1 | -15/+23 |
* | | Add the proper result code as per the LL announcement for llTransferLindenDol... | Melanie | 2011-12-05 | 1 | -1/+1 |
* | | Merge branch 'bigmerge' of ssh://melanie@3dhosting.de/var/git/careminster int... | Melanie | 2011-12-05 | 1 | -20/+20 |
|\ \ |
|
| * | | Fix CHANGED_TEXTURE and CHANGED_COLOR. | Melanie | 2011-12-05 | 1 | -20/+20 |
* | | | Merge branch 'master' into bigmerge | Melanie | 2011-12-05 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Use agent.Animator.CurrentMovementAnimation in llGetAgentInfo() rather than a... | Justin Clark-Casey (justincc) | 2011-12-03 | 1 | -1/+1 |
| * | Rename ScenePresenceAnimator.GetMovementAnimation() -> DetermineMovementAnima... | Justin Clark-Casey (justincc) | 2011-12-03 | 1 | -1/+1 |
* | | Fix setting seated avatar position and make llSameGroup work as in SL. | Melanie | 2011-12-05 | 1 | -2/+4 |
* | | Implement llTransferLindenDollars | Melanie | 2011-12-01 | 1 | -0/+77 |