Justin Clark-Casey (justincc) e8a3cc7019 Merge branch 'master' of ssh://opensimulator.org/var/git/opensim 11 年 前
..
Library 1fa938aab0 Library Module: allows adding folders/items to the Library from IAR files placed under bin/Library. This works only for standalones. 14 年 前
Physics 4138880464 BulletSim: update 64 bit libraries and change Linux configuration to use the files in the lib32 and lib64 directories as needed. 12 年 前
Regions 13929613b1 Move RegionConfig.ini.example into bin/Regions/Regions.ini.example - all other example files are in the same directory as their real files. 12 年 前
addon-modules bea65b06a4 Add back the missing bin/addon-modules directory that I somehow managed to accidentally delete in 2fbc98f (Jul 7 2011) 13 年 前
assets 424f68b64b Changed duplicate Asset ID's to unique ID's in CollisionSoundsAssetSet.xml 12 年 前
config-include 16d18afe21 Added missing config var in grided sims. 11 年 前
data 2a5d38a580 Thank you, Intimidated, for a patch too fix the movement animation handling 15 年 前
inventory ceb09cde4d Correct asset id of library default iris texture. 13 年 前
lib32 9396ccc078 BulletSim: eliminate the use of the unmanaged HeightMapInfo structure. 11 年 前
lib64 9396ccc078 BulletSim: eliminate the use of the unmanaged HeightMapInfo structure. 11 年 前
openmetaverse_data f99278c956 Add openmetaverse_data from libopenmetaverse to allow testing of texture baking via bot rather than just throwing out errors 12 年 前
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 13 年 前
BulletXNA.dll 92e4f9f412 * Initial commit of BulletSimN (BulletSNPlugin). Purely C# implementation of BulletSim. This is designed to be /as close as possible/ to the BulletSim plugin while still being entirely in the managed space to make keeping it up to date easy as possible (no thinking work). This implementation is /slower/ then the c++ version just because it's fully managed, so it's not appropriate for huge sims, but it will run small ones OK. At the moment, it supports all known features of BulletSim. Think of it like.. POS but everything works. To use this plugin, set the physics plugin to BulletSimN. 11 年 前
BulletXNA.pdb 92e4f9f412 * Initial commit of BulletSimN (BulletSNPlugin). Purely C# implementation of BulletSim. This is designed to be /as close as possible/ to the BulletSim plugin while still being entirely in the managed space to make keeping it up to date easy as possible (no thinking work). This implementation is /slower/ then the c++ version just because it's fully managed, so it's not appropriate for huge sims, but it will run small ones OK. At the moment, it supports all known features of BulletSim. Think of it like.. POS but everything works. To use this plugin, set the physics plugin to BulletSimN. 11 年 前
C5.dll 6166a40440 Update C5.dll to version 1.1.1 from 1.1.0 12 年 前
CSJ2K.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 13 年 前
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 13 年 前
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. 14 年 前
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 13 年 前
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. 14 年 前
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 13 年 前
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 13 年 前
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 13 年 前
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 13 年 前
HttpServer_OpenSim.dll f72c4bdba5 Replace HttpServer_OpenSim.dll with Oren Hurvitz's patch applied. 13 年 前
HttpServer_OpenSim.pdb f72c4bdba5 Replace HttpServer_OpenSim.dll with Oren Hurvitz's patch applied. 13 年 前
HttpServer_OpenSim.xml f72c4bdba5 Replace HttpServer_OpenSim.dll with Oren Hurvitz's patch applied. 13 年 前
Ionic.Zip.dll 134c6d181f Update OpenMetaverse libraries at commit 6212cbd, this time built on Windows 12 年 前
LaunchSLClient.ini c1e901989a Load grid list in LaunchSLClient from .ini file at run-time. 16 年 前
Mono.Addins.CecilReflector.dll 203b492fce Update mono addins 11 年 前
Mono.Addins.Setup.dll 203b492fce Update mono addins 11 年 前
Mono.Addins.dll 203b492fce Update mono addins 11 年 前
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. 17 年 前
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 13 年 前
Mono.Data.Sqlite.dll.config 6138662716 Move other sqlite and ode 32-bit and 64-bit libraries into lib32 or lib64 as appropriate. 12 年 前
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 13 年 前
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 13 年 前
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 13 年 前
Nini.dll e7930b1d0f Make fix to Nini for null references in some cases. 13 年 前
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 13 年 前
Ode.NET.dll.config 6138662716 Move other sqlite and ode 32-bit and 64-bit libraries into lib32 or lib64 as appropriate. 12 年 前
OpenMetaverse.Http.XML 31b6073149 * Commit a slightly modified OpenMetaverse compiled as a .NET 2.0 target 15 年 前
OpenMetaverse.Rendering.Meshmerizer.dll 95809cabd9 Update libopenmetaverse components to commit f5cecaa 12 年 前
OpenMetaverse.StructuredData.XML 4a24bf74d9 * Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue. 14 年 前
OpenMetaverse.StructuredData.dll 95809cabd9 Update libopenmetaverse components to commit f5cecaa 12 年 前
OpenMetaverse.XML 4a24bf74d9 * Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue. 14 年 前
OpenMetaverse.dll 95809cabd9 Update libopenmetaverse components to commit f5cecaa 12 年 前
OpenMetaverse.dll.config f1d4e8f792 fix openjpeg on 64 bit OSX we were pointing to a file taht did not 11 年 前
OpenMetaverseTypes.XML 4a24bf74d9 * Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue. 14 年 前
OpenMetaverseTypes.dll 95809cabd9 Update libopenmetaverse components to commit f5cecaa 12 年 前
OpenSim.32BitLaunch.exe 081383c8cb Garbage Collector 16 年 前
OpenSim.32BitLaunch.exe.config fdce1be3db * Removed OpenSim.Data.NHibernate 15 年 前
OpenSim.32BitLaunch.pdb 081383c8cb Garbage Collector 16 年 前
OpenSim.ConsoleClient.exe.config 3d7bb7567c Add the ability to use -console=rest to the region server. User 15 年 前
OpenSim.ConsoleClient.ini.example 6b70b57099 * Add extra warning about using -pass in OpenSim.ConsoleClient.ini.example 15 年 前
OpenSim.Services.exe.config 4789500d32 Rename OpenSim.Server.exe to OpenSim.Services.exe and the corresponding 15 年 前
OpenSim.addin.xml 0d8284c7a1 Removed IAssetCache. 15 年 前
OpenSim.exe.config 4a67b93618 Independently control logging for per region module loading. I just got sick of, when debugging, the zillions of log lines verifying that each module is being added to each region. 11 年 前
OpenSim.ini.example 96e196a9dd Clarify that AllowLightShareFunctions setting is false, which is the default in OpenSimDefaults.ini and the code. 11 年 前
OpenSimDefaults.ini 976023366f BulletSim: update values in OpenSimDefaults.ini to reflect the values really used by the code. 11 年 前
OpenSimExport.exe.config fdc42481ed default to appending for log files per Mantis 530, and per 16 年 前
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 12 年 前
PrimMesher.dll 4186fa10f0 remove default values from prior commit since mono cant deal with them 12 年 前
Robust.32BitLaunch.exe c117f2144c Compiled Robust.32BitLaunch.exe to .Net 3.5 14 年 前
Robust.32BitLaunch.exe.config bdc03dbff9 * Added 32bitLauncher for Robust. Still need to test it on a 64 bit machine. 14 年 前
Robust.HG.ini.example 7be13d16c8 Move setting to correct locations in ini 11 年 前
Robust.exe.config ffc1123ca5 adding -logconfig to Robust.exe 14 年 前
Robust.ini.example 7be13d16c8 Move setting to correct locations in ini 11 年 前
SimpleApp.exe.config fdc42481ed default to appending for log files per Mantis 530, and per 16 年 前
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 13 年 前
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 13 年 前
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 13 年 前
avatar-texture.dat 561b87b303 * Applying dalien's patches from bug#177 and #179 17 年 前
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. 17 年 前
excuses ab2c7ea371 * Made sure the excuses are up to date and properly attributed.(pCampBot uses them) 16 年 前
http_404.html.example e1aa83e965 * Added a hashtable based HTTP processor in preparation of the web_login_key 16 年 前
http_500.html.example e1aa83e965 * Added a hashtable based HTTP processor in preparation of the web_login_key 16 年 前
http_loginform.html.example 0e7aac0f65 - remove extra "; in http_loginform.html.example; fix issue 3025 15 年 前
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 13 年 前
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 13 年 前
openjpeg-dotnet-x86_64.dll bd14fa15e4 Add back openjpeg dll for Windows 11 年 前
openjpeg-dotnet.dll bd14fa15e4 Add back openjpeg dll for Windows 11 年 前
opensim-ode.sh 12beaccec7 Merge branch 'cms' of http://pokgsa.ibm.com/~jbongio/public/opensim 16 年 前
pCampBot.exe.config 95809cabd9 Update libopenmetaverse components to commit f5cecaa 12 年 前
pCampBotSentences.txt 3df36523cb Thank you very much, Hashbox for: 16 年 前
shutdown_commands.txt.example 4972491efb Move startup/shutdown command .txt files to .txt.example files to avoid clobbering on updates. 12 年 前
startup_commands.txt.example 4972491efb Move startup/shutdown command .txt files to .txt.example files to avoid clobbering on updates. 12 年 前
startuplogo.txt 4cfaa01c0a Remove STARTUP COMPLETE message from the startuplogo.txt file and into main logging 12 年 前
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 13 年 前