Cinder e99be0bb19 Fix my typo, the dll is named OpenSim, not Opensim hace 9 años
..
Library 1fa938aab0 Library Module: allows adding folders/items to the Library from IAR files placed under bin/Library. This works only for standalones. hace 15 años
Physics f68b963596 fixed bullet config for osx hace 11 años
Regions b333a19102 minor: Remove unnecessary quoting in Regions.ini.example hace 9 años
addon-modules bea65b06a4 Add back the missing bin/addon-modules directory that I somehow managed to accidentally delete in 2fbc98f (Jul 7 2011) hace 13 años
assets 086bc6f748 Add missing default female hair texture for Ruth avatar. hace 10 años
config-include bcb8a7d7f9 A few bug fixes for Agent Preferences to actually work. Also added missing config for standalone. hace 9 años
data 6a24515269 Whitespace fubar. hace 11 años
inventory b9c384fc3c Add rough and ready element explanation in a comment at the top of inventory library items xml hace 9 años
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 hace 11 años
lib32 7b9ad11a98 BulletSim: update the OSX BulletSim binary to the latest sources in hace 9 años
lib64 f62008f728 BulletSim: bring the BulletSim dll's and so's up to date with hace 9 años
openmetaverse_data f99278c956 Add openmetaverse_data from libopenmetaverse to allow testing of texture baking via bot rather than just throwing out errors hace 12 años
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 hace 13 años
BulletXNA.dll f27766d47b Set executable flag on BulletXNA.dll for cygwin hace 10 años
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. hace 11 años
C5.dll 6166a40440 Update C5.dll to version 1.1.1 from 1.1.0 hace 13 años
CSJ2K.dll ed22014646 revert CSJ2K.dll to version in use prior to commit d4fa2c69ed2895dcab76e0df1b26252246883c07 hace 11 años
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 hace 13 años
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 hace 13 años
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 hace 13 años
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 hace 13 años
HttpServer_OpenSim.dll 43d804b998 New HttpServer_OpenSim.dll with increased limits on number of connections, requests, etc. hace 11 años
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. hace 11 años
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. hace 11 años
ICSharpCode.SharpZipLib.dll 254a1e0f98 Restoring ICSharpCode.SharpZipLib.dll to what it was before, as it seems to have been inadvertently replaced in commit edcba95ab561abeedc4023c319c578d8ddd83c61 hace 9 años
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. hace 11 años
LaunchSLClient.ini c1e901989a Load grid list in LaunchSLClient from .ini file at run-time. hace 16 años
LukeSkywalker.IPNetwork.dll 2e7ace4e25 Readded file to repository. Acciedently removed. hace 9 años
Mono.Addins.CecilReflector.dll b5bc5665a6 Updated Mono.Addins to version 1.2 (https://github.com/mono/mono-addins/releases/tag/mono-addins-1.2). Also included mautil.exe, the command line application for managing mono addins. hace 10 años
Mono.Addins.Setup.dll d520611f57 Amend to previous commits -- also needed for bug fixes: the mono addins dlls. hace 10 años
Mono.Addins.Setup.xml b5bc5665a6 Updated Mono.Addins to version 1.2 (https://github.com/mono/mono-addins/releases/tag/mono-addins-1.2). Also included mautil.exe, the command line application for managing mono addins. hace 10 años
Mono.Addins.dll d520611f57 Amend to previous commits -- also needed for bug fixes: the mono addins dlls. hace 10 años
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. hace 17 años
Mono.Addins.xml b5bc5665a6 Updated Mono.Addins to version 1.2 (https://github.com/mono/mono-addins/releases/tag/mono-addins-1.2). Also included mautil.exe, the command line application for managing mono addins. hace 10 años
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 hace 13 años
Mono.Data.Sqlite.dll.config 6138662716 Move other sqlite and ode 32-bit and 64-bit libraries into lib32 or lib64 as appropriate. hace 12 años
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 hace 13 años
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 hace 13 años
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 hace 13 años
Nini.dll e7930b1d0f Make fix to Nini for null references in some cases. hace 13 años
Npgsql.dll fdcd392582 Set executable bit on Npgsql.dll for cygwin hace 10 años
Npgsql.xml ff8a768258 Fernando Oliveira's Postgress SQL Server Data Connector as a single commit. hace 11 años
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 hace 13 años
Ode.NET.dll.config 6138662716 Move other sqlite and ode 32-bit and 64-bit libraries into lib32 or lib64 as appropriate. hace 12 años
OpenMetaverse.Rendering.Meshmerizer.dll 6a6c5942fa Update libomv to current HEAD f75dccc313f3 hace 9 años
OpenMetaverse.StructuredData.XML 7566d22a18 update libomv to 6b8afb2b61d3 hace 9 años
OpenMetaverse.StructuredData.dll 6a6c5942fa Update libomv to current HEAD f75dccc313f3 hace 9 años
OpenMetaverse.XML 7566d22a18 update libomv to 6b8afb2b61d3 hace 9 años
OpenMetaverse.dll 6a6c5942fa Update libomv to current HEAD f75dccc313f3 hace 9 años
OpenMetaverse.dll.config d4fa2c69ed update libomv to git master which adds support for MaterialID in TextureEntry hace 11 años
OpenMetaverseTypes.XML 7566d22a18 update libomv to 6b8afb2b61d3 hace 9 años
OpenMetaverseTypes.dll 6a6c5942fa Update libomv to current HEAD f75dccc313f3 hace 9 años
OpenSim.32BitLaunch.exe.config 14a7ddb885 Revert "Use log-rolling on the log files (once per day)" hace 10 años
OpenSim.32BitLaunch.pdb 081383c8cb Garbage Collector hace 16 años
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. hace 11 años
OpenSim.ConsoleClient.ini.example 6b70b57099 * Add extra warning about using -pass in OpenSim.ConsoleClient.ini.example hace 15 años
OpenSim.exe.config c3c05a8693 Reintroduce general xengine extra debugging log level. This can be controlled at runtime with the command "debug xengine log <level>", as with similar commands. hace 10 años
OpenSim.ini.example 7edaf1d851 Add MaxMaterialsPerTransaction to SimFeatures hace 9 años
OpenSimDefaults.ini 897c7e1bda Improve configuration description for llCastRay V3. hace 9 años
Prebuild.exe 186d4a6d5b compile Prebuild.exe with mono 3.2.8 targeting .NET framework 3.5 hace 10 años
PrimMesher.dll 4186fa10f0 remove default values from prior commit since mono cant deal with them hace 12 años
Robust.32BitLaunch.exe.config 464d31b70b Stop appending redundant newline to console messages in Robust and pCampbot configs hace 10 años
Robust.HG.ini.example e99be0bb19 Fix my typo, the dll is named OpenSim, not Opensim hace 9 años
Robust.Tests.dll.config c2cf22ea4f Added the beginning of a new test framework for robust connectors and services. For now, just Grid and Presence. This framework starts a robust server (as a thread) listening on a port in localhost, then the tests are client code. hace 9 años
Robust.Tests.ini 923a57a91f Added tests for UserAccountService in Robust. In the process fixed a couple of bugs in the network connectors. For some reason the robust-bound code had a CreateUser method, while the client-bound code had no such method. I assume someone is extending the client-side code with their own connectors. I added the missing method, but didn't add it to the service interface. hace 9 años
Robust.exe.config 464d31b70b Stop appending redundant newline to console messages in Robust and pCampbot configs hace 10 años
Robust.ini.example e99be0bb19 Fix my typo, the dll is named OpenSim, not Opensim hace 9 años
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 hace 13 años
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 hace 13 años
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 hace 13 años
avatar-texture.dat 561b87b303 * Applying dalien's patches from bug#177 and #179 hace 17 años
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. hace 17 años
excuses ab2c7ea371 * Made sure the excuses are up to date and properly attributed.(pCampBot uses them) hace 17 años
http_404.html.example e1aa83e965 * Added a hashtable based HTTP processor in preparation of the web_login_key hace 17 años
http_500.html.example e1aa83e965 * Added a hashtable based HTTP processor in preparation of the web_login_key hace 17 años
http_loginform.html.example 0e7aac0f65 - remove extra "; in http_loginform.html.example; fix issue 3025 hace 16 años
libopenjpeg-dotnet-2-1.5.0-dotnet-1-i686.so d4fa2c69ed update libomv to git master which adds support for MaterialID in TextureEntry hace 11 años
libopenjpeg-dotnet-2-1.5.0-dotnet-1-x86_64.so d4fa2c69ed update libomv to git master which adds support for MaterialID in TextureEntry hace 11 años
libopenjpeg-dotnet-2-1.5.0-dotnet-1.dylib d4fa2c69ed update libomv to git master which adds support for MaterialID in TextureEntry hace 11 años
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 hace 13 años
mautil.exe cfa89bbe31 Make bin/mautil.exe executable when checked out. hace 10 años
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 hace 13 años
openjpeg-dotnet-x86_64.dll bd14fa15e4 Add back openjpeg dll for Windows hace 12 años
openjpeg-dotnet.dll bd14fa15e4 Add back openjpeg dll for Windows hace 12 años
opensim-ode.sh 12beaccec7 Merge branch 'cms' of http://pokgsa.ibm.com/~jbongio/public/opensim hace 16 años
pCampBot.exe.config f1f935ed95 Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulator hace 10 años
pCampBot.ini.example 1a623bb266 Rename pCampbot.ini -> pCampBot.ini (and example file) to be consistent with other capitalizations of pCampBot hace 11 años
pCampBotSentences.txt 3df36523cb Thank you very much, Hashbox for: hace 16 años
shutdown_commands.txt.example 4972491efb Move startup/shutdown command .txt files to .txt.example files to avoid clobbering on updates. hace 12 años
startup_commands.txt.example 4972491efb Move startup/shutdown command .txt files to .txt.example files to avoid clobbering on updates. hace 12 años
startuplogo.txt 4cfaa01c0a Remove STARTUP COMPLETE message from the startuplogo.txt file and into main logging hace 12 años
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 hace 13 años