| Commit message (Expand) | Author | Files | Lines |
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 |
2010-09-10 | First pass at cleaning up thread safety in EntityManager and SceneGraph | John Hurliman | 1 | -1/+1 |
2010-05-10 | Return agents when angle is PI | Melanie | 1 | -0/+4 |
2010-05-04 | Fix full circle sensors | Melanie Thielker | 1 | -0/+5 |
2010-05-03 | Fix sensor cone for sensing avatars | Melanie Thielker | 1 | -1/+12 |
2010-04-21 | Make the detection cone in attachments face in the direction of the avatar, | Melanie | 1 | -0/+9 |
2010-03-19 | Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene... | Dan Lake | 1 | -1/+1 |
2010-03-19 | Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA... | Dan Lake | 1 | -57/+36 |
2010-01-11 | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 1 | -1/+1 |
2009-12-30 | Fix a timer list locking issue causing XMREngine deadlocks | Melanie | 1 | -15/+17 |
2009-11-27 | Make locking of timers and listeners in script related functions consistent | Justin Clark-Casey (justincc) | 1 | -1/+4 |
2009-10-23 | Inconsistent locking of SenseRepeaters in Script Engine. | unknown | 1 | -8/+11 |
2009-10-23 | Experimental change to use an immutable array for iterating ScenePresences, a... | John Hurliman | 1 | -6/+7 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 6 | -6/+6 |
2009-04-07 | * Apply http://opensimulator.org/mantis/view.php?id=3406 | Justin Clarke Casey | 1 | -0/+2 |
2009-03-31 | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 1 | -1/+0 |
2009-03-18 | * Apply http://opensimulator.org/mantis/view.php?id=3311 | Justin Clarke Casey | 1 | -10/+22 |
2009-02-22 | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2 | -2/+2 |
2009-02-22 | Refactor log4net logger handling in script engine. (#3148) | Jeff Ames | 1 | -1/+2 |
2009-02-10 | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 3 | -3/+3 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 4 | -22/+22 |
2009-01-31 | Speed improvement mostly when sensing objects especially noticeable in a sim ... | idb | 1 | -22/+69 |
2009-01-25 | Remove the addition of the region coordinates to obtain the absolute position... | idb | 1 | -10/+6 |
2008-11-21 | * refactor: Rip out SOP inventory from the partial into a separate class | Justin Clarke Casey | 1 | -1/+1 |
2008-11-08 | Refactor IEventReceiver back into IScriptEngine | Melanie Thielker | 3 | -4/+4 |
2008-10-15 | Thanks, idb, for a patch that fixes Mantis#2400: | Homer Horwitz | 1 | -0/+4 |
2008-10-13 | * Remove warnings, including one which pointed out a bug | Justin Clarke Casey | 1 | -1/+0 |
2008-10-09 | * Apply http://opensimulator.org/mantis/view.php?id=2373 | Justin Clarke Casey | 1 | -73/+242 |
2008-10-08 | Mantis#1906. Thank you kindly, Idb for a patch that: | Charles Krinke | 1 | -18/+1 |
2008-09-25 | Convergence is almost complete. This brings the diff between the API to < 10k | Melanie Thielker | 5 | -31/+13 |
2008-09-24 | Decouple AsyncCommands from XEngine and the script instance. Make | Melanie Thielker | 2 | -6/+6 |