| Commit message (Expand) | Author | Age | Files | Lines |
* | change chattype on llRegionSayTo when sending to avatar viewer only. | UbitUmarov | 2018-10-18 | 1 | -1/+1 |
* | mantis 7391: deliver llregionSayTo to all scripts on prim that match target s... | UbitUmarov | 2018-10-18 | 1 | -6/+3 |
* | mantis 8135 | UbitUmarov | 2017-05-02 | 1 | -7/+15 |
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -1/+1 |
* | mantis 8027: allow messages to be sent to attachments child prims in llRegion... | UbitUmarov | 2016-09-22 | 1 | -2/+5 |
* | check for null target, minor cleanup | UbitUmarov | 2016-09-21 | 1 | -12/+13 |
* | locking issue | UbitUmarov | 2016-08-22 | 1 | -2/+2 |
* | remove unused return value on DeliverMessageTo() | UbitUmarov | 2015-11-20 | 1 | -9/+7 |
* | remove duplicate object chat messages ( mantis 7745 ),fix llRegionSay, this a... | UbitUmarov | 2015-11-20 | 1 | -0/+5 |
* | remove unused method parameter master also removed | UbitUmarov | 2015-10-02 | 1 | -3/+1 |
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -17/+2 |
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -30/+46 |
|\ |
|
| * | Merge branch 'master' into careminster | Melanie | 2012-11-13 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge branch 'master' into careminster | Melanie | 2012-11-11 | 1 | -75/+187 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into careminster | Melanie | 2012-10-26 | 1 | -23/+110 |
| |\ \ \ |
|
| * | | | | Fix llRegionSayTo the right way | Melanie | 2012-06-28 | 1 | -7/+12 |
* | | | | | Fix recent regression with llRegionSayTo() started sending messages twice. | Justin Clark-Casey (justincc) | 2014-09-26 | 1 | -8/+2 |
| |_|_|/
|/| | | |
|
* | | | | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 2012-11-12 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | document, 80-character width terminal formatting converting comments to docum... | SignpostMarv | 2012-11-10 | 1 | -15/+65 |
* | | | document & 80-character width terminal formatting | SignpostMarv | 2012-11-10 | 1 | -56/+114 |
* | | | Converting WorldCommModule to INonSharedRegionModule | SignpostMarv | 2012-11-10 | 1 | -11/+25 |
| |/
|/| |
|
* | | refactoring IWorldCommListenerInfo.GetRegexBitfield() method to be a field wi... | SignpostMarv | 2012-10-26 | 1 | -12/+8 |
* | | adding ability for listeners to be filtered by regular expressions and a gene... | SignpostMarv | 2012-10-26 | 1 | -19/+110 |
* | | Formatting and casing correction in WorldCommModule, trailing new line in OSS... | SignpostMarv | 2012-10-26 | 1 | -3/+3 |
* | | Mantis 5977 Corrections to llRegionSayTo | Talun | 2012-04-23 | 1 | -35/+35 |
|/ |
|
* | Allow llRegionSayTo() to work on the PUBLIC_CHANNEL, as per http://wiki.secon... | Justin Clark-Casey (justincc) | 2012-03-31 | 1 | -1/+1 |
* | Add sensor, dataserver requests, timer and listener counts to "xengine status... | Justin Clark-Casey (justincc) | 2012-03-06 | 1 | -0/+20 |
* | Change default say distance to 20m from 30m, the same as on the big grid. Th... | Justin Clark-Casey (justincc) | 2011-11-02 | 1 | -1/+1 |
* | Try disabling the inconsistent attachment state check to see if this actually... | Justin Clark-Casey (justincc) | 2011-09-05 | 1 | -1/+2 |
* | In WorldCommModule, replace the useless Attachments == null check with Attach... | Justin Clark-Casey (justincc) | 2011-08-31 | 1 | -2/+1 |
* | minor: seal up another instance of using the appearance list without locking | Justin Clark-Casey (justincc) | 2011-08-31 | 1 | -1/+1 |
* | Make SP.Attachments available as sp.GetAttachments() instead. | Justin Clark-Casey (justincc) | 2011-08-31 | 1 | -4/+8 |
* | Add avatar and attachments to llRegionSay | BlueWall | 2011-08-20 | 1 | -4/+67 |
* | Add llRegionSayTo | BlueWall | 2011-08-19 | 1 | -0/+21 |
* | refactor: move world comm message queueing into its own method | Justin Clark-Casey (justincc) | 2010-02-02 | 1 | -23/+13 |
* | Resolve one more conflict I overlooked | Melanie | 2010-01-29 | 1 | -14/+0 |
* | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2010-01-29 | 1 | -18/+15 |
* | Changes WorldCommModule to ISharedRegionModule. | Revolution | 2010-01-28 | 1 | -1/+5 |
* | Updates all IRegionModules to the new style region modules. | Revolution | 2010-01-23 | 1 | -12/+25 |
* | Make locking of timers and listeners in script related functions consistent | Justin Clark-Casey (justincc) | 2009-11-27 | 1 | -3/+6 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2009-03-12 | 1 | -8/+8 |
* | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 2009-03-11 | 1 | -2/+2 |
* | From: Alan M Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-03-11 | 1 | -6/+9 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3179 | Justin Clarke Casey | 2009-02-17 | 1 | -15/+15 |
* | large scale fix for svn props after "the great refactor" | Sean Dague | 2009-02-12 | 1 | -9/+9 |
* | * optimized usings. | lbsa71 | 2009-02-12 | 1 | -9/+9 |
* | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 2009-02-10 | 1 | -0/+726 |