| Commit message (Expand) | Author | Age | Files | Lines |
* | Use SP.ParentPart instead of ParentID in places where it's more efficient (sa... | Justin Clark-Casey (justincc) | 2012-03-09 | 1 | -17/+7 |
* | FireAndForget scripted rez - port from Avination | Melanie | 2012-03-09 | 1 | -41/+46 |
* | Fix indexing on string trim | BlueWall | 2012-03-01 | 1 | -1/+1 |
* | PRIM_SCULPT_FLAG_INVERT, PRIM_SCULPT_FLAG_MIRROR implemented | PixelTomsen | 2012-02-25 | 1 | -4/+6 |
* | llGetLinkMedia, llSetLinkMedia, llClearLinkMedia implementation mantis: http:... | PixelTomsen | 2012-02-24 | 1 | -23/+83 |
* | llLinkSitTarget implementation http://wiki.secondlife.com/wiki/LlLinkSitTarget | PixelTomsen | 2012-02-24 | 1 | -5/+27 |
* | 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 |
* | Fix:llSetText - limited text to a maximum of 254 chars | PixelTomsen | 2012-01-31 | 1 | -3/+3 |
* | Fix llEdgeOfWorld functionality - see mantis http://opensimulator.org/mantis/... | Garmin Kawaguichi | 2012-01-29 | 1 | -1/+1 |
* | llManageEstateAccess implementation http://wiki.secondlife.com/wiki/LlManageE... | PixelTomsen | 2012-01-26 | 1 | -0/+69 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Add missing property to llGetLinkPrimitiveParams | BlueWall | 2011-11-26 | 1 | -0/+3 |
* | Rename ForEachAvatar back to ForEachScenePresence. The other changes | Dan Lake | 2011-11-03 | 1 | -6/+6 |
* | Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls to | Dan Lake | 2011-11-03 | 1 | -10/+9 |
* | Merge branch 'master' of git://opensimulator.org/git/opensim | Dan Lake | 2011-11-02 | 1 | -315/+362 |
|\ |
|
| * | Restore the recursive calling of PRIM_LINK_TARGET because the version I made | Melanie | 2011-11-02 | 1 | -327/+334 |
| * | Some positioning fixes from AVN trunk | Melanie | 2011-11-02 | 1 | -1/+42 |
| * | Streamline PRIM_LINK_TARGET, eliminating a recursion and a failure scenario | Melanie | 2011-11-02 | 1 | -4/+3 |
* | | Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL. | Dan Lake | 2011-11-02 | 1 | -9/+6 |
|/ |
|
* | Added new ForEachRootScenePresence to Scene since almost every delegate passe... | Dan Lake | 2011-10-27 | 1 | -10/+10 |
* | Implementation of PRIM_OMEGA, but only for setting | SignpostMarv Martin | 2011-10-26 | 1 | -4/+17 |
* | Implementing PRIM_LINK_TARGET, but only for setting params | SignpostMarv Martin | 2011-10-26 | 1 | -4/+13 |
* | Add "show scripts" command to show all scripts currently known to the script ... | Justin Clark-Casey (justincc) | 2011-10-19 | 1 | -2/+0 |
* | refactor: Use SOP.SitTargetAvatar instead of calling a special GetAvatarOnSit... | Justin Clark-Casey (justincc) | 2011-10-17 | 1 | -1/+1 |
* | Get rid of some traces of the old pre-ROBUST grid architecture config | Justin Clark-Casey (justincc) | 2011-10-12 | 1 | -2/+0 |
* | Convert getLastReportedSimFPS() and getLastReportedSimStats() into more idiom... | Justin Clark-Casey (justincc) | 2011-10-10 | 1 | -1/+1 |
* | refactor: have lsl and ossl interrogate scene.StatsReporter directly rather t... | Justin Clark-Casey (justincc) | 2011-10-10 | 1 | -1/+1 |
* | Removed all refs to IClientAPI from IAttachmentsModule. Separated client hand... | Dan Lake | 2011-10-04 | 1 | -1/+1 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Dan Lake | 2011-10-03 | 1 | -3/+18 |
|\ |
|
| * | trival tweak to trigger the continuous integration system | Justin Clark-Casey (justincc) | 2011-10-04 | 1 | -1/+1 |
| * | Return NULL_KEY from llGetTexture if a non-existent face is indicated, rather... | Justin Clark-Casey (justincc) | 2011-10-04 | 1 | -1/+1 |
| * | For llGetTexture(), if the face texture asset is in the inventory, return the... | Justin Clark-Casey (justincc) | 2011-10-04 | 1 | -1/+16 |
* | | Removed redundant code in AttachmentsModule and simplified interfaces which c... | Dan Lake | 2011-10-03 | 1 | -2/+1 |
|/ |
|
* | llGetLinkKey, llGetLinkName Fix for sitting Avatar | Pixel Tomsen | 2011-10-01 | 1 | -0/+41 |
* | llAvatarOnLinkSitTarget Implementation | Pixel Tomsen | 2011-09-29 | 1 | -0/+14 |
* | refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to refle... | Justin Clark-Casey (justincc) | 2011-09-15 | 1 | -1/+1 |
* | llSetPrimitiveParams Prim type params precision errors | Micheil Merlin | 2011-09-09 | 1 | -19/+57 |
* | refactor: use SOG register target waypoints and rots directly instead of call... | Justin Clark-Casey (justincc) | 2011-09-01 | 1 | -4/+6 |