aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-11-10this changeset adds an option to RemoteAdmin to limit the number ofDr Scofield1-1/+6
regions that XmlRpcCreateRegion will create: if region_limit is != 0 then XmlRpcCreateRegion will only create a new region if the number of regions already existing is below region_limit.
2008-11-09* Adding GlynnTucker.Cache.dll, from http://gtcache.sourceforge.net/Adam Frisby1-0/+0
* Licensed under MPL License. * Adding to be used in the AssetCache, this cache allows you to do things like specify rules on when cache items should be removed (ie 24 hours since last access, etc). * No code changed in this commit.
2008-11-08Fix .mdb include in Prebuild.Jeff Ames1-0/+0
2008-11-08* Removed <if> in <fileset> in NAnt target introduced in 4045. Chi11ken ↵lbsa711-0/+0
should have a look at this.
2008-11-08* Rebuildt Prebuild.exe to fix vs2008 not creating Solutionlbsa711-0/+0
* Wrapped solution streamwrites in using for great justice
2008-11-05* Set default client throttle multiplier to 2 (old value was effectively 8). ↵Justin Clarke Casey1-5/+18
See OpenSim.ini.example for details as to what this means * Really this should be 1, but I think that this would be too slow compared to a Second Life server until we improve our ability to send textures of variable quality * This may improve one aspect of sim performance where there are many avatars. However, there are still other performance problems that are unrelated to this change * Value may be further tuned * Removed temporary decals since the multipler setting will stick around now
2008-11-05* Apply second patch in http://opensimulator.org/mantis/view.php?id=2561Justin Clarke Casey1-114/+114
* Inserts proper animation state names into data/avataranimations.xml file so that llGetAnimation() works as one would expect. * Thanks StrawberryFride!
2008-11-03* Expose a client_throttle_multiplier setting in OpenSim.ini. This ↵Justin Clarke Casey1-3/+7
multiplier is applied to all the client throttle settings received by the client * This should probably be 1, but currently by default it is 8, to reflect what was being eon3 in OpenSim before this revision. So if the client requested a maximum throttle of 1500 kilobits per second, we would actually send out 1500 kilobytes per second * Adjusting this multiplier down towards 1 may improve your OpenSim experience, though in other situations it may degrade (e.g. if you're using a standalone over high bandwidth links) * This is currently a user setting because adjusting it down may currently reveal other OpenSim bugs.
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2-0/+4
on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs.
2008-10-30* Remove OpenSim.Data.SQLite.Tests.dll.config that probably accidentally ↵Justin Clarke Casey1-35/+0
made it into the build * Not sure how to remove all those annoying XMLConfigurator errors though
2008-10-30From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield1-0/+5
XIRCBrigeModule is transient, will merge it with IRCBridgeModule: extends/refactors IRCBridgeModule to support channel-per-region (if desired).
2008-10-28Update Sun options in OpenSim.ini.example. Minor cleanup in SunModule.cs.Jeff Ames1-4/+7
2008-10-26Thank you kindly, Ewe Loon for a patch that solves:Charles Krinke1-5/+9
m_ScriptDelayFactor and m_ScriptDistanceFactor are being read from XEngine settings not the settings for the scriptengine being used
2008-10-23removing unused method from ConciergeModule. adding attendee listDr Scofield1-0/+22
logic to ConciergeModule. adding XmlRpc method to allow update of welcome template for a region. documenting [Concierge] "password" option in OpenSim.ini.example.
2008-10-22- Fix 3 comments starting with : instead of ;Homer Horwitz1-3/+3
2008-10-22* Add a config option for filtering collisions. Sometimes, under load, ↵Teravus Ovares1-0/+5
this seems to cause bouncing on really thin flat prim.
2008-10-21fixing OpenSim.ini.example for IRC, adding example for Concierge.Dr Scofield1-5/+13
2008-10-20From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield16-0/+0
missing Gesture .dat files to accompany the previous check-in.
2008-10-20From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield5-44/+347
Fixing types of gestures and animations.
2008-10-20cleaning up IRCBridgeModule to allow for configuration from in-world,Dr Scofield1-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.
2008-10-17Add two missing settings to OpenSim.ini.example.Homer Horwitz1-0/+5
2008-10-17* Apply a modified version of http://opensimulator.org/mantis/view.php?id=2290Justin Clarke Casey1-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.
2008-10-16Updated 32Bit launcher so it works in Visual Studio again. (So developers on ↵Tedd Hansen2-0/+0
64-bit os can run OpenSim in 32-bit mode)
2008-10-13* ODE.NET Update. No user exposed stuff.... just wrote wrapper routines ↵Teravus Ovares1-0/+0
for new unmanaged dll entrypoints.
2008-10-13* Based on user reports, it looks like the OS specific settings have been ↵Teravus Ovares1-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.
2008-10-13Update Mac OS X ODE binary to opensim-libs r69.Jeff Ames1-0/+0
2008-10-12* This updates ODE to the most up-to-date version as of today. 1558Teravus Ovares3-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.
2008-10-11Thanks cmickyb for a patch that enhances the IRC module.Dahlia Trimble1-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.
2008-10-11Commit Diva's new patch for the DataSnapshot. Comment the defaultMelanie Thielker1-3/+7
metaverseink search provider to prevent accidental data exposure.
2008-10-08- add clientstack_plugin option to OpenSim.ini.exampleMike Mazur1-28/+31
- remove trailing whitespace
2008-10-03* Fixes a http protocol violation in HttpServer in Linux. ↵Teravus Ovares1-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.
2008-10-03* minor: restore the standard startup logo text now I understand why things ↵Justin Clarke Casey1-1/+1
were appearing in the wrong order
2008-10-03* oops, fix region startup to be in the correct sequence (though it appeared ↵Justin Clarke Casey1-1/+1
to work anyway)
2008-10-03* EventQueueGet is now working.Teravus Ovares1-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
2008-10-01remove mysql_connection.ini.example, no one should be using this anySean Dague1-18/+0
more as you can specify connect strings in opensim.ini per driver.
2008-10-01cleaning up example configuration for REST pluginsDr Scofield1-1/+1
2008-09-30* Replacing Net.HttpListener with HttpServer. Teravus Ovares1-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!
2008-09-30more concierge stuffDr Scofield1-1/+7
2008-09-30OpenSim.ini.example code for concierge moduleDr Scofield1-0/+5
2008-09-30* Uploading xunit as per request from sdagueTeravus Ovares1-0/+0
* We'd like to remove this dependency asap
2008-09-30Updates HttpServer with the updated version. Adds ProtocolVersion, Removed ↵Teravus Ovares3-0/+0
dependency on xunit. This might break the build.. it might not.. we'll see haha.
2008-09-27* Adds flag to enable/disable EventQueueGet.Teravus Ovares1-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.
2008-09-26* Patch from JHurlimanTeravus Ovares2-0/+0
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
2008-09-25Sample ini updateMelanie Thielker1-1/+1
2008-09-25* Adds some WindTeravus Ovares2-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.
2008-09-25Revert "update HttpServer.dll to r15903"Mike Mazur1-0/+0
This reverts commit 6488.
2008-09-25update HttpServer.dll to r15903Dahlia Trimble1-0/+0
2008-09-24Add a module selection option for the MapImage Module as wellMelanie Thielker1-0/+1
2008-09-24And add the example, tooMelanie Thielker1-0/+6
2008-09-23commit the .config to see if that gets us over the bamboo humpSean Dague1-0/+35