aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-21* Partial Commit for Avatar Appearance to include the functionality of Cached...teravus2-2/+2
2012-12-07revert the use of avatar skeleton and use avatar size provided by viewers,UbitUmarov1-1/+1
2012-12-03Add a transaction ID to the money module path for llTransferLindenDollarsMelanie1-1/+1
2012-11-23Remove a superfluous newline from helpMelanie1-2/+2
2012-11-17* Plumbing and basic setting of the GetMesh Cap Throttler.teravus2-0/+11
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus17-167/+369
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-11-04Pipe Throttle Update Event to EventManager, client --> ScenePresence --> Even...teravus2-1/+2
2012-11-04Add a method to query all registered script constants to allow non-XEngineMelanie1-0/+16
2012-11-04 removed potencial null refs and rearrange code a bitUbitUmarov1-13/+19
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-24 add missing transactionID in SendInventoryItemCreateUpdate. and make useUbitUmarov2-1/+10
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