aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-04-04Thanks jonc for a new and better cloud image (for classic clouds).Homer Horwitz1-0/+0
Fixes Mantis #964. Please remember to clear the viewer cache.
2009-04-04Thanks jonc, for a patch that adds rendering of classic clouds.Homer Horwitz1-0/+8
First part of Mantis #964, the necessary clouds image will follow separately.
2009-04-02Correction to "user" example config option for IRCDahlia Trimble1-1/+1
2009-04-01Add a "user" config option to the IRC module config. Like all other IRCMelanie Thielker1-0/+1
config options, this has NO default, if you use the IRC module, you MUST add this setting to your ini file.
2009-04-01Add a PIDFile in [Startup], which the PID will be written toMelanie Thielker1-0/+3
2009-03-31Replacing OpenMetaverse.StructuredData.dll again with one compiled under ↵diva1-0/+0
Windows. Apparently there's something wrong with that dll when it is compiled under mono.
2009-03-31Committing LibOMV 0.6.1.1 (r2568) binaries. Sources are in -libsMelanie Thielker4-0/+0
2009-03-31Replacing OpenMetaverse.StructuredData.dll with another one that jhurliman ↵diva1-0/+0
gave me. Hopefully this will ease the teleport and login problems reported today (Mantis #3366 #3373)
2009-03-31Thank you kindly, MCortez for a patch that:Charles Krinke1-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.
2009-03-31Update svn properties, add copyright header, formatting cleanup.Jeff Ames2-7039/+7039
2009-03-30Committing the changed binaries to get jhurliman's patch into our repoMelanie Thielker4-0/+0
Fixes Mantis #3362
2009-03-29Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker1-0/+2
support for the mute list (no functionality yet, but allows the RetrieveInstantMessages event to fire now).
2009-03-28Add a module skeleton for offline IM storage. No functionality yet.Melanie Thielker1-0/+3
2009-03-27* Adding a few more requirements for *nixTeravus Ovares3-0/+0
2009-03-27* This updates LibOMV to the current release 0.6.0 on March 19 2009Teravus Ovares9-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.
2009-03-27* minor: move RegionSettingsSerializer into OpenSim.Framework.SerializationJustin Clarke Casey1-4/+4
2009-03-27* Apply http://opensimulator.org/mantis/view.php?id=3347Justin Clarke Casey1-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
2009-03-17* Remove config preview 2.Justin Clarke Casey11-1161/+0
2009-03-17From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-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.
2009-03-13Thank you, mcortez, for a patch that fixes a number of long standingMelanie Thielker1-2/+3
issues with the sun module. Fixes Mantis #3295
2009-03-13* Config preview round 2Justin Clarke Casey32-973/+494
2009-03-12From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2-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.
2009-03-12 - renaming OpenSim.ini.example to OpenSim.ini.example.preview asDr Scofield2-1/+1115
the config reorg is still under discussion - re-installing complete OpenSim.ini.example for the time being
2009-03-11* Preliminary preview of a split of a split for OpenSim.ini.example into ↵Justin Clarke Casey28-759/+1283
separate .ini.example files in a config/ directory
2009-03-11* Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey1-33/+75
* In most cases, the setting in OpenSim.ini.example is taken as the canonical one since this is the file virtually everyone ends up using * OpenSim will start up with a blank OpenSim.ini, in which case sqlite is the default database (as before)
2009-03-08Thank you tlaukkan for a patch that: Upgraded to MXP 0.4 version and cleaned ↵lbsa712-0/+0
up field naming. * Updated code to compile against MXP 0.4 version. * Cleaned up field naming conventions. * Added support for logging in with region name. * Filled in new fields of JoinResponseMEssage. * Added support for SynchronizationBeginEvent and SynchronizationEndEvent. * Commented out periodic debug log. * Added networking startup log messages. This closes mantis #3277
2009-03-07Correct a typo, purely cosmetic.idb1-1/+1
FixesMantis #3263
2009-03-07Added the ability to set User-Agent in llHTTPRequest. No new default value ↵idb1-1/+7
has been set since having no User-Agent seems to work well but the facility is now available to set this if required. Using something based on the pattern of SLs User-Agent may well cause problems, not all web servers respond well to it. See the notes in the SL Wiki http://wiki.secondlife.com/wiki/LlHTTPRequest Fixes Mantis #3143
2009-03-07* Making the minimum ground offset for flying a configurable offset in the ↵Teravus Ovares1-0/+3
OpenSim.ini. This is the code that causes you to rise off the ground when you press the fly button and attempts to keep you above ground automatically when flying in a simulator. * minimum_ground_flight_offset, by default is 3 meters, as per Kitto Flora See OpenSim.ini.example for an example.
2009-03-06add back .config files for all tests in an attempt to debug why theseSean Dague11-0/+264
things crash so much. This will generate a lot more log messages on make test, even some scary looking exceptions. Don't worry, that's normal.
2009-03-04* Fleshed out the MRM Module a little.Adam Frisby1-0/+3
* Please don't use this yet, it represents a very heavy security risk if you enable it.
2009-03-01Thanks tommil for mantis #3248 - a patch that adds support for avatar ↵Dahlia Trimble2-0/+0
movement to MXP module.
2009-02-28Applied Patch from mantis #3245. Thanks tlaukkan/TommilMW2-0/+0
2009-02-25* Applied a patch that: Added prim parameters support to MXP client lbsa714-0/+0
* Updated MXP to contain extension fragment with prims and updated MXPClientView to fill in the parameters. * Added google protobuffers dll. * Update MXP dll. * Updated MXPClientView to send prim parameters as Perception event extension * Started OpenSim and connected with IdealistViewer via MXP and ensured from log that parameters are being sent. * Ensured that nant test target runs succesfully. This closes mantis #3229. Thanks, tlaukkan!
2009-02-25Comment out HttpProxy and HttpProxyExceptions in OpenSim.ini.example.Mike Mazur1-2/+2
Fixes Mantis #3221. Thanks cmickeyb for the patch.
2009-02-23* This should fix the 'Solution Folder' annoyance on express versions.lbsa711-0/+0
2009-02-23Load default assets when AssetInventory starts.Mike Mazur1-0/+4
2009-02-22* Updates MXP.dll to latest version.Adam Frisby2-0/+0
* MXP: Corrects an issue whereby session requests were never correctly acknowledged.
2009-02-22* Adds initial support for the MXP Virtual Worlds protocol ↵Adam Frisby2-0/+0
(http://www.bubblecloud.org) * Handled via the MXPModule.cs located in OpenSim.Client.MXP namespace. * Also implements MXPClientView and MXPPacketServer for IClientAPI compatibility. * No changes were required to Core to implement this - the thing is self contained in OpenSim.Client.MXP.dll. * Includes reference implementation of MXP as MXP.dll - this is under the Apache 2.0 license. * Requires OpenSim.ini setting to enable. "[MXP] \n Enabled=true \n Port=1253" * May break. Highly untested.
2009-02-21Thank you, robsmart, for a patch that allows the shard to be set.Melanie Thielker1-0/+4
The built-in default is OpenSim, unless a user server url is given, then that is used, unless "shard" is also goven, then shard takes precedence. The defult in OpenSim.ini is "OpenSim" for compatibility.
2009-02-20Safe to remove remoting_listener_port out of OpenSim.ini.diva1-1/+0
2009-02-19* It think it actually works now. Only that AssetService weirdness left to fix.lbsa711-0/+0
* Ignored some gens
2009-02-19* Okay, so finally got my head around this. Problem is that upstream ↵lbsa711-0/+0
Prebuild copied dlls promiscuously, and this led to the references being all mixed up (/bin dlls overwritten by different versions on every csc) * Something that thus needs fixing is the fact that ProjectReferences has to be marked <ProjectReference> <Private>False</Private> </ProjectReference> but that is not configurable in the upstream Xml Schema. I've hardcoded it in our repo for now.
2009-02-19* reverted the revert of the revert. What can I say? I'm calling this a day, ↵lbsa711-0/+0
and will get back up on the horse tomorrow.
2009-02-19* Reverted the revert, as it seems the problem was the 1.0.* in the separate ↵lbsa711-0/+0
projects.
2009-02-19* Reverted Prebuild commit due to strange run-time errors.lbsa711-0/+0
2009-02-19* ... okay, so the Prebuild.exe changed again when building from VS... ↵lbsa711-0/+0
trying to get to the bottom of this.
2009-02-19* Hm. Something odd here, the Prebuild.exe wasn't supposed to change from ↵lbsa711-0/+0
last commit. Re-trying. * Ignoring some gens
2009-02-19=== PREBUILD UPSTREAMS UPDATE : POTENTIAL BREAKAGE ===lbsa711-0/+0
* Applied upstreams changes to allow for auditing and debugging in our various environments. * This should, in theory, bring back 'multiple ref dirs'. * Temporarily Removed xmlns because prebuild-1.7 schema does not allow for multiple solutions per prebuild node (This will be a moot issue once the Prebuild node is moved out of prebuild.xml) * Autotools target: Various minor fixes * MonoDevelop Target : No changes. * Nant Target: Various minor fixes, support for net-3.5 and mono-2.0/3.5 targets * Sharpdevelop targets: No changes. * VS Targets: Refactored into using VSGenericTarget, and supports 2.0-3.5 * XCode Target: No changes. --- Regressions and outstanding issues --- * The Solution is assigned a random Guid - will lead to unnecessary reloads and loss of user settings. --- New features of Prebuild 2.0.4 --- * (Better) support for Web, WinForms and Database Projects and build actions * Conditional Framework Version compilation support (1.1, 2.0-3.5) * ArrayList -> List<>, ICollection -> IList (this means Prebuild can generate 1.1 solutions, but can't itself be built under 1.1 - how very meta) * Added <?include file="sub_prebuild.xml" ?> preprocessor directive.
2009-02-18From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-2/+2
I've changed the extension point name, and the internal references that used the same string. I also fixed up the messaging around the asset loader so that it is more explicit.