.. |
Library
|
…
|
|
Physics
|
…
|
|
Regions
|
minor: Remove unnecessary quoting in Regions.ini.example
|
2015-03-11 22:46:11 +00:00 |
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
|
…
|
|
config-include
|
Add an entry for osGetGender to config-include/osslEnable.ini. Thanks to Austin Tate for the suggestion.
|
2015-05-30 15:10:21 -07:00 |
data
|
Whitespace fubar.
|
2013-08-24 03:40:44 -07:00 |
inventory
|
Add rough and ready element explanation in a comment at the top of inventory library items xml
|
2015-03-11 23:12:21 +00:00 |
lib/NET
|
…
|
|
lib32
|
BulletSim: update the OSX BulletSim binary to the latest sources in
|
2015-02-21 14:27:01 -08:00 |
lib64
|
BulletSim: bring the BulletSim dll's and so's up to date with
|
2015-02-13 20:59:13 -08:00 |
openmetaverse_data
|
…
|
|
Axiom.MathLib.dll
|
…
|
|
BulletXNA.dll
|
…
|
|
BulletXNA.pdb
|
…
|
|
C5.dll
|
…
|
|
CSJ2K.dll
|
…
|
|
CookComputing.XmlRpcV2.dll
|
…
|
|
DotNetOpenId.dll
|
…
|
|
DotNetOpenMail.dll
|
…
|
|
GlynnTucker.Cache.dll
|
…
|
|
HttpServer_OpenSim.dll
|
…
|
|
HttpServer_OpenSim.pdb
|
…
|
|
HttpServer_OpenSim.xml
|
…
|
|
ICSharpCode.SharpZipLib.dll
|
Merge branch 'master' into moses
|
2015-05-20 23:40:52 +02: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
|
…
|
|
Mono.Addins.Setup.dll
|
Amend to previous commits -- also needed for bug fixes: the mono addins dlls.
|
2015-01-02 16:06:11 -08:00 |
Mono.Addins.Setup.xml
|
…
|
|
Mono.Addins.dll
|
Amend to previous commits -- also needed for bug fixes: the mono addins dlls.
|
2015-01-02 16:06:11 -08:00 |
Mono.Addins.dll.config
|
…
|
|
Mono.Addins.xml
|
…
|
|
Mono.Data.Sqlite.dll
|
…
|
|
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
|
…
|
|
Nini.dll
|
…
|
|
Npgsql.dll
|
Set executable bit on Npgsql.dll for cygwin
|
2014-03-18 21:04:37 +00:00 |
Npgsql.xml
|
…
|
|
Ode.NET.dll
|
…
|
|
Ode.NET.dll.config
|
…
|
|
OpenMetaverse.Rendering.Meshmerizer.dll
|
update libomv to 6b8afb2b61d3
|
2015-05-12 22:54:53 -07:00 |
OpenMetaverse.StructuredData.XML
|
update libomv to 6b8afb2b61d3
|
2015-05-12 22:54:53 -07:00 |
OpenMetaverse.StructuredData.dll
|
update libomv to 6b8afb2b61d3
|
2015-05-12 22:54:53 -07:00 |
OpenMetaverse.XML
|
update libomv to 6b8afb2b61d3
|
2015-05-12 22:54:53 -07:00 |
OpenMetaverse.dll
|
update libomv to 6b8afb2b61d3
|
2015-05-12 22:54:53 -07:00 |
OpenMetaverse.dll.config
|
…
|
|
OpenMetaverseTypes.XML
|
update libomv to 6b8afb2b61d3
|
2015-05-12 22:54:53 -07:00 |
OpenMetaverseTypes.dll
|
update libomv to 6b8afb2b61d3
|
2015-05-12 22:54:53 -07:00 |
OpenSim.32BitLaunch.exe.config
|
…
|
|
OpenSim.32BitLaunch.pdb
|
…
|
|
OpenSim.ConsoleClient.exe.config
|
…
|
|
OpenSim.ConsoleClient.ini.example
|
…
|
|
OpenSim.exe.config
|
…
|
|
OpenSim.ini.example
|
Small fix for ini comments
|
2015-04-15 15:55:47 -04:00 |
OpenSimDefaults.ini
|
Improve configuration description for llCastRay V3.
|
2015-06-01 13:09:21 -04: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
|
For the public-facing Hypergrid asset and inventory services, override a general AuthType setting with None in Robust.HG.ini.example
|
2015-03-13 23:01:50 +00: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
|
…
|
|
Robust.ini.example
|
Make private services forbid llHTTPRequest() calls by rejecting those that have the X-SecondLife-Shard header.
|
2015-03-04 18:27:51 +00:00 |
Tools.dll
|
…
|
|
Warp3D.dll
|
…
|
|
XMLRPC.dll
|
…
|
|
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
|
…
|
|
log4net.dll
|
…
|
|
mautil.exe
|
Make bin/mautil.exe executable when checked out.
|
2015-01-03 15:28:15 -08:00 |
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
|
…
|
|
pCampBotSentences.txt
|
…
|
|
shutdown_commands.txt.example
|
…
|
|
startup_commands.txt.example
|
…
|
|
startuplogo.txt
|
…
|
|
zlib.net.dll
|
…
|
|