aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins/SensorRepeat.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-02Move SenseRepeaters.Count check inside the SenseRepeatListLock.Justin Clark-Casey (justincc)1-4/+4
2012-03-02lock SenseRepeatListLock when added a new sensor during script reconstitution.Justin Clark-Casey (justincc)1-1/+3
2012-02-16Fix some logic mistakes where firstly osNpcCreate() without options was creat...Justin Clark-Casey (justincc)1-1/+16
2012-02-10Fix an npc delete race condition with LSL sensors where an initial presence c...Justin Clark-Casey (justincc)1-9/+20
2012-01-28Add OS_NPC_SENSE_AS_AGENT option to osNpcCreate().Justin Clark-Casey (justincc)1-2/+7
2012-01-12Allow all NPCs to show up on sensors as all osNpc* script methods now check f...Justin Clark-Casey (justincc)1-6/+9
2012-01-06Add osNpcCreateOwned to create an owned NPC. Those can be sensed only by the ...Melanie1-1/+19
2011-11-26When removing an LSL sensor for a script (e.g. through llResetScript() or sta...Justin Clark-Casey (justincc)1-1/+1
2011-11-03Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake1-2/+2
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-2/+2
2011-08-27refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...Justin Clark-Casey (justincc)1-4/+4
2011-08-26refactor: simplify SOP.AttachedAvatar into SOG.AttachedAvatarJustin Clark-Casey (justincc)1-2/+2
2011-06-03If an llSensor() is in an attachment, make the detection cone face in the dir...Justin Clark-Casey (justincc)1-1/+10
2011-04-08Add support for the new display name related functions in LSL. This does notMelanie1-4/+22
2010-09-12Formatting cleanup.Jeff Ames1-2/+2
2010-09-10First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman1-1/+1
2010-05-10Return agents when angle is PIMelanie1-0/+4
2010-04-21Make the detection cone in attachments face in the direction of the avatar,Melanie1-0/+9
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake1-1/+1
2010-03-19Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake1-57/+36
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2009-10-23Inconsistent locking of SenseRepeaters in Script Engine.unknown1-8/+11
2009-10-23Experimental change to use an immutable array for iterating ScenePresences, a...John Hurliman1-6/+7
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-07* Apply http://opensimulator.org/mantis/view.php?id=3406Justin Clarke Casey1-0/+2
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-1/+1
2009-01-31Speed improvement mostly when sensing objects especially noticeable in a sim ...idb1-22/+69
2009-01-25Remove the addition of the region coordinates to obtain the absolute position...idb1-10/+6
2008-11-21* refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey1-1/+1
2008-10-15Thanks, idb, for a patch that fixes Mantis#2400:Homer Horwitz1-0/+4
2008-10-13* Remove warnings, including one which pointed out a bugJustin Clarke Casey1-1/+0
2008-10-09* Apply http://opensimulator.org/mantis/view.php?id=2373Justin Clarke Casey1-73/+242
2008-10-08Mantis#1906. Thank you kindly, Idb for a patch that:Charles Krinke1-18/+1
2008-09-25Convergence is almost complete. This brings the diff between the API to < 10kMelanie Thielker1-22/+0
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-25/+25
2008-08-16Refactor a lot of direct calls to OGS1 to use the cached version instead.Melanie Thielker1-3/+4
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap...lbsa711-17/+13
2008-06-07Mantis#1496. Thank you kindly, Melanie for a patch that:Charles Krinke1-0/+1
2008-06-05Mantis#1437. Patch one of four. Thank you kindly, Melanie for:Charles Krinke1-0/+1
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-10/+10
2008-05-30* This is Melanie's XEngine script engine. I've not tested this real well, h...Teravus Ovares1-6/+74
2008-05-25* A hacky Top Scripts display. It isn't accurate as far as ms accounting, ho...Teravus Ovares1-0/+1
2008-05-16Formatting cleanup.Jeff Ames1-1/+1
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-04-30Patch from Melanie: 0001077: [PATCH] LSL types cannot be cast implicitly or e...Teravus Ovares1-1/+1
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-6/+1
2008-04-10moved fields to properties for UserDataProfile, which wasSean Dague1-1/+1
2008-03-18Formatting cleanup. Minor refactoring.Jeff Ames1-2/+2
2008-03-18Patch from DrSchofld (IBM). In his own wordsJustin Clarke Casey1-2/+2
2008-03-18Formatting cleanup.Jeff Ames1-26/+25