aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-17fixed the bug where changing the rotation of a selection of prims in a ↵MW2-0/+2
linkset, made each of those prims rotate around its own centre rather than around the geometric centre of the selection like they should do (and like the client expects). This involved adding a new OnUpdatePrimSingleRotationPosition event to IClientAPI so that we can get the changed position from the client. Btw adding new events to IClientAPI is really tedious where you have to copy the change across to at least 5 or 6 other files. [Note this doesn't fix the bug where any rotation changes to the root prim (but not the whole linkset) cause rotation errors on the child prims.]
2009-07-15minor: remove some mono compiler warningsJustin Clarke Casey2-5/+5
2009-07-12* Workaround for a bug in Vivox Server r2978, whereby ↵Adam Frisby1-2/+18
channel-search.channels.count returns 0 instead of the actual channel count. Should not affect more recent versions of Vivox where this issue has been fixed.
2009-07-12* More Vivox FiddlingAdam Frisby1-1/+5
2009-07-12* Patch for previous revision.Adam Frisby1-4/+1
2009-07-12* More VivoxModule debugging.Adam Frisby1-2/+20
2009-07-12* Added some noisy debug information to VivoxModule to try debug why ↵Adam Frisby1-2/+9
GetChannel fails on LBSA/Zaius Plaza.
2009-07-11Formatting cleanup.Jeff Ames1-8/+8
2009-07-11fixing addin.xmlDr Scofield1-0/+1
2009-07-11fixing missing ReplacableInterfaceDr Scofield1-2/+7
2009-07-11From: Dr Scofield <hud@zurich.ibm.com> & Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-0/+1301
this commit finally adds the VivoxVoiceModule: it supports positional as well as conference call type voice (currently only per region server), region and parcel voice, speaker indication (LL client family), direct avtar-to-avatar voice chat. NOTE: you need to obtain an customer admin account from Vivox to be able to use this module --- DON'T ask me about how to about an admin account, i've NO clue, we just wrote this code.
2009-07-11fixing warning re ReplacableInterface()Dr Scofield1-1/+1
2009-07-10Some module reshuffling, no user functionality yetMelanie Thielker2-0/+877
2009-07-10Committing the interface change and the addition to the modules to getMelanie Thielker4-0/+20
the ball rolling on replacable modules. No user functionality yet
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker3-10/+10
Change all uses of the HttpServer properties to use the new singleton
2009-07-08Thank you kindly, SnowDrop, for a patch that:Charles Krinke1-3/+9
This add a configuration option to the MRM module called "hidden". if MRM is marked as enabled, the module will additionally check for the "Hidden" flag, before registering for client side scriping events. When MRM is running hidden, it will not respond to client side scripting events, giving serverside scripting modules, like MRMLoader and MRMAddin the ability to leverage the MRM engine. This way, even a possible clientside exploit will not be possible, while still allowing the MRM engine to run.
2009-07-01Formatting cleanup.Jeff Ames9-320/+320
2009-07-01Add copyright headers.Jeff Ames5-5/+133
2009-07-01Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker2-0/+10
balancer plugin work again. Create a new method, GetClientEP, to retrieve only the EndPoint for script usage. Marked the purpose of the method in IClientAPI.cs with a warning. Also restored the corresponding SetClientInfo functionality.
2009-07-01Update svn properties.Jeff Ames5-330/+330
2009-06-29Thank you kindly, Snowdrop, for a patch that solves:Charles Krinke8-2/+320
The current API for MRM is quite sparse, this patch supplies basic support for accessing the task inventory of object.
2009-06-29Thank you kindly, Snowdrop/Snowcrash for a patch that:Charles Krinke3-2/+81
This patch makes the worn attachments accessible to MRM scripting
2009-06-29Thank you kindly, Godfrey, for a patch that:Charles Krinke1-1/+2
The new IRCd module causes an error when multiple instances of OpenSim are run on the same machine; since the port number (6666) is hardcoded, the second and subsequent instances crash upon startup because the port is already in use. Attached is a patch which adds a Port specifier to the [IRCd] section of the config file, which defaults to 6666 if not present.
2009-06-19From: Rob Smart <SMARTROB@uk.ibm.com>Sean Dague2-8/+13
Makes an avatars personal voice indicator work with Freeswitch (though not other avatars indicators)
2009-06-19From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2-2/+2
This patch ensures that the touch positions are set during touch_end events (currently only working for touch_start and touch events).
2009-06-18* Corrected CAPS namespacesArthur Valadares3-4/+4
* "luke, use the sed"
2009-06-14Thank you kindly, M1sha, for a patch that improves the treePopulator module:Charles Krinke1-137/+612
(a) Implements the ICommandableModule interface to clean up the user interface (b) Uses a specification for a 'copse' (collected group of trees) which permits via an xml file: Tree type; Tree Line (high and low), Seed point; Radius of Copse; Number of required trees; Initial size of seeded tree; maximum size of seeded tree; growth rate; freeze growth state (c) Multiple Copse may be defined for a region (d) Growth on individual copse may be frozen or restarted, or all growth disabled/enabled (e) Copse definitions are persistant, they are reloaded from the trees present on a region restart (f) All trees in a copse may be removed and the copse definition deleted in one command
2009-06-12* remove long unused interregion optional module codeJustin Clarke Casey3-319/+0
2009-06-10Formatting cleanup.Jeff Ames7-15/+15
2009-06-04Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames2-5/+3
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames39-39/+39
LICENSE.txt.
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames5-13/+148
2009-05-31Update svn properties.Jeff Ames5-1725/+1725
2009-05-31* Adds MRM scripting commands, World.Objects.Create(Vector3 position) and ↵Adam Frisby2-0/+22
World.Objects.Create(Vector3 position, Quaternion rotation). These rez a 'default box' object at the specified coordinates, and return the associated IObject.
2009-05-31Fix IRCd init check for config sectionMike Mazur1-3/+3
The IRCStackModule used Nini.Config.ConfigCollection.Contains() to determine whether the "IRCd" section was present in the config. This ConfigCollection, however, stores an ArrayList of IConfig objects, not strings, so calling Contains("IRCd") always returns false since "IRCd" is a string, not an IConfig object.
2009-05-30* Tweaks to /WHO listings.Adam Frisby1-9/+23
2009-05-30* You are likely to be eaten by a grue.Adam Frisby2-61/+162
* Enable with [IRCd] Enabled=true (will listen on port 6666).
2009-05-30* More TweaksAdam Frisby3-9/+44
2009-05-30* More IRCClientView fiddling. Now implements IClientAPI & IClientCore.Adam Frisby3-182/+245
2009-05-30* May partially implement a C# IRCd & IRCClientStack.Adam Frisby3-0/+1487
2009-05-29* Adds World.Audio.* to MRMAdam Frisby3-1/+48
* This includes methods such as PlaySound which take a Position as an argument, allowing you to trigger sounds arbitrarily across the scene without needing a parent object in the position.
2009-05-29* Protip: When you click 'make public' in resharper, note to save before ↵Adam Frisby1-1/+1
committing.
2009-05-29* Implements Sound on Objects for IObject in MRMAdam Frisby3-1/+29
* Method: IObject.Sound.Play(UUID sound, double volume) * More feature-packed API to come soon. (I want a World.Sound with arbitrary positioning)
2009-05-25* Upped version number to 0.6.5lbsa711-3/+3
2009-05-25dropping attendee list keeping from Concierge, relying onDr Scofield1-87/+26
Scene.GetAvatars() instead now. [test #487]
2009-05-23* Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2-2/+3
needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient)
2009-05-22converting Chat module and Concierge module to new style region modulesDr Scofield2-23/+56
2009-05-22changing IRCBridgeModule to new region module schemeDr Scofield2-75/+49
2009-05-16Send the owner name, not the client name on SendDialog.Homer Horwitz1-1/+1
This modifies IClientAPI.SendDialog slightly. Fixes Mantis #3661.
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva1-2/+2
-- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now