OpenSimMirror/bin
Justin Clark-Casey (justincc) 7bfd369b24 Add information on ScriptStopStrategy to [XEngine] in OpenSimDefaults.ini and OpenSim.ini.example. Default remains abort.
This setting controls whether scripts are stopped by aborting their threads externally (abort) or by co-operative checks from the compiled script (co-op)
co-op should be more stable but this option is experimental.
If moving from co-op to abort, existing script DLLs will need to be recompiled.
This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run
or by deleting the script DLL* files in bin/ScriptEngines/<region-id>/
One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile
2013-01-24 03:04:09 +00:00
..
Library Library Module: allows adding folders/items to the Library from IAR files placed under bin/Library. This works only for standalones. 2009-12-23 17:31:30 -08:00
Physics BulletSim: update 64 bit libraries and change Linux configuration to use the files in the lib32 and lib64 directories as needed. 2012-03-28 15:36:20 -07:00
Regions
addon-modules Add back the missing bin/addon-modules directory that I somehow managed to accidentally delete in 2fbc98f (Jul 7 2011) 2011-10-14 23:32:15 +01:00
assets Changed duplicate Asset ID's to unique ID's in CollisionSoundsAssetSet.xml 2012-11-28 02:55:00 +00:00
config-include For FlotsamAssetCache, always update access times of cached scene assets before looking for files to expire. 2012-09-27 23:21:12 +01:00
data Thank you, Intimidated, for a patch too fix the movement animation handling 2009-04-06 10:44:41 +00:00
inventory Correct asset id of library default iris texture. 2011-09-23 21:57:52 +01:00
lib32 Update libopenjpeg libraries used by libopenmetaverse back up to 1.5, this time using lkalif's linux libraries built against a much earlier libc (2.7) 2012-09-27 23:23:18 +01:00
lib64
openmetaverse_data
Axiom.MathLib.dll
C5.dll
CSJ2K.dll add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows 2011-04-27 23:57:26 +01:00
Community.CsharpSqlite.Sqlite.dll
Community.CsharpSqlite.Sqlite.pdb
Community.CsharpSqlite.dll
Community.CsharpSqlite.pdb * Pushing the Community.CSharpSqlite.Sqlite dll's I built. This is a slightly modified version of CSharpSqlite built in silverlight mode so that it doesn't have the locking issues that it normally would under .NET and a custom ADO.NET wrapper based on Mono.Data.Sqlite. I'm not entirely sure if these will be kept here like this in debug mode with the pdb's Maybe to start.. but after some testing we'll put them in release mode. 2010-09-23 00:50:18 -04:00
CookComputing.XmlRpcV2.dll add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows 2011-04-27 23:57:26 +01:00
DotNetOpenId.dll add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows 2011-04-27 23:57:26 +01:00
DotNetOpenMail.dll
GlynnTucker.Cache.dll add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows 2011-04-27 23:57:26 +01:00
HttpServer_OpenSim.dll
HttpServer_OpenSim.pdb
HttpServer_OpenSim.xml
Ionic.Zip.dll
LaunchSLClient.ini
Mono.Addins.CecilReflector.dll add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows 2011-04-27 23:57:26 +01:00
Mono.Addins.Setup.dll
Mono.Addins.dll add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows 2011-04-27 23:57:26 +01:00
Mono.Addins.dll.config Added support for OpenSim application plugins (as requested by Adam), which use Mono.addins for loading/management. (which is a pure .net solution so works on both Mono and MS .net, and is under the MIT license, will add the source code for the library later). I also suggest we look into switching to using Mono.addins for our Region module loading management. 2007-11-04 13:48:15 +00:00
Mono.Data.Sqlite.dll add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows 2011-04-27 23:57:26 +01:00
Mono.Data.Sqlite.dll.config Move other sqlite and ode 32-bit and 64-bit libraries into lib32 or lib64 as appropriate. 2012-02-25 03:25:56 +00:00
Mono.Data.SqliteClient.dll
MySql.Data.dll
NDesk.Options.dll
Newtonsoft.Json.Net20.dll add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows 2011-04-27 23:57:26 +01:00
Newtonsoft.Json.XML Hippos with bin/Newtonsoft.Json.XML 2010-03-26 13:14:13 -07:00
Newtonsoft.Json.pdb Upgrade Newtonsoft.Json.dll from 1.3 to 3.5r6 2010-03-11 21:04:56 +00:00
Nini.dll Make fix to Nini for null references in some cases. 2011-11-29 22:25:03 -05:00
Ode.NET.dll add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows 2011-04-27 23:57:26 +01:00
Ode.NET.dll.config
OpenMetaverse.Http.XML
OpenMetaverse.Rendering.Meshmerizer.dll
OpenMetaverse.StructuredData.XML * Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue. 2010-10-30 02:06:43 -04:00
OpenMetaverse.StructuredData.dll
OpenMetaverse.XML * Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue. 2010-10-30 02:06:43 -04:00
OpenMetaverse.dll Update libopenmetaverse components to commit f5cecaa 2012-09-27 23:22:57 +01:00
OpenMetaverse.dll.config
OpenMetaverseTypes.XML * Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue. 2010-10-30 02:06:43 -04:00
OpenMetaverseTypes.dll
OpenSim.32BitLaunch.exe
OpenSim.32BitLaunch.exe.config * Removed OpenSim.Data.NHibernate 2009-10-19 16:52:27 -07:00
OpenSim.32BitLaunch.pdb
OpenSim.ConsoleClient.exe.config
OpenSim.ConsoleClient.ini.example * Add extra warning about using -pass in OpenSim.ConsoleClient.ini.example 2009-09-03 20:00:18 +01:00
OpenSim.Services.exe.config Rename OpenSim.Server.exe to OpenSim.Services.exe and the corresponding 2009-05-18 21:14:08 +00:00
OpenSim.addin.xml Removed IAssetCache. 2009-08-10 08:14:57 -07:00
OpenSim.exe.config If starting scripts on initial sim start, provide INFO level log feedback each time 50 scripts have been started. 2012-06-22 02:10:27 +01:00
OpenSim.ini.example Add information on ScriptStopStrategy to [XEngine] in OpenSimDefaults.ini and OpenSim.ini.example. Default remains abort. 2013-01-24 03:04:09 +00:00
OpenSimDefaults.ini
OpenSimExport.exe.config
Prebuild.exe
PrimMesher.dll
Robust.32BitLaunch.exe
Robust.32BitLaunch.exe.config * Added 32bitLauncher for Robust. Still need to test it on a 64 bit machine. 2010-04-14 10:36:03 -07:00
Robust.HG.ini.example Oops! putting back the entry for map urls 2012-06-16 07:26:16 -04:00
Robust.exe.config adding -logconfig to Robust.exe 2010-10-01 05:42:18 +01:00
Robust.ini.example
SimpleApp.exe.config default to appending for log files per Mantis 530, and per 2008-02-12 00:39:08 +00:00
Tools.dll add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows 2011-04-27 23:57:26 +01:00
Warp3D.dll add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows 2011-04-27 23:57:26 +01:00
XMLRPC.dll
avatar-texture.dat * Applying dalien's patches from bug#177 and #179 2007-07-11 02:51:51 +00:00
defaultstripe.png Some work on restructuring the namespaces / project names. Note this doesn't compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces. 2007-06-27 15:28:52 +00:00
excuses * Made sure the excuses are up to date and properly attributed.(pCampBot uses them) 2008-02-03 17:46:39 +00:00
http_404.html.example
http_500.html.example * Added a hashtable based HTTP processor in preparation of the web_login_key 2008-01-09 04:13:04 +00:00
http_loginform.html.example
log4net.dll add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows 2011-04-27 23:57:26 +01:00
nunit.framework.dll
openjpeg-dotnet-x86_64.dll Update libopenjpeg libraries used by libopenmetaverse back up to 1.5, this time using lkalif's linux libraries built against a much earlier libc (2.7) 2012-09-27 23:23:18 +01:00
openjpeg-dotnet.dll
opensim-ode.sh Merge branch 'cms' of http://pokgsa.ibm.com/~jbongio/public/opensim 2008-09-03 18:04:37 +00:00
pCampBot.exe.config Update libopenmetaverse components to commit f5cecaa 2012-09-27 23:22:57 +01:00
pCampBotSentences.txt Thank you very much, Hashbox for: 2008-02-18 03:14:31 +00:00
shutdown_commands.txt.example Move startup/shutdown command .txt files to .txt.example files to avoid clobbering on updates. 2012-03-19 00:29:02 +00:00
startup_commands.txt.example
startuplogo.txt Remove STARTUP COMPLETE message from the startuplogo.txt file and into main logging 2012-06-20 01:06:55 +01:00
zlib.net.dll