aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-16- change AssetInventoryServer config from XML to INIMike Mazur2-6/+62
- convert AssetInventoryServer logging to OpenSim's log4net - updated AssetInventoryServer.ini.example file
2009-02-16- remove dependency on ExtensionLoader.dll (DBConnString.cs can go)Mike Mazur1-153/+107
- bring config system in line with other servers - add new plugin filter class which filters on ID - update AssetInventoryServer.ini file
2009-02-16Add OpenSim & Simple inventory storage plugins and Null metrics plugin.Mike Mazur1-1/+1
2009-02-16Added OpenSim asset frontend plugin.Mike Mazur1-7/+10
2009-02-16Rename NewAssetServer AssetInventoryServer and fully qualify withMike Mazur3-21/+21
OpenSim.Grid.AssetInventoryServer.
2009-02-16AddingMike Mazur2-0/+174
- NewAssetServer code - NewAssetServer addin manifest - example AssetServer.ini file
2009-02-15Thank you, DoranZemlja, for a patch that addresses some moe llGetNextEmailMelanie Thielker1-0/+19
issues. Fixes Mantis #3145.
2009-02-12* Added XEngine tests and gathered other ScriptEngineSean Dague1-0/+0
Tests together From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com>
2009-02-11From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-0/+11
This changeset add the RegionReady module code. The module sends a message on a configurable channel when an oar file has finished loading or if the script engine has emptied its queue for the first time (eg server startup). Config is something like this: [RegionReady] enabled = true channel_notify = -800 The module also knows if there was an error with startup.
2009-02-10dropping obsolete XIRC section from OpenSim.ini.exampleDr Scofield1-10/+0
2009-02-10fix region_limit example in OpenSim.ini.exampleDr Scofield1-2/+2
2009-02-06* minor: Apply second patch from ↵Justin Clarke Casey1-0/+5
http://opensimulator.org/mantis/view.php?id=3089 * This adds more explanation for the new proxy settings in OpenSim.ini.example * Also does some formatting correction * I did some additional reformatting on top of that
2009-02-06Thanks cmickyb for a patch (Mantis#3089) that adds support for proxy in http ↵Dahlia Trimble1-0/+4
requests
2009-02-04* Introduce a new "default" option for asset_database in the [STORAGE] sectionJustin Clarke Casey1-2/+11
* This option makes OpenSim use the usual db based asset service in standalone, and the grid based one in grid mode * The other options can (local, grid, etc) can still be used explicitly as before * Also change OpenSim.ini.example and the surrounding explanative text
2009-02-03* Address http://opensimulator.org/mantis/view.php?id=3076 by actually ↵Justin Clarke Casey1-1/+2
eliminating the redundant enable = true commented example * Comment out some startup verbosity from the module if we haven't enabled it
2009-02-03Embed OpenSim.Data.addin.xml as a resource into OpenSim.Data.dll.Mike Mazur1-21/+0
2009-02-03- moved data plugin loading code from various places toMike Mazur1-12/+7
OpenSim/Data/DataPluginFactory.cs - removed dependencies on a few executable assemblies in bin/OpenSim.Data.addin.xml - trim trailing whitespace
2009-02-03- move OpenSim/Framework/IUserData.cs to OpenSim/Data/IUserData.csMike Mazur1-1/+1
- trim trailing whitespace
2009-02-03- move OpenSim/Framework/IInventoryData.cs toMike Mazur1-1/+1
OpenSim/Data/IInventoryData.cs - trim trailing whitespace
2009-02-03Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ↵Mike Mazur1-1/+1
plugins.
2009-02-02* Make the fact that there is a setting to control which instant message ↵Justin Clarke Casey1-0/+6
module is used explicit in OpenSim.ini.example
2009-02-02* Make it more obvious that there is an enabled switch for chat in ↵Justin Clarke Casey1-1/+9
OpenSim.ini.example. * Add default information for other chat settings
2009-02-02* Changing the ode collision filter to 'off by default' instead of 'on by ↵Teravus Ovares1-1/+1
default'. It needs to be improved more.
2009-02-02* Adding the Tree module configuration options to OpenSim.ini.exampleTeravus Ovares1-0/+8
* Adding an option to use the tree module to manage the trees in the simulator (grow/reproduce/die) * Setting it to off by default in an effort to reduce the number of threads in use by default * You can also turn it on in a 'one off' way with 'tree active true' on the console. To 'one off' turn it off, it's 'tree active false'. The permanent way to do that, however is in the opensim.ini.
2009-01-30* In OpenSim.ini.example, list defaults for AllowOSFunctions and ↵Justin Clarke Casey1-4/+7
OSFunctionThreatLevel and change existing OpenSim.ini.example settings
2009-01-26+ adding URI substitution for concierges broker URIDr Scofield1-0/+7
2009-01-23Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2-0/+0
* Added Npgsql.dll and Mono.Security.dll which are NpgsqlDriver dlls. * Added missing field to schema creation scripts: PathTaperY. * Added schema creation scripts for PostgreSQL. * Added unit test classes for PostgreSQL. * Added schema creation script folder to NHibernate project in prebuild.xml * Added Npgsql.dll to NHibernate test project dependencies in prebuild.xml * Ensured that build works with both nant and Visual Studio. * Executed build unit tests with nant and NHibernate unit tests with NUnitGUI - Couple of region tests fail due to double precission float rounding errors need to sort out how these are handles in unit tests and if higher precission numeric field needs to be used in Postgresql.
2009-01-22Implement missing LSL TEXTURE_xxx constants including two new textures.idb4-0/+42
Fixes Mantis #3030
2009-01-21- remove extra "; in http_loginform.html.example; fix issue 3025Mike Mazur1-2/+2
- sync up default HTML generated in LoginService.cs with that in http_loginform.html.example
2009-01-19* Progressive texture patch + PriorityQueue put into the LLClient namespace.Teravus Ovares6-0/+0
* Updates LibOMV to r2362
2009-01-18Added an optional password for the IRC moduleDahlia Trimble1-0/+2
2009-01-13* Added resolving explicit .exe project names. This fixes mantis #2967lbsa711-0/+0
2009-01-12* Apply http://opensimulator.org/mantis/view.php?id=2913Justin Clarke Casey18-2/+955
* Add the KanEd scripts to the standard library * Thanks Fly-Man-
2009-01-10Revert progressive texture patch from r8001 until issues can be addressedDahlia Trimble5-0/+0
2009-01-10Include the changes from StrawBerryFride's patch to Charles Krinke1-1/+5
OpenSim.ini.example.
2009-01-10Thanks jhurliman for a patch that implements progressive texture downloading ↵Dahlia Trimble5-0/+0
- Mantis #2655
2009-01-05Add the "Blank" texture, too.Homer Horwitz3-0/+21
NOTE: I didn't mention that in my last checkin, but you'll have to clear your viewer cache to see the new textures in the library.
2009-01-05Added viewer's default terrain textures.Homer Horwitz6-0/+78
This fixes Mantis #2947. Thanks jhurliman
2009-01-05Update svn properties, minor formatting cleanup.Jeff Ames1-0/+0
2009-01-03* Updates the sim stats module. Cleans out some of the rot.Teravus Ovares2-0/+4242
* Adds a prototype web stats module which is disabled by default. It's functional with one report right now, however, the database structure may change, so I don't recommend enabling this to keep actual stats right now. I'll let you know when it's safe. * Adds Prototype for ajaxy web content * removed a warning or two.
2008-12-31- Added the fixed Ode.NET.dllHomer Horwitz1-0/+0
- Adapted code to match the corrected signatures - Fixes Mantis #2934. Hopefully. Note: Physics on linked objects still don't work correctly: It doesn't crash the region anymore, but the example object in the mentioned mantis now falls through the ground.
2008-12-31Folded HG regionhandle lookup into the normal RESTInterregionComms, to avoid ↵diva1-1/+0
proliferation of "modes".
2008-12-29Final part for implementing SendChildAgentDataUpdate with modules. This is ↵diva1-0/+5
the part that uses the modules in Scene and related classes. This commit breaks compatibility of sim-sim SendChildAgentUpdates with older versions of OpenSim.
2008-12-29* Apply http://opensimulator.org/mantis/view.php?id=2927 with some changesJustin Clarke Casey1-1/+9
* This allows configuration of the assetset and library control file paths to be other than ./inventory/Libraries.xml and ./assets/AssetSets.xml * This is controlled via the LibrariesXMLFile and AssetSetsXMLFile configuration settings in [StandAlone] in OpenSim.ini (in standalone) and via the user and asset config xml files for grid mode * Thanks to SirKimba for the patch
2008-12-26* Applying Nlin's NINJA Joint patch. v2. Mantis# 2874Teravus Ovares1-0/+7
* Thanks nlin! * To try it out, set ninja joints active in the ODEPhysicsSettings and use the example at: * http://forge.opensimulator.org/gf/download/frsrelease/142/304/demo-playground.tgz. * Don't forget to change the .tgz to .oar and load it with load-oar.
2008-12-23Mantis #2728Melanie Thielker1-0/+21
Thank you, Cotytto Bonetto, for the missing animation IDs in avataranimations.xml
2008-12-22* Adding a 64bit compiled libode.so and an Ode.NET.dll.config so mono will ↵Teravus Ovares2-0/+5
automatically pull up either the 32 bit or the 64 bit library, (or the mac lib) depending on which platform it's being run under.
2008-12-22* Removing the two ode debug libraries. Not used by anyone and just eating ↵Teravus Ovares2-0/+0
up bandwidth.
2008-12-22Update the MySQL connector to 5.2.5. Fixes Mantids#2673. Thanks for the ↵Homer Horwitz1-0/+0
hint, jhurliman.
2008-12-20* A few more fixes to HttpServer.Teravus Ovares1-0/+0
* http://www.codeplex.com/webserver/WorkItem/View.aspx?WorkItemId=3110 fix erronious call to beginread that caused an exception which was caught and ignored (increase performance) * Pass socket into httpclientcontectImp and call the disconnect + reuse method so the socket can be reused quicker (increase performance) * Ensured that in every error scenario beginAccept is called (stability) * Fixed header casing (standards compliance) * Fixed Connection: close handling (standards compliance)