aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert the #3899 patch and it's two follow upsMelanie2009-08-043-49/+32
|
* Update a misspelled nameMelanie2009-08-041-1/+1
|
* Change the freeswitch out connector (which is pointless) to an in connectorMelanie2009-08-041-59/+44
|
* Add the region module shell for the new freeswitch serviceMelanie2009-08-041-0/+128
|
* If the FreeSwitch context is unset or "public", then accept any context.Melanie2009-08-041-1/+1
| | | | This restores the "out of the box" functionality.
* Output the Freeswitch context received and the context set up in theMelanie2009-08-041-1/+1
| | | | debugging message so a mismatch can be corrected more easily
* * Tweak the caps manager so that the NPCAvatar works again.Teravus Ovares2009-08-012-3/+4
|
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-254-6/+8
| | | | | | | | * Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html
* * Apply http://opensimulator.org/mantis/view.php?id=3855Justin Clarke Casey2009-07-241-24/+40
| | | | | | | * Prevent session crashes when something goes wrong with group invite. * Thanks mcortez.
* Formatting cleanup.Jeff Ames2009-07-235-150/+147
|
* Thank you, MarcelEdward, for a patch to add paying group join fees.Melanie Thielker2009-07-211-1/+12
| | | | | | | | Applied with changes (original patch would not compile) Whitespace changes removed Fixes Mantis #3926
* * Created a way that the OpenSimulator scene can ask the physics scene to do ↵Teravus Ovares2009-07-192-0/+8
| | | | | | | | | a raycast test safely. * Test for prim obstructions between the avatar and camera. If there are obstructions, inform the client to move the camera closer. This makes it so that walls and objects don't obstruct your view while you're moving around. Try walking inside a hollowed tori. You'll see how much easier it is now because your camera automatically moves closer so you can still see. * Created a way to know if the user's camera is alt + cammed or just following the avatar. * Changes IClientAPI interface by adding SendCameraConstraint(Vector4 CameraConstraint)
* * Patch from otakup0pe to help freeswitch play nice with complex existing ↵Teravus Ovares2009-07-173-140/+160
| | | | | | | | freeswitch configurations. * Thanks! fixes mantis #3899
* fixed the bug where changing the rotation of a selection of prims in a ↵MW2009-07-172-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.]
* minor: remove some mono compiler warningsJustin Clarke Casey2009-07-152-5/+5
|
* * Workaround for a bug in Vivox Server r2978, whereby ↵Adam Frisby2009-07-121-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.
* * More Vivox FiddlingAdam Frisby2009-07-121-1/+5
|
* * Patch for previous revision.Adam Frisby2009-07-121-4/+1
|
* * More VivoxModule debugging.Adam Frisby2009-07-121-2/+20
|
* * Added some noisy debug information to VivoxModule to try debug why ↵Adam Frisby2009-07-121-2/+9
| | | | GetChannel fails on LBSA/Zaius Plaza.
* Formatting cleanup.Jeff Ames2009-07-111-8/+8
|
* fixing addin.xmlDr Scofield2009-07-111-0/+1
|
* fixing missing ReplacableInterfaceDr Scofield2009-07-111-2/+7
|
* From: Dr Scofield <hud@zurich.ibm.com> & Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-07-111-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.
* fixing warning re ReplacableInterface()Dr Scofield2009-07-111-1/+1
|
* Some module reshuffling, no user functionality yetMelanie Thielker2009-07-102-0/+877
|
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-104-0/+20
| | | | | | the ball rolling on replacable modules. No user functionality yet
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-103-10/+10
| | | | | | Change all uses of the HttpServer properties to use the new singleton
* Thank you kindly, SnowDrop, for a patch that:Charles Krinke2009-07-081-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.
* Formatting cleanup.Jeff Ames2009-07-019-320/+320
|
* Add copyright headers.Jeff Ames2009-07-015-5/+133
|
* Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker2009-07-012-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.
* Update svn properties.Jeff Ames2009-07-015-330/+330
|
* Thank you kindly, Snowdrop, for a patch that solves:Charles Krinke2009-06-298-2/+320
| | | | | | | | The current API for MRM is quite sparse, this patch supplies basic support for accessing the task inventory of object.
* Thank you kindly, Snowdrop/Snowcrash for a patch that:Charles Krinke2009-06-293-2/+81
| | | | | This patch makes the worn attachments accessible to MRM scripting
* Thank you kindly, Godfrey, for a patch that:Charles Krinke2009-06-291-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.
* From: Rob Smart <SMARTROB@uk.ibm.com>Sean Dague2009-06-192-8/+13
| | | | | Makes an avatars personal voice indicator work with Freeswitch (though not other avatars indicators)
* From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2009-06-192-2/+2
| | | | | | This patch ensures that the touch positions are set during touch_end events (currently only working for touch_start and touch events).
* * Corrected CAPS namespacesArthur Valadares2009-06-183-4/+4
| | | | | * "luke, use the sed"
* Thank you kindly, M1sha, for a patch that improves the treePopulator module:Charles Krinke2009-06-141-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
* * remove long unused interregion optional module codeJustin Clarke Casey2009-06-123-319/+0
|
* Formatting cleanup.Jeff Ames2009-06-107-15/+15
|
* Comment out unused variables / private fields to avoid compiler warnings.Jeff Ames2009-06-042-5/+3
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-0139-39/+39
| | | | LICENSE.txt.
* Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2009-05-315-13/+148
|
* Update svn properties.Jeff Ames2009-05-315-1725/+1725
|
* * Adds MRM scripting commands, World.Objects.Create(Vector3 position) and ↵Adam Frisby2009-05-312-0/+22
| | | | World.Objects.Create(Vector3 position, Quaternion rotation). These rez a 'default box' object at the specified coordinates, and return the associated IObject.
* Fix IRCd init check for config sectionMike Mazur2009-05-311-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.
* * Tweaks to /WHO listings.Adam Frisby2009-05-301-9/+23
|
* * You are likely to be eaten by a grue.Adam Frisby2009-05-302-61/+162
| | | | | * Enable with [IRCd] Enabled=true (will listen on port 6666).