Justin Clark-Casey (justincc) 911e751019 Replace old Prebuild.exe accidentally added back in f977291 with one built without <copy> nant target generation and on mono 2.4.3 12 лет назад
..
Library 1fa938aab0 Library Module: allows adding folders/items to the Library from IAR files placed under bin/Library. This works only for standalones. 15 лет назад
Physics 6f69ab3bcb Add back BulletSPlugin.dll.config that I somehow managed to delete today in a00327d 13 лет назад
Regions 8cd9e59535 force back the Regions directory, which because it was empty in svn never made 15 лет назад
ScriptEngines 7e06df5f83 llList-commands from ldvoipeng, new Default.lsl from dalien 17 лет назад
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 3a06640730 Get rid of the 'lolcat' library asset. 13 лет назад
config-include 5b9eaae50d Region access control! Region operators can now specify things like DisallowForeigners (means what it says) and DisallowResidents (means that only admins and managers can get into the region). This puts the never-completed AuthorizationService to good use. Note that I didn't implement a grid-wide Authorization service; this service implementation is done entirely locally on the simulator. This can be changed as usual by pluging in a different AuthorizationServicesConnector. 12 лет назад
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 38d5e1fab3 Move libopenjpeg native libraries into lib32 and lib64 as appropriate. 12 лет назад
lib64 38d5e1fab3 Move libopenjpeg native libraries into lib32 and lib64 as appropriate. 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 лет назад
C5.dll 6166a40440 Update C5.dll to version 1.1.1 from 1.1.0 13 лет назад
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 лет назад
Fadd.Globalization.Yaml.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 лет назад
Fadd.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 лет назад
Google.ProtocolBuffers.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 лет назад
Iesi.Collections.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 лет назад
Kds.Serialization.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 лет назад
LaunchSLClient.ini c1e901989a Load grid list in LaunchSLClient from .ini file at run-time. 16 лет назад
Mono.Addins.CecilReflector.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.Addins.Setup.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.Addins.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.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 e8f2d814e7 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 лет назад
MonoXnaCompactMaths.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 лет назад
Newtonsoft.Json.Net20.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 лет назад
Newtonsoft.Json.XML f55dd3704d Hippos with bin/Newtonsoft.Json.XML 14 лет назад
Newtonsoft.Json.pdb e844524b41 Upgrade Newtonsoft.Json.dll from 1.3 to 3.5r6 14 лет назад
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 e8f2d814e7 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 fd023b317a Update libomv to 0.9.1 13 лет назад
OpenMetaverse.StructuredData.XML 4a24bf74d9 * Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue. 14 лет назад
OpenMetaverse.StructuredData.dll fd023b317a Update libomv to 0.9.1 13 лет назад
OpenMetaverse.XML 4a24bf74d9 * Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue. 14 лет назад
OpenMetaverse.dll fd023b317a Update libomv to 0.9.1 13 лет назад
OpenMetaverse.dll.config 38d5e1fab3 Move libopenjpeg native libraries into lib32 and lib64 as appropriate. 12 лет назад
OpenMetaverseTypes.XML 4a24bf74d9 * Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue. 14 лет назад
OpenMetaverseTypes.dll fd023b317a Update libomv to 0.9.1 13 лет назад
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.Framework.Communications.Tests.dll.config 094c296fb4 Try something to help the tests complete. 15 лет назад
OpenSim.Framework.Serialization.Tests.dll.config f17066b7bf Change LandDataSerializer deserialization so that in the future it won't care about extra elements or element order. 13 лет назад
OpenSim.Framework.Servers.Tests.dll.config 094c296fb4 Try something to help the tests complete. 15 лет назад
OpenSim.Framework.Tests.dll.config 094c296fb4 Try something to help the tests complete. 15 лет назад
OpenSim.Region.ClientStack.LindenCaps.Tests.dll.config e28e2d24c7 Add new EventQueueTests with basic test to check that adding a client registers an http poll 13 лет назад
OpenSim.Region.ClientStack.LindenUDP.Tests.dll.config bc13855e64 Reactivate BasicCircuitTests.TestAddClient() 13 лет назад
OpenSim.Region.CoreModules.Tests.dll.config 094c296fb4 Try something to help the tests complete. 15 лет назад
OpenSim.Region.Framework.Tests.dll.config 094c296fb4 Try something to help the tests complete. 15 лет назад
OpenSim.Region.OptionalModules.Tests.dll.config 59f548cda8 Get osNpcCreate appearance working with avatars that are currently in the scene. 13 лет назад
OpenSim.Region.ScriptEngine.Tests.dll.config 094c296fb4 Try something to help the tests complete. 15 лет назад
OpenSim.Services.exe.config 4789500d32 Rename OpenSim.Server.exe to OpenSim.Services.exe and the corresponding 15 лет назад
OpenSim.Tests.Torture.dll.config f3780b9eae Add torture tests to test adding 10,000, 100,000 and 200,000 single prim scene objects. 13 лет назад
OpenSim.addin.xml 0d8284c7a1 Removed IAssetCache. 15 лет назад
OpenSim.exe.config 5f9edd195c Fix broken inventory links on viewer 2. 13 лет назад
OpenSim.ini.example 318da3fdcd Added new simple_build_permissions config to the .ini and .example files. 12 лет назад
OpenSimDefaults.ini b13ddfc590 Enable FetchInventoryDescendents2 and FetchInventory2 caps by default. This appears to be required now for LL 3.3.1 to work properly. 12 лет назад
OpenSimExport.exe.config fdc42481ed default to appending for log files per Mantis 530, and per 17 лет назад
Prebuild.exe 911e751019 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 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 лет назад
RegionConfig.ini.example 44e43d9d24 Added MaxAgents configuration option to RegionConfig.ini allowing region hosters to setup regions maintaining more control over system resources. 13 лет назад
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 088f1213b4 Remove accidental /user postfix from HomeURI in [HGInventoryAccessModule] in GridCommon.ini.example and from SRV_ProfileServerURI in [LoginService] in Robust.HG.ini.example 13 лет назад
Robust.exe.config ffc1123ca5 adding -logconfig to Robust.exe 14 лет назад
Robust.ini.example e26ef8aeca change misleading login = http://127.0.0.1:9000/ in GridInfoService in Robust.ini.example to 8002 13 лет назад
SimpleApp.exe.config fdc42481ed default to appending for log files per Mantis 530, and per 17 лет назад
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) 17 лет назад
http_404.html.example e1aa83e965 * Added a hashtable based HTTP processor in preparation of the web_login_key 17 лет назад
http_500.html.example e1aa83e965 * Added a hashtable based HTTP processor in preparation of the web_login_key 17 лет назад
http_loginform.html.example 0e7aac0f65 - remove extra "; in http_loginform.html.example; fix issue 3025 16 лет назад
libBulletSim-x86_64.so e9de7e7107 Update BulletSim.dll with some interface changes and tuning (see opensim-libs). Change BSScene to use new interface. 13 лет назад
libBulletSim.so e9de7e7107 Update BulletSim.dll with some interface changes and tuning (see opensim-libs). Change BSScene to use new interface. 13 лет назад
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 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.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 лет назад
opensim-ode.sh 12beaccec7 Merge branch 'cms' of http://pokgsa.ibm.com/~jbongio/public/opensim 16 лет назад
pCampBot.exe.config fdc42481ed default to appending for log files per Mantis 530, and per 17 лет назад
pCampBotSentences.txt 3df36523cb Thank you very much, Hashbox for: 17 лет назад
shutdown_commands.txt db174dfa20 set svn:eol-style 17 лет назад
startup_commands.txt.example 1d5ec16865 move out the config files to .example files so that they 17 лет назад
startuplogo.txt 0487c3158b * minor: restore the standard startup logo text now I understand why things were appearing in the wrong order 16 лет назад
xunit.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 лет назад
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 лет назад