aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Add a config option for filtering collisions. Sometimes, under load, ↵Teravus Ovares2008-10-221-0/+5
| | | | this seems to cause bouncing on really thin flat prim.
* fixing OpenSim.ini.example for IRC, adding example for Concierge.Dr Scofield2008-10-211-5/+13
|
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-10-2016-0/+0
| | | | | | | missing Gesture .dat files to accompany the previous check-in.
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-10-205-44/+347
| | | | | | | Fixing types of gestures and animations.
* cleaning up IRCBridgeModule to allow for configuration from in-world,Dr Scofield2008-10-201-11/+12
| | | | | | | | | | | | | | chat relaying via private channels, and old IRCBridgeModule behaviour. also cleaning up IRCBridgeModule's OpenSim.ini configuration variable names (still supporting "old" variable names). refactored IRCChatModule into IRCConnector and incorporating watchdog from IRCBridgeModule into IRCConnector. enabling ChatModule to be used as a super-class and utilizing it in ConciergeModule.
* Add two missing settings to OpenSim.ini.example.Homer Horwitz2008-10-171-0/+5
|
* * Apply a modified version of http://opensimulator.org/mantis/view.php?id=2290Justin Clarke Casey2008-10-171-0/+9
| | | | | | | | | * This allows multiple user profile providers to be specified in OpenSim.ini separated by commas * If multiple providers are specified then a request for a user profile will query each in turn until the profile is either found or all have been queried * Unfortunately I don't believe this order can currently be specified, which if true is something that will need to be fixed. * Thanks to smeans for the original patch.
* Updated 32Bit launcher so it works in Visual Studio again. (So developers on ↵Tedd Hansen2008-10-162-0/+0
| | | | 64-bit os can run OpenSim in 32-bit mode)
* * ODE.NET Update. No user exposed stuff.... just wrote wrapper routines ↵Teravus Ovares2008-10-131-0/+0
| | | | for new unmanaged dll entrypoints.
* * Based on user reports, it looks like the OS specific settings have been ↵Teravus Ovares2008-10-131-4/+4
| | | | | | | unified as far as tuning (thank heavens). * If you're experiencing knee bendiness try the windows settings, as the *nix settings seem to now be incorrect. (this update does that, but you may have your own opensim.ini settings active.
* Update Mac OS X ODE binary to opensim-libs r69.Jeff Ames2008-10-131-0/+0
|
* * This updates ODE to the most up-to-date version as of today. 1558Teravus Ovares2008-10-123-0/+0
| | | | | | | | * Mac users, pray to chi11ken to make you a .dylib version * This is semi-tuned and post teravus hack. (Though I didn't apply the terrain pitting fix hack. I'm still deciding if it's necessary as there was a lot of work over the past several months on the heightfield collider. * Please use '--enable-shared --disable-demos --disable-asserts' if you are building your own libode in the configure step. Asserts are pretty much useless for use with .NET * This also updates ODE.NET as, there were some API changes in May that were just added to ODE.NET today.
* Thanks cmickyb for a patch that enhances the IRC module.Dahlia Trimble2008-10-111-0/+13
| | | | | | See mantis #2379 for some useful scripts that work with this. Note that I added another configuration parameter in addition to the patch to allow for legacy behavior in the absence of new configuration settings.
* Commit Diva's new patch for the DataSnapshot. Comment the defaultMelanie Thielker2008-10-111-3/+7
| | | | | | metaverseink search provider to prevent accidental data exposure.
* - add clientstack_plugin option to OpenSim.ini.exampleMike Mazur2008-10-081-28/+31
| | | | | | - remove trailing whitespace
* * Fixes a http protocol violation in HttpServer in Linux. ↵Teravus Ovares2008-10-031-0/+0
| | | | | | | StringWriter.Append() vs StringWriter.Append("\r\n"); StringWriter.Append() produces "\n" in *nix* * This doesn't solve anything. Just gets the protocol right.
* * minor: restore the standard startup logo text now I understand why things ↵Justin Clarke Casey2008-10-031-1/+1
| | | | were appearing in the wrong order
* * oops, fix region startup to be in the correct sequence (though it appeared ↵Justin Clarke Casey2008-10-031-1/+1
| | | | to work anyway)
* * EventQueueGet is now working.Teravus Ovares2008-10-031-2/+2
| | | | | | | | * Switched it on by default * Updated OpenSim.ini.example to reflect this * Caught a UDP Server issue that occurs when the network pipe is saturated * Still experimental :D
* remove mysql_connection.ini.example, no one should be using this anySean Dague2008-10-011-18/+0
| | | | | | more as you can specify connect strings in opensim.ini per driver.
* cleaning up example configuration for REST pluginsDr Scofield2008-10-011-1/+1
|
* * Replacing Net.HttpListener with HttpServer. Teravus Ovares2008-09-301-0/+0
| | | | | | | | * This is a HUGE update.. and should be considered fraut with peril. * SSL Mode isn't available *yet* but I'll work on that next. * DrScofld is still working on a radical new thread pump scheme for this which will be implemented soon. * This could break the Build! This could break your Grid!
* more concierge stuffDr Scofield2008-09-301-1/+7
|
* OpenSim.ini.example code for concierge moduleDr Scofield2008-09-301-0/+5
|
* * Uploading xunit as per request from sdagueTeravus Ovares2008-09-301-0/+0
| | | | | * We'd like to remove this dependency asap
* Updates HttpServer with the updated version. Adds ProtocolVersion, Removed ↵Teravus Ovares2008-09-303-0/+0
| | | | | | | dependency on xunit. This might break the build.. it might not.. we'll see haha.
* * Adds flag to enable/disable EventQueueGet.Teravus Ovares2008-09-271-0/+3
| | | | | | | | * If EventQueueGet is enabled, use that instead of a few UDP packets, if it's disabled use the UDP packets like normal. * We *really* suggest users do not turn on EventQueueGet yet.. as it's highly experimental, broken, and resource intensive * Updated OpenSim.ini.example * Testers of EventQueueGet.. in OpenSim.ini, it's in the [Startup] Section.. change EventQueue = false, to EventQueue = true.
* * Patch from JHurlimanTeravus Ovares2008-09-262-0/+0
| | | | | | | | | * Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
* Sample ini updateMelanie Thielker2008-09-251-1/+1
|
* * Adds some WindTeravus Ovares2008-09-252-0/+0
| | | | | | | | * A little wind wouldn't hurt anyone, right? This is the 'slightly breezy' setting.. hopefully you won't notice 'much' of a difference. * It turns out the terrain patch routine is similar enough to the wind version that it can be used to hack together a breeze generator with a few mods. * Not much configuration.. yet. You only get breeze updates in the general vicinity of your camera now to keep bandwidth usage down.. and we're not talking about 'much' movement at the moment. * initial version... could use improvement I'm sure.
* Revert "update HttpServer.dll to r15903"Mike Mazur2008-09-251-0/+0
| | | | | This reverts commit 6488.
* update HttpServer.dll to r15903Dahlia Trimble2008-09-251-0/+0
|
* Add a module selection option for the MapImage Module as wellMelanie Thielker2008-09-241-0/+1
|
* And add the example, tooMelanie Thielker2008-09-241-0/+6
|
* commit the .config to see if that gets us over the bamboo humpSean Dague2008-09-231-0/+35
|
* remove demofilter which apparently was added by something I did way in the ↵Sean Dague2008-09-231-50/+0
| | | | | | | | past? (at least svn blame thinks so).
* Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker2008-09-211-18/+5
| | | | | | | | | ordinary region modules and are able to coexist in one instance. See http://opensimulator.org/wiki/ScriptEngines for details. There were changes to OpenSim.ini.example, please note DefaultScriptEngine. Also see the User docs and FAQ on the Wiki. Default is DotNetEngine.
* Finish up OSSL enable/disable options in XEngine.Melanie Thielker2008-09-151-0/+11
| | | | | | | Now each function can be allowed, subject to threat level, disabled, or restricted to certain UUIDs.
* Add more granularity and a risk asessment system to the OSSL API in XEngine.Melanie Thielker2008-09-151-2/+2
| | | | | | | Adds the fix from Mantis #2197 in it's new form. Stage one of the scripting security changes, more to come.
* * This update makes configuring SSL a little easier on Windows XP. It also ↵Teravus Ovares2008-09-141-0/+9
| | | | | | | | | makes it possible to run a HTTPS server on the region. It also has a junk Certification authority for test purposes. * There are still a lot of things that are hard coded to use http. They need to be fixed. * Also includes directions * A standard junk PEM file to append to app_settings/CA.pem in the client so SSL will work
* Update svn properties. Minor formatting cleanup. Fix some minor typos. ↵Jeff Ames2008-09-131-990/+990
| | | | Remove some old dead code.
* Newtonsoft Json.NET 1.3.1 for upcoming use in comms.Teravus Ovares2008-09-113-0/+990
|
* Update svn properties.Jeff Ames2008-09-076-0/+0
|
* * Fixes a few type changes that caused the XML Format to break.Teravus Ovares2008-09-062-0/+0
| | | | | | * Testers, please try rezzing your inventory on this revision and sending me feedback in mantis. * Users, it's not time to update yet. The dust still hasn't settled.
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-068-5/+5
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* Mantis#2121. Thank you kindly, ChrisDown for a patch that solves:Charles Krinke2008-09-051-0/+14
| | | | | | | | The option to enable the REST Asset and Inventory plugin is missing from OpenSim.ini.example. This patch adds the required items without enabling the plugins.
* * Adds configurable OGP Name prefix and suffix. See OpenSim.ini.example at ↵Teravus Ovares2008-09-051-0/+4
| | | | the bottom for details. Defaults to an empty string for prefix and '_EXTERNAL' for suffix
* add some stubbing for ini.example for CMS moduleSean Dague2008-09-041-0/+6
|
* Merge branch 'cms' of http://pokgsa.ibm.com/~jbongio/public/opensimSean Dague2008-09-031-1/+0
|
* make the example OpenSim.ini use sqlite plugin, because so many peopleSean Dague2008-09-021-2/+2
| | | | | | don't read the config and find they aren't saving any of their prims.