OpenSimMirror/bin
UbitUmarov 61fbd7dceb add opensim BodyParts library 2015-12-04 18:34:31 +00:00
..
Library
Regions minor: Remove unnecessary quoting in Regions.ini.example 2015-03-11 22:46:11 +00:00
addon-modules
assets bad merge? 2015-09-01 14:54:35 +01:00
config-include Corrections to ini example files for standalones v2 2015-11-12 12:44:53 -05:00
data
inventory add opensim BodyParts library 2015-12-04 18:34:31 +00:00
lib/NET
lib32 update ODE windows DLL libraries to a modified version 0.13.1 r1902. Linux will be updated later if all goes well 2015-10-20 02:12:51 +01:00
lib64 update ODE windows DLL libraries to a modified version 0.13.1 r1902. Linux will be updated later if all goes well 2015-10-20 02:12:51 +01:00
openmetaverse_data Add openmetaverse_data from libopenmetaverse to allow testing of texture baking via bot rather than just throwing out errors 2012-09-18 23:57:00 +01:00
Axiom.MathLib.dll
BulletXNA.dll
BulletXNA.pdb
C5.dll
CSJ2K.dll
CookComputing.XmlRpcV2.dll
DotNetOpenId.dll
DotNetOpenMail.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
GlynnTucker.Cache.dll
HttpServer_OpenSim.dll
HttpServer_OpenSim.pdb
HttpServer_OpenSim.xml
ICSharpCode.SharpZipLib.dll Replaced ICSharpCode.SharpZipLib.dll for the same reason 2015-11-30 20:02:29 -08:00
Ionic.Zip.dll
LaunchSLClient.ini
LukeSkywalker.IPNetwork.dll Readded file to repository. Acciedently removed. 2015-04-21 18:42:30 -04:00
Mono.Addins.CecilReflector.dll Replaced the mono addins dlls with freshly compiled ones, because the existing ones may somehow been mutually inconsistent. 2015-11-30 19:49:10 -08:00
Mono.Addins.Setup.dll Replaced the mono addins dlls with freshly compiled ones, because the existing ones may somehow been mutually inconsistent. 2015-11-30 19:49:10 -08:00
Mono.Addins.Setup.xml 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. 2014-12-29 14:38:18 -08:00
Mono.Addins.dll Replaced the mono addins dlls with freshly compiled ones, because the existing ones may somehow been mutually inconsistent. 2015-11-30 19:49:10 -08:00
Mono.Addins.dll.config
Mono.Addins.xml 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. 2014-12-29 14:38:18 -08:00
Mono.Data.Sqlite.dll
Mono.Data.Sqlite.dll.config
Mono.Data.SqliteClient.dll
MsgPack.dll
MySql.Data.dll
NDesk.Options.dll
Nini.dll
Npgsql.dll
Npgsql.xml
OpenMetaverse.Rendering.Meshmerizer.dll Revert "update libomv managed dlls to 49a5cf05c32e - fresh clone default settings release mode VS 2015 community edition" 2015-08-23 15:31:25 -07:00
OpenMetaverse.StructuredData.XML update libomv to 6b8afb2b61d3 2015-05-12 22:54:53 -07:00
OpenMetaverse.StructuredData.dll Revert "update libomv managed dlls to 49a5cf05c32e - fresh clone default settings release mode VS 2015 community edition" 2015-08-23 15:31:25 -07:00
OpenMetaverse.XML update libomv to 6b8afb2b61d3 2015-05-12 22:54:53 -07:00
OpenMetaverse.dll Revert "update libomv managed dlls to 49a5cf05c32e - fresh clone default settings release mode VS 2015 community edition" 2015-08-23 15:31:25 -07:00
OpenMetaverse.dll.config
OpenMetaverseTypes.XML Revert "update libomv managed dlls to 49a5cf05c32e - fresh clone default settings release mode VS 2015 community edition" 2015-08-23 15:31:25 -07:00
OpenMetaverseTypes.dll Revert "update libomv managed dlls to 49a5cf05c32e - fresh clone default settings release mode VS 2015 community edition" 2015-08-23 15:31:25 -07:00
OpenSim.32BitLaunch.exe.config
OpenSim.32BitLaunch.pdb
OpenSim.ConsoleClient.exe.config
OpenSim.ConsoleClient.ini.example
OpenSim.Region.PhysicsModule.BulletS.dll.config First commit where physics work as region module. 2015-08-31 14:09:15 -07:00
OpenSim.Region.PhysicsModule.Ode.dll.config remove Ode.Net - missing files. ( old ode may be broken now) 2015-11-20 18:29:21 +00:00
OpenSim.Region.PhysicsModule.ubOde.dll.config add missing dll config file for linux 2015-09-14 18:48:54 +01:00
OpenSim.exe.config Added the thread name to the logs 2015-07-22 19:45:18 +03:00
OpenSim.ini.example add missing Xengine MinTimerInterval to opensim.ini.example 2015-11-27 19:25:56 +00:00
OpenSimDefaults.ini Mantis #7765: Add new ClampNegativeZ option. Defaults to false to restore prior functionality. 2015-11-26 17:29:50 +01:00
Prebuild.exe compile Prebuild.exe with mono 3.2.8 targeting .NET framework 3.5 2014-12-30 23:14:01 -08:00
PrimMesher.dll
Robust.32BitLaunch.exe.config
Robust.HG.ini.example Corrections to ini example files for standalones v2 2015-11-12 12:44:53 -05:00
Robust.Tests.dll.config 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. 2015-05-10 21:04:46 -07:00
Robust.Tests.ini 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. 2015-05-11 19:55:23 -07:00
Robust.exe.config Added the thread name to the logs 2015-07-22 19:45:18 +03:00
Robust.ini.example Corrections to ini example files for standalones v2 2015-11-12 12:44:53 -05:00
Tools.dll
Warp3D.dll
XMLRPC.dll
avatar-texture.dat
defaultstripe.png
enter_uuid.xml
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
log4net.dll
mautil.exe Replaced the mono addins dlls with freshly compiled ones, because the existing ones may somehow been mutually inconsistent. 2015-11-30 19:49:10 -08:00
nunit.framework.dll
openjpeg-dotnet-x86_64.dll
openjpeg-dotnet.dll
opensim-ode.sh
pCampBot.exe.config Add 'server' stats information to pCampbot, as used elsewhere in OpenSimulator 2014-08-13 19:53:42 +01:00
pCampBot.ini.example
pCampBotSentences.txt
set_object_owner.xml
shutdown_commands.txt.example
startup_commands.txt.example
startuplogo.txt
zlib.net.dll