| Commit message (Expand) | Author | Files | Lines |
2019-11-11 | Yengine: we also need to cancel timer events in queue, because some bad scrip... | UbitUmarov | 1 | -1/+2 |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2 | -38/+58 |
2019-02-24 | several changes to llHttpRequest processing: options section renamed ScriptsH... | UbitUmarov | 1 | -9/+4 |
2018-07-14 | use Vector.Distance not util.. | UbitUmarov | 1 | -2/+2 |
2017-05-12 | minor fix on sensorrepeat | UbitUmarov | 1 | -4/+10 |
2017-01-07 | Correct casing on isGod and isViewerUIGod | Melanie Thielker | 1 | -1/+1 |
2017-01-07 | replace godlevel compares by the new faster bool isViewerUIGod | UbitUmarov | 1 | -1/+1 |
2017-01-06 | Restructure god level and permissions | Melanie Thielker | 1 | -1/+1 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 2 | -8/+8 |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -4/+14 |
2015-03-23 | Taking a reference to the value collection is not thread safe. Change this | Melanie Thielker | 1 | -3/+3 |
2014-08-10 | make sensors detect sitting avatars also by the distance to the root prim | UbitUmarov | 1 | -1/+10 |
2013-11-15 | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2013-07-09 | If a sensor is in an attachment, avoid throwing an exception if the attachee ... | Justin Clark-Casey (justincc) | 1 | -0/+10 |
2013-05-26 | Allow Linden trees to preserve their type when taken into inventory and rezze... | Melanie | 1 | -1/+3 |
2013-03-14 | Fix sensors, llGetRootRotation(), llGet*Param() and other functions to use th... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2013-01-25 | Add "show script timers" command to show script timers. For debug purposes. | Justin Clark-Casey (justincc) | 2 | -32/+38 |
2013-01-25 | Add "show sensors" command to show script sensor information for debug purposes. | Justin Clark-Casey (justincc) | 1 | -32/+62 |
2013-01-10 | Add "show script timers" command to show script timers. For debug purposes. | Justin Clark-Casey (justincc) | 2 | -32/+38 |
2013-01-10 | Add "show sensors" command to show script sensor information for debug purposes. | Justin Clark-Casey (justincc) | 1 | -32/+62 |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 1 | -6/+7 |
2012-08-18 | constructor means not having to manually refer to individual properties | SignpostMarv | 1 | -2/+2 |
2012-08-18 | refactoring for Vector3 operator & constructor tweaks | SignpostMarv | 1 | -5/+4 |
2012-08-01 | Look up the NPC module when the SensorRepeat class is created, rather than on... | Justin Clark-Casey (justincc) | 1 | -5/+6 |
2012-07-31 | Resolve a deadlock between INPCModule and SensorRepeat by replacing the Senso... | Justin Clark-Casey (justincc) | 1 | -35/+43 |
2012-07-25 | Remove support for the OS_NPC constant. That one seems to be overly paranoid | Melanie | 1 | -3/+2 |
2012-07-20 | As per opensim-dev mailing list conversation, introduce OS_NPC constant for u... | Justin Clark-Casey (justincc) | 1 | -2/+3 |
2012-07-11 | Add regression TestDetachScriptedAttachmentToInventory() | Justin Clark-Casey (justincc) | 1 | -2/+6 |
2012-04-27 | minor: style adjustments in SensorRepeat, mainly related to patch from stoehr | Justin Clark-Casey (justincc) | 1 | -3/+4 |
2012-04-27 | Fixing wrong position of llSensor, SensePoint wasnt following the rotation of... | Stefan_Boom | 1 | -8/+22 |
2012-03-06 | Add sensor, dataserver requests, timer and listener counts to "xengine status... | Justin Clark-Casey (justincc) | 4 | -11/+44 |
2012-03-02 | Move SenseRepeaters.Count check inside the SenseRepeatListLock. | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2012-03-02 | lock SenseRepeatListLock when added a new sensor during script reconstitution. | Justin Clark-Casey (justincc) | 1 | -1/+3 |
2012-02-16 | Fix some logic mistakes where firstly osNpcCreate() without options was creat... | Justin Clark-Casey (justincc) | 1 | -1/+16 |
2012-02-10 | Fix an npc delete race condition with LSL sensors where an initial presence c... | Justin Clark-Casey (justincc) | 1 | -9/+20 |
2012-01-28 | Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate(). | Justin Clark-Casey (justincc) | 1 | -2/+7 |
2012-01-12 | Allow all NPCs to show up on sensors as all osNpc* script methods now check f... | Justin Clark-Casey (justincc) | 1 | -6/+9 |
2012-01-06 | Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ... | Melanie | 1 | -1/+19 |
2012-01-06 | Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ... | Melanie | 1 | -2/+17 |
2011-12-17 | Fix hit testing link sets properly. Fix raycasting for LSL. | Melanie | 1 | -0/+5 |
2011-11-26 | When removing an LSL sensor for a script (e.g. through llResetScript() or sta... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-11-03 | Rename ForEachAvatar back to ForEachScenePresence. The other changes | Dan Lake | 1 | -2/+2 |
2011-11-03 | Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls to | Dan Lake | 1 | -2/+2 |
2011-08-27 | refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin... | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2011-08-26 | refactor: simplify SOP.AttachedAvatar into SOG.AttachedAvatar | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-06-03 | If an llSensor() is in an attachment, make the detection cone face in the dir... | Justin Clark-Casey (justincc) | 1 | -1/+10 |
2011-04-08 | Add support for the new display name related functions in LSL. This does not | Melanie | 1 | -4/+22 |
2011-04-08 | Add support for the new display name related functions in LSL. This does not | Melanie | 1 | -4/+22 |
2010-12-12 | Correct Sensor axis for unattached daughter prims. | Kitto Flora | 1 | -1/+2 |
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -2/+2 |