aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adapt the opensim.ini example to reflect the php file names actually usedMelanie Thielker2009-04-261-2/+2
| | | | | | in wiredux to reduce confusion a bit
* Fix another typo in the ini exampleMelanie Thielker2009-04-251-1/+1
|
* Fix a typo in OpenSim.ini.exampleMelanie Thielker2009-04-251-1/+1
|
* * update example to reflect optional Well known hostname.Teravus Ovares2009-04-221-0/+6
|
* Change the default for FreeSwitch Voice to disable. Most people don't haveMelanie Thielker2009-04-221-1/+1
| | | | | | the server, after all.
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-211-0/+7
| | | | | | | | | | | * Refactors the xmlrpc calls to a single location to make it easier to debug and include alternative xmlrpc call mechanisms * Includes an alternative xmlrpc call mechanism that sets HTTP Keep-Alive to false which solves nearly all System.Net exceptions on some windows environments
* culling AsteriskVoiceModule and SIPVoiceModule, now that we haveDr Scofield2009-04-211-52/+23
| | | | | | working FreeSwitchVoiceModule and soon will have a fully working VivoxVoiceModule.
* Added a "force_simple_prim_meshing" option to the ODE settings in ↵Dahlia Trimble2009-04-191-0/+10
| | | | | | | OpenSim.ini which will use meshes for collisions with simple prim shapes rather than internal ODE algorithms. This may help with Mantis #2905 and Mantis #3487 for those experimenting with capsule settings. Note that this will increase memory usage and region startup time.
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-181-1/+23
| | | | | | | | | | | Added is a patch that adds a rough Groups implementation. This patch allows the creation, adding and maintaining Groups, Roles and Members. Work has begun on a very naive implementation of messaging, and minimal support for notifications {no attachments yet}. Proposals are not yet supported, but are on the to-do list. This implementation is not active by default, and must be configured in OpenSim.ini to become active.
* Remove the default plywood texture from the library. Its presence can cause ↵idb2009-04-181-13/+0
| | | | | | | usability problems when selecting textures. The texture is still in assets and can still be applied using the "Default" button or by uuid from scripts. The removal may not shown up until after clearing the cache. Fixes Mantis #3460
* add some stub config to OpenSim.ini.example for freeswitch. This needsSean Dague2009-04-171-0/+25
| | | | | | quite a bit of explaining before people can probably figure this out, which will be coming in the wiki.
* * Committing more BulletDotNETPlugin workTeravus Ovares2009-04-164-0/+0
| | | | | | * Tweak the LLSetStatus results in the ODEPlugin. Hopefully it's a little less unstable. * ODEPlugin is using experimental math for LLSetStatus, use with caution! :)
* Correct Opensim.ini.example to reflect the default settings for clouds.idb2009-04-111-2/+2
| | | | | | Fixes Mantis #3421 Change the agent/avatar events subscriptions to just OnNewClient. The data only needs to be sent once and keeping track of log ins/movements is not required. This will also send cloud data to child agents so that they can see clouds above neighbouring regions not just regions that they have visited.
* * BulletDotNETPlugin supports Axis lock (LLSetStatus) from the script engine ↵Teravus Ovares2009-04-114-0/+0
| | | | now.
* Add an optional region module which will supply a script event,Melanie Thielker2009-04-101-0/+11
| | | | | | | xmlrpc_uri(string) in response to a OpenRemoteDataChannel call. The string is the fully qualified URI to post XMLRPC requests for that script to.
* * Apply http://opensimulator.org/mantis/view.php?id=3427Justin Clarke Casey2009-04-101-0/+3
| | | | | | | * Return different values for llCloud() over time based on a cellular automation system. * Thanks aduffy70!
* * Updated BulletDotNET dll with the ContactFlags definition.Teravus Ovares2009-04-102-0/+0
|
* * Remove Autooar module pending it's migration to the forgeJustin Clarke Casey2009-04-091-13/+3
|
* * Apply http://opensimulator.org/mantis/view.php?id=3406Justin Clarke Casey2009-04-071-0/+4
| | | | | | | * Makes Second Life environment sensor ranges and maximum response number configurable * Thanks Intimidated
* * This fixes BulletDotNET so it can now be used on linux.Teravus Ovares2009-04-072-0/+0
|
* * BulletDotNET Updates. Teravus Ovares2009-04-072-0/+0
| | | | | * Should react somewhat normally to editing, and setting physics now.
* Applying Intimidated's patch to fix anim handling.Melanie Thielker2009-04-061-0/+30
| | | | | | Fixes Mantis #3417
* Thank you, Intimidated, for a patch too fix the movement animation handlingMelanie Thielker2009-04-061-1/+1
| | | | | | Fixes Mantis #3413
* - Add new RegionModulesControllerPlugin to the application modulesHomer Horwitz2009-04-051-0/+8
| | | | | | | | - Change several classes to use the new plugin for handling of region-modules (NOTE: No regionmodule is using this yet) - Add necessary prebuild parts (don't forget to runprebuild) Attention: Work in progress. This shouldn't break anything, but you never know...
* - Move IWindModule to OpenSim.Region.Framework.InterfacesHomer Horwitz2009-04-051-1/+3
| | | | | | - Fix a dependency problem. Hopefully fixes Mantis #3395
* Applied a patch from mcortez with settings for the new wind module.idb2009-04-051-1/+17
| | | | | Fixes Mantis #3382
* * Committing what I have on the BulletDotNETPlugin that I have so far. Teravus Ovares2009-04-054-0/+0
| | | | | | | | * It's not ready to try. It doesn't do what you expect in many ways. * It throws errors and prints jibberish on the console * Test it out only if you're brave and you've backed up first. * The opensim.ini line is physics = BulletDotNETPlugin
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ↵diva2009-04-051-0/+4
| | | | | | | be fetched from the user's inventory server and rezzed in the region. Added all code necessary to fetch the item and the asset, and rez it inworld. The access to the item is uncap-ed and unverified -- I may place it later either under a cap or with auth verification. But in this model regions don't have the user's inventory, so they would have to guess the item IDs. Added safemode config to Standalone Hypergrid, similar effect to AllowRegionAccessToInventory in Inventory Server. Everyone should have these vars set to their default values except me!
* Thanks jonc for a new and better cloud image (for classic clouds).Homer Horwitz2009-04-041-0/+0
| | | | | Fixes Mantis #964. Please remember to clear the viewer cache.
* Thanks jonc, for a patch that adds rendering of classic clouds.Homer Horwitz2009-04-041-0/+8
| | | | | First part of Mantis #964, the necessary clouds image will follow separately.
* Correction to "user" example config option for IRCDahlia Trimble2009-04-021-1/+1
|
* Add a "user" config option to the IRC module config. Like all other IRCMelanie Thielker2009-04-011-0/+1
| | | | | | | config options, this has NO default, if you use the IRC module, you MUST add this setting to your ini file.
* Add a PIDFile in [Startup], which the PID will be written toMelanie Thielker2009-04-011-0/+3
|
* Replacing OpenMetaverse.StructuredData.dll again with one compiled under ↵diva2009-03-311-0/+0
| | | | Windows. Apparently there's something wrong with that dll when it is compiled under mono.
* Committing LibOMV 0.6.1.1 (r2568) binaries. Sources are in -libsMelanie Thielker2009-03-314-0/+0
|
* Replacing OpenMetaverse.StructuredData.dll with another one that jhurliman ↵diva2009-03-311-0/+0
| | | | gave me. Hopefully this will ease the teleport and login problems reported today (Mantis #3366 #3373)
* Thank you kindly, MCortez for a patch that:Charles Krinke2009-03-311-0/+3
| | | | | | | | | | | | With some support from HomerH, this patch adds support for Wind Model plugins via the mono.Addin framework. * Adds console & OSSL access to Wind Parameters * Adds plug-in support for custom wind models * Provides two example Wind Model plug-ins Documentation for the wind module is temporarily located at http://code.google.com/p/flotsam/wiki/CoreWindModule [^] -- will move this documentation to http://opensimulator.org [^] after the patch has been committed.
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-312-7039/+7039
|
* Committing the changed binaries to get jhurliman's patch into our repoMelanie Thielker2009-03-304-0/+0
| | | | | | Fixes Mantis #3362
* Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker2009-03-291-0/+2
| | | | | | | support for the mute list (no functionality yet, but allows the RetrieveInstantMessages event to fire now).
* Add a module skeleton for offline IM storage. No functionality yet.Melanie Thielker2009-03-281-0/+3
|
* * Adding a few more requirements for *nixTeravus Ovares2009-03-273-0/+0
|
* * This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares2009-03-279-1/+7020
| | | | | | * Important: HttpServer.dll was changed to HttpServer_OpenSim.dll so that the HttpServer references do not conflict if you've copied the OpenMetaverse.Http.dll and requirements to the OpenSimulator bin folder. This means that if you reference HttpServer.dll in any projects, you will need to change the reference to HttpServer_OpenSim.dll. It still uses the Same HttpServer namespace though.
* * minor: move RegionSettingsSerializer into OpenSim.Framework.SerializationJustin Clarke Casey2009-03-271-4/+4
|
* * Apply http://opensimulator.org/mantis/view.php?id=3347Justin Clarke Casey2009-03-271-9/+16
| | | | | | | * This puts in example [Wind] settings into OpenSim.ini.example to match the patch which introduced those settings from last week * Thanks maimedleech
* * Remove config preview 2.Justin Clarke Casey2009-03-1711-1161/+0
|
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-03-171-0/+10
| | | | | | | | | | | | | | | | Attached is a patch which enabled through an OpenSim.ini option the ability to read long notecard lines. Currently although the data is read from the notecard it is truncated at 255 characters (same as for the LL servers. This patch allows the setting of that limit to a different value. ; Maximum length of notecard line read ; Increasing this to large values potentially opens ; up the system to malicious scripters ; NotecardLineReadCharsMax = 255 this allows for save/restore functionality using notecards without having to worry about very short line length limits.
* Thank you, mcortez, for a patch that fixes a number of long standingMelanie Thielker2009-03-131-2/+3
| | | | | | | issues with the sun module. Fixes Mantis #3295
* * Config preview round 2Justin Clarke Casey2009-03-1332-973/+494
|
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-03-122-8/+10
| | | | | | | Patch to RegionReady which adds a field which adds to the message whether the region is ready due to a server startup or due to an oar file loading.