Robert Adams 4c362a83f9 Merge branch 'master' into varregion před 10 roky
..
Library 1fa938aab0 Library Module: allows adding folders/items to the Library from IAR files placed under bin/Library. This works only for standalones. před 14 roky
Physics f68b963596 fixed bullet config for osx před 11 roky
Regions 07a7ec4d1b minor: Add explanation of MaptileStaticUUID setting in Regions.ini.example před 11 roky
addon-modules bea65b06a4 Add back the missing bin/addon-modules directory that I somehow managed to accidentally delete in 2fbc98f (Jul 7 2011) před 12 roky
assets 70dd4cf152 In library inventory, correct asset id for llSay example script před 10 roky
config-include daf44cc65e fix missing " for variable SRV_IMServerURI in example file před 10 roky
data 6a24515269 Whitespace fubar. před 11 roky
inventory 70dd4cf152 In library inventory, correct asset id for llSay example script před 10 roky
lib 1bd89ac287 Readding Mono.Security.dll. This comes from http://pgfoundry.org/frs/download.php/3354/Npgsql2.0.12.0-bin-ms.net3.5sp1.zip před 10 roky
lib32 d23ef79f98 BulletSim: restore collision flags when clear collision cache. před 10 roky
lib64 d23ef79f98 BulletSim: restore collision flags when clear collision cache. před 10 roky
openmetaverse_data f99278c956 Add openmetaverse_data from libopenmetaverse to allow testing of texture baking via bot rather than just throwing out errors před 11 roky
Axiom.MathLib.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
BulletXNA.dll a6af561660 * 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. před 11 roky
BulletXNA.pdb a6af561660 * 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. před 11 roky
C5.dll 6166a40440 Update C5.dll to version 1.1.1 from 1.1.0 před 12 roky
CSJ2K.dll ed22014646 revert CSJ2K.dll to version in use prior to commit d4fa2c69ed2895dcab76e0df1b26252246883c07 před 11 roky
Community.CsharpSqlite.Sqlite.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
Community.CsharpSqlite.Sqlite.pdb 33ae5ad309 * 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. před 13 roky
Community.CsharpSqlite.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
Community.CsharpSqlite.pdb 33ae5ad309 * 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. před 13 roky
CookComputing.XmlRpcV2.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
DotNetOpenId.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
DotNetOpenMail.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
GlynnTucker.Cache.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
HttpServer_OpenSim.dll 43d804b998 New HttpServer_OpenSim.dll with increased limits on number of connections, requests, etc. před 11 roky
HttpServer_OpenSim.pdb 6e1b3f9951 *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. před 11 roky
HttpServer_OpenSim.xml 6e1b3f9951 *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. před 11 roky
Ionic.Zip.dll aaa80d11a8 Replaced Ionic.Zip.dll with a new one that fixes a bug in it. DotNetZip (from which Ionic.Zip.dll is derived) is now a fork in opensim-libs, forked from 1.9.1.8 and added that simple bug fix. před 11 roky
LaunchSLClient.ini c1e901989a Load grid list in LaunchSLClient from .ini file at run-time. před 16 roky
Mono.Addins.CecilReflector.dll 203b492fce Update mono addins před 11 roky
Mono.Addins.Setup.dll 203b492fce Update mono addins před 11 roky
Mono.Addins.dll 203b492fce Update mono addins před 11 roky
Mono.Addins.dll.config 039f2c46c0 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. před 16 roky
Mono.Data.Sqlite.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
Mono.Data.Sqlite.dll.config 6138662716 Move other sqlite and ode 32-bit and 64-bit libraries into lib32 or lib64 as appropriate. před 12 roky
Mono.Data.SqliteClient.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
MySql.Data.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
NDesk.Options.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
Nini.dll e7930b1d0f Make fix to Nini for null references in some cases. před 12 roky
Npgsql.dll a27c2432bb This is Npgsql2.0.12.0-bin-ms-net3.5sp1 před 10 roky
Npgsql.xml ff8a768258 Fernando Oliveira's Postgress SQL Server Data Connector as a single commit. před 10 roky
Ode.NET.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
Ode.NET.dll.config 6138662716 Move other sqlite and ode 32-bit and 64-bit libraries into lib32 or lib64 as appropriate. před 12 roky
OpenMetaverse.Rendering.Meshmerizer.dll 417836ac5e Updated libomv to 25ee208a 2013-11-05 před 10 roky
OpenMetaverse.StructuredData.XML 4800303abd update OpenMetaverse.StructuredData to git master (bf4e9f654ff99c85e20b53e56faac38e307dd8c2) which fixes JSON OSD serialization to a standards compliant means of encoding floating point NaN and Infinity před 10 roky
OpenMetaverse.StructuredData.dll 4800303abd update OpenMetaverse.StructuredData to git master (bf4e9f654ff99c85e20b53e56faac38e307dd8c2) which fixes JSON OSD serialization to a standards compliant means of encoding floating point NaN and Infinity před 10 roky
OpenMetaverse.XML 417836ac5e Updated libomv to 25ee208a 2013-11-05 před 10 roky
OpenMetaverse.dll f63fd81a68 update libomv to 1538d3088e79ff0a9abea6905b487755b6890a85 in hope that it fixes some bulletsim issues on linux před 10 roky
OpenMetaverse.dll.config d4fa2c69ed update libomv to git master which adds support for MaterialID in TextureEntry před 11 roky
OpenMetaverseTypes.XML e1ce3907f2 Update libomv to 7e260ad419ebb1c24a5f1b123e11dd930e05f414. Thanks lkalif :) před 10 roky
OpenMetaverseTypes.dll f63fd81a68 update libomv to 1538d3088e79ff0a9abea6905b487755b6890a85 in hope that it fixes some bulletsim issues on linux před 10 roky
OpenSim.32BitLaunch.exe 869a23e223 Update OpenSim.32BitLaunch.exe and Robust.32BitLaunch.exe to .NET 4 versions. před 10 roky
OpenSim.32BitLaunch.exe.config bd5c414618 Stop .NET 4 complaining on Windows when it tries to load in DLLs that haven't been marked as trusted in the operating system. před 10 roky
OpenSim.32BitLaunch.pdb 081383c8cb Garbage Collector před 15 roky
OpenSim.ConsoleClient.exe.config bd5c414618 Stop .NET 4 complaining on Windows when it tries to load in DLLs that haven't been marked as trusted in the operating system. před 10 roky
OpenSim.ConsoleClient.ini.example 6b70b57099 * Add extra warning about using -pass in OpenSim.ConsoleClient.ini.example před 15 roky
OpenSim.addin.xml 0d8284c7a1 Removed IAssetCache. před 15 roky
OpenSim.exe.config bd5c414618 Stop .NET 4 complaining on Windows when it tries to load in DLLs that haven't been marked as trusted in the operating system. před 10 roky
OpenSim.ini.example 4c362a83f9 Merge branch 'master' into varregion před 10 roky
OpenSimDefaults.ini 4c362a83f9 Merge branch 'master' into varregion před 10 roky
Prebuild.exe 7861090a17 Replace old Prebuild.exe accidentally added back in f977291 with one built without <copy> nant target generation and on mono 2.4.3 před 11 roky
PrimMesher.dll 4186fa10f0 remove default values from prior commit since mono cant deal with them před 12 roky
Robust.32BitLaunch.exe 869a23e223 Update OpenSim.32BitLaunch.exe and Robust.32BitLaunch.exe to .NET 4 versions. před 10 roky
Robust.32BitLaunch.exe.config bd5c414618 Stop .NET 4 complaining on Windows when it tries to load in DLLs that haven't been marked as trusted in the operating system. před 10 roky
Robust.HG.ini.example 626a050159 minor: Make PID file example in Robust.HG.ini more meaningful as is now the case in OpenSim and vanilla ROBUST config files před 10 roky
Robust.exe.config bd5c414618 Stop .NET 4 complaining on Windows when it tries to load in DLLs that haven't been marked as trusted in the operating system. před 10 roky
Robust.ini.example 52ff860f30 minor: Make PID file examples in OpenSim and Robust config somewhat more meaningful than just /tmp/my.pid před 10 roky
Tools.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
Warp3D.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
XMLRPC.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
avatar-texture.dat 561b87b303 * Applying dalien's patches from bug#177 and #179 před 17 roky
defaultstripe.png ef494fdf9c Each Region will now generate a texture image of their terrain and this will be used by the map. Note: Currently each region generates a new image every time they start; even if the terrain is read from the database. And also they don't update it when the terrain changes. před 17 roky
excuses ab2c7ea371 * Made sure the excuses are up to date and properly attributed.(pCampBot uses them) před 16 roky
http_404.html.example e1aa83e965 * Added a hashtable based HTTP processor in preparation of the web_login_key před 16 roky
http_500.html.example e1aa83e965 * Added a hashtable based HTTP processor in preparation of the web_login_key před 16 roky
http_loginform.html.example 0e7aac0f65 - remove extra "; in http_loginform.html.example; fix issue 3025 před 15 roky
libopenjpeg-dotnet-2-1.5.0-dotnet-1-i686.so d4fa2c69ed update libomv to git master which adds support for MaterialID in TextureEntry před 11 roky
libopenjpeg-dotnet-2-1.5.0-dotnet-1-x86_64.so d4fa2c69ed update libomv to git master which adds support for MaterialID in TextureEntry před 11 roky
libopenjpeg-dotnet-2-1.5.0-dotnet-1.dylib d4fa2c69ed update libomv to git master which adds support for MaterialID in TextureEntry před 11 roky
log4net.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
nunit.framework.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky
openjpeg-dotnet-x86_64.dll bd14fa15e4 Add back openjpeg dll for Windows před 11 roky
openjpeg-dotnet.dll bd14fa15e4 Add back openjpeg dll for Windows před 11 roky
opensim-ode.sh 12beaccec7 Merge branch 'cms' of http://pokgsa.ibm.com/~jbongio/public/opensim před 16 roky
pCampBot.exe.config bd5c414618 Stop .NET 4 complaining on Windows when it tries to load in DLLs that haven't been marked as trusted in the operating system. před 10 roky
pCampBot.ini.example 1a623bb266 Rename pCampbot.ini -> pCampBot.ini (and example file) to be consistent with other capitalizations of pCampBot před 11 roky
pCampBotSentences.txt 3df36523cb Thank you very much, Hashbox for: před 16 roky
shutdown_commands.txt.example 4972491efb Move startup/shutdown command .txt files to .txt.example files to avoid clobbering on updates. před 12 roky
startup_commands.txt.example 4972491efb Move startup/shutdown command .txt files to .txt.example files to avoid clobbering on updates. před 12 roky
startuplogo.txt 4cfaa01c0a Remove STARTUP COMPLETE message from the startuplogo.txt file and into main logging před 12 roky
zlib.net.dll 5e3893ca5c add the executable bit to all bundled DLLs so that these are preserved when using git or untarring releases under cygwin on windows před 13 roky