aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-03XmlRpcGridRouterBlueWall2-19/+69
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2-2/+2
2012-11-24Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)2-66/+76
2012-11-13Added a few more AssemblyInfos. (Plus added the one in OptionalModules, which...Diva Canto1-0/+37
2012-11-13Deleted OptionalModules.addin.xml. Added AssemblyInfo.cs for that dll.Diva Canto2-15/+0
2012-11-13All optional modules' directives moved out of addin.xmlDiva Canto9-8/+15
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto6-6/+6
2012-11-12Remove any mention of IRegionModule from region names and comments to aidMelanie8-9/+8
2012-11-11Two more modules converted: XmlRpcGridRouterModule and XmlRpcRouterModule.Diva Canto2-18/+60
2012-11-11One more module converted: MRMModule.Diva Canto1-35/+56
2012-11-11One more module converted: IRCStackModule.Diva Canto1-19/+35
2012-11-11document & 80-character width terminal formattingSignpostMarv1-49/+80
2012-11-11converting NPC module to ISharedRegionModuleSignpostMarv1-9/+22
2012-11-09One more module converted: TreePopulator.Diva Canto2-11/+20
2012-10-29shuffling code around so that the interface for ISoundModule.SendSound() spec...SignpostMarv1-1/+1
2012-10-29moving SendSound from SceneObjectPart to ISoundModuleSignpostMarv1-2/+5
2012-10-29Fix memory leak where removing an NPC did not remove its circuits.Justin Clark-Casey (justincc)1-0/+11
2012-10-25Fix script error messages not showing up in viewer 3 and associated viewers.Justin Clark-Casey (justincc)3-7/+11
2012-10-24Get "save oar" and "save iar" to tell you in a more friendly manner if the fi...Justin Clark-Casey (justincc)1-0/+3
2012-10-20Relocate temporary debug message for sending group IMs to online members only...Justin Clark-Casey (justincc)1-4/+12
2012-10-20Add experimental [Groups] MessageOnlineUsersOnly option for Flotsam XmlRpc gr...Justin Clark-Casey (justincc)1-7/+69
2012-10-20Fix build break from commit e469879Justin Clark-Casey (justincc)1-1/+1
2012-10-19Add "debug groups verbose <true|false>" region console commandJustin Clark-Casey (justincc)1-0/+29
2012-10-19minor: Increase attachment name field from 36 to 50 chars in "attachments sho...Justin Clark-Casey (justincc)1-1/+1
2012-10-06On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)1-1/+1
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto5-5/+1
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto5-1/+5
2012-09-20Don't fail to create an IRC nick if nick randomization is disabled in the IRC...Justin Clark-Casey (justincc)1-3/+3
2012-09-17Moving ScriptModuleComms into the CoreModules tree.Mic Bowman1-367/+0
2012-09-17Implementing ability to register script constants and invocations on a region...SignpostMarv1-0/+31
2012-09-17script invocations cannot have void return typeSignpostMarv1-9/+9
2012-09-14Support multi-region OAR filesOren Hurvitz1-1/+1
2012-09-11Allow an incoming identifier to be specified for a JsonStore.Mic Bowman2-8/+8
2012-09-08refactoring to allow Scene.GetLandData to accept Vector3 as an argument. Note...SignpostMarv2-2/+2
2012-08-31Type.Type is RuntimeTypeSignpostMarv1-1/+1
2012-08-31formattingSignpostMarv1-5/+5
2012-08-31adding support for static method script invocationsSignpostMarv1-0/+15
2012-08-31moving assignment to new line to make next commit easier to read in diffsSignpostMarv1-1/+2
2012-08-31using specific type instead of varSignpostMarv1-1/+1
2012-08-31formattingSignpostMarv1-1/+1
2012-08-31formattingSignpostMarv1-2/+1
2012-08-31adding support for finding static methodsSignpostMarv1-3/+9
2012-08-31assign binding flags to variableSignpostMarv1-1/+3
2012-08-31no need to assign result to GetMethodInfoFromTypeSignpostMarv1-3/+1
2012-08-31changing to use Type argument instead of objectSignpostMarv1-3/+3
2012-08-31moving code that will be common into private static methodSignpostMarv1-1/+8
2012-08-20Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)2-0/+10
2012-08-15Let the temp attachment module add a command to allow attaching without permi...Melanie1-3/+38
2012-08-14Prevent race conditions when one thread removes an NPC SP before another thre...Justin Clark-Casey (justincc)1-34/+30
2012-08-14Perform ownership transfer and permission propagation as well as neededMelanie1-0/+28