aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/WorldComm/WorldCommModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-02refactor: move world comm message queueing into its own methodJustin Clark-Casey (justincc)1-23/+13
2010-01-29Resolve one more conflict I overlookedMelanie1-14/+0
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-18/+15
2010-01-28Changes WorldCommModule to ISharedRegionModule.Revolution1-1/+5
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-12/+25
2009-11-27Make locking of timers and listeners in script related functions consistentJustin Clark-Casey (justincc)1-3/+6
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-03-12Update svn properties, minor formatting cleanup.Jeff Ames1-8/+8
2009-03-11* Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey1-2/+2
2009-03-11From: Alan M Webb <alan_webb@us.ibm.com>Dr Scofield1-6/+9
2009-02-17* Apply http://opensimulator.org/mantis/view.php?id=3179Justin Clarke Casey1-15/+15
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-9/+9
2009-02-12* optimized usings.lbsa711-9/+9
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-4/+4
2008-10-21fixing real cause of #2445 & #2449: Position was <0, 0, 0> forDr Scofield1-4/+4
2008-10-21fixes #2445 & #2449. interim fix that will make listeners workDr Scofield1-4/+12
2008-10-20cleaning up IRCBridgeModule to allow for configuration from in-world,Dr Scofield1-42/+29
2008-10-11Thanks cmickyb for a patch that enhances the IRC module.Dahlia Trimble1-2/+17
2008-10-03This changeset changes the way chat from client is routed: Dr Scofield1-6/+6
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-34/+34
2008-07-25renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield1-1/+1
2008-05-28Formatting cleanup.Jeff Ames1-3/+3
2008-05-27Thank you kindly, Melanie for a patch that adds:Charles Krinke1-0/+71
2008-05-16Formatting cleanup.Jeff Ames1-17/+17
2008-05-14* Removed 19 warningsTeravus Ovares1-1/+1
2008-05-08* Applying patch #1121 - Fixes for llListen() (Thanks Middlelink!)Adam Frisby1-269/+329
2008-05-01* Rolled back a few changes.Adam Frisby1-2/+6
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-6/+2
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-584/+584
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-36/+43
2008-04-30* Refactored Environment/Modules directory - modules now reside in their own ...Adam Frisby1-584/+578
2008-04-26* Committing Mantis #1061 - llRegionSay and llSetPrimitiveParams implementati...Adam Frisby1-20/+19
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-1/+0
2008-03-28From: Michael Osias <mosias@us.ibm.com>Sean Dague1-8/+16
2008-03-24From: Michael Osias <mosias@us.ibm.com>Justin Clarke Casey1-113/+146
2008-03-18Formatting cleanup.Jeff Ames1-27/+25
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-19From: Michael Osias <mosias@us.ibm.com>Sean Dague1-20/+52
2008-02-18Patch from Michael Osias IBM (jimbo2120)Justin Clarke Casey1-0/+22
2007-12-27* Optimized usingslbsa711-2/+2
2007-12-07Updates to LibSL revision 1498. Thanks Johan!Adam Johnson1-4/+4
2007-11-08converted hard-coded chat type values to ChatTypeEnumJeff Ames1-7/+7
2007-11-01* Diuerse beavtificatemslbsa711-1/+1
2007-10-30Step one on the long march towards grid based inventory. Introduction of an I...Tleiades Hax1-1/+1
2007-10-30* Optimized usingslbsa711-80/+66
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-1/+1
2007-10-29Started the process of cleaning up AssetCache and moving most of the code int...MW1-2/+0
2007-10-19* Major structural change: Begun converting Events to use (caller, args) synt...Adam Frisby1-6/+5
2007-10-19changes to pass nini config object to the modules that getSean Dague1-1/+2