OpenSimMirror/bin
Justin Clark-Casey (justincc) d950cd7670 minor: Make OpenSimDefaults.ini consistent (spacing and tabs to spaces) 2013-09-27 00:18:39 +01:00
..
Library
Physics
Regions
addon-modules
assets Add IMG_BLOOM1.jp2 to standard asset set, which is used in stars. 2013-06-28 23:34:16 +01:00
config-include minor: Make config-include .ini files more consistent 2013-09-26 20:06:51 +01:00
data Whitespace fubar. 2013-09-04 00:45:10 +01:00
inventory
lib32 BulletSim: update DLLs and SOs to disable Bullet's internal profiling. 2013-09-20 21:38:45 +01:00
lib64 BulletSim: update DLLs and SOs to disable Bullet's internal profiling. 2013-09-20 21:38:45 +01:00
openmetaverse_data
Axiom.MathLib.dll
BulletXNA.dll * Fix some threading issues in BulletXNA (the managed bullet library), this should better allow you to run it in multiple region scenarios (but why would you really want to do that?) Source in OpenSimLibs. 2013-08-20 21:09:17 -05:00
BulletXNA.pdb * Fix some threading issues in BulletXNA (the managed bullet library), this should better allow you to run it in multiple region scenarios (but why would you really want to do that?) Source in OpenSimLibs. 2013-08-20 21:09:17 -05:00
C5.dll Update C5.dll to version 1.1.1 from 1.1.0 2012-01-03 20:22:15 +00:00
CSJ2K.dll revert CSJ2K.dll to version in use prior to commit d4fa2c69ed 2013-04-23 15:01:20 -07:00
Community.CsharpSqlite.Sqlite.dll
Community.CsharpSqlite.Sqlite.pdb
Community.CsharpSqlite.dll
Community.CsharpSqlite.pdb
CookComputing.XmlRpcV2.dll
DotNetOpenId.dll
DotNetOpenMail.dll
GlynnTucker.Cache.dll
HttpServer_OpenSim.dll New HttpServer_OpenSim.dll with increased limits on number of connections, requests, etc. 2013-06-04 12:27:22 -07:00
HttpServer_OpenSim.pdb *Yet another HTTPServer update code changes in OpenSim Libs. * This fixes a connection close issue by getting rid of the socket references * This adds a connection timeout checker to shutdown poor or evil connections and combats DOS attempts that just connect and make no complete requests and just wait. It also actually implements KeepAlive... instead of just understanding the connection header in the request... you can test by connecting and requesting a keepalive header and sending another request on the same connection. The new timeout checker closes expired keepalive sessions, just make sure you send the request within 70 seconds of connecting or the timeout checker will timeout the connection. 2013-03-16 03:14:11 -04:00
HttpServer_OpenSim.xml
Ionic.Zip.dll
LaunchSLClient.ini
Mono.Addins.CecilReflector.dll
Mono.Addins.Setup.dll
Mono.Addins.dll
Mono.Addins.dll.config
Mono.Data.Sqlite.dll
Mono.Data.Sqlite.dll.config
Mono.Data.SqliteClient.dll
MySql.Data.dll
NDesk.Options.dll
Nini.dll
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.Rendering.Meshmerizer.dll Updated libopenmetaverse to a5ad7f200e9bd2e91604ba921d1db3768108686b 2013-05-16 00:07:55 +02:00
OpenMetaverse.StructuredData.XML Updated libopenmetaverse to a5ad7f200e9bd2e91604ba921d1db3768108686b 2013-05-16 00:07:55 +02:00
OpenMetaverse.StructuredData.dll Updated libopenmetaverse to a5ad7f200e9bd2e91604ba921d1db3768108686b 2013-05-16 00:07:55 +02:00
OpenMetaverse.XML Updated libopenmetaverse to a5ad7f200e9bd2e91604ba921d1db3768108686b 2013-05-16 00:07:55 +02:00
OpenMetaverse.dll Updated libopenmetaverse to a5ad7f200e9bd2e91604ba921d1db3768108686b 2013-05-16 00:07:55 +02:00
OpenMetaverse.dll.config
OpenMetaverseTypes.XML Updated libopenmetaverse to a5ad7f200e9bd2e91604ba921d1db3768108686b 2013-05-16 00:07:55 +02:00
OpenMetaverseTypes.dll Updated libopenmetaverse to a5ad7f200e9bd2e91604ba921d1db3768108686b 2013-05-16 00:07:55 +02:00
OpenSim.32BitLaunch.exe
OpenSim.32BitLaunch.exe.config Add the experimental ability to dump stats (result of command "show stats all") to file OpenSimStats.log every 5 seconds. 2013-08-06 18:29:33 +01:00
OpenSim.32BitLaunch.pdb Garbage Collector 2008-12-05 12:42:32 +00:00
OpenSim.ConsoleClient.exe.config
OpenSim.ConsoleClient.ini.example
OpenSim.Services.exe.config
OpenSim.addin.xml
OpenSim.exe.config Add the experimental ability to dump stats (result of command "show stats all") to file OpenSimStats.log every 5 seconds. 2013-08-06 18:29:33 +01:00
OpenSim.ini.example minor: Clean up tabbing and spacing issues in OpenSim.ini.example 2013-09-27 00:18:33 +01:00
OpenSimDefaults.ini minor: Make OpenSimDefaults.ini consistent (spacing and tabs to spaces) 2013-09-27 00:18:39 +01:00
OpenSimExport.exe.config
Prebuild.exe
PrimMesher.dll
Robust.32BitLaunch.exe
Robust.32BitLaunch.exe.config Add the experimental ability to dump stats (result of command "show stats all") to file OpenSimStats.log every 5 seconds. 2013-08-06 18:29:33 +01:00
Robust.HG.ini.example minor: add doc about DefaultHGRegion and some of the other GridService region settings (though not all as of yet) 2013-09-05 00:42:11 +01:00
Robust.exe.config Add the experimental ability to dump stats (result of command "show stats all") to file OpenSimStats.log every 5 seconds. 2013-08-06 18:29:33 +01:00
Robust.ini.example minor: add doc about DefaultHGRegion and some of the other GridService region settings (though not all as of yet) 2013-09-05 00:42:11 +01:00
SimpleApp.exe.config
Tools.dll
Warp3D.dll
XMLRPC.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
avatar-texture.dat
defaultstripe.png
excuses
http_404.html.example
http_500.html.example
http_loginform.html.example
libopenjpeg-dotnet-2-1.5.0-dotnet-1-i686.so
libopenjpeg-dotnet-2-1.5.0-dotnet-1-x86_64.so
libopenjpeg-dotnet-2-1.5.0-dotnet-1.dylib update libomv to git master which adds support for MaterialID in TextureEntry 2013-04-17 21:31:18 -07:00
log4net.dll
nunit.framework.dll
openjpeg-dotnet-x86_64.dll Add back openjpeg dll for Windows 2012-12-08 17:15:35 -05:00
openjpeg-dotnet.dll
opensim-ode.sh
pCampBot.exe.config
pCampBot.ini.example Rename pCampbot.ini -> pCampBot.ini (and example file) to be consistent with other capitalizations of pCampBot 2013-09-04 00:45:00 +01:00
pCampBotSentences.txt
shutdown_commands.txt.example
startup_commands.txt.example
startuplogo.txt
zlib.net.dll