aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-08-14Move inititalization to RegionLoaded to avoid a module loading order issueMelanie1-8/+8
2012-08-14Implement the temp attachments. UNTESTEDMelanie1-0/+44
2012-08-14Add the skeleton for the temp attachments moduleMelanie1-0/+82
2012-08-03Save membership fee to the database when a group is created.Kevin Cozens1-25/+25
2012-07-31Adds support to ScriptModuleComms for region modules to exportMic Bowman1-0/+33
2012-07-25Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)3-0/+3
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)4-4/+4
2012-07-25Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)1-1/+1
2012-07-24Rename "image queues clear" console command to "clear image queues"Justin Clark-Casey (justincc)1-12/+6
2012-07-24Add information about each column to "show queues" region console command help.Justin Clark-Casey (justincc)1-2/+9
2012-07-24Extend region console "show queues" command to show already collected time si...Justin Clark-Casey (justincc)1-18/+24
2012-07-19minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2-3/+1
2012-07-19Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)1-3/+1
2012-07-18Perform other region ready actions even if simulator is configured to leave l...Justin Clark-Casey (justincc)1-26/+19